.elementor-8515 .elementor-element.elementor-element-7b230cdc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-d578a47 */.ns-switch-guide {
  --ns-bg: #f5f7fb;
  --ns-card: #ffffff;
  --ns-text: #1f2937;
  --ns-title: #0f172a;
  --ns-muted: #5b6475;
  --ns-line: #e5eaf3;
  --ns-primary: #2563eb;
  --ns-primary-soft: #eff6ff;
  --ns-info: #0f766e;
  --ns-info-soft: #ecfeff;
  --ns-warning: #b45309;
  --ns-warning-soft: #fff7ed;
  --ns-danger: #dc2626;
  --ns-danger-soft: #fef2f2;
  --ns-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  --ns-radius-lg: 24px;
  --ns-radius-md: 18px;
  --ns-radius-sm: 12px;

  color: var(--ns-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.85;
}

.ns-switch-guide,
.ns-switch-guide * {
  box-sizing: border-box;
}

.ns-switch-guide > * + * {
  margin-top: 24px;
}

.ns-switch-guide h2,
.ns-switch-guide h3,
.ns-switch-guide p,
.ns-switch-guide ul,
.ns-switch-guide ol,
.ns-switch-guide figure {
  margin: 0;
}

.ns-switch-guide h2 {
  color: var(--ns-title);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.ns-switch-guide h3 {
  color: var(--ns-title);
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.ns-switch-guide p + p,
.ns-switch-guide p + ul,
.ns-switch-guide p + ol,
.ns-switch-guide ul + p,
.ns-switch-guide ol + p,
.ns-switch-guide figure + p,
.ns-switch-guide figure + ul,
.ns-switch-guide figure + ol,
.ns-switch-guide .ns-callout + p,
.ns-switch-guide .ns-callout + figure,
.ns-switch-guide .ns-callout + ul,
.ns-switch-guide .ns-callout + ol,
.ns-switch-guide .ns-subhead + p,
.ns-switch-guide .ns-subhead + ul {
  margin-top: 14px;
}

.ns-section,
.ns-step {
  background: var(--ns-card);
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius-lg);
  box-shadow: var(--ns-shadow);
  padding: 28px;
}

.ns-section--hero {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #f3f7ff 100%);
  border-color: #dbe7ff;
}

.ns-section--support {
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 30%),
    linear-gradient(135deg, #fcfffe 0%, #f2fbfa 100%);
  border-color: #d5efeb;
}

.ns-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--ns-primary-soft);
  color: var(--ns-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ns-lead {
  font-size: 1.06rem;
  color: var(--ns-title);
}

.ns-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ns-flow__item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce6f8;
  border-radius: var(--ns-radius-md);
  padding: 18px;
}

.ns-flow__label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ns-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ns-flow__item strong {
  display: block;
  color: var(--ns-title);
  font-size: 1rem;
  margin-bottom: 6px;
}

.ns-flow__item p {
  color: var(--ns-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.ns-callout {
  border-radius: var(--ns-radius-md);
  padding: 18px 20px;
  border: 1px solid var(--ns-line);
}

.ns-callout--danger {
  background: var(--ns-danger-soft);
  border-color: #fecaca;
}

.ns-callout--warning {
  background: var(--ns-warning-soft);
  border-color: #fed7aa;
}

.ns-callout--info {
  background: var(--ns-info-soft);
  border-color: #b6f0ea;
}

.ns-callout--note {
  background: #f8fafc;
  border-color: #dbe4f0;
}

.ns-callout__title {
  display: block;
  margin-bottom: 8px;
  color: var(--ns-title);
  font-size: 1rem;
}

.ns-list {
  padding-left: 1.2em;
}

.ns-list li + li {
  margin-top: 10px;
}

.ns-list ul,
.ns-list ol {
  margin-top: 10px;
}

.ns-list--check {
  list-style: none;
  padding-left: 0;
}

.ns-list--check li {
  position: relative;
  padding-left: 34px;
}

.ns-list--check li::before {
  content: "✓";
  position: absolute;
  top: 0.08em;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ns-primary-soft);
  color: var(--ns-primary);
  font-size: 0.85rem;
  font-weight: 700;
}

.ns-list--ordered {
  padding-left: 1.35em;
}

.ns-step + .ns-step {
  margin-top: 18px;
}

.ns-step h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ns-step-no {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.ns-subhead {
  margin-top: 18px;
  color: var(--ns-title);
  font-weight: 700;
  font-size: 1rem;
}

.ns-note-inline {
  color: var(--ns-muted);
  font-size: 0.94rem;
}

.ns-figure {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--ns-line);
  border-radius: 18px;
  background: #f8fafc;
}

.ns-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ns-figure figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--ns-line);
  color: var(--ns-muted);
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.95);
}

.ns-example {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid #dbe7ff;
  border-radius: var(--ns-radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ns-example__title {
  display: block;
  margin-bottom: 8px;
  color: var(--ns-title);
  font-size: 1rem;
}

.ns-command-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.ns-command {
  padding: 14px 16px;
  border-radius: 14px;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}

.ns-command code {
  background: transparent;
  color: inherit;
  padding: 0;
  border: 0;
  font-size: 0.95rem;
  white-space: nowrap;
}

.ns-trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ns-trouble {
  padding: 20px;
  border-radius: var(--ns-radius-md);
  border: 1px solid var(--ns-line);
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.ns-trouble__title {
  display: block;
  margin-bottom: 10px;
  color: var(--ns-title);
  font-size: 1rem;
}

.ns-switch-guide strong {
  color: var(--ns-title);
}

.ns-switch-guide code {
  padding: 0.16em 0.45em;
  border-radius: 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  word-break: break-word;
}

.ns-switch-guide a {
  color: var(--ns-primary);
  text-decoration: none;
}

.ns-switch-guide a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .ns-flow,
  .ns-trouble-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ns-section,
  .ns-step {
    padding: 20px;
    border-radius: 20px;
  }

  .ns-step h3 {
    align-items: flex-start;
  }

  .ns-step-no {
    width: 30px;
    height: 30px;
    font-size: 0.88rem;
  }

  .ns-list--check li {
    padding-left: 30px;
  }

  .ns-list--check li::before {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }

  .ns-command {
    padding: 12px 14px;
  }
}/* End custom CSS */