@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,400..700,30&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--surface-app: #f7f6f1;--surface-stage: #ffffff;--surface-raised: #ffffff;--surface-sunken: #f2f1ec;--surface-overlay: #ffffff;--border-hairline: rgba(18, 48, 56, .1);--border-soft: rgba(18, 48, 56, .14);--border-strong: rgba(18, 48, 56, .24);--text-strong: #102028;--text-primary: #1c2a33;--text-secondary: #4f6069;--text-muted: #7a8891;--accent: #007d78;--accent-strong: #006b66;--accent-soft: rgba(0, 125, 120, .1);--accent-ring: rgba(0, 125, 120, .28);--danger: #b54343;--danger-soft: rgba(181, 67, 67, .08);--danger-border: rgba(181, 67, 67, .28);--amber: #b27a16;--amber-soft: rgba(178, 122, 22, .09);--amber-border: rgba(178, 122, 22, .28);--go: #2f7a56;--go-soft: rgba(47, 122, 86, .1);--go-border: rgba(47, 122, 86, .3);--shadow-card: 0 1px 2px rgba(18, 48, 56, .04);--shadow-stage: 0 8px 28px rgba(18, 48, 56, .06), 0 1px 2px rgba(18, 48, 56, .04);--shadow-popover: 0 12px 40px rgba(18, 48, 56, .12), 0 2px 6px rgba(18, 48, 56, .06);--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 999px;--touch-min: 44px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Fraunces", "Iowan Old Style", Georgia, serif;--font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;--shell-max: 1520px;--stage-max: 980px;--left-rail-w: 272px;--right-rail-w: 288px;--top-bar-h: 60px;--step-rail-h: 56px}body[data-theme=dark]{--surface-app: #0f1619;--surface-stage: #151e22;--surface-raised: #1a242a;--surface-sunken: #111a1e;--surface-overlay: #1f2a30;--border-hairline: rgba(255, 255, 255, .06);--border-soft: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--text-strong: #f4f6f5;--text-primary: #dfe4e3;--text-secondary: #9aa8ae;--text-muted: #6b7a80;--accent: #2fb4ae;--accent-strong: #52c8c2;--accent-soft: rgba(47, 180, 174, .14);--accent-ring: rgba(47, 180, 174, .35);--danger: #e08080;--danger-soft: rgba(224, 128, 128, .1);--danger-border: rgba(224, 128, 128, .32);--amber: #d9a94a;--amber-soft: rgba(217, 169, 74, .1);--amber-border: rgba(217, 169, 74, .32);--go: #6fbe92;--go-soft: rgba(111, 190, 146, .12);--go-border: rgba(111, 190, 146, .32);--shadow-card: 0 1px 2px rgba(0, 0, 0, .25);--shadow-stage: 0 8px 32px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, .25);--shadow-popover: 0 16px 44px rgba(0, 0, 0, .45), 0 2px 6px rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100dvh;font-family:var(--font-sans);font-size:15px;font-weight:400;line-height:1.55;color:var(--text-primary);font-feature-settings:"cv11" 1,"ss01" 1,"ss03" 1,"cv02" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:var(--surface-app);background-image:radial-gradient(circle at top left,rgba(0,125,120,.07),transparent 40%),radial-gradient(circle at bottom right,rgba(178,122,22,.05),transparent 45%);background-attachment:fixed}body[data-theme=dark]{background-image:radial-gradient(circle at top left,rgba(47,180,174,.08),transparent 40%),radial-gradient(circle at bottom right,rgba(217,169,74,.04),transparent 45%)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-soft);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.font-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.studio-shell{min-height:100dvh;display:flex;flex-direction:column}.studio-topbar{position:sticky;top:0;z-index:40;min-height:var(--top-bar-h);padding:10px 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;background:color-mix(in srgb,var(--surface-app) 88%,transparent);backdrop-filter:saturate(1.2) blur(10px);-webkit-backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border-hairline)}.studio-topbar__left{justify-self:start}.studio-topbar__center{justify-self:center;min-width:0;max-width:100%}.studio-topbar__right{justify-self:end;display:flex;gap:8px;align-items:center}.studio-brand{display:inline-flex;align-items:baseline;gap:8px;padding:4px 2px;color:var(--text-strong);text-decoration:none;background:transparent;border:0;font-family:var(--font-sans)}.studio-brand__mark{font-family:var(--font-display);font-weight:600;font-size:17px;letter-spacing:-.015em;font-variation-settings:"opsz" 36,"SOFT" 50}.studio-brand__sub{font-size:11px;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.studio-back{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-pill);border:1px solid var(--border-soft);background:var(--surface-raised);color:var(--text-secondary);font-size:13px;font-weight:500;transition:border-color .15s ease,color .15s ease,background .15s ease}.studio-back:hover{color:var(--text-primary);border-color:var(--border-strong)}.studio-back:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.studio-details-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;border-radius:var(--radius-pill);border:1px solid var(--border-soft);background:var(--surface-raised);color:var(--text-secondary);transition:border-color .15s ease,color .15s ease}.studio-details-pill:hover{border-color:var(--border-strong);color:var(--text-primary)}.studio-details-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--go)}.dramatis{display:inline-flex;align-items:center;gap:10px;padding:4px 12px;border-radius:var(--radius-pill);background:var(--surface-raised);border:1px solid var(--border-hairline);max-width:100%}.dramatis__persona{display:inline-flex;align-items:center;gap:7px;min-width:0}.dramatis__avatar{width:26px;height:26px;border-radius:50%;background:var(--surface-sunken);border:1px solid var(--border-soft);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.dramatis__avatar svg{width:100%;height:100%;display:block}.dramatis__label{font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}@media(min-width:1280px){.dramatis__label{max-width:280px}}.dramatis__sep{color:var(--text-muted);font-size:13px;line-height:1}@media(max-width:640px){.dramatis__label{max-width:70px;font-size:11px}.dramatis{gap:6px;padding:3px 8px}}.step-rail{position:sticky;top:var(--top-bar-h);z-index:35;padding:10px 16px;background:color-mix(in srgb,var(--surface-app) 94%,transparent);backdrop-filter:saturate(1.2) blur(10px);-webkit-backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border-hairline)}.step-rail__inner{max-width:var(--shell-max);margin:0 auto;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.step-rail__inner::-webkit-scrollbar{display:none}.step-rail__segment{display:flex;align-items:center;gap:8px;flex-shrink:0}.step-rail__item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-pill);border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:13px;font-weight:500;flex-shrink:0;transition:all .15s ease}.step-rail__item:hover:not(:disabled){color:var(--text-secondary)}.step-rail__item:disabled{opacity:.45;cursor:not-allowed}.step-rail__item:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.step-rail__item.is-active{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-ring)}.step-rail__item.is-complete{color:var(--go)}.step-rail__index{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--surface-sunken);font-size:11px;font-weight:600}.step-rail__item.is-active .step-rail__index{background:var(--accent);color:#fff}.step-rail__item.is-complete .step-rail__index{background:var(--go);color:#fff}.step-rail__arrow{color:var(--text-muted);font-size:14px;line-height:1;flex-shrink:0}.studio-frame{flex:1;width:100%;max-width:var(--shell-max);margin:0 auto;padding:24px 16px 40px;display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:1024px){.studio-frame{padding:28px 24px 48px;gap:24px;grid-template-columns:1fr}.studio-frame--has-left{grid-template-columns:var(--left-rail-w) 1fr}.studio-frame--has-right:not(.studio-frame--has-left){grid-template-columns:1fr var(--right-rail-w)}.studio-frame--has-left.studio-frame--has-right{grid-template-columns:var(--left-rail-w) 1fr}}@media(min-width:1280px){.studio-frame--has-left.studio-frame--has-right{grid-template-columns:var(--left-rail-w) 1fr var(--right-rail-w)}}.studio-rail{display:flex;flex-direction:column;gap:16px}.studio-rail--left{order:0}.studio-rail--right{order:2}.studio-stage{order:1;min-width:0}@media(min-width:1024px){.studio-rail--left{order:1;position:sticky;top:calc(var(--top-bar-h) + var(--step-rail-h) + 20px);align-self:start;max-height:calc(100dvh - var(--top-bar-h) - var(--step-rail-h) - 40px);overflow-y:auto}.studio-stage{order:2}.studio-rail--right{order:3;position:sticky;top:calc(var(--top-bar-h) + var(--step-rail-h) + 20px);align-self:start;max-height:calc(100dvh - var(--top-bar-h) - var(--step-rail-h) - 40px);overflow-y:auto}}.stage-card{background:var(--surface-stage);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-stage);padding:24px;min-height:320px;animation:stage-fade-in .26s ease-out both}.stage-card--flush{padding:0}.stage-card--wide{width:100%}@media(min-width:768px){.stage-card{padding:32px}}.stage-card--rounds{display:flex;flex-direction:column}.stage-card--rounds>.rounds{flex:1;min-height:0}@media(min-width:1024px){.stage-card--rounds{min-height:calc(100dvh - var(--top-bar-h) - var(--step-rail-h) - 80px)}.stage-card--rounds .rounds__transcript{flex:1;min-height:240px}}@keyframes stage-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.stage-title{margin:0 0 6px;font-family:var(--font-display);font-weight:600;font-size:28px;line-height:1.15;letter-spacing:-.02em;color:var(--text-strong);font-variation-settings:"opsz" 72,"SOFT" 40}.stage-subtitle{margin:0 0 24px;color:var(--text-secondary);font-size:14.5px;line-height:1.55;max-width:64ch}.stage-section-title{font-family:var(--font-sans);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--touch-min);padding:10px 18px;font-family:var(--font-sans);font-weight:600;font-size:14.5px;line-height:1.2;border-radius:var(--radius-pill);border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,transform 80ms ease}.btn:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.btn-primary.is-loading{background:var(--surface-raised);color:var(--text-secondary);border-color:var(--border-strong)}.btn-primary__pulse{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--text-secondary);animation:pulse-opacity 1.2s ease-in-out infinite}@keyframes pulse-opacity{0%,to{opacity:.25}50%{opacity:1}}.btn-secondary{background:var(--surface-raised);color:var(--text-primary);border-color:var(--border-soft)}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-overlay)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover:not(:disabled){color:var(--text-primary);background:var(--surface-sunken)}.btn-sm{min-height:36px;padding:7px 14px;font-size:13px}.card{background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-pill);font-size:11.5px;font-weight:600;letter-spacing:.03em;background:var(--surface-sunken);color:var(--text-secondary);border:1px solid var(--border-hairline)}.pill--accent{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-ring)}.pill--danger{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.pill--amber{background:var(--amber-soft);color:var(--amber);border-color:var(--amber-border)}.pill--go{background:var(--go-soft);color:var(--go);border-color:var(--go-border)}.chip{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-sm);background:var(--surface-sunken);border:1px solid var(--border-hairline)}.error-banner{margin-bottom:16px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--danger-border);background:var(--danger-soft);color:var(--danger);font-size:13.5px;line-height:1.5}.details-popover{position:absolute;right:16px;top:calc(var(--top-bar-h) - 4px);min-width:300px;max-width:360px;padding:16px;background:var(--surface-overlay);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-popover);z-index:60}.details-popover__row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;font-size:13px;border-bottom:1px solid var(--border-hairline)}.details-popover__row:last-of-type{border-bottom:0}.details-popover__key{color:var(--text-muted);font-weight:500}.details-popover__val{color:var(--text-primary);font-family:var(--font-mono);font-size:12px;text-align:right;word-break:break-all}.details-popover__disclaimer{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-hairline);font-size:12px;color:var(--text-muted);line-height:1.5}.dossier{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.dossier__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.dossier__avatar{width:48px;height:48px;border-radius:50%;background:var(--surface-sunken);border:1px solid var(--border-soft);flex-shrink:0;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.dossier__avatar svg{width:100%;height:100%}.dossier__identity{min-width:0}.dossier__name{font-family:var(--font-display);font-weight:600;font-size:17px;letter-spacing:-.01em;color:var(--text-strong);line-height:1.2;margin-bottom:2px;font-variation-settings:"opsz" 36,"SOFT" 40}.dossier__meta{font-size:12px;color:var(--text-muted)}.dossier__section{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-hairline)}.dossier__section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}.dossier__summary{font-size:13px;color:var(--text-primary);line-height:1.5}.dossier__labs{display:flex;flex-direction:column;gap:4px}.dossier__lab{display:flex;justify-content:space-between;gap:8px;font-size:12px;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.dossier__lab-key{color:var(--text-muted)}.dossier__lab-val{color:var(--text-primary);font-weight:500}.dossier__empty{padding:12px 4px;font-size:12.5px;color:var(--text-muted);font-style:italic}.dossier__loading{font-size:11px;color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.dossier__loading-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-opacity 1.2s ease-in-out infinite}.ddx-rail{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.ddx-rail__head{margin-bottom:12px}.ddx-rail__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.ddx-rail__sub{font-size:12px;color:var(--text-secondary);margin-top:2px}.ddx-list{display:flex;flex-direction:column;gap:10px;list-style:none}.ddx-item{padding:10px 12px;background:var(--surface-stage);border:1px solid var(--border-hairline);border-radius:var(--radius-md)}.ddx-item__row{display:flex;justify-content:space-between;gap:8px;align-items:baseline;margin-bottom:4px}.ddx-item__name{font-weight:600;font-size:13px;color:var(--text-strong)}.ddx-item__conf{font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.ddx-item__why{font-size:12px;color:var(--text-secondary);line-height:1.45}.ddx-item__bar{margin-top:8px;height:4px;background:var(--surface-sunken);border-radius:999px;overflow:hidden}.ddx-item__bar-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .4s ease}.ddx-rail__empty{padding:12px 4px;font-size:12.5px;color:var(--text-muted);font-style:italic}.scoreboard{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.scoreboard__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.scoreboard__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.scoreboard__cell{padding:8px 4px;background:var(--surface-sunken);border-radius:var(--radius-sm);border:1px solid var(--border-hairline)}.scoreboard__val{display:block;font-family:var(--font-mono);font-size:18px;font-weight:600;color:var(--text-strong);font-variant-numeric:tabular-nums}.scoreboard__lbl{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:2px}.scoreboard__cell--full .scoreboard__val{color:var(--go)}.scoreboard__cell--partial .scoreboard__val{color:var(--amber)}.scoreboard__cell--miss .scoreboard__val{color:var(--danger)}.case-room{display:flex;flex-direction:column;gap:24px}.case-room__tabs{display:inline-flex;gap:4px;padding:4px;background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-pill);width:fit-content}.case-room__tab{padding:8px 16px;font-size:13px;font-weight:500;color:var(--text-secondary);background:transparent;border:0;border-radius:var(--radius-pill);transition:background .15s ease,color .15s ease}.case-room__tab:hover{color:var(--text-primary)}.case-room__tab.is-active{background:var(--surface-stage);color:var(--text-strong);box-shadow:var(--shadow-card)}.roster{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.roster__item{min-width:0}.roster__card{width:100%;height:100%;display:flex;flex-direction:column;gap:10px;padding:16px;text-align:left;background:var(--surface-stage);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.roster__card:hover:not(:disabled){border-color:var(--border-strong);box-shadow:0 4px 14px #12303814}.roster__card:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.roster__card.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-card)}.roster__card-head{display:flex;align-items:center;gap:12px}.roster__avatar{width:44px;height:44px;border-radius:50%;background:var(--surface-sunken);border:1px solid var(--border-soft);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.roster__avatar svg{width:100%;height:100%}.roster__card-meta{min-width:0;flex:1}.roster__card-label{font-weight:600;font-size:14px;color:var(--text-strong);line-height:1.2;margin-bottom:4px}.roster__card-tags{display:flex;flex-wrap:wrap;gap:4px}.roster__card-excerpt{font-size:12.5px;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.roster__card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--border-hairline)}.roster__synthetic{font-size:10px;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.case-editor{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:10px}.case-editor__warn{font-size:12.5px;color:var(--text-muted);line-height:1.45}.case-editor__area{width:100%;min-height:220px;padding:14px;font-family:var(--font-mono);font-size:14px;line-height:1.55;color:var(--text-primary);background:var(--surface-stage);border:1px solid var(--border-soft);border-radius:var(--radius-md);resize:vertical;transition:border-color .15s ease}.case-editor__area:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.persona-card-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.persona-card-row--compact{gap:8px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.persona-card{padding:14px;text-align:left;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);transition:border-color .15s ease,background .15s ease;display:flex;flex-direction:column;gap:8px}.persona-card:hover{border-color:var(--border-strong)}.persona-card:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}.persona-card.is-active{border-color:var(--accent);background:var(--accent-soft)}.persona-card__head{display:flex;align-items:center;gap:10px}.persona-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--surface-sunken);border:1px solid var(--border-soft);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.persona-card__avatar svg{width:100%;height:100%}.persona-card__title{font-weight:600;font-size:14px;color:var(--text-strong)}.persona-card__desc{font-size:12.5px;color:var(--text-secondary);line-height:1.45}.topic-picker{display:flex;flex-direction:column;gap:8px}.topic-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;list-style:none}.topic-chip{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;text-align:left;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-md);color:var(--text-primary);transition:border-color .15s ease,background .15s ease;min-height:var(--touch-min);width:100%}.topic-chip:hover{border-color:var(--border-strong)}.topic-chip.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.topic-chip__head{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13.5px;line-height:1.2}.topic-chip__icon{width:16px;height:16px;flex-shrink:0}.topic-chip__hint{font-size:11.5px;color:var(--text-muted);font-family:var(--font-mono);padding-left:24px}.topic-chip.is-active .topic-chip__hint{color:color-mix(in srgb,var(--accent) 80%,transparent)}.case-room__action-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border-hairline)}.case-room__action-bar__status{color:var(--text-muted);font-size:12.5px}.case-room__action-bar__spacer{flex:1}.case-room__action-bar__buttons{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.case-room__action-bar .btn-primary{min-width:200px}.preround{display:flex;flex-direction:column;gap:18px}.phase-strip{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;background:var(--accent-soft);border:1px solid var(--accent-ring);border-radius:var(--radius-pill);font-size:12px;color:var(--accent);width:fit-content}.phase-strip__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse-opacity 1s ease-in-out infinite}.phase-strip__label{font-weight:600;text-transform:uppercase;letter-spacing:.06em}.phase-strip__count{font-family:var(--font-mono);padding-left:10px;margin-left:2px;border-left:1px solid currentColor;opacity:.7;font-weight:500;letter-spacing:.03em}.deck-manifest{padding:14px 16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.deck-manifest__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.deck-manifest__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.deck-manifest__progress{font-family:var(--font-mono);font-size:11px;color:var(--text-secondary)}.deck-manifest__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none}.deck-manifest__item{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:500;color:var(--text-muted);background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-pill);transition:all .2s ease}.deck-manifest__item.is-streaming{color:var(--accent);border-color:var(--accent-ring);background:var(--accent-soft)}.deck-manifest__item.is-done{color:var(--go);border-color:var(--go-border);background:var(--go-soft)}.deck-manifest__dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.deck-manifest__item.is-streaming .deck-manifest__dot{background:var(--accent);animation:pulse-opacity 1s ease-in-out infinite}.deck-manifest__item.is-done .deck-manifest__dot{background:var(--go)}.prep-brief{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:900px){.prep-brief{grid-template-columns:repeat(2,minmax(0,1fr))}.prep-deck__snapshot,.brief-section--full{grid-column:1 / -1}}.prep-deck__snapshot{background:var(--surface-raised);border:1px solid var(--border-hairline);border-left:4px solid var(--accent);border-radius:var(--radius-lg);padding:18px 20px}.prep-deck__snapshot-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:6px}.prep-deck__snapshot-headline{font-family:var(--font-display);font-size:26px;font-weight:500;letter-spacing:-.02em;line-height:1.2;color:var(--text-strong);margin:0;font-variation-settings:"opsz" 72,"SOFT" 40}@media(min-width:768px){.prep-deck__snapshot-headline{font-size:30px}}.brief-section{background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);overflow:hidden}.brief-section--danger{border-color:var(--danger-border)}.brief-section--amber{border-color:var(--amber-border)}.brief-section__head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:transparent;border:0;text-align:left;font:inherit;color:inherit;min-height:var(--touch-min);transition:background .15s ease}.brief-section__head:hover{background:var(--surface-sunken)}.brief-section__head:focus-visible{outline:2px solid var(--accent-ring);outline-offset:-2px}.brief-section__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-sm);color:var(--text-secondary);flex-shrink:0}.section-icon{width:18px;height:18px}.brief-section--danger .brief-section__icon{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger)}.brief-section--amber .brief-section__icon{background:var(--amber-soft);border-color:var(--amber-border);color:var(--amber)}.brief-section__title{flex:1;font-family:var(--font-sans);font-weight:600;font-size:15px;color:var(--text-strong);line-height:1.3}.brief-section__chevron{color:var(--text-muted);font-size:16px;width:24px;text-align:center;flex-shrink:0}.brief-section__hint{padding:0 16px 10px;font-size:12.5px;font-style:italic;color:var(--text-muted);line-height:1.45}.brief-section__body{padding:0 16px 16px}.brief-section--enter{animation:fade-up .26s ease-out both}.prep-brief>.brief-section--enter:nth-of-type(2){animation-delay:40ms}.prep-brief>.brief-section--enter:nth-of-type(3){animation-delay:80ms}.prep-brief>.brief-section--enter:nth-of-type(4){animation-delay:.12s}.prep-brief>.brief-section--enter:nth-of-type(5){animation-delay:.16s}.prep-brief>.brief-section--enter:nth-of-type(6){animation-delay:.2s}.prep-brief>.brief-section--enter:nth-of-type(7){animation-delay:.24s}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.prep-deck__streaming-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);background:var(--accent-soft);border:1px solid var(--accent-ring);color:var(--accent);font-size:11.5px;font-weight:600;letter-spacing:.04em;width:fit-content}.prep-deck__streaming-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-opacity 1s ease-in-out infinite}.prep-deck__streaming-count{font-family:var(--font-mono);padding-left:8px;border-left:1px solid currentColor;opacity:.75;font-weight:500}.brief-list{list-style:none}.brief-list__item{padding:10px 0;font-size:13.5px;line-height:1.55;color:var(--text-primary);border-bottom:1px solid var(--border-hairline)}.brief-list__item:last-child{border-bottom:0}.danger-stack{display:flex;flex-direction:column;gap:12px}@media(min-width:900px){.brief-section--full .danger-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}}.danger-card{background:var(--surface-stage);border:1px solid var(--danger-border);border-left:4px solid var(--danger);border-radius:var(--radius-md);padding:14px}.danger-card__syndrome{font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--danger);margin-bottom:10px;letter-spacing:-.015em;line-height:1.2;font-variation-settings:"opsz" 36,"SOFT" 40}.danger-card__fields{display:flex;flex-direction:column;gap:8px}.danger-card__row{display:grid;grid-template-columns:88px 1fr;gap:10px;align-items:baseline}.danger-card__row>dt{font-family:var(--font-mono);font-size:10.5px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.danger-card__row>dd{font-size:13px;line-height:1.5;color:var(--text-primary)}.danger-card__row--pitfall>dd{color:var(--amber)}@media(max-width:560px){.danger-card__row{grid-template-columns:1fr;gap:2px}}.presentation-frame{font-family:var(--font-sans);font-size:14.5px;line-height:1.65;color:var(--text-primary);padding:14px 16px;background:var(--surface-stage);border:1px solid var(--border-hairline);border-left:4px solid var(--accent);border-radius:var(--radius-md);white-space:pre-wrap}.quiz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.quiz-card-shell{position:relative;overflow:hidden;padding:16px;min-height:160px;background:var(--surface-stage);border:1px solid var(--border-hairline);border-radius:var(--radius-md)}.quiz-card-pane{display:flex;flex-direction:column;gap:10px;transition:opacity .18s ease,transform .18s ease}.quiz-card-pane.is-hidden{position:absolute;top:16px;right:16px;bottom:16px;left:16px;opacity:0;pointer-events:none;transform:translateY(4px)}.quiz-card__question{font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--text-primary);flex:1}.quiz-card__answer{font-family:var(--font-sans);font-size:13.5px;line-height:1.55;color:var(--text-primary)}.quiz-card__tag{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.quiz-card-pane--back .quiz-card__tag{color:var(--accent)}.btn-quiz-reveal,.btn-quiz-back{align-self:flex-start;margin-top:auto;padding:8px 14px;font-family:var(--font-sans);font-weight:600;font-size:13px;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent-ring);transition:background .15s ease}.btn-quiz-reveal:hover,.btn-quiz-back:hover{background:color-mix(in srgb,var(--accent) 18%,transparent)}.btn-quiz-back{background:var(--surface-raised);color:var(--text-secondary);border-color:var(--border-soft)}.btn-quiz-back:hover{background:var(--surface-overlay);color:var(--text-primary)}.guideline-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.guideline-card{background:var(--surface-stage);border:1px solid var(--border-hairline);border-radius:var(--radius-md);padding:14px}.guideline-card__title{font-family:var(--font-sans);font-size:14.5px;font-weight:600;color:var(--text-strong);margin-bottom:8px}.guideline-card__definition{font-family:var(--font-sans);font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.guideline-card__block{margin-bottom:12px}.guideline-card__block-title{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:6px}.guideline-card__list{list-style:none}.guideline-card__list li{font-family:var(--font-sans);font-size:12.5px;color:var(--text-primary);padding:4px 0;border-bottom:1px solid var(--border-hairline);line-height:1.5}.guideline-card__list li:last-child{border-bottom:0}.guideline-card__duration{font-family:var(--font-sans);font-size:12.5px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.guideline-card__duration-label{display:block;font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px}.guideline-card__source{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);padding-top:10px;border-top:1px solid var(--border-hairline)}.rounds{display:flex;flex-direction:column;gap:18px}.rounds__transcript{display:flex;flex-direction:column;gap:14px}.rounds__turn{display:flex;flex-direction:column;gap:8px}.rounds-bubble{padding:14px 16px;border-radius:var(--radius-lg);max-width:640px;line-height:1.55;font-size:14.5px}.rounds-bubble--attending{background:var(--surface-raised);border:1px solid var(--border-hairline);color:var(--text-primary);align-self:flex-start}.rounds-bubble--user{background:var(--accent-soft);border:1px solid var(--accent-ring);color:var(--text-strong);align-self:flex-end}.rounds-bubble__speaker{display:block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}.rounds-bubble--user .rounds-bubble__speaker{color:var(--accent)}.rounds-grade{align-self:flex-end;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);font-size:11.5px;font-weight:600;max-width:640px}.rounds-grade--full{background:var(--go-soft);color:var(--go);border:1px solid var(--go-border)}.rounds-grade--partial{background:var(--amber-soft);color:var(--amber);border:1px solid var(--amber-border)}.rounds-grade--miss{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger-border)}.rounds-grade__nudge{font-weight:400;font-size:12px;color:inherit;opacity:.9}.rounds__composer{display:flex;flex-direction:column;gap:8px;padding:14px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.rounds__composer-area{width:100%;min-height:80px;padding:12px;background:var(--surface-stage);border:1px solid var(--border-soft);border-radius:var(--radius-md);resize:vertical;font-family:var(--font-sans);font-size:14px;line-height:1.55;color:var(--text-primary);transition:border-color .15s ease}.rounds__composer-area:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.rounds__composer-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.rounds__composer-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rounds__hint{font-size:12px;color:var(--text-muted)}.btn-mic{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;min-height:32px;background:var(--surface-stage);border:1px solid var(--border-soft);border-radius:var(--radius-pill);color:var(--text-secondary);font-size:13px;font-family:var(--font-sans);transition:background .15s ease,color .15s ease,border-color .15s ease}.btn-mic:hover{background:var(--surface-overlay);color:var(--text-primary);border-color:var(--border-strong)}.btn-mic__label{font-weight:500;letter-spacing:.01em}.btn-mic--on{background:color-mix(in srgb,var(--danger) 16%,transparent);border-color:color-mix(in srgb,var(--danger) 55%,transparent);color:var(--danger);animation:mic-pulse 1.4s ease-in-out infinite}.btn-mic--on:hover{background:color-mix(in srgb,var(--danger) 22%,transparent);color:var(--danger)}@keyframes mic-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--danger) 35%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--danger) 0%,transparent)}}@media(prefers-reduced-motion:reduce){.btn-mic--on{animation:none}}.rounds__end{padding:16px;background:var(--go-soft);border:1px solid var(--go-border);border-radius:var(--radius-md);font-size:14px;color:var(--go);line-height:1.5}.debrief{display:flex;flex-direction:column;gap:20px}.debrief__dx-prompt{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.debrief__dx-prompt label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.debrief__dx-input{width:100%;padding:10px 12px;background:var(--surface-stage);border:1px solid var(--border-soft);border-radius:var(--radius-md);font-size:14px;color:var(--text-primary)}.debrief__dx-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.debrief__grade{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.debrief__grade-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.debrief__grade-value{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.02em;font-variation-settings:"opsz" 72,"SOFT" 40;background:var(--accent-soft);color:var(--accent);border:2px solid var(--accent-ring)}.debrief__grade-value--A{color:var(--go);background:var(--go-soft);border-color:var(--go-border)}.debrief__grade-value--B{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-ring)}.debrief__grade-value--C{color:var(--amber);background:var(--amber-soft);border-color:var(--amber-border)}.debrief__grade-value--D{color:var(--danger);background:var(--danger-soft);border-color:var(--danger-border)}.debrief__cols{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.debrief__cols{grid-template-columns:1fr 1fr}}.debrief__col{padding:16px;border-radius:var(--radius-lg);border:1px solid var(--border-hairline)}.debrief__col--helpful{background:var(--go-soft);border-color:var(--go-border)}.debrief__col--miss{background:var(--danger-soft);border-color:var(--danger-border)}.debrief__col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.debrief__col--helpful .debrief__col-title{color:var(--go)}.debrief__col--miss .debrief__col-title{color:var(--danger)}.debrief__list{list-style:none}.debrief__list-item{padding:8px 0;font-size:13px;color:var(--text-primary);line-height:1.5;border-bottom:1px solid var(--border-hairline)}.debrief__list-item:last-child{border-bottom:0}.debrief__subsection{padding:16px;background:var(--surface-raised);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.debrief__subsection-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.debrief__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.theme-toggle--compact{display:inline-flex;gap:2px;padding:2px;background:var(--surface-raised);border:1px solid var(--border-soft);border-radius:var(--radius-pill)}.theme-toggle--compact .theme-toggle__track{display:contents}.theme-toggle--compact .theme-toggle__btn{min-height:28px;padding:4px 10px;font-size:11.5px;font-weight:500;color:var(--text-secondary);background:transparent;border:0;border-radius:var(--radius-pill)}.theme-toggle--compact .theme-toggle__btn.is-active{background:var(--surface-stage);color:var(--text-strong);box-shadow:var(--shadow-card)}.theme-toggle__label{display:none}@media print{body{background:#fff!important}.studio-topbar,.step-rail,.studio-rail,.studio-stage>.stage-card>.case-room__action-bar,.preround>.phase-strip,.rounds__composer,.debrief__actions{display:none!important}.studio-frame{grid-template-columns:1fr!important;padding:0!important}.stage-card{box-shadow:none!important;border:0!important;padding:0!important}.prep-brief{display:block!important}.prep-brief>*{break-inside:avoid;margin-bottom:16px}}.mobile-action-bar{display:none}@media(max-width:1023px){.mobile-action-bar{display:flex;position:sticky;bottom:0;z-index:30;gap:8px;padding:10px 12px max(10px,env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface-app) 94%,transparent);-webkit-backdrop-filter:saturate(1.2) blur(10px);backdrop-filter:saturate(1.2) blur(10px);border-top:1px solid var(--border-hairline);margin:0 -16px -40px}.mobile-action-bar .btn-primary{flex:1}}
