:root{color-scheme:light;font-family:Manrope,system-ui,sans-serif;--paper: #f3eee4;--surface: #fbf7ee;--ink: #11100e;--muted: #625e55;--faint: #8b8377;--line: #d8cebd;--line-strong: #a79c8a;--gold: #a97812;--gold-strong: #805a08;--gold-soft: #eadebf;--danger: #b8292f;--danger-soft: #fbe9e9;--success: #805a08;--shadow: 0 20px 60px rgba(25, 19, 9, .09);--radius: 4px;background:var(--paper);color:var(--ink);font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=dark]{color-scheme:dark;--paper: #0d0c0a;--surface: #161512;--ink: #f8f5ee;--muted: #b5afa4;--faint: #8f897f;--line: #39352f;--line-strong: #5c564c;--gold: #d5aa45;--gold-strong: #f0c45b;--gold-soft: #2c2414;--danger: #ff7075;--danger-soft: #32191a;--success: #f0c45b;--shadow: 0 20px 60px rgba(0, 0, 0, .36)}*{box-sizing:border-box}html{min-width:300px;background:var(--paper)}body{margin:0;min-width:300px;min-height:100vh;overflow-x:hidden;background:linear-gradient(var(--line) 1px,transparent 1px) 0 0 / 100% 48px,var(--paper);color:var(--ink)}button,input,textarea,select{font:inherit}button,summary,select{cursor:pointer;touch-action:manipulation}button,input,textarea,select,a{outline:none}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible,summary:focus-visible{box-shadow:0 0 0 3px var(--paper),0 0 0 6px var(--gold)}button:disabled{cursor:not-allowed;opacity:.42}a{color:var(--gold-strong);text-decoration-thickness:1px;text-underline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Newsreader,Georgia,serif;font-weight:600;letter-spacing:-.03em;text-wrap:balance}p{text-wrap:pretty}.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}.skip-link{position:fixed;z-index:200;top:.75rem;left:.75rem;padding:.7rem .9rem;background:var(--ink);color:var(--paper);transform:translateY(-150%)}.skip-link:focus-visible{transform:translateY(0)}.evolveo-app,#evolveo-main{min-height:100vh}.wordmark{display:inline-flex;align-items:baseline;font-family:DM Mono,monospace;font-size:1.15rem;font-weight:500;letter-spacing:-.07em}.wordmark>span{color:var(--gold)}.kicker,.control-label,.room__eyebrow,.ledger-entry__label,.recap-block>span,.recap-block>label,.metric>span{display:block;font-family:DM Mono,monospace;font-size:.69rem;font-weight:500;letter-spacing:.045em;line-height:1.45;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.78rem 1.1rem;border:1px solid transparent;border-radius:var(--radius);font-size:.92rem;font-weight:700;gap:.65rem;transition:background-color .16s ease,color .16s ease,transform .16s ease,border-color .16s ease}.button:not(:disabled):active{transform:translateY(1px)}.button--primary{background:var(--ink);color:var(--paper)}.button--primary:hover:not(:disabled){background:var(--gold-strong);color:#fff}.button--secondary{background:var(--surface);border-color:var(--line-strong);color:var(--ink)}.button--secondary:hover:not(:disabled),.button--quiet:hover:not(:disabled){border-color:var(--gold);background:var(--gold-soft)}.button--quiet{background:transparent;border-color:var(--line);color:var(--ink)}.button--danger{min-height:40px;padding:.45rem .7rem;background:transparent;border-color:var(--danger);color:var(--danger);font-size:.78rem}.icon-button{display:inline-grid;width:44px;height:44px;border:1px solid transparent;background:transparent;color:var(--ink);place-items:center}.text-button,.back-link{min-height:44px;border:0;background:transparent;color:var(--ink);font-size:.82rem;text-decoration:underline;text-underline-offset:3px}.prototype-controls{position:fixed;z-index:100;top:52px;right:12px;width:min(330px,calc(100vw - 24px));border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.prototype-boundary{position:sticky;z-index:90;top:0;display:flex;min-height:40px;padding:.55rem 64px .55rem 1rem;border-bottom:1px solid var(--gold);background:var(--gold-soft);color:var(--gold-strong);align-items:center;justify-content:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.62rem;line-height:1.35;text-align:center}.prototype-boundary svg{flex:0 0 auto}.prototype-controls:not([open]){width:44px;box-shadow:none}.prototype-controls:not([open]) summary{width:44px;padding:0;justify-content:center}.prototype-controls:not([open]) summary>:not(:first-child){display:none}.prototype-controls>summary{display:flex;min-height:44px;padding:.65rem .8rem;align-items:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.72rem;list-style:none}.prototype-controls>summary::-webkit-details-marker{display:none}.summary-chevron{margin-left:auto;transition:transform .16s ease}.prototype-controls[open] .summary-chevron{transform:rotate(180deg)}.prototype-controls__body{display:grid;padding:.8rem;border-top:1px solid var(--line);gap:.8rem}.prototype-controls label,.admin-toolbar label{display:grid;gap:.35rem}.prototype-controls select,.admin-toolbar select{width:100%;min-height:44px;padding:.55rem 2rem .55rem .65rem;border:1px solid var(--line);border-radius:2px;background:var(--paper);color:var(--ink)}.segmented{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:2px;border:1px solid var(--line);background:var(--paper)}.segmented button{min-height:40px;padding:.45rem .7rem;border:0;background:transparent;color:var(--muted);font-size:.78rem;text-transform:capitalize}.segmented button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.prototype-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.small-control{display:flex;min-height:44px;padding:.55rem;border:1px solid var(--line);background:transparent;color:var(--ink);align-items:center;justify-content:center;gap:.45rem}.registration{display:grid;width:min(1160px,calc(100% - 32px));min-height:100vh;margin:0 auto;align-items:stretch}.registration__hero,.faq{padding:5rem 1.5rem 3rem}.registration__hero{display:flex;max-width:570px;flex-direction:column}.registration__statement{margin:auto 0 2.5rem}.registration__statement h1{max-width:650px;margin:1rem 0;font-size:clamp(3rem,7vw,6.6rem);line-height:.89}.registration__statement p{max-width:500px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}.registration__hero>.button{width:100%}.auth-divider{display:flex;margin:1rem 0;color:var(--faint);align-items:center;gap:.75rem;font-family:DM Mono,monospace;font-size:.64rem;text-transform:uppercase}.auth-divider:before,.auth-divider:after{height:1px;background:var(--line);content:"";flex:1}.auth-form{display:grid;gap:.8rem}.auth-form .field{margin:0}.auth-form>.button{width:100%}.auth-error,.auth-notice{margin:0;padding:.7rem .8rem;border:1px solid var(--danger);color:var(--danger);font-size:.76rem;line-height:1.45}.auth-notice{border-color:var(--success);color:var(--success)}.auth-links{display:flex;justify-content:space-between;gap:.75rem}.auth-links button{min-height:40px;padding:0;border:0;background:transparent;color:var(--muted);font-size:.7rem;text-decoration:underline;text-underline-offset:3px}.app-error{position:fixed;z-index:130;right:1rem;bottom:1rem;display:flex;max-width:min(430px,calc(100vw - 2rem));padding:.8rem;border:1px solid var(--danger);background:var(--surface);color:var(--danger);box-shadow:var(--shadow);align-items:center;gap:.65rem;font-size:.76rem}.app-error span{flex:1}.app-error button{display:grid;width:36px;height:36px;border:0;background:transparent;color:inherit;place-items:center}.role-pill{padding:.32rem .5rem;border:1px solid var(--line);color:var(--muted);font-family:DM Mono,monospace;font-size:.58rem;text-transform:uppercase}.role-management{display:flex;margin:1rem 1.25rem 0;padding:.9rem;border:1px solid var(--line);background:var(--surface);align-items:center;justify-content:space-between;gap:1rem}.role-management>div:first-child{display:grid;gap:.25rem}.role-management span{max-width:620px;color:var(--muted);font-size:.72rem}@media (max-width: 640px){.auth-links,.role-management{align-items:stretch;flex-direction:column}.role-management .segmented{width:100%}}.google-g{display:inline-grid;width:23px;height:23px;border-radius:50%;background:#fff;color:#202124;font-weight:800;place-items:center}.review-note{display:flex;margin-top:1rem;padding:.9rem;border:1px solid var(--gold);background:var(--gold-soft);gap:.7rem}.review-note svg{flex:0 0 auto;color:var(--gold-strong)}.review-note p,.legal-copy{margin:0;color:var(--muted);font-size:.77rem;line-height:1.6}.legal-copy{margin-top:1rem}.faq{display:flex;min-height:100vh;padding-bottom:5rem;flex-direction:column;justify-content:space-between;gap:5rem}.entry-thread{display:grid;max-width:460px;gap:1.3rem}.entry-thread ol{margin:0;padding:0;border-top:1px solid var(--line-strong);list-style:none}.entry-thread li{display:grid;min-height:72px;padding:.9rem 0;border-bottom:1px solid var(--line);align-items:center;grid-template-columns:44px 1fr;gap:.75rem}.entry-thread li>span{color:var(--gold-strong);font-family:DM Mono,monospace;font-size:.64rem}.entry-thread strong{max-width:28ch;font-family:Newsreader,Georgia,serif;font-size:1.35rem;line-height:1.15}.faq h2{margin:.7rem 0 1.5rem;font-size:clamp(2rem,4vw,3rem)}.faq__list{border-top:1px solid var(--line-strong)}.faq details{border-bottom:1px solid var(--line-strong)}.faq summary{display:flex;min-height:58px;padding:.75rem 0;align-items:center;justify-content:space-between;gap:1rem;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary svg{transition:transform .16s ease}.faq details[open] summary svg{transform:rotate(180deg)}.faq details p{max-width:600px;margin-bottom:1.2rem;color:var(--muted);font-size:.88rem;line-height:1.65}.mobile-shell{position:relative;display:flex;width:min(100%,520px);min-height:100vh;margin:0 auto;border-inline:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);flex-direction:column}.app-header{display:grid;min-height:76px;padding:.75rem 1rem;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 94%,transparent);align-items:center;grid-template-columns:1fr auto 1fr}.app-header__edge{display:flex;align-items:center}.app-header__edge--right{justify-content:flex-end}.app-header__eyebrow{font-family:DM Mono,monospace;color:var(--muted);font-size:.66rem;text-align:center;text-transform:uppercase}.progress-track{height:3px;background:var(--line)}.progress-track span{display:block;height:100%;background:var(--gold);transition:width .3s ease}.flow-content{padding:2.3rem 1.25rem 1.5rem;flex:1}.flow-content h1,.status-page h1,.home-intro h1,.preparation h1{margin:.65rem 0 .6rem;font-size:clamp(2.3rem,10vw,3.6rem);line-height:.98}.flow-content>p,.preparation__content>p,.status-page__content>p{color:var(--muted);font-size:.9rem;line-height:1.65}.field{display:grid;margin-top:1.5rem;gap:.4rem}.field>span{font-size:.79rem;font-weight:700}.field input,.field textarea,.recap-block textarea{width:100%;min-height:48px;padding:.8rem;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:1rem;resize:vertical}.field small{justify-self:end;color:var(--faint);font-family:DM Mono,monospace;font-size:.68rem}.field em{color:var(--faint);font-style:normal;font-weight:400}.field--roomy{margin-top:2rem}.choice-list{display:grid;margin-top:1.5rem;gap:.6rem}.choice{display:flex;min-height:54px;padding:.8rem .9rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);align-items:center;justify-content:space-between;gap:1rem;text-align:left}.choice--selected{border-color:var(--gold);background:var(--gold-soft)}.choice--selected>svg{color:var(--gold-strong)}.choice-list--described .choice>span{display:grid;gap:.2rem}.choice small{display:block;color:var(--muted);font-size:.74rem;line-height:1.45}.flow-footer{position:sticky;bottom:0;display:grid;padding:.9rem 1.25rem max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:color-mix(in srgb,var(--paper) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:.55rem}.flow-footer>.button,.channel-actions>.button{width:100%}.autosave{display:flex;color:var(--faint);font-family:DM Mono,monospace;font-size:.63rem;align-items:center;justify-content:center;gap:.35rem}.disclosure{display:flex;margin-top:1rem;padding:1rem 0;border-top:1px solid var(--line);gap:.8rem}.disclosure>svg{flex:0 0 auto;color:var(--gold)}.disclosure strong{display:block;margin-bottom:.25rem;font-size:.86rem}.disclosure p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.55}.consent{display:grid;margin-top:1rem;padding:1rem;border:1px solid var(--line-strong);background:var(--surface);grid-template-columns:22px 1fr;gap:.7rem;font-size:.78rem;line-height:1.55}.consent input{width:20px;height:20px;margin:0;accent-color:var(--gold-strong)}.status-page__content{padding:4rem 1.25rem 2rem;flex:1}.status-mark{display:grid;width:72px;height:72px;margin-bottom:2rem;border:1px solid var(--line-strong);border-radius:50%;color:var(--gold-strong);place-items:center}.status-mark svg{width:30px;height:30px}.status-mark--rejected,.status-mark--revoked{border-color:var(--danger);color:var(--danger)}.status-details{margin-top:2rem;border-top:1px solid var(--line)}.status-details>div{display:grid;padding:.85rem 0;border-bottom:1px solid var(--line);align-items:center;grid-template-columns:90px 1fr}.status-details dt{color:var(--faint);font-family:DM Mono,monospace;font-size:.65rem;text-transform:uppercase}.status-details dd{margin:0;font-size:.78rem}.status{display:inline-flex;min-height:28px;padding:.25rem .45rem;border:1px solid currentColor;border-radius:99px;color:var(--muted);align-items:center;gap:.3rem;font-size:.68rem;font-weight:700}.status--approved{color:var(--gold-strong)}.status--rejected,.status--revoked{color:var(--danger)}.email-note{display:flex;min-height:54px;border:1px solid var(--gold);background:var(--gold-soft);align-items:center;justify-content:center;gap:.6rem;font-size:.8rem}.home-intro{padding:3.2rem 1.25rem 2rem}.home-intro__lead{max-width:42ch;margin:1rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.65}.home-intro .button{width:100%;margin-top:1.5rem}.session-rhythm{position:relative;display:grid;margin:2rem 0 0;padding:1.1rem 0 0;border-top:1px solid var(--line-strong);grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;list-style:none}.session-rhythm:before{position:absolute;top:-3px;left:0;width:34%;height:5px;background:var(--gold);content:""}.session-rhythm li{display:grid;min-width:0;gap:.22rem}.session-rhythm span{color:var(--gold-strong);font-family:DM Mono,monospace;font-size:.58rem;letter-spacing:.04em;text-transform:uppercase}.session-rhythm strong{font-size:.7rem;line-height:1.35}.ledger{margin:0 1.25rem;border:1px solid var(--line-strong);background:var(--surface)}.ledger__heading{display:flex;min-height:45px;padding:.7rem .85rem;border-bottom:1px solid var(--line-strong);align-items:center;justify-content:space-between;font-family:DM Mono,monospace;font-size:.69rem;text-transform:uppercase}.ledger__heading small{color:var(--gold-strong)}.ledger-entry{padding:1.1rem}.ledger-entry+.ledger-entry{border-top:1px solid var(--line)}.ledger-entry__label{margin-bottom:.6rem;color:var(--faint)}.ledger-entry h2{margin-bottom:.65rem;font-size:1.55rem;line-height:1.05}.ledger-entry p{margin-bottom:1.2rem;color:var(--muted);font-size:.76rem;line-height:1.55}.ledger-entry button{display:flex;min-height:44px;padding:0;border:0;background:transparent;color:var(--gold-strong);align-items:center;gap:.45rem;font-weight:700}.ledger-entry button:hover{color:var(--ink)}.ledger-entry--insight{background:var(--gold-soft)}.ledger-entry--insight p{margin-bottom:.7rem;font-family:Newsreader,Georgia,serif;font-size:1.25rem;line-height:1.25}.ledger-entry--insight small{color:var(--muted);font-size:.7rem}.ai-boundary{display:flex;margin:2rem 1.25rem;color:var(--faint);align-items:flex-start;gap:.5rem;font-size:.69rem;line-height:1.5}.ai-boundary svg{flex:0 0 auto}.chip-grid{display:grid;margin-top:1.7rem;grid-template-columns:1fr 1fr;gap:.55rem}.field-question{display:block;margin-top:1.7rem;font-size:.79rem;font-weight:700}.chip-grid button,.tag-list button{min-height:48px;padding:.6rem;border:1px solid var(--line);border-radius:99px;background:var(--surface);color:var(--ink);font-size:.78rem}.chip-grid button:hover,.tag-list button:hover{border-color:var(--gold)}.chip-grid button[aria-pressed=true],.tag-list button[aria-pressed=true]{border-color:var(--gold);background:var(--gold-soft);color:var(--gold-strong);font-weight:700}.preparation-explainer{display:flex;margin-top:2rem;padding:.9rem;border-left:3px solid var(--gold);background:var(--gold-soft);gap:.7rem}.preparation-explainer svg{flex:0 0 auto;color:var(--gold-strong)}.preparation-explainer p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.preparation__content{padding:2rem 1.25rem 1.5rem;flex:1}.intent-ticket{display:grid;padding:.9rem;border:1px solid var(--line-strong);background:var(--surface);gap:.3rem}.intent-ticket span,.intent-ticket small{color:var(--faint);font-family:DM Mono,monospace;font-size:.62rem;text-transform:uppercase}.intent-ticket strong{font-size:.86rem}.prep-orbit{display:grid;width:80px;height:80px;margin:3rem 0 1.5rem;border:2px solid var(--gold);border-radius:50%;color:var(--gold-strong);place-items:center}.prep-orbit:not(.prep-orbit--ready) svg{animation:slow-spin 2s linear infinite}.prep-list{margin:2rem 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.prep-list li{display:flex;min-height:52px;padding:.7rem 0;border-bottom:1px solid var(--line);color:var(--faint);align-items:center;gap:.7rem;font-size:.78rem}.prep-list li>span{display:grid;width:24px;height:24px;border:1px solid var(--line);border-radius:50%;place-items:center;font-family:DM Mono,monospace;font-size:.65rem}.prep-list li.complete,.prep-list li.active{color:var(--ink)}.prep-list li.complete>span,.prep-list li.active>span{border-color:var(--gold);color:var(--gold-strong)}.prep-list li.active svg{animation:slow-spin 1.6s linear infinite}.prototype-speed{margin-top:1rem;color:var(--faint)!important;font-family:DM Mono,monospace;font-size:.61rem!important}.channel-actions{display:grid;gap:.55rem}.room{display:flex;min-height:100vh;background:var(--paper);flex-direction:column}.room__header{display:flex;min-height:76px;padding:.8rem 64px .8rem 1rem;border-bottom:1px solid var(--line);background:var(--paper);align-items:center;justify-content:space-between;gap:1rem}.room__header>div{display:grid;min-width:0;gap:.2rem}.room__header strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.room__eyebrow{color:var(--gold-strong)}.prototype-notice{display:flex;min-height:42px;padding:.55rem 1rem;border-bottom:1px solid var(--gold);background:var(--gold-soft);color:var(--muted);align-items:center;justify-content:center;gap:.55rem;font-size:.69rem}.inline-alert{display:grid;margin:1rem;padding:.9rem;border:1px solid var(--danger);background:var(--danger-soft);grid-template-columns:auto 1fr;gap:.7rem}.inline-alert>div{display:grid;gap:.2rem}.inline-alert strong{font-size:.8rem}.inline-alert span{color:var(--muted);font-size:.72rem}.inline-alert button{min-height:44px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);grid-column:1 / -1}.voice-room{display:flex;padding:2rem 1.25rem;align-items:center;justify-content:center;flex:1;flex-direction:column;text-align:center}.voice-signal{display:flex;width:min(500px,90vw);height:120px;align-items:center;justify-content:center;gap:clamp(2px,.6vw,6px)}.voice-signal i{display:block;width:3px;height:var(--h);background:var(--gold);transform-origin:center}.voice-signal--listening i,.voice-signal--speaking i{animation:voice 1.1s ease-in-out infinite alternate;animation-delay:calc(var(--i) * -45ms)}.voice-signal--thinking i{opacity:.4}.voice-signal--muted i{height:2px}.voice-signal--reconnecting i{animation:reconnect 1.4s ease-in-out infinite;animation-delay:calc(var(--i) * 28ms)}.voice-status{margin-bottom:1.2rem;color:var(--gold-strong);font-family:DM Mono,monospace;font-size:.72rem;text-transform:uppercase}.voice-room>p{max-width:650px;margin-bottom:.8rem;font-family:Newsreader,Georgia,serif;font-size:clamp(1.6rem,5vw,3rem);line-height:1.15}.safety-state{display:grid;width:min(560px,100%);padding:1.4rem;border:1px solid var(--danger);background:var(--danger-soft);justify-items:start;gap:.7rem;text-align:left}.safety-state>svg{color:var(--danger)}.safety-state .voice-status{margin:0;color:var(--danger)}.safety-state h2{margin:0;font-size:clamp(1.65rem,5vw,2.4rem);line-height:1.05}.safety-state p{margin:0;color:var(--ink);font-family:Manrope,sans-serif;font-size:.84rem;line-height:1.6}.safety-state small{color:var(--muted);font-size:.69rem}.session-time{color:var(--faint);font-family:DM Mono,monospace;font-size:.65rem}.voice-demo-states{display:flex;max-width:680px;margin-top:2.5rem;padding-top:1rem;border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:.4rem}.voice-demo-states>span{width:100%;margin-bottom:.2rem;color:var(--faint);font-family:DM Mono,monospace;font-size:.6rem;text-transform:uppercase}.voice-demo-states button{min-height:36px;padding:.35rem .6rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.65rem;text-transform:capitalize}.voice-demo-states button[aria-pressed=true]{border-color:var(--gold);background:var(--gold-soft)}.room-controls{display:flex;min-height:86px;padding:.65rem max(1rem,env(safe-area-inset-right)) max(.7rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface);align-items:center;justify-content:space-around;gap:.5rem}.room-controls button{display:grid;min-width:68px;min-height:58px;padding:.35rem;border:0;background:transparent;color:var(--ink);place-items:center;gap:.2rem;font-size:.62rem}.room-controls button svg{width:22px;height:22px}.room-controls button.active{color:var(--gold-strong)}.room-controls button.danger{color:var(--danger)}.text-room{display:flex;width:min(760px,100%);margin:0 auto;flex:1;flex-direction:column}.messages{display:flex;padding:2rem 1rem;flex:1;flex-direction:column;gap:1.2rem}.message{max-width:86%}.message>span{display:block;margin-bottom:.35rem;color:var(--faint);font-family:DM Mono,monospace;font-size:.62rem;text-transform:uppercase}.message p{margin:0;padding:.9rem 1rem;border:1px solid var(--line);background:var(--surface);font-size:.88rem;line-height:1.6}.message--you{align-self:flex-end}.message--you>span{text-align:right}.message--you p{border-color:var(--gold);background:var(--gold-soft)}.retrieval-state{display:flex;color:var(--gold-strong);align-items:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.68rem}.retrieval-state svg{animation:slow-spin 1.4s linear infinite}.composer{padding:.8rem 1rem 1rem;border-top:1px solid var(--line);background:var(--surface)}.composer>label{display:block;margin-bottom:.35rem;font-family:DM Mono,monospace;font-size:.62rem;text-transform:uppercase}.composer>div{display:grid;border:1px solid var(--line-strong);background:var(--paper);grid-template-columns:1fr 52px}.composer textarea{min-height:72px;padding:.75rem;border:0;background:transparent;color:var(--ink);font-size:1rem;resize:none}.composer button{width:44px;height:44px;margin:auto;border:0;border-radius:50%;background:var(--ink);color:var(--paper)}.recap-block{margin-top:1rem;padding:1rem;border:1px solid var(--line);background:var(--surface)}.recap-block>span,.recap-block>label{margin-bottom:.65rem;color:var(--gold-strong)}.recap-block p{margin:0;font-size:.82rem;line-height:1.6}.recap-block--editable{border-color:var(--gold)}.recap-block textarea{border:0;padding:0;background:transparent;line-height:1.55}.recap-block small{color:var(--faint);font-size:.66rem}.feedback{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line-strong)}.feedback h2{margin-bottom:1rem;font-size:1.45rem}.feedback>p{color:var(--muted);font-size:.7rem}.rating{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.rating .choice>span{display:flex;align-items:center;gap:.45rem}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem}.tag-list button{min-height:40px;padding-inline:.8rem}.admin-shell{display:grid;width:100%;min-height:100vh;overflow-x:clip;grid-template-columns:230px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;display:flex;height:100vh;padding:1.6rem 1rem;border-right:1px solid var(--line);background:var(--ink);color:var(--paper);flex-direction:column}.admin-sidebar .wordmark>span{color:var(--gold)}.admin-sidebar nav{display:grid;margin:3rem -.4rem 0;gap:.35rem}.admin-sidebar nav button{display:flex;min-height:46px;padding:.6rem .75rem;border:0;background:transparent;color:inherit;align-items:center;gap:.65rem;text-align:left}.admin-sidebar nav button svg{width:18px;height:18px}.admin-sidebar nav button.active{background:var(--gold);color:#100e09}.admin-sidebar__boundary{display:flex;margin-top:auto;padding:.8rem;border:1px solid color-mix(in srgb,var(--paper) 25%,transparent);color:color-mix(in srgb,var(--paper) 72%,transparent);gap:.6rem;font-size:.65rem;line-height:1.45}.admin-sidebar__boundary svg{flex:0 0 auto}.admin-main{min-width:0;padding:3.5rem clamp(1.5rem,4vw,4.5rem)}.admin-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.admin-page-header h1,.detail-header h1{margin:.4rem 0 .3rem;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.95}.admin-page-header p,.detail-header p{margin:0;color:var(--muted);font-size:.84rem}.queue-count{padding:.55rem .7rem;border:1px solid var(--gold);background:var(--gold-soft);color:var(--gold-strong);font-family:DM Mono,monospace;font-size:.7rem;white-space:nowrap}.admin-toolbar{display:flex;margin:2rem 0 1rem;padding:.8rem;border:1px solid var(--line);background:var(--surface);align-items:flex-end;justify-content:space-between;gap:1rem}.admin-toolbar .segmented{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-toolbar label{width:min(330px,100%);color:var(--muted);font-size:.66rem}.admin-table-wrap{width:100%;min-width:0;overflow-x:auto;contain:inline-size;border:1px solid var(--line-strong);background:var(--surface)}.admin-table{width:100%;min-width:860px;border-collapse:collapse}.admin-table th,.admin-table td{padding:.85rem;border-bottom:1px solid var(--line);font-size:.72rem;text-align:left;vertical-align:middle}.admin-table th{color:var(--faint);font-family:DM Mono,monospace;font-size:.59rem;text-transform:uppercase}.admin-table tbody tr:last-child td{border-bottom:0}.person-link{display:grid;min-height:44px;padding:0;border:0;background:transparent;color:var(--ink);gap:.2rem;text-align:left}.person-link span{color:var(--muted);font-size:.65rem}.yes{display:inline-flex;color:var(--gold-strong);align-items:center;gap:.3rem;font-weight:700}.table-actions{display:flex;justify-content:flex-end;gap:.4rem}.approve,.reject,.more{min-height:38px;padding:.45rem .65rem;border:1px solid;background:transparent;font-size:.68rem;font-weight:700}.approve{border-color:var(--gold);color:var(--gold-strong)}.approve:hover:not(:disabled){background:var(--gold-soft)}.reject{border-color:var(--danger);color:var(--danger)}.more{display:grid;width:38px;padding:0;border-color:var(--line);color:var(--ink);place-items:center}.admin-empty{display:grid;min-height:360px;padding:3rem;text-align:center;place-items:center;align-content:center}.admin-empty svg{color:var(--gold)}.admin-empty h2{margin:1rem 0 .4rem;font-size:1.8rem}.admin-empty p{color:var(--muted);font-size:.8rem}.detail-header{display:grid;gap:1.4rem}.back-link{display:inline-flex;width:fit-content;align-items:center;gap:.4rem;text-decoration:none}.tester-identity{display:grid;padding:1.4rem;border:1px solid var(--line-strong);background:var(--surface);align-items:center;grid-template-columns:auto 1fr auto;gap:1rem}.tester-identity h1{font-family:Manrope,sans-serif;font-size:1.2rem;letter-spacing:-.02em}.tester-identity p{margin-bottom:.2rem}.tester-identity small{color:var(--faint);font-size:.66rem}.avatar{display:grid;width:52px;height:52px;border:1px solid var(--line);border-radius:50%;background:var(--gold-soft);color:var(--gold-strong);font-family:DM Mono,monospace;place-items:center}.tester-identity__access{display:flex;align-items:center;gap:.6rem}.privacy-boundary{display:flex;margin-top:1rem;padding:.8rem 1rem;border-left:3px solid var(--gold);background:var(--gold-soft);color:var(--muted);align-items:center;gap:.6rem;font-size:.7rem}.privacy-boundary svg{flex:0 0 auto;color:var(--gold-strong)}.metric-grid{display:grid;margin-top:1rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.metric{display:grid;min-height:150px;padding:1rem;background:var(--surface);align-content:space-between;gap:.7rem}.metric>span{color:var(--faint)}.metric strong{align-self:end;font-family:Newsreader,Georgia,serif;font-size:clamp(1.4rem,2.4vw,2.1rem);line-height:1}.metric small{color:var(--muted);font-size:.64rem}.admin-detail-grid{display:grid;margin-top:1rem;grid-template-columns:minmax(240px,.7fr) minmax(500px,1.7fr);gap:1rem}.signal-panel,.log-panel{border:1px solid var(--line-strong);background:var(--surface)}.panel-heading{display:flex;min-height:50px;padding:.8rem 1rem;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between}.panel-heading h2{margin:0;font-family:Manrope,sans-serif;font-size:.79rem;letter-spacing:0}.panel-heading span{color:var(--faint);font-family:DM Mono,monospace;font-size:.58rem;text-transform:uppercase}.signal-panel ul{margin:0;padding:0;list-style:none}.signal-panel li{display:flex;min-height:44px;padding:.7rem 1rem;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;font-size:.7rem}.signal-panel li:last-child{border-bottom:0}.signal-panel li strong{color:var(--gold-strong);font-family:DM Mono,monospace}.log-panel{overflow-x:auto}.log-panel table{width:100%;min-width:600px;border-collapse:collapse}.log-panel th,.log-panel td{padding:.7rem 1rem;border-bottom:1px solid var(--line);font-size:.66rem;text-align:left}.log-panel th{color:var(--faint);font-family:DM Mono,monospace;font-size:.56rem;text-transform:uppercase}.panel-empty{margin:0;padding:2rem 1rem;color:var(--muted);font-size:.72rem}@keyframes slow-spin{to{transform:rotate(360deg)}}@keyframes voice{to{transform:scaleY(.25);opacity:.5}}@keyframes reconnect{50%{opacity:.2}}@media (min-width: 760px){.registration{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}.registration__hero{min-height:100vh;padding:3.2rem;border-right:1px solid var(--line-strong)}.registration__statement{margin-top:auto}.faq{padding-inline:3rem}.mobile-shell{min-height:calc(100vh - 48px);margin-block:24px}.room__header{padding-left:2rem;padding-right:64px}}@media (max-width: 900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;min-height:0;padding:1rem;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;gap:1rem}.admin-sidebar nav{display:flex;margin:0}.admin-sidebar__boundary{display:none}.admin-main{padding:5rem 1rem 2rem}.metric-grid{grid-template-columns:1fr 1fr}.admin-detail-grid{grid-template-columns:1fr}}@media (max-width: 620px){.prototype-controls{top:64px;right:8px;width:auto;max-width:calc(100vw - 16px)}.app-header,.room__header{padding-right:64px}.registration{display:block;width:100%}.registration__hero,.faq{padding:1.5rem 1.25rem 3rem}.registration__hero{min-height:100svh}.registration__statement{margin:auto 0 2rem}.registration__statement h1{font-size:clamp(3.4rem,16vw,4.6rem)}.faq{min-height:70svh;padding-top:3rem;border-top:1px solid var(--line-strong)}.mobile-shell{border:0;box-shadow:none}.admin-sidebar{overflow-x:auto}.admin-sidebar .wordmark{display:none}.admin-main{padding-top:5rem}.admin-page-header{display:grid}.queue-count{width:fit-content}.admin-toolbar{display:grid}.admin-toolbar .segmented{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.tester-identity{grid-template-columns:auto 1fr}.tester-identity__access{grid-column:1 / -1}.metric-grid{grid-template-columns:1fr}.metric{min-height:120px}.room__header .button span{display:none}}@media (max-width: 360px){.room-controls{display:grid;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr))}.room-controls button{min-width:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
