:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:"Space Grotesk",system-ui,-feature-system,sans-serif;font-family:var(--font-sans);--shell-max-width:960px;--shell-gutter:20px;--space-sm:12px;--space-md:16px;--radius-md:14px;--radius-lg:18px;--radius-pill:999px;--focus-ring:0 0 0 3px #2563eb3d;--border-soft:#94a3b82e;--ink-900:#0f172a;--ink-700:#334155;--ink-500:#64748b;--brand-600:#1d4ed8;--brand-500:#2563eb;--brand-100:#dbeafe;--card-shadow:0 18px 48px #0f172a14;--paper:#fff;--paper-muted:#f8fafc;--header-bg:#edf2f6;--header-border:#94a3b833;--button-bg:#0f172a;--button-text:#f8fafc;--button-hover:#111827;--border:#d6d9e0;--input-bg:#fff;--input-text:#0f172a;--secondary-bg:#e5e7eb;--secondary-text:#1e2430;--progress-bg:#e5e7eb;--covered-bg:#dcfce7;--missed-bg:#fee2e2;--covered-text:#0f172a;--missed-text:#0f172a;--feedback-strength-bg:#ecfdf3;--feedback-strength-border:#b6e3c6;--feedback-strength-ink:#166534;--feedback-dev-bg:#fff3f3;--feedback-dev-border:#f3c0c0;--feedback-dev-ink:#b91c1c;--feedback-action-bg:#eef4ff;--feedback-action-border:#c7d7fb;--feedback-action-ink:#1d4ed8;--error:#b91c1c;--error-muted:#b42318;--success:#166534;--success-bright:#16a34a;--warning:#b45309;--warning-bright:#f59e0b;--muted-text:#64748b;--surface:#f8fafc;--surface-border:#e2e8f0;--construction-ground:#e9d8a6;--construction-wall:#f4a261;--construction-window:#ffd166;--construction-crane:#8d99ae;--construction-tree:#2a9d8f;--construction-base:#c08457;--ink-950:#020817;--ink-800:#1e293b;--ink-600:#475569;--ink-400:#94a3b8;--ink-300:#cbd5e1;--brand-700:#1e40af;--brand-400:#60a5fa;--brand-300:#93c5fd;--brand-50:#eff6ff;--accent:#1d4ed8;--link:#1d4ed8}body[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--focus-ring:0 0 0 3px #60a5fa59;--ink-900:#e2e8f0;--ink-700:#cbd5f5;--ink-500:#94a3b8;--brand-600:#60a5fa;--brand-500:#3b82f6;--brand-100:#1e293b;--card-shadow:0 18px 48px #02061766;--paper:#0f172a;--paper-muted:#111827;--header-bg:#0b1220;--header-border:#94a3b82e;--button-bg:#e2e8f0;--button-text:#0f172a;--feature-card-bg:#0f172ad9;--feature-card-border:#94a3b838;--feature-icon-soft:#facc151f;--feature-icon-bg:#facc152e;--feature-icon-text:#facc15;--button-hover:#cbd5f5;--border:#334155;--input-bg:#111827;--input-text:#e2e8f0;--secondary-bg:#1f2937;--secondary-text:#e2e8f0;--progress-bg:#1f2937;--covered-bg:#22c55e38;--missed-bg:#ef444438;--covered-text:#e2e8f0;--missed-text:#e2e8f0;--feedback-strength-bg:#22c55e1f;--feedback-strength-border:#22c55e52;--feedback-strength-ink:#bbf7d0;--feedback-dev-bg:#ef44441f;--feedback-dev-border:#ef444452;--feedback-dev-ink:#fecaca;--feedback-action-bg:#3b82f61f;--feedback-action-border:#3b82f652;--feedback-action-ink:#bfdbfe;--error:#fca5a5;--error-muted:#f87171;--success:#86efac;--success-bright:#4ade80;--warning:#fcd34d;--warning-bright:#f59e0b;--muted-text:#94a3b8;--surface:#1e293b;--surface-border:#334155;--construction-ground:#6b5b31;--construction-wall:#c46b1e;--construction-window:#d9a933;--construction-crane:#94a3b8;--construction-tree:#2a9d8f;--construction-base:#8b5e34;--ink-950:#f8fafc;--ink-800:#e2e8f0;--ink-600:#94a3b8;--ink-400:#64748b;--ink-300:#475569;--brand-700:#93c5fd;--brand-400:#60a5fa;--brand-300:#1e3a5f;--brand-50:#0f1f3d;--accent:#3b82f6;--link:#60a5fa}
*{box-sizing:border-box}body{color:var(--ink-900);background:radial-gradient(circle at 0 0,#2563eb1f,#0000 35%),radial-gradient(circle at 30% 20%,#10b98114,#0000 40%),linear-gradient(135deg,#f8fafc,#eef2ff);flex-direction:column;min-height:100vh;margin:0;display:flex}body[data-theme=dark]{background:radial-gradient(circle at 0 0,#3b82f624,#0000 35%),radial-gradient(circle at 30% 20%,#10b9811a,#0000 40%),linear-gradient(135deg,#0b1120,#0f172a)}main{max-width:var(--shell-max-width);padding:32px var(--shell-gutter)80px;flex:1 0 auto;width:100%;margin:0 auto}@media (max-width:768px){main{padding:24px 16px 64px}}@media (max-width:480px){main{padding:20px 14px 56px}}h1{margin:0 0 12px;font-size:2.2rem}summary{cursor:pointer;font-weight:600}
.site-header{z-index:100;background:var(--header-bg);border-bottom:1px solid var(--header-border);position:sticky;top:0}.site-banner{border-bottom:1px solid var(--header-border);color:var(--ink-900);background:linear-gradient(120deg,#1e40af2e,#0f172a40)}.site-banner__content{max-width:var(--shell-max-width);padding:10px var(--shell-gutter);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;font-size:.9rem;display:flex}.site-banner__cta{background:var(--accent);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;padding:6px 12px;font-weight:600;text-decoration:none}.site-banner__cta:hover{opacity:.9}.site-header__inner{max-width:var(--shell-max-width);padding:16px var(--shell-gutter);grid-template-columns:1fr auto auto;align-items:center;gap:24px;margin:0 auto;display:grid}.site-header__brand{color:var(--ink-900);font-size:1.2rem;font-weight:700;text-decoration:none}.site-header__nav{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.site-header__nav-group{position:relative}.site-header__nav-trigger{appearance:none;color:var(--ink-700);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:1rem;font-weight:500;display:inline-flex}.site-header__nav-trigger:after{content:"▾";font-size:.7em;line-height:1;transition:transform .15s}.site-header__nav-group--open .site-header__nav-trigger:after{transform:rotate(180deg)}.site-header__nav-trigger:hover,.site-header__nav-trigger:focus-visible{color:var(--brand-600);outline:none}.site-header__nav-dropdown{border:1px solid var(--surface-border);background:var(--surface);border-radius:14px;flex-direction:column;gap:4px;min-width:250px;padding:10px;display:none;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 18px 32px #0f172a24}.site-header__nav-dropdown:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.site-header__nav-group:hover .site-header__nav-dropdown,.site-header__nav-group:focus-within .site-header__nav-dropdown,.site-header__nav-group--open .site-header__nav-dropdown{display:flex}.site-header__nav-dropdown-link{border-radius:10px;padding:10px 12px;display:block}.site-header__nav-dropdown-link:hover,.site-header__nav-dropdown-link:focus-visible{background:#3b82f614;outline:none}.site-header__actions{justify-content:flex-end;align-items:center;display:flex}.site-header__menu{color:var(--ink-900);border-radius:var(--radius-pill);background:0 0;border:1px solid #94a3b866;padding:8px 14px;font-weight:600;display:none}.site-header__theme{color:var(--ink-900);border-radius:var(--radius-pill);background:0 0;border:1px solid #94a3b866;padding:8px 14px;font-weight:600}.site-header__nav a{color:var(--ink-700);font-size:1rem;font-weight:500;text-decoration:none}.site-header__nav a:hover{color:var(--brand-600)}.site-header__cta{background:var(--button-bg);color:var(--button-text);border-radius:var(--radius-pill);padding:10px 22px;font-weight:600;text-decoration:none;box-shadow:0 10px 24px #0f172a33}.site-header__cta--desktop{display:inline-flex}.site-header__cta--mobile{display:none}.site-header__cta:hover{background:var(--button-hover)}.feedback-widget{z-index:1200;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:20px}.feedback-widget__button{background:var(--brand-600);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:8px 14px;font-size:.9rem;font-weight:600;box-shadow:0 12px 30px #2563eb33}.feedback-widget__panel{background:var(--paper);border:1px solid var(--border);width:min(320px,100vw - 40px);box-shadow:var(--card-shadow);border-radius:16px;gap:12px;padding:16px;display:grid}.feedback-widget__panel label{color:var(--ink-700);gap:6px;font-size:.9rem;display:grid}.feedback-widget__panel select,.feedback-widget__panel textarea{background:var(--input-bg);color:var(--input-text);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-family:inherit}.feedback-widget__panel textarea{resize:vertical}.feedback-widget__meta{color:var(--ink-500);justify-content:space-between;gap:8px;font-size:.75rem;display:flex}.feedback-widget__status{color:var(--brand-600);font-weight:600}.feedback-widget__actions{justify-content:flex-end;gap:10px;display:flex}.site-footer{border-top:1px solid var(--header-border);background:var(--paper);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-footer__inner{max-width:var(--shell-max-width);padding:16px var(--shell-gutter)24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;margin:0 auto;display:flex}.site-footer__label{letter-spacing:.02em;text-transform:uppercase;color:var(--ink-500);font-size:.75rem;font-weight:700}.site-footer__label--copyright{text-transform:none;letter-spacing:0}.site-footer__label--copyright a{color:var(--ink-700);text-decoration:none}.site-footer__label--copyright a:hover{color:var(--brand-600)}.site-footer__nav{flex-wrap:wrap;gap:14px;display:flex}.site-footer__nav a{color:var(--ink-700);font-size:.95rem;font-weight:600;text-decoration:none}.site-footer__nav a:hover{color:var(--brand-600)}@media (max-width:768px){.site-footer__inner{flex-direction:column;align-items:flex-start}.site-header__inner{flex-wrap:wrap;align-items:center;gap:0;padding:12px 16px;display:flex}.site-header__brand{flex:1}.site-header__nav{flex-direction:column;flex:0 0 100%;order:10;align-items:stretch;gap:4px;width:100%;padding-top:8px;padding-bottom:8px;display:none}.site-header__nav a{align-items:center;min-height:44px;padding:4px 0;display:flex}.site-header__nav-group{width:100%}.site-header__nav-trigger{text-align:left;justify-content:space-between;width:100%;min-height:44px;padding:4px 0}.site-header__nav-dropdown{border:none;border-left:2px solid var(--surface-border);min-width:0;box-shadow:none;background:0 0;border-radius:0;margin-top:4px;padding:4px 0 4px 14px;position:static}.site-header__nav-group:hover:not(.site-header__nav-group--open) .site-header__nav-dropdown{display:none}.site-header__nav-group--open .site-header__nav-dropdown{display:flex}.site-header__nav-dropdown-link{align-items:center;min-height:44px;padding:10px 12px;display:flex}.site-header__nav--open{display:flex}.site-header__actions{flex:none;order:5;width:auto}.site-header__cta{text-align:center;width:100%}.site-header__cta--desktop{display:none}.site-header__cta--mobile{justify-content:center;width:100%;margin-top:4px;display:inline-flex}.site-header__menu{flex-shrink:0;justify-content:center;align-items:center;width:auto;display:inline-flex}}
.card{background:var(--paper);box-shadow:var(--card-shadow);border-radius:16px;margin-bottom:20px;padding:20px}button{cursor:pointer;background:var(--button-bg);color:var(--button-text);border:none;border-radius:12px;padding:12px 18px;font-weight:600}button.secondary{background:var(--secondary-bg);color:var(--secondary-text)}button:disabled{opacity:.6;cursor:not-allowed}form{gap:12px;display:grid}label{color:var(--ink-700);gap:6px;font-weight:600;display:grid}textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;min-height:140px;color:var(--input-text);resize:vertical;border-radius:12px;padding:12px;font-size:.95rem}input,select{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:12px;margin-top:6px;padding:10px;font-size:.95rem}.badge{border-radius:var(--radius-pill);background:var(--brand-100);color:var(--brand-600);padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-block}.list{margin:8px 0 0;padding:0;list-style:none}.list li{border-bottom:1px solid var(--surface-border);overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;padding:6px 0}.list li.covered{background:var(--covered-bg);color:var(--covered-text);border-radius:8px;padding:6px 10px}.list li.partial{color:var(--warning);background:#f59e0b29;border-radius:8px;padding:6px 10px}body[data-theme=dark] .list li.partial{color:var(--warning);background:#78350f57}.list li.missed{background:var(--missed-bg);color:var(--missed-text);border-radius:8px;padding:6px 10px}
.feedback-summary,.feedback-summary__header,.feedback-summary__grid,.feedback-summary__panel,.feedback-summary__panel-head{min-width:0}.feedback-summary__header h3{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:1.05rem}.feedback-summary__overall{color:var(--ink-700);overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin:8px 0 0;font-weight:600}.feedback-summary__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:16px;display:grid}.feedback-summary__panel{border:1px solid var(--border);background:var(--paper);box-shadow:var(--card-shadow);overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;border-radius:18px;padding:14px}.feedback-summary__panel--strength{background:var(--feedback-strength-bg);border-color:var(--feedback-strength-border);color:var(--feedback-strength-ink)}.feedback-summary__panel--development{background:var(--feedback-dev-bg);border-color:var(--feedback-dev-border);color:var(--feedback-dev-ink)}.feedback-summary__panel--actions{background:var(--feedback-action-bg);border-color:var(--feedback-action-border);color:var(--feedback-action-ink)}.feedback-summary__panel-head{align-items:center;gap:8px;margin-bottom:8px;font-weight:700;display:flex}.feedback-summary__panel-head span:last-child{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}.feedback-summary__icon{border-radius:var(--radius-pill);border:1px solid;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;display:inline-flex}.feedback-summary__panel .list li{border-bottom:1px solid #0f172a14}body[data-theme=dark] .feedback-summary__panel .list li{border-bottom:1px solid #94a3b81f}body[data-theme=dark] .feedback-summary__panel{box-shadow:0 12px 28px #0206172e}body[data-theme=dark] .feedback-summary__panel--actions{color:#dbeafe;background:linear-gradient(135deg,#2563eb1f,#1e40af14);border-color:#60a5fa3d}
.hero{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;gap:24px;margin-bottom:28px;display:grid}.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-500);font-size:.75rem;font-weight:700}.hero__title{margin:8px 0 12px;font-size:clamp(2rem,3vw,2.8rem)}.hero__subtitle{color:var(--ink-700);font-size:1.05rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.hero-graphic{color:#f8fafc;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:20px;padding:24px;box-shadow:0 20px 50px #1e3a8a40}.hero-graphic svg{width:100%;height:auto}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.card-link{color:inherit;background:var(--paper);box-shadow:var(--card-shadow);border-radius:16px;flex-direction:column;gap:6px;padding:18px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.card-link:hover{transform:translateY(-2px);box-shadow:0 22px 60px #0f172a1f}.card-link span{color:var(--ink-500);font-size:.9rem}.card-link--button{cursor:pointer;text-align:left;font:inherit;border:none}.card-link--button:disabled{cursor:not-allowed;opacity:.7}.score-row{background:var(--paper-muted);border-radius:12px;grid-template-columns:minmax(160px,1fr) 120px 1fr;align-items:center;gap:12px;padding:10px 12px;display:grid}.score-row input{max-width:120px}.score-weight{color:var(--ink-500);font-size:.85rem}.feature-kicker{text-transform:uppercase;letter-spacing:.24em;color:var(--ink-500);margin-bottom:16px;font-size:.75rem}
.skeleton{background:var(--border-soft);border-radius:12px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton--text{border-radius:var(--radius-pill);height:12px}.skeleton--title{border-radius:var(--radius-pill);height:20px}.skeleton--card{border-radius:18px;height:140px}.skeleton-stack{gap:12px;display:grid}@keyframes shimmer{to{transform:translate(100%)}}.scenario-summary{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.scenario-status{border-radius:var(--radius-pill);background:var(--border-soft);color:var(--ink-700);align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;display:inline-flex}.scenario-status__dot{border-radius:var(--radius-pill);background:#94a3b8cc;width:8px;height:8px}.scenario-status--complete{color:var(--success);background:#22c55e29}.scenario-status--complete .scenario-status__dot{background:#22c55e}.scenario-status--progress{color:var(--brand-600);background:#3b82f629}.scenario-status--progress .scenario-status__dot{background:#3b82f6}.scenario-count{color:var(--ink-500);font-size:.85rem}.scenario-meta{margin-top:10px}.scenario-progress{height:10px}.scenario-insights{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px;display:grid}.scenario-insights__card{background:var(--paper);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:16px;padding:12px 14px}.scenario-insights__card h4{margin:0 0 8px;font-size:.95rem}.scenario-insights__card ul{margin:0;padding-left:18px}.scenario-insights__card--warn{background:#f8717114;border-color:#f8717166}.scenario-insights__card--action{background:#38bdf814;border-color:#38bdf859}.question-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.question-status-dot{border-radius:var(--radius-pill);background:#94a3b899;width:8px;height:8px}.question-status-dot--done{background:#22c55e}.question-status{border-radius:var(--radius-pill);color:var(--ink-500);background:#94a3b829;margin-left:auto;padding:2px 8px;font-size:.8rem}.question-status--done{color:var(--success);background:#22c55e26}.feature-icon{background:var(--feature-icon-bg,#facc15);width:56px;height:56px;color:var(--feature-icon-text,#0f172a);border-radius:14px;place-items:center;font-size:1.4rem;display:grid;box-shadow:inset 0 0 0 2px #0f172a14}.feature-icon--soft{background:var(--feature-icon-soft,#facc1538);box-shadow:none}.section-title{margin:6px 0 12px;font-size:1.4rem}.waveform{align-items:flex-end;gap:4px;height:22px;padding:2px 4px;display:inline-flex}.waveform span{border-radius:var(--radius-pill);background:#ef4444;width:4px;height:8px;animation:1s ease-in-out infinite wave}.waveform span:nth-child(2){animation-delay:.1s}.waveform span:nth-child(3){animation-delay:.2s}.waveform span:nth-child(4){animation-delay:.3s}.waveform span:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{opacity:.5;height:6px}50%{opacity:1;height:20px}}.media-responsive{width:100%;height:auto;display:block}.media-card{overflow:hidden}@media (max-width:768px){h1{font-size:1.8rem}.card{padding:16px}:where(main) button:not(.site-header__menu):not(.site-header__nav-trigger):not(.site-header__cta){width:100%}input,select,textarea{font-size:1rem}}@media (max-width:480px){h1{font-size:1.6rem}}.progress{border-radius:var(--radius-pill);background:var(--progress-bg);width:100%;height:10px;overflow:hidden}.progress__fill{border-radius:var(--radius-pill);background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;transition:width .3s}
