:root{color-scheme:light;--surface: #f4f7fb;--surface-1: #ffffff;--surface-2: #eef2f8;--surface-3: #e4eaf3;--border: #dbe3ee;--border-strong: #c3cee0;--text: #12203a;--text-muted: #55637a;--text-subtle: #5d6b81;--text-onfill: #ffffff;--primary: #2563eb;--primary-strong: #1d4ed8;--primary-ink: #ffffff;--primary-soft: #e9f0fe;--primary-soft-border: #cfe0fd;--accent: #0a6f65;--accent-soft: #e2f5f2;--good: #15803d;--good-soft: #e6f5ec;--warn: #a45a08;--warn-soft: #fbefdc;--danger: #c02636;--danger-soft: #fdeaec;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(18, 32, 58, .06), 0 1px 3px rgba(18, 32, 58, .05);--shadow: 0 6px 18px rgba(18, 32, 58, .07), 0 2px 6px rgba(18, 32, 58, .05);--ring: 0 0 0 3px rgba(37, 99, 235, .32);--ease: .16s cubic-bezier(.2, 0, 0, 1);--font-sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;--shell-max: 1080px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--surface: #0c131f;--surface-1: #141d2b;--surface-2: #1b2739;--surface-3: #223148;--border: #29374d;--border-strong: #3a4c68;--text: #eaf1fb;--text-muted: #a6b4c9;--text-subtle: #7f8ea6;--text-onfill: #06121f;--primary: #5a9bff;--primary-strong: #7db0ff;--primary-ink: #06121f;--primary-soft: rgba(90, 155, 255, .16);--primary-soft-border: rgba(90, 155, 255, .34);--accent: #2dd4bf;--accent-soft: rgba(45, 212, 191, .14);--good: #58d68a;--good-soft: rgba(88, 214, 138, .14);--warn: #f4b53f;--warn-soft: rgba(244, 181, 63, .14);--danger: #ff7a86;--danger-soft: rgba(255, 122, 134, .15);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 8px 22px rgba(0, 0, 0, .42);--ring: 0 0 0 3px rgba(90, 155, 255, .4)}}:root[data-theme=dark]{color-scheme:dark;--surface: #0c131f;--surface-1: #141d2b;--surface-2: #1b2739;--surface-3: #223148;--border: #29374d;--border-strong: #3a4c68;--text: #eaf1fb;--text-muted: #a6b4c9;--text-subtle: #7f8ea6;--text-onfill: #06121f;--primary: #5a9bff;--primary-strong: #7db0ff;--primary-ink: #06121f;--primary-soft: rgba(90, 155, 255, .16);--primary-soft-border: rgba(90, 155, 255, .34);--accent: #2dd4bf;--accent-soft: rgba(45, 212, 191, .14);--good: #58d68a;--good-soft: rgba(88, 214, 138, .14);--warn: #f4b53f;--warn-soft: rgba(244, 181, 63, .14);--danger: #ff7a86;--danger-soft: rgba(255, 122, 134, .15);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 8px 22px rgba(0, 0, 0, .42);--ring: 0 0 0 3px rgba(90, 155, 255, .4)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--surface);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100dvh}h1,h2,h3{margin:0;line-height:1.2;text-wrap:balance}h1{font-size:1.6rem;font-weight:750;letter-spacing:-.015em}h2{font-size:1.2rem;font-weight:700}h3{font-size:1rem;font-weight:650}p{margin:0}a{color:var(--primary)}:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.shell{max-width:var(--shell-max);margin:0 auto;padding:1rem 1rem 6.5rem;display:flex;flex-direction:column;gap:1rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:var(--surface-1);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.topbar .brand{font-weight:750;letter-spacing:-.01em;font-size:1rem;color:var(--text);text-decoration:none}.topbar .spacer{flex:1}@media(max-width:480px){.topbar{flex-wrap:nowrap;gap:.4rem;padding:.6rem .75rem}.topbar .brand{font-size:.9rem}.topbar .hint{display:none}}.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--accent)}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem}.card.muted{background:var(--surface-2);box-shadow:none}.stack{display:flex;flex-direction:column;gap:.75rem}.row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.grid-2{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hint{color:var(--text-muted);font-size:.9rem}.error-text{color:var(--danger);font-size:.9rem}.btn{appearance:none;border:1px solid var(--border-strong);background:var(--surface-1);color:var(--text);font:inherit;font-weight:650;padding:.65rem 1.1rem;border-radius:var(--radius-sm);cursor:pointer;min-height:44px;transition:background var(--ease),border-color var(--ease)}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.btn.primary:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.btn.danger{background:var(--danger-soft);border-color:var(--danger);color:var(--danger)}.btn.quiet{border-color:transparent;background:transparent;color:var(--primary)}.action-dock{position:fixed;inset:auto 0 0;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--surface) 65%,transparent);display:flex;justify-content:center;z-index:30}.action-dock .btn{width:min(28rem,100%);min-height:52px;font-size:1.05rem;box-shadow:var(--shadow)}label.field{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:650;color:var(--text-muted)}input[type=email],input[type=text],input[type=number],textarea,select{font:inherit;color:var(--text);background:var(--surface-1);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.6rem .75rem;min-height:44px}textarea{min-height:7rem;resize:vertical}.pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.74rem;font-weight:700;letter-spacing:.04em;padding:.2rem .6rem;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);white-space:nowrap}.pill.open{background:var(--good-soft);color:var(--good)}.pill.scheduled{background:var(--primary-soft);color:var(--primary)}.pill.review{background:var(--accent-soft);color:var(--accent)}.pill.hidden{background:var(--surface-3);color:var(--text-subtle)}.pill.warn{background:var(--warn-soft);color:var(--warn)}.pill.live{background:var(--danger-soft);color:var(--danger)}.pill.live:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}table.data{width:100%;border-collapse:collapse;font-size:.9rem;min-width:560px}table.data th,table.data td{text-align:left;padding:.55rem .8rem;border-bottom:1px solid var(--border)}table.data th{font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-subtle);background:var(--surface-2);font-weight:700}table.data tr:last-child td{border-bottom:none}table.data td.num{font-variant-numeric:tabular-nums;text-align:right}.nav-tabs{display:flex;gap:.25rem;overflow-x:auto;padding:.25rem;background:var(--surface-2);border-radius:var(--radius)}.nav-tabs a{flex:1;text-align:center;text-decoration:none;font-weight:650;font-size:.92rem;color:var(--text-muted);padding:.55rem .9rem;border-radius:var(--radius-sm);white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.nav-tabs a[aria-current=page]{background:var(--surface-1);color:var(--text);box-shadow:var(--shadow-sm)}.bottom-nav{position:fixed;inset:auto 0 0;display:flex;background:var(--surface-1);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:25}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem 0 .6rem;font-size:.72rem;font-weight:650;color:var(--text-subtle);text-decoration:none}.bottom-nav a[aria-current=page]{color:var(--primary)}.bottom-nav .glyph{font-size:1.25rem;line-height:1}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.5rem;align-items:center}.empty-state h3{color:var(--text)}.big-number{font-size:2.4rem;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.divider{border:none;border-top:1px solid var(--border);margin:.25rem 0}.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}@media(min-width:720px){.shell{padding-top:1.5rem}h1{font-size:1.9rem}}.viewer-shell{display:flex;flex-direction:column;flex:1;min-height:0}.viewer-frame{width:100%;height:calc(100dvh - 10.5rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}.lang-toggle{font-family:var(--font-mono);font-size:.78rem;font-weight:700;letter-spacing:.06em;padding:.5rem .6rem;min-height:40px;border:1px solid var(--border-strong);color:var(--text-muted)}.lang-toggle:hover{color:var(--text);background:var(--surface-2)}.pulse-choice{display:block;width:100%;text-align:left;font:inherit;font-weight:600;color:var(--text);background:var(--surface-1);border:2px solid var(--border-strong);border-radius:var(--radius);padding:1rem 1.1rem;min-height:60px}.pulse-choice.tappable{cursor:pointer;transition:border-color var(--ease),background var(--ease)}.pulse-choice.tappable:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.pulse-choice.tappable:disabled{opacity:.55;cursor:not-allowed}.pulse-choice.correct{border-color:var(--good);background:var(--good-soft);color:var(--good)}.pulse-verdict{font-weight:700;font-size:1.05rem}.pulse-verdict.good{color:var(--good)}.pulse-verdict.bad{color:var(--danger)}.pulse-bar{position:relative;display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);overflow:hidden}.pulse-bar.correct{border-color:var(--good)}.pulse-bar-fill{position:absolute;inset:0 auto 0 0;background:var(--primary-soft);transition:width .4s cubic-bezier(.2,0,0,1);z-index:0}.pulse-bar.correct .pulse-bar-fill{background:var(--good-soft)}.pulse-bar-label{position:relative;z-index:1;flex:1;font-weight:600}.pulse-bar-count{position:relative;z-index:1;font-variant-numeric:tabular-nums;font-weight:750;color:var(--text-muted)}.pulse-choice.selected{border-color:var(--primary);background:var(--primary-soft)}.progress-track{height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--accent);transition:width .4s ease}@media(prefers-reduced-motion:reduce){.progress-fill{transition:none}}
