    :root {
      --bg-dark: #0d1117;
      --card-bg: #161b22;
      --nav-bg: #010409;
      --border: #30363d;
      --text-main: #c9d1d9;
      --text-muted: #8b949e;
      --text-strong: #ffffff;
      --input-text: #e6edf3;
      --control-bg: #21262d;
      --code-bg: #0d1117;
      --gutter-bg: #0b0f14;
      --gutter-text: #6e7681;
      --header-bg: rgba(255,255,255,0.02);
      --tabs-bg: rgba(0,0,0,0.2);
      --item-bg: rgba(255,255,255,0.03);
      --danger-bg: rgba(248, 81, 73, 0.05);
      --warning-bg: rgba(210, 153, 34, 0.05);
      --shadow: 0 8px 24px rgba(0,0,0,0.2);
      --accent-pink: #f85149;
      --accent-cyan: #58a6ff;
      --accent-purple: #bc8cff;
      --success: #3fb950;
      --warning: #d29922;
      --danger: #f85149;
      --scrollbar-thumb: #30363d;
      --page-shell-max-width: 1311.99px;
      --page-shell-padding: 40px;
      --page-shell-padding-compact: 20px;
      --yaml-section-max-height: 820px;
      color-scheme: dark;
    }
    [data-theme="light"] {
      --bg-dark: #f6f8fa;
      --card-bg: #ffffff;
      --nav-bg: #ffffff;
      --border: #d0d7de;
      --text-main: #24292f;
      --text-muted: #57606a;
      --text-strong: #0f1419;
      --input-text: #1f2328;
      --control-bg: #f6f8fa;
      --code-bg: #ffffff;
      --gutter-bg: #f6f8fa;
      --gutter-text: #8c959f;
      --header-bg: rgba(9,105,218,0.04);
      --tabs-bg: rgba(208,215,222,0.35);
      --item-bg: rgba(246,248,250,0.9);
      --danger-bg: rgba(207,34,46,0.07);
      --warning-bg: rgba(154,103,0,0.08);
      --shadow: 0 8px 24px rgba(31,35,40,0.08);
      --accent-pink: #cf222e;
      --accent-cyan: #0969da;
      --accent-purple: #8250df;
      --success: #1a7f37;
      --warning: #9a6700;
      --danger: #cf222e;
      --scrollbar-thumb: #afb8c1;
      color-scheme: light;
    }
    * { box-sizing: border-box; }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    body {
      margin: 0; padding: 0;
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: 'Inter', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
      height: 100vh;
      display: flex; flex-direction: column;
      overflow: hidden;
    }
    body.ngf-version-page {
      min-height: 100vh;
      height: auto;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .ngf-version-page .debugger-container {
      flex: 0 0 min(calc(100vh - 65px), var(--yaml-section-max-height));
      min-height: min(calc(100vh - 65px), var(--yaml-section-max-height));
      max-height: var(--yaml-section-max-height);
    }
    .ngf-version-page.map-open .debugger-container {
      flex-basis: min(calc(100vh - 65px - var(--map-dock-height, 320px)), var(--yaml-section-max-height));
      min-height: min(calc(100vh - 65px - var(--map-dock-height, 320px)), var(--yaml-section-max-height));
    }
    .ngf-version-page.map-open .ngf-reasons,
    .ngf-version-page.map-open .site-footer {
      display: none;
    }
    .ngf-version-page .ngf-hero + .debugger-container {
      flex-basis: min(max(520px, calc(100vh - 65px - 206px)), var(--yaml-section-max-height));
      min-height: min(max(520px, calc(100vh - 65px - 206px)), var(--yaml-section-max-height));
      max-height: var(--yaml-section-max-height);
    }
    .ngf-version-page.map-open .ngf-hero + .debugger-container {
      flex-basis: min(max(220px, calc(100vh - 65px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
      min-height: min(max(220px, calc(100vh - 65px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
      max-height: var(--yaml-section-max-height);
    }
    nav {
      width: 100%;
      height: 65px; background-color: var(--nav-bg);
      border-bottom: 1px solid var(--border);
      flex-shrink: 0;
    }
    .nav-inner {
      width: 100%;
      max-width: var(--page-shell-max-width);
      height: 100%;
      margin: 0 auto;
      padding: 0 var(--page-shell-padding);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .logo { font-size: 22px; font-weight: 700; color: var(--text-strong); letter-spacing: 0; }
    .logo-to { font-size: 14px; color: var(--text-muted); margin: 0 8px; }
    .ngf-version-page .brand-logo {
      min-width: 0;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex: 0 0 auto;
      text-decoration: none;
    }
    .ngf-version-page .brand-logo-image {
      width: 42px;
      height: 42px;
      display: block;
      object-fit: contain;
    }
    .ngf-version-page .brand-logo-text {
      color: var(--text-strong);
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }
    .nav-actions { display: flex; align-items: center; gap: 18px; min-width: 0; }
    .nav-links { display: flex; align-items: center; gap: 10px; }
    .version-control { display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
    select {
      background-color: var(--control-bg);
      border: 1px solid var(--border);
      color: var(--text-main);
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      cursor: pointer;
    }
    .theme-switch {
      width: 58px;
      height: 30px;
      display: inline-grid;
      align-items: center;
      position: relative;
      cursor: pointer;
      flex: 0 0 auto;
    }
    .theme-switch input {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 0;
      cursor: pointer;
      z-index: 2;
    }
    .theme-track {
      position: relative;
      height: 30px;
      border: 1px solid var(--border);
      border-radius: 999px;
      background: var(--control-bg);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 8px;
      color: var(--text-muted);
      pointer-events: none;
    }
    .theme-track svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      z-index: 1;
    }
    .theme-thumb {
      position: absolute;
      width: 22px;
      height: 22px;
      top: 3px;
      left: 4px;
      border-radius: 50%;
      background: var(--accent-cyan);
      box-shadow: 0 2px 8px rgba(0,0,0,0.22);
      transition: transform 0.2s ease;
    }
    .theme-switch input:checked + .theme-track .theme-thumb { transform: translateX(27px); }
    .theme-switch input:focus-visible + .theme-track { outline: 2px solid var(--accent-cyan); outline-offset: 2px; }

    .debugger-container { width: 100%; max-width: var(--page-shell-max-width); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); flex: 1; min-height: 0; overflow: hidden; padding: 20px var(--page-shell-padding); gap: 20px; position: relative; }
    .panel { height: 100%; min-height: 0; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
    .panel-label { min-height: 28px; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; color: var(--text-muted); display: flex; align-items: center; justify-content: space-between; }
    .panel-label b { font-weight: 800; }
    .ingress-label b { color: var(--accent-pink); }
    .map-label b { color: var(--accent-purple); }
    .gateway-label b { color: var(--accent-cyan); }

    .card {
      background-color: var(--card-bg); border-radius: 8px;
      flex: 1; display: flex; flex-direction: column;
      min-height: 0;
      overflow: hidden; border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }
    .card-header { min-height: 57px; flex: 0 0 57px; padding: 12px 15px; border-bottom: 1px solid var(--border); background: var(--header-bg); display: flex; justify-content: space-between; align-items: center; }
    .toolbar-actions { display: flex; align-items: center; gap: 8px; }
    .icon-button {
      width: 32px;
      height: 32px;
      display: inline-grid;
      place-items: center;
      border: 1px solid var(--border);
      border-radius: 6px;
      background: var(--control-bg);
      color: var(--accent-cyan);
      cursor: pointer;
      padding: 0;
      flex: 0 0 auto;
    }
    .icon-button:hover { border-color: var(--accent-cyan); }
    .icon-button:focus-visible { outline: 2px solid var(--accent-cyan); outline-offset: 2px; }
    .icon-button svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .output-action-button {
      min-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border: 1px solid var(--border);
      border-radius: 6px;
      background: var(--control-bg);
      color: var(--accent-cyan);
      cursor: pointer;
      padding: 5px 9px;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }
    .output-action-button:hover { border-color: var(--accent-cyan); }
    .output-action-button:disabled {
      cursor: not-allowed;
      opacity: 0.55;
      border-color: var(--border);
      color: var(--text-muted);
    }
    .output-action-button:focus-visible { outline: 2px solid var(--accent-cyan); outline-offset: 2px; }
    .output-action-button svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .map-toggle {
      position: relative;
      width: auto;
      min-width: 196px;
      padding: 0 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0;
      color: var(--accent-purple);
    }
    .map-toggle svg { width: 15px; height: 15px; }
    .map-toggle-label { line-height: 1; white-space: nowrap; }
    .map-toggle.has-alert {
      border-color: var(--danger);
      color: var(--danger);
      background: var(--danger-bg);
    }
    .map-toggle.has-alert.warning {
      border-color: var(--warning);
      color: var(--warning);
      background: var(--warning-bg);
    }
    .map-alert-text {
      display: none;
      align-items: center;
      min-height: 18px;
      padding-left: 8px;
      border-left: 1px solid var(--border);
      color: currentColor;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }
    .map-toggle.has-alert .map-alert-text { display: inline-flex; }
    .alert-badge {
      position: absolute;
      min-width: 18px;
      height: 18px;
      top: -7px;
      right: 8px;
      display: none;
      align-items: center;
      justify-content: center;
      border: 2px solid var(--nav-bg);
      border-radius: 999px;
      background: var(--danger);
      color: #ffffff;
      font-size: 10px;
      font-weight: 800;
      line-height: 1;
      padding: 0 5px;
    }
    .alert-badge.warning { background: var(--warning); }
    .alert-badge.show { display: flex; }

    .code-editor {
      flex: 1;
      min-height: 0;
      height: 100%;
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      background: var(--code-bg);
      overflow: hidden;
      position: relative;
    }
    .code-editor:focus-within { box-shadow: inset 0 0 0 1px var(--accent-cyan); }
    .code-gutter {
      margin: 0;
      padding: 15px 10px 15px 8px;
      border-right: 1px solid var(--border);
      background: var(--gutter-bg);
      color: var(--gutter-text);
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
      line-height: 1.6;
      text-align: right;
      user-select: none;
      min-height: 0;
      height: 100%;
      overflow: hidden;
      white-space: pre;
    }
    textarea {
      width: 100%;
      height: 100%;
      min-width: 0;
      flex: 1;
      background: var(--code-bg);
      border: none;
      color: var(--input-text);
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
      padding: 15px;
      resize: none;
      outline: none;
      line-height: 1.6;
      tab-size: 2;
      caret-color: var(--accent-cyan);
      white-space: pre;
      overflow: auto;
    }
    textarea::selection { background: rgba(88, 166, 255, 0.32); }
    textarea,
    .tabs-container {
      scrollbar-width: thin;
      scrollbar-color: var(--scrollbar-thumb) transparent;
    }

    .tabs-container {
      height: 57px;
      min-height: 57px;
      flex: 0 0 57px;
      display: flex;
      align-items: center;
      background: var(--tabs-bg);
      padding: 12px 15px;
      gap: 6px;
      border-bottom: 1px solid var(--border);
      overflow-x: auto;
      overflow-y: hidden;
    }
    .tabs-container::-webkit-scrollbar { height: 4px; }
    .tab { padding: 6px 12px; font-size: 12px; font-weight: 600; border-radius: 6px; cursor: pointer; color: var(--text-muted); white-space: nowrap; border: 1px solid transparent; }
    .tab.active { background: var(--control-bg); color: var(--accent-cyan); border-color: var(--border); }
    .output-card-header {
      gap: 12px;
      flex: 0 0 auto;
    }
    .output-card-header .tabs-container {
      height: auto;
      min-height: 32px;
      flex: 1 1 auto;
      min-width: 0;
      padding: 0;
      border-bottom: 0;
      background: transparent;
    }
    .output-card-header .toolbar-actions {
      flex: 0 0 auto;
    }
    .output-copy-overlay {
      position: absolute;
      top: 10px;
      right: 14px;
      z-index: 3;
      background: color-mix(in srgb, var(--control-bg) 92%, transparent);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
      transition: border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
    }
    .copy-check-icon {
      display: none;
    }
    .output-copy-overlay.copied {
      color: var(--success);
      border-color: var(--success);
      transform: translateY(-1px);
    }
    .output-copy-overlay.copied .copy-icon {
      display: none;
    }
    .output-copy-overlay.copied .copy-check-icon {
      display: block;
      animation: copyCheckPop 0.42s ease;
    }
    @keyframes copyCheckPop {
      0% { transform: scale(0.74); opacity: 0; }
      55% { transform: scale(1.16); opacity: 1; }
      100% { transform: scale(1); opacity: 1; }
    }
    #output-yaml {
      padding-right: 116px;
    }
    .status-pill {
      display: inline-flex;
      align-items: center;
      min-height: 22px;
      padding: 3px 8px;
      border: 1px solid var(--border);
      border-radius: 999px;
      background: var(--control-bg);
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 800;
      text-transform: none;
      white-space: nowrap;
    }
    .status-pill.success { border-color: var(--success); color: var(--success); }
    .status-pill.warning { border-color: var(--warning); color: var(--warning); background: var(--warning-bg); }
    .status-pill.error { border-color: var(--danger); color: var(--danger); background: var(--danger-bg); }
    .status-pill.pending { border-color: var(--border); color: var(--text-muted); }
    .status-pill::before {
      content: "";
      width: 7px;
      height: 7px;
      margin-right: 6px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 8px currentColor;
    }

    .map-drawer {
      position: fixed;
      top: 85px;
      right: 40px;
      bottom: 60px;
      width: min(440px, calc(100vw - 80px));
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 12px;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--card-bg);
      box-shadow: var(--shadow);
      z-index: 1000;
      transform: translateX(calc(100% + 48px));
      opacity: 0;
      pointer-events: none;
      transition: transform 0.22s ease, opacity 0.22s ease;
    }
    .map-drawer.open {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }
    .map-drawer .panel-label { flex-shrink: 0; }
    .map-drawer .card { min-height: 0; box-shadow: none; }
    .drawer-backdrop {
      position: fixed;
      inset: 65px 0 40px;
      background: rgba(1, 4, 9, 0.72);
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.22s ease;
    }
    .drawer-backdrop.open {
      opacity: 1;
      pointer-events: auto;
    }
    [data-theme="light"] .drawer-backdrop { background: rgba(36, 41, 47, 0.52); }
    .map-actions { display: flex; align-items: center; gap: 8px; }
    .mapping-list { padding: 15px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; }
    .mapping-item { padding: 15px; background: var(--item-bg); border-radius: 8px; border: 1px solid var(--border); border-left-width: 4px; }
    .mapping-item.unsupported { border-left-color: var(--accent-pink); background: var(--danger-bg); }
    .mapping-item.partial { border-left-color: var(--warning); background: var(--warning-bg); }
    .mapping-item.supported { border-left-color: var(--success); }
    .mapping-item.unsupported h4::before { content: "ERROR: NOT_MIGRATABLE "; color: var(--danger); }
    .mapping-item.partial h4::before { content: "WARN: NEEDS_REVIEW "; color: var(--warning); }
    .mapping-item h4 { margin: 0 0 6px 0; font-size: 13px; color: var(--text-strong); }
    .mapping-item p { margin: 0; font-size: 12px; color: var(--text-muted); }
    .mapping-detail { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
    .mapping-detail span { max-width: 100%; border: 1px solid var(--border); border-radius: 6px; background: var(--code-bg); color: var(--text-muted); padding: 4px 7px; font-size: 10px; font-family: 'JetBrains Mono', monospace; overflow-wrap: anywhere; }
    .target-resource { font-size: 10px; margin-top: 10px; font-weight: 700; color: var(--accent-purple); text-transform: uppercase; }

    .site-footer {
      width: 100%;
      min-height: 52px;
      flex-shrink: 0;
      border-top: 1px solid var(--border);
      background: var(--nav-bg);
      margin: 0;
      color: var(--text-muted);
      font-size: 11px;
    }
    .footer-inner {
      width: 100%;
      max-width: var(--page-shell-max-width);
      min-height: 52px;
      margin: 0 auto;
      padding: 9px var(--page-shell-padding);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .footer-primary {
      display: flex;
      align-items: center;
      gap: 28px;
      min-width: 0;
    }
    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 3px;
      min-width: 0;
    }
    .footer-brand a,
    .footer-report a {
      color: var(--text-main);
      text-decoration: none;
      font-weight: 700;
      white-space: nowrap;
    }
    .footer-brand a:hover,
    .footer-report a:hover { color: var(--accent-cyan); }
    .footer-copyright { color: var(--text-muted); }
    .footer-product {
      color: var(--text-main);
      font-weight: 800;
      white-space: nowrap;
    }
    .footer-report {
      flex: 0 0 auto;
      color: var(--text-muted);
      white-space: nowrap;
    }
    .ngf-version-page .ngf-reasons {
      flex: 0 0 auto;
      display: grid;
      gap: 38px;
      padding: 56px 0;
      border-top: 1px solid var(--border);
      background: var(--bg-dark);
    }
    .ngf-version-page .ngf-hero {
      gap: 0;
      padding: 24px 0 18px;
      border-top: 0;
      border-bottom: 1px solid var(--border);
    }
    .ngf-version-page .ngf-hero .ngf-section-intro {
      padding-bottom: 0;
      border-bottom: 0;
    }
    .ngf-version-page .ngf-section-intro,
    .ngf-version-page .ngf-doc-grid,
    .ngf-version-page .ngf-comparison,
    .ngf-version-page .ngf-mapping-grid,
    .ngf-version-page .ngf-feature-matrix,
    .ngf-version-page .ngf-support-callout,
    .ngf-version-page .ngf-strategy {
      width: 100%;
      max-width: var(--page-shell-max-width);
      margin: 0 auto;
    }
    .ngf-version-page .ngf-section-intro {
      display: block;
      padding: 0 var(--page-shell-padding) 18px;
      border-bottom: 1px solid var(--border);
    }
    .ngf-version-page .ngf-doc-grid,
    .ngf-version-page .ngf-comparison,
    .ngf-version-page .ngf-mapping-grid,
    .ngf-version-page .ngf-feature-matrix,
    .ngf-version-page .ngf-strategy {
      padding-left: var(--page-shell-padding);
      padding-right: var(--page-shell-padding);
    }
    .ngf-version-page .section-kicker {
      margin: 0 0 12px;
      color: var(--accent-cyan);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .ngf-version-page .ngf-reasons h1,
    .ngf-version-page .ngf-reasons h2,
    .ngf-version-page .ngf-reasons h3 {
      margin: 0;
      color: var(--text-strong);
      line-height: 1.35;
      letter-spacing: 0;
      word-break: keep-all;
    }
    .ngf-version-page .ngf-reasons h1 {
      max-width: 860px;
      font-size: 32px;
      line-height: 1.22;
    }
    .ngf-version-page .ngf-hero h1 {
      max-width: 1040px;
      font-size: 28px;
    }
    .ngf-version-page .ngf-reasons h2 {
      font-size: 16px;
      line-height: 1.35;
    }
    .ngf-version-page .ngf-section-intro > h2 {
      max-width: 860px;
      font-size: 28px;
      line-height: 1.24;
    }
    .ngf-version-page .ngf-reasons h3 {
      font-size: 14px;
    }
    .ngf-version-page .ngf-reasons p {
      margin: 14px 0 0;
      color: var(--text-muted);
      font-size: 13px;
      line-height: 1.7;
      word-break: keep-all;
    }
    .ngf-version-page .ngf-section-intro > p {
      max-width: 900px;
      font-size: 14px;
      line-height: 1.75;
    }
    .ngf-version-page .ngf-hero .ngf-section-intro > p {
      max-width: 1120px;
      margin-top: 8px;
      line-height: 1.62;
    }
    .ngf-version-page .ngf-doc-grid,
    .ngf-version-page .ngf-feature-matrix {
      min-width: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }
    .ngf-version-page .ngf-doc-block,
    .ngf-version-page .ngf-feature-column,
    .ngf-version-page .ngf-strategy {
      min-width: 0;
      padding: 24px;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--item-bg);
    }
    .ngf-version-page .ngf-doc-block,
    .ngf-version-page .ngf-feature-column {
      border-left: 2px solid var(--accent-cyan);
    }
    .ngf-version-page .ngf-doc-block.plus,
    .ngf-version-page .ngf-feature-column.plus {
      border-left-color: var(--warning);
    }
    .ngf-version-page .ngf-reasons code {
      padding: 2px 5px;
      border: 1px solid var(--border);
      border-radius: 4px;
      background: var(--code-bg);
      color: var(--text-main);
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      overflow-wrap: anywhere;
    }
    .ngf-version-page .ngf-feature-column ul,
    .ngf-version-page .ngf-doc-block ul,
    .ngf-version-page .ngf-strategy ol {
      margin: 14px 0 0;
      padding-left: 18px;
      color: var(--text-muted);
    }
    .ngf-version-page .ngf-feature-column li,
    .ngf-version-page .ngf-doc-block li,
    .ngf-version-page .ngf-strategy li {
      margin: 7px 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.65;
      word-break: keep-all;
    }
    .ngf-version-page .ngf-feature-matrix {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ngf-version-page .ngf-comparison {
      display: grid;
      grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1.54fr);
      gap: 28px;
      align-items: start;
    }
    .ngf-version-page .ngf-comparison-copy {
      min-width: 0;
      padding-top: 4px;
    }
    .ngf-version-page .ngf-table-wrap {
      min-width: 0;
      overflow-x: auto;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--item-bg);
    }
    .ngf-version-page .ngf-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.55;
    }
    .ngf-version-page .ngf-table th,
    .ngf-version-page .ngf-table td {
      padding: 15px 16px;
      border-bottom: 1px solid var(--border);
      text-align: left;
      vertical-align: top;
      word-break: keep-all;
    }
    .ngf-version-page .ngf-table th {
      color: var(--text-main);
      background: var(--header-bg);
      font-weight: 800;
    }
    .ngf-version-page .ngf-table tr:last-child td {
      border-bottom: 0;
    }
    .ngf-version-page .ngf-mapping-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }
    .ngf-version-page .ngf-definition-list {
      display: grid;
      gap: 12px;
      margin: 16px 0 0;
    }
    .ngf-version-page .ngf-definition-list div {
      display: grid;
      grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--border);
    }
    .ngf-version-page .ngf-definition-list div:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }
    .ngf-version-page .ngf-definition-list dt {
      color: var(--text-main);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.5;
      word-break: break-word;
    }
    .ngf-version-page .ngf-definition-list dd {
      margin: 0;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.5;
      word-break: keep-all;
    }
    .ngf-version-page .ngf-strategy {
      border-left: 2px solid var(--success);
    }
    .ngf-version-page .ngf-strategy b {
      color: var(--text-main);
    }
    .ngf-version-page .ngf-support-callout {
      width: calc(100% - (var(--page-shell-padding) * 2));
      max-width: calc(var(--page-shell-max-width) - (var(--page-shell-padding) * 2));
      min-width: 0;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 16px;
      padding: 24px;
      border: 1px solid var(--border);
      border-left: 2px solid var(--accent-purple);
      border-radius: 8px;
      background: var(--item-bg);
    }
    .ngf-version-page .ngf-support-callout > div {
      min-width: 0;
      width: 100%;
    }
    .ngf-version-page .ngf-support-callout .section-kicker {
      margin-bottom: 8px;
      color: var(--accent-purple);
    }
    .ngf-version-page .ngf-support-callout p:last-child {
      margin-top: 10px;
      word-break: keep-all;
      overflow-wrap: normal;
    }
    .ngf-version-page .ngf-support-link {
      min-height: 34px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 12px;
      border: 1px solid var(--border);
      border-radius: 6px;
      background: var(--control-bg);
      color: var(--accent-purple);
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
    }
    .ngf-version-page .ngf-support-link:hover {
      border-color: var(--accent-purple);
      color: var(--text-strong);
    }
    .ngf-version-page .footer-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }
    .ngf-version-page .footer-primary { justify-self: start; }
    .ngf-version-page .footer-copyright {
      justify-self: center;
      text-align: center;
      white-space: nowrap;
    }
    .ngf-version-page .footer-product { justify-self: end; }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px var(--success); }

    ::-webkit-scrollbar { width: 8px; height: 6px; }
    ::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 10px; }
    ::-webkit-scrollbar-track { background: transparent; }

    #toast {
      position: fixed; top: 76px; right: 40px; background: var(--control-bg); color: var(--accent-cyan);
      border: 1px solid var(--border); padding: 12px 24px; border-radius: 6px;
      font-weight: 700; font-size: 13px; transform: translateY(-18px); opacity: 0; pointer-events: none;
      transition: transform 0.18s ease, opacity 0.18s ease; z-index: 9999;
    }
    #toast.show { transform: translateY(0); opacity: 1; }

    .ngf-version-page .drawer-backdrop { display: none; }
    .ngf-version-page .map-drawer {
      --map-dock-height: 320px;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: auto;
      height: 0;
      min-height: 0;
      flex: 0 0 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 0 40px;
      border: 0;
      border-top: 1px solid transparent;
      border-radius: 0;
      background: var(--nav-bg);
      box-shadow: none;
      z-index: auto;
      transform: translateY(var(--map-dock-height, 320px));
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      will-change: height, flex-basis, transform, opacity;
      transition: flex-basis 0.24s ease, height 0.24s ease, padding 0.24s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.18s ease, border-color 0.18s ease;
    }
    .ngf-version-page .map-drawer.open {
      height: var(--map-dock-height);
      flex-basis: var(--map-dock-height);
      padding-top: 10px;
      padding-bottom: 10px;
      border-top-color: var(--border);
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .ngf-version-page .map-drawer.open.is-live-resizing {
      transition: opacity 0.16s ease, border-color 0.16s ease;
    }
    .ngf-version-page .map-resize-handle {
      position: absolute;
      left: 50%;
      top: 2px;
      width: 92px;
      height: 16px;
      transform: translateX(-50%);
      border: 0;
      border-radius: 6px;
      background: transparent;
      cursor: ns-resize;
      touch-action: none;
      z-index: 1;
    }
    .ngf-version-page .map-resize-handle::before {
      content: "";
      position: absolute;
      left: 10px;
      right: 10px;
      top: 6px;
      height: 3px;
      border-radius: 999px;
      background: var(--border);
    }
    .ngf-version-page .map-resize-handle:hover::before,
    .ngf-version-page .map-resize-handle:focus-visible::before {
      background: var(--accent-cyan);
    }
    .is-resizing-map {
      cursor: ns-resize;
      user-select: none;
    }
    .ngf-version-page .map-drawer .panel-label {
      min-height: 24px;
      flex-shrink: 0;
      text-transform: none;
    }
    .ngf-version-page .map-title-group {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    .ngf-version-page .map-drawer .card {
      min-height: 0;
      flex: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
      padding: 10px;
      background: var(--code-bg);
      border-radius: 8px;
      box-shadow: none;
    }
    .ngf-version-page .map-drawer .mapping-list {
      min-width: 0;
      padding: 0;
      display: block;
      overflow: hidden;
    }
    .ngf-version-page .map-console {
      height: 100%;
      min-height: 0;
      display: flex;
      flex-direction: column;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--card-bg);
      overflow: hidden;
    }
    .ngf-version-page .map-console-toolbar {
      min-height: 34px;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      padding: 6px 8px;
      border-bottom: 1px solid var(--border);
      background: var(--tabs-bg);
    }
    .ngf-version-page .map-console-count {
      display: inline-flex;
      align-items: center;
      min-height: 20px;
      padding: 2px 7px;
      border: 1px solid var(--border);
      border-radius: 999px;
      color: var(--text-muted);
      font-size: 10px;
      font-family: 'JetBrains Mono', monospace;
      font-weight: 800;
    }
    .ngf-version-page .map-console-count.unsupported { border-color: var(--danger); color: var(--danger); background: var(--danger-bg); }
    .ngf-version-page .map-console-count.partial { border-color: var(--warning); color: var(--warning); background: var(--warning-bg); }
    .ngf-version-page .map-console-count.supported { border-color: var(--success); color: var(--success); }
    .ngf-version-page .map-console-list {
      min-height: 0;
      flex: 1;
      overflow: auto;
      display: flex;
      flex-direction: column;
    }
    .ngf-version-page .map-console-row {
      display: grid;
      grid-template-columns: minmax(150px, 178px) minmax(0, 1fr);
      gap: 10px;
      padding: 9px 10px;
      border-bottom: 1px solid var(--border);
      border-left: 4px solid var(--success);
      background: var(--card-bg);
    }
    .ngf-version-page .map-console-row.unsupported { border-left-color: var(--danger); background: var(--danger-bg); }
    .ngf-version-page .map-console-row.partial { border-left-color: var(--warning); background: var(--warning-bg); }
    .ngf-version-page .map-console-row.supported { border-left-color: var(--success); }
    .ngf-version-page .map-row-severity {
      align-self: start;
      min-height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 8px;
      border-radius: 5px;
      background: var(--control-bg);
      color: var(--text-muted);
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      font-weight: 800;
      line-height: 1.25;
      text-align: left;
    }
    .ngf-version-page .map-console-row.unsupported .map-row-severity { color: var(--danger); }
    .ngf-version-page .map-console-row.partial .map-row-severity { color: var(--warning); }
    .ngf-version-page .map-console-row.supported .map-row-severity { color: var(--success); }
    .ngf-version-page .map-row-body { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
    .ngf-version-page .map-row-title-line {
      min-width: 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: start;
      gap: 8px;
    }
    .ngf-version-page .map-row-title-line h4 {
      margin: 0;
      color: var(--text-strong);
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }
    .ngf-version-page .map-row-body p {
      margin: 0;
      color: var(--text-muted);
      font-size: 11px;
      line-height: 1.45;
    }
    .ngf-version-page .map-row-body .map-inline-link {
      color: var(--accent-cyan);
      font-weight: 900;
      text-decoration: underline;
      text-underline-offset: 2px;
      transition: color .15s ease;
    }
    .ngf-version-page .map-row-body .map-inline-link:hover {
      color: var(--accent-purple);
    }
    .ngf-version-page .map-row-body .mapping-detail {
      margin-top: 0;
      gap: 5px;
    }
    .ngf-version-page .map-row-body .mapping-detail span {
      border-radius: 5px;
      padding: 3px 6px;
      font-size: 10px;
    }
    .ngf-version-page .map-row-body .target-resource {
      margin-top: 0;
      align-self: start;
      max-width: 220px;
      padding: 3px 6px;
      border: 1px solid var(--border);
      border-radius: 999px;
      color: var(--accent-purple);
      background: var(--code-bg);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .ngf-version-page .map-console-empty {
      padding: 16px;
      color: var(--text-muted);
      font-size: 12px;
    }

    @media (max-width: 1100px) {
      .nav-inner, .footer-inner { padding-left: var(--page-shell-padding-compact); padding-right: var(--page-shell-padding-compact); }
      nav { height: auto; min-height: 65px; }
      .nav-inner { min-height: 65px; gap: 14px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
      .logo { width: 100%; justify-content: flex-start; }
      .nav-actions { width: 100%; margin-left: 0; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
      .version-control { flex: 1 1 210px; }
      .version-control select { flex: 1; min-width: 126px; }
      .nav-links { width: 100%; justify-content: space-between; gap: 8px; }
      .map-toggle { flex: 1.4; min-width: 138px; }
      .alert-badge { right: 4px; }
      .card-header:not(.output-card-header) .toolbar-actions { width: 100%; justify-content: space-between; }
      .output-card-header .toolbar-actions { width: auto; justify-content: flex-end; }
      .debugger-container { padding: 20px var(--page-shell-padding-compact); gap: 16px; }
      .code-editor { grid-template-columns: 44px minmax(0, 1fr); }
      .code-gutter, textarea { font-size: 12px; }
      .map-drawer {
        top: 132px;
        right: 20px;
        bottom: 52px;
        width: calc(100vw - 40px);
      }
      .drawer-backdrop { inset: 132px 0 40px; }
      .ngf-version-page .map-drawer {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
      }
      .ngf-version-page .map-drawer.open {
        height: var(--map-dock-height);
        flex-basis: var(--map-dock-height);
      }
      .ngf-version-page .map-drawer .card {
        grid-template-columns: 1fr;
      }
      .ngf-version-page.map-open .debugger-container {
        flex-basis: min(max(180px, calc(100vh - 157px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
        min-height: min(max(180px, calc(100vh - 157px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
      }
      .ngf-version-page .ngf-hero + .debugger-container {
        flex-basis: min(max(460px, calc(100vh - 157px - 220px)), var(--yaml-section-max-height));
        min-height: min(max(460px, calc(100vh - 157px - 220px)), var(--yaml-section-max-height));
      }
      .ngf-version-page.map-open .ngf-hero + .debugger-container {
        flex-basis: min(max(180px, calc(100vh - 157px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
        min-height: min(max(180px, calc(100vh - 157px - var(--map-dock-height, 320px))), var(--yaml-section-max-height));
      }
      .ngf-version-page .ngf-reasons {
        gap: 28px;
        padding-left: 0;
        padding-right: 0;
      }
      .ngf-version-page .ngf-section-intro,
      .ngf-version-page .ngf-doc-grid,
      .ngf-version-page .ngf-comparison,
      .ngf-version-page .ngf-mapping-grid,
      .ngf-version-page .ngf-feature-matrix,
      .ngf-version-page .ngf-strategy {
        padding-left: var(--page-shell-padding-compact);
        padding-right: var(--page-shell-padding-compact);
      }
      .ngf-version-page .ngf-support-callout {
        width: calc(100% - (var(--page-shell-padding-compact) * 2));
        max-width: calc(var(--page-shell-max-width) - (var(--page-shell-padding-compact) * 2));
      }
      .ngf-version-page .ngf-hero {
        padding-top: 22px;
        padding-bottom: 16px;
      }
      .ngf-version-page .ngf-section-intro,
      .ngf-version-page .ngf-comparison,
      .ngf-version-page .ngf-mapping-grid {
        grid-template-columns: 1fr;
      }
      .ngf-version-page .ngf-doc-grid {
        grid-template-columns: 1fr;
      }
      .ngf-version-page .ngf-feature-matrix {
        grid-template-columns: 1fr;
      }
      .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }
      .footer-primary {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
      }
      .footer-report { white-space: normal; }
      .ngf-version-page .footer-inner {
        display: flex;
      }
      .ngf-version-page .footer-copyright {
        justify-self: auto;
        text-align: left;
        white-space: normal;
      }
      .ngf-version-page .footer-product {
        justify-self: auto;
        white-space: normal;
      }
    }

    @media (max-width: 640px) {
      body { height: auto; min-height: 100vh; overflow: auto; }
      .debugger-container {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        overflow: visible;
        align-content: start;
        align-items: start;
      }
      .output-card-header {
        align-items: stretch;
        flex-wrap: wrap;
        min-height: 0;
      }
      .output-card-header .tabs-container {
        flex: 1 1 100%;
        order: 2;
        min-height: 30px;
      }
      .output-card-header .toolbar-actions {
        width: 100%;
        justify-content: flex-end;
      }
      .output-code-editor .code-gutter,
      .output-code-editor textarea {
        padding-top: 50px;
      }
      .card-header:not(.output-card-header) {
        min-height: 0;
        flex-basis: auto;
      }
      .card-header:not(.output-card-header) .toolbar-actions {
        flex-wrap: wrap;
        align-items: stretch;
      }
      .ngf-version-page .debugger-container,
      .ngf-version-page.map-open .debugger-container {
        flex-basis: auto;
        height: auto;
        min-height: 0;
        max-height: none;
      }
      .ngf-version-page .ngf-hero + .debugger-container,
      .ngf-version-page.map-open .ngf-hero + .debugger-container {
        flex-basis: auto;
        height: auto;
        min-height: 0;
        max-height: none;
      }
      .panel { height: auto; align-self: start; }
      .card { flex: 0 0 auto; }
      .ngf-version-page .brand-logo {
        width: auto;
      }
      .ngf-version-page .drawer-backdrop {
        display: block;
        position: fixed;
        inset: 157px 0 0;
        background: rgba(1, 4, 9, 0.72);
        z-index: 900;
      }
      .ngf-version-page .map-drawer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 901;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.38);
      }
      .ngf-version-page .map-drawer.open {
        height: min(var(--map-dock-height), calc(100vh - 157px));
        flex-basis: auto;
      }
      .ngf-version-page .map-console-row {
        grid-template-columns: 1fr;
      }
      .ngf-version-page .map-row-severity {
        justify-self: start;
      }
      .card { min-height: 320px; }
      .ngf-version-page .ngf-reasons { padding-top: 34px; padding-bottom: 34px; }
      .ngf-version-page .ngf-reasons h1 { font-size: 22px; }
      .ngf-version-page .ngf-reasons h2 { font-size: 15px; }
      .ngf-version-page .ngf-section-intro > h2 { font-size: 20px; }
      .ngf-version-page .ngf-section-intro > p { font-size: 13px; }
      .ngf-version-page .ngf-doc-block,
      .ngf-version-page .ngf-feature-column,
      .ngf-version-page .ngf-strategy { padding: 16px; }
      .ngf-version-page .ngf-definition-list div { grid-template-columns: 1fr; gap: 3px; }
      .ngf-version-page .ngf-table { min-width: 620px; }
    }
