:root{color-scheme:light dark;font-family:SF Pro Display,SF Pro Text,Segoe UI Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--page-bg: #f5f4ef;--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(255, 255, 255, .86);--border: rgba(15, 23, 42, .08);--text: #111318;--muted: rgba(17, 19, 24, .7);--faint: rgba(17, 19, 24, .46);--accent: #111318;--accent-contrast: #ffffff;--danger-surface: rgba(180, 35, 24, .1);--shadow: 0 18px 48px rgba(15, 23, 42, .08);--player-bg: #050608;--brand-shadow: 0 12px 24px rgba(15, 23, 42, .12)}@media (prefers-color-scheme: dark){:root{--page-bg: #0f1114;--surface: rgba(21, 24, 29, .8);--surface-strong: rgba(24, 28, 34, .92);--border: rgba(255, 255, 255, .08);--text: #f4f7fb;--muted: rgba(244, 247, 251, .72);--faint: rgba(244, 247, 251, .42);--accent: #f4f7fb;--accent-contrast: #111318;--danger-surface: rgba(180, 35, 24, .16);--shadow: 0 24px 64px rgba(0, 0, 0, .28);--brand-shadow: 0 16px 28px rgba(0, 0, 0, .28)}}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top center,rgba(119,143,255,.08),transparent 28rem),var(--page-bg);color:var(--text)}body,button,input,textarea,a{font:inherit}button,input,textarea{border:0}button{background:none;color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}.page{min-height:100vh}.shell{width:min(720px,calc(100% - 1rem));margin:0 auto;padding:.7rem 0 4rem;display:grid;gap:.72rem}.surface{border:1px solid var(--border);background:linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1)}.siteHeader{padding-top:.05rem}.brandName,.eyebrow,.agentEyebrow,.alternativeLabel{margin:0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint)}.brandLockup{display:inline-flex;align-items:center;gap:.72rem}.brandMark{width:1.8rem;height:1.8rem;flex:none;border-radius:.65rem;box-shadow:var(--brand-shadow)}.brandWordmark{color:var(--text);font-size:.88rem;font-weight:600;letter-spacing:.18em}.hero{display:grid;gap:.55rem;padding-top:clamp(.35rem,2.8vh,1.1rem)}.answerHeader h2,.feedbackCard h2,.sectionHeader h3{margin:0;letter-spacing:-.05em}.composer,.answerCard,.feedbackCard{width:100%;border-radius:28px}.composer{display:grid;gap:.5rem;padding:.72rem}.composerInput{width:100%;min-height:3.6rem;resize:none;outline:none;padding:.62rem .82rem 0;border-radius:22px;background:transparent;color:var(--text);line-height:1.34;font-size:1rem}.composerInput::placeholder{color:var(--faint)}.composerFooter{display:flex;justify-content:flex-end;padding:0 .08rem .08rem}.primaryButton,.secondaryButton,.utilityAction{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.72rem 1rem;border-radius:999px;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.primaryButton{border:1px solid transparent;background:var(--accent);color:var(--accent-contrast);font-weight:600;cursor:pointer}.primaryButton:disabled{opacity:.56;cursor:default}.statusSteps{display:grid;gap:.55rem;overflow-x:auto;scrollbar-width:none}.statusSteps{grid-auto-flow:column;grid-auto-columns:max-content}.statusSteps::-webkit-scrollbar{display:none}.secondaryButton,.utilityAction{border:1px solid var(--border);background:var(--surface)}.utilityLabel,.feedbackCard p,.answerMeta,.answerSummary,.alternativeMeta,.alternativeSnippet{margin:0;color:var(--muted)}.utilityStrip{display:grid;gap:.42rem;padding:0 .08rem}.utilityLabel{font-size:.9rem}.utilityActions{display:flex;flex-wrap:wrap;gap:.55rem}.utilityAction{min-height:2.1rem;padding:.46rem .82rem;color:var(--text);cursor:pointer}.utilityAction:last-child{font-family:SF Mono,Roboto Mono,SFMono-Regular,Menlo,monospace;font-size:.78rem}.statusRail{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.statusStep{padding:.15rem 0}.statusStepTop{display:flex;align-items:center;gap:.55rem}.statusStepLabel{font-size:.98rem;color:var(--muted)}.statusDot{width:.68rem;height:.68rem;border-radius:999px;background:#7f849166}.statusMetric,.loadingPill{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.24rem .68rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap}.state-active .statusDot{background:#f24f3d;box-shadow:0 0 0 8px #f24f3d1f}.state-done .statusDot{background:#30a46c}.feedbackCard{display:grid;gap:.45rem;padding:1rem}.errorCard{border-color:#b423182e;background:linear-gradient(180deg,#ffffffc7,#ffffffb8),var(--danger-surface)}.answerCard{display:grid;gap:.72rem;padding:.82rem}.answerHeader{display:grid;gap:.42rem}.answerHeaderMain{display:grid;gap:.28rem}.answerHeader h2{font-size:clamp(1.12rem,3.7vw,1.42rem);line-height:1.08}.answerTitle{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-wrap:balance}.answerActions,.detailRow{display:flex;flex-wrap:wrap;gap:.65rem}.playerShell{overflow:hidden;border-radius:24px;border:1px solid var(--border);background:var(--player-bg)}.playerFrame,.playerFallback{display:block;width:100%;aspect-ratio:16 / 9;border:0}.playerFallback{display:grid;place-items:center;color:#ffffffb8}.answerSummary{line-height:1.5;font-size:.94rem}.alternativesBlock{display:grid;gap:.72rem;padding-top:.05rem}.sectionHeader{display:flex;align-items:center}.sectionHeader h3{font-size:.95rem;line-height:1.1}.alternativeList{display:grid;gap:.75rem}.alternativeButton{width:100%;display:grid;grid-template-columns:5.2rem 1fr auto;gap:.68rem;align-items:center;padding:.56rem;border-radius:22px;border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.alternativeThumb{overflow:hidden;aspect-ratio:16 / 9;border-radius:18px;background:var(--player-bg)}.alternativeThumb img,.thumbFallback{display:block;width:100%;height:100%}.alternativeThumb img{object-fit:cover}.thumbFallback{display:grid;place-items:center;color:#ffffffd1;font-size:.82rem}.alternativeCopy{display:grid;gap:.2rem}.alternativeCopy h3{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:.94rem;letter-spacing:-.02em}.alternativeSnippet{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;line-height:1.4;font-size:.9rem}.loadingPill.isLoading{color:var(--text)}.primaryButton:hover:not(:disabled),.secondaryButton:hover,.utilityAction:hover,.alternativeButton:hover{transform:translateY(-1px)}.primaryButton:active,.secondaryButton:active,.utilityAction:active,.alternativeButton:active{transform:translateY(0)}@media (prefers-reduced-motion: reduce){.primaryButton,.secondaryButton,.utilityAction,.alternativeButton{transition:none}}@media (min-width: 720px){.shell{width:min(700px,calc(100% - 2rem));padding-top:.78rem;gap:.8rem}.primaryButton{min-width:8.8rem}.answerHeader{grid-template-columns:1fr auto;align-items:end}}@media (max-width: 639px){.brandMark{width:1.68rem;height:1.68rem;border-radius:.58rem}.brandWordmark{font-size:.84rem;letter-spacing:.16em}.answerActions,.utilityActions{width:100%}.secondaryButton,.utilityAction{flex:1 1 0}.alternativeButton{grid-template-columns:5.35rem 1fr}.loadingPill{grid-column:2;justify-self:flex-start}.statusRail{display:grid;gap:.5rem}.statusMetric{justify-self:flex-start}}
