:root{--council-bg:#08080f;--council-surface:#0f0f1a;--council-surface-2:#13131f;--council-hairline:rgba(255,255,255,0.06);--council-hairline-strong:rgba(255,255,255,0.12);--council-veil:rgba(8,8,15,0.72);--council-ink:#e8e8f0;--council-ink-dim:#9a9aab;--council-ink-whisper:#5a5a6e;--council-accent:#7c3aed;--council-accent-soft:rgba(124,58,237,0.14);--state-thinking:#a78bfa;--state-speaking:#06b6d4;--state-done:#34d399;--state-conflict:#f59e0b;--state-error:#ef4444;--ease-default:cubic-bezier(0.2,0.8,0.2,1);--dur-micro:120ms;--dur-content:180ms;--dur-layout:320ms;--space-section:64px;--space-section-sm:40px}::-moz-selection{background:var(--council-accent-soft);color:var(--council-ink)}::selection{background:var(--council-accent-soft);color:var(--council-ink)}:focus-visible{outline:2px solid var(--council-accent);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.state-rule{display:block;width:2px;border-radius:1px;background:var(--council-hairline-strong);transition:background var(--dur-content) var(--ease-default),transform var(--dur-content) var(--ease-default);transform-origin:top center;align-self:stretch}.state-rule[data-state=thinking]{background:var(--state-thinking);animation:thinkingPulse 1.4s cubic-bezier(.45,0,.55,1) infinite}.state-rule[data-state=speaking]{background:var(--state-speaking)}.state-rule[data-state=done]{background:var(--state-done);animation:doneSettle .16s var(--ease-default) forwards}.state-rule[data-state=conflict]{background:var(--state-conflict)}.state-rule[data-state=error]{background:var(--state-error);background-image:repeating-linear-gradient(to bottom,var(--state-error) 0 4px,transparent 4px 8px)}.token-stream>*{animation:tokenReveal var(--dur-content) var(--ease-default) both}.synthesis-section-reveal{animation:synthesisSectionReveal .22s cubic-bezier(.2,.8,.2,1) both;animation-delay:calc(.18s + var(--section-index, 0) * 40ms)}.block-settle{animation:blockSettle .16s cubic-bezier(.2,.8,.2,1) forwards}.speech-activate{animation:speechActivate .26s cubic-bezier(.2,.8,.2,1) both}.speech-cadence{animation:speechCadence .18s cubic-bezier(.2,.8,.2,1) both}.state-dot{display:inline-block;width:6px;height:6px;border-radius:999px;vertical-align:middle;margin-right:6px;background:var(--council-ink-whisper);transition:background var(--dur-micro) var(--ease-default)}.state-dot[data-state=thinking]{background:var(--state-thinking);animation:thinkingPulse 1.4s cubic-bezier(.45,0,.55,1) infinite}.state-dot[data-state=speaking]{background:var(--state-speaking)}.state-dot[data-state=done]{background:var(--state-done)}.state-dot[data-state=conflict]{background:var(--state-conflict)}.state-dot[data-state=error]{background:var(--state-error)}@keyframes thinkingPulse{0%,to{opacity:.45;transform:scaleY(.85)}50%{opacity:1;transform:scaleY(1)}}@keyframes tokenReveal{0%{opacity:0}to{opacity:1}}@keyframes blockSettle{0%{opacity:.85;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes speechActivate{0%{transform:translateY(1px)}to{transform:translateY(0)}}@keyframes speechCadence{0%{opacity:.94}to{opacity:1}}@keyframes synthesisSectionReveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes doneSettle{0%{box-shadow:0 0 0 0 rgba(52,211,153,.35)}to{box-shadow:0 0 0 0 rgba(52,211,153,0)}}.hairline{height:1px;background:var(--council-hairline);border:0}.hairline-strong{height:1px;background:var(--council-hairline-strong);border:0}.assembly-item{animation:assemblyReveal .24s cubic-bezier(.2,.8,.2,1) both;animation-delay:calc(var(--assembly-index, 0) * 55ms)}.advisor-chip-live{animation:advisorChipPulse 1.8s cubic-bezier(.2,.8,.2,1) infinite}@keyframes assemblyReveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes advisorChipPulse{0%,to{box-shadow:0 0 0 0 rgba(124,58,237,.18);transform:translateY(0)}50%{box-shadow:0 0 0 6px rgba(124,58,237,.04);transform:translateY(-1px)}}.synthesis-reveal{animation:synthesisReveal .32s cubic-bezier(.2,.8,.2,1) both}@keyframes synthesisReveal{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.commit-ritual{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:var(--council-veil);backdrop-filter:blur(6px);animation:commitVeil .28s cubic-bezier(.2,.8,.2,1) both}.commit-ritual__content{max-width:560px;text-align:center;padding:0 24px;animation:commitLine .32s cubic-bezier(.2,.8,.2,1) both}@keyframes commitVeil{0%{opacity:0}to{opacity:1}}@keyframes commitLine{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}