:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#faf8f4;--surface:#fff;--surface-raised:#f1eee8;--surface-sunken:#e9e5dd;--surface-selected:#fdf1e1;--border-subtle:#e6e1d8;--border:#d5cec2;--border-strong:#7d7469;--text:#17150f;--text-secondary:#4c463f;--text-muted:#5f5850;--text-on-brand:#fff;--brand:#9a4a0c;--brand-hover:#7d3b08;--brand-subtle:#fdefdf;--brand-border:#edc79b;--focus-ring:#9a4a0c;--ok:#0f6b52;--ok-subtle:#e2f1ea;--ok-border:#a5d2c1;--warn:#75570a;--warn-subtle:#faf0d6;--warn-border:#e0c584;--danger:#ab2027;--danger-subtle:#fbe5e6;--danger-border:#edb0b3;--font-sans:"IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-14:56px;--space-16:64px;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-pill:999px}*,:before,:after{box-sizing:border-box}html,body{margin:0}body{background:var(--canvas);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:14px;line-height:21px}a{color:var(--brand)}a:hover{color:var(--brand-hover)}strong{color:var(--text);font-weight:600}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.mono{font-family:var(--font-mono);font-size:13px;line-height:18px}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.caption{color:var(--text-muted);font-size:12px;line-height:17px}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:11px;font-weight:600;line-height:14px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app{max-width:1280px;min-height:100vh;padding:var(--space-14) var(--space-16);gap:var(--space-10);flex-direction:column;margin:0 auto;display:flex}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:var(--space-4);top:var(--space-2);z-index:10;background:var(--surface);padding:var(--space-2) var(--space-3)}.page-header{gap:var(--space-3);padding-bottom:var(--space-8);border-bottom:1px solid var(--border);flex-direction:column;display:flex}.page-header-top{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.page-header-top .eyebrow{flex:1}.page-header h1{letter-spacing:-.02em;max-width:900px;margin:0;font-size:40px;font-weight:600;line-height:46px}.page-header .lead{max-width:880px;color:var(--text-secondary);margin:0;font-size:16px;line-height:24px}.page-header .exit{color:var(--text-muted);margin:0;font-size:12px;line-height:17px}.stages ol{gap:var(--space-2);flex-wrap:wrap;align-items:center;margin:0;padding:4px 0 0;list-style:none;display:flex}.stages li{align-items:center;gap:var(--space-2);display:flex}.stages li+li:before{content:"→";color:var(--text-muted);font-family:var(--font-mono);font-size:12px}.stage-chip{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-raised);font-family:var(--font-mono);color:var(--text-secondary);padding:6px 10px;font-size:12px;line-height:16px}.stages li[data-status=done] .stage-chip{color:var(--text)}.stages li[aria-current=step] .stage-chip{border-color:var(--brand-border);background:var(--brand-subtle);color:var(--brand);font-weight:600}.layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 340px;align-items:start;display:grid}.main{gap:var(--space-10);flex-direction:column;min-width:0;display:flex}.aside{min-width:0}@media (width<=1100px){.layout{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.app{padding:var(--space-8) var(--space-4);gap:var(--space-8)}.page-header h1{font-size:30px;line-height:36px}}.section-block{gap:var(--space-4);flex-direction:column;display:flex}.section-block>h2,.section-title{margin:0;font-size:22px;font-weight:600;line-height:28px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.panel>h2,.panel-title{margin:0;font-size:22px;font-weight:600;line-height:28px}.panel h3{margin:0;font-size:13px;font-weight:600;line-height:19px}.panel-quiet{background:var(--surface-raised);border-color:var(--border-subtle)}.panel-accent{border-color:var(--brand-border)}.state-header{display:none}.section{gap:var(--space-2);flex-direction:column;display:flex}.divider{background:var(--border-subtle);border:0;height:1px;margin:0}.grid-2{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width<=760px){.grid-2{grid-template-columns:minmax(0,1fr)}}.row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.stack{gap:var(--space-2);flex-direction:column;display:flex}.list{color:var(--text-secondary);flex-direction:column;gap:10px;margin:0;padding-left:20px;font-size:13px;line-height:19px;display:flex}.facts{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:max-content minmax(0,1fr);gap:0;margin:0;display:grid;overflow:hidden}.facts dt,.facts dd{border-bottom:1px solid var(--border-subtle);margin:0;padding:12px 20px;font-size:13px;line-height:19px}.facts dt{font-family:var(--font-mono);color:var(--text);font-weight:600}.facts dd{color:var(--text-secondary);overflow-wrap:anywhere}.facts dt:last-of-type,.facts dd:last-of-type{border-bottom:0}.badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-raised);font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;padding:3px 10px;font-size:11px;font-weight:500;line-height:15px;display:inline-flex}.badge[data-tone=brand]{background:var(--brand-subtle);border-color:var(--brand-border);color:var(--brand)}.badge[data-tone=ok]{background:var(--ok-subtle);border-color:var(--ok-border);color:var(--ok)}.badge[data-tone=warn]{background:var(--warn-subtle);border-color:var(--warn-border);color:var(--warn)}.badge[data-tone=danger]{background:var(--danger-subtle);border-color:var(--danger-border);color:var(--danger)}.badge-sim{background:var(--warn-subtle);border-color:var(--warn-border);color:var(--warn)}.banner{gap:var(--space-3);border-radius:var(--radius-md);background:var(--surface-raised);border:1px solid #0000;align-items:flex-start;padding:12px 14px;font-size:13px;line-height:19px;display:flex}.banner[data-tone=warn]{background:var(--warn-subtle);border-color:var(--warn-border)}.banner[data-tone=danger]{background:var(--danger-subtle);border-color:var(--danger-border)}.banner[data-tone=ok]{background:var(--ok-subtle);border-color:var(--ok-border)}.banner[data-tone=brand]{background:var(--brand-subtle);border-color:var(--brand-border)}.banner-body{flex-direction:column;flex:1;gap:2px;display:flex}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;font-weight:600;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-raised)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:var(--brand);border-color:var(--brand);color:var(--text-on-brand)}.btn-primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.btn-danger{color:var(--danger);border-color:var(--danger-border)}.btn-danger:hover:not(:disabled){background:var(--danger-subtle)}.btn-ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.btn-sm{min-height:32px;padding:0 var(--space-3);font-size:13px}.field{flex-direction:column;gap:6px;display:flex}.field label,.label{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:19px}.input,.textarea,.select{width:100%;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px var(--space-3)}.textarea{resize:vertical;min-height:104px}.input:hover,.textarea:hover,.select:hover{border-color:var(--border-strong)}.chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:var(--radius-pill);padding:5px 14px;font-size:13px;line-height:19px}.chip:hover{border-color:var(--brand-border);color:var(--brand);background:var(--brand-subtle)}.check{gap:var(--space-2);align-items:flex-start;font-size:14px;display:flex}.check input{accent-color:var(--brand);margin-top:4px}.actions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border-subtle);vertical-align:top;padding:12px 20px;font-size:13px;line-height:19px}tr:last-child td{border-bottom:0}th{letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);background:var(--surface);font-size:11px;font-weight:600;line-height:14px}.route{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.route[data-selected=true]{border-color:var(--brand-border);background:var(--surface-selected)}.metrics{gap:var(--space-6);flex-wrap:wrap;margin:0;display:flex}.metrics div{flex-direction:column;gap:2px;display:flex}.metrics dt{letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600;line-height:14px}.metrics dd{font-family:var(--font-mono);color:var(--text);margin:0;font-size:20px;font-weight:600;line-height:24px}details>summary{cursor:pointer;color:var(--text-secondary);font-size:13px}details[open]>summary{margin-bottom:var(--space-2)}.steps{padding:0 var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;margin:0;list-style:none;display:flex}.step{gap:var(--space-4);border-bottom:1px solid var(--border-subtle);padding:14px 0;display:flex}.step:last-child{border-bottom:0}.step-num{width:24px;font-family:var(--font-mono);color:var(--brand);flex-shrink:0;font-size:14px;font-weight:600;line-height:21px}.step-num[data-hypothetical=true]{color:var(--text-muted)}.step-body{flex-direction:column;gap:4px;min-width:0;display:flex}.phases{gap:var(--space-2);flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;display:flex}.phase{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-raised);font-family:var(--font-mono);color:var(--text-muted);padding:6px 10px;font-size:12px;line-height:16px}.phase[data-status=done]{color:var(--text)}.phase[aria-current=step]{border-color:var(--brand-border);background:var(--brand-subtle);color:var(--brand);font-weight:600}.live-dot{background:var(--ok);border-radius:50%;width:8px;height:8px;display:inline-block}.live-dot[data-state=reconnecting]{background:var(--warn)}.live-dot[data-state=idle]{background:var(--border-strong)}@media (prefers-reduced-motion:no-preference){.live-dot[data-state=live]{animation:1.6s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35}}.view-enter{animation:.18s ease-out enter}@keyframes enter{0%{opacity:0;transform:translateY(4px)}}}.view-enter>*+*{margin-top:var(--space-10)}.activity{top:var(--space-6);max-height:calc(100vh - 2 * var(--space-6));position:sticky}.activity-list{flex-direction:column;max-height:60vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.activity-item{gap:var(--space-3);border-bottom:1px solid var(--border-subtle);grid-template-columns:64px minmax(0,1fr);padding:10px 0;font-size:13px;line-height:19px;display:grid}.activity-item:last-child{border-bottom:0}.activity-item[data-result=error] .activity-msg{color:var(--danger)}.activity-item[data-result=warn] .activity-msg{color:var(--warn)}.activity-new{align-self:center}@media (width<=1100px){.activity{max-height:none;position:static}}pre.code{padding:var(--space-5);background:var(--surface-sunken);border-radius:var(--radius-lg);font-family:var(--font-mono);white-space:pre-wrap;color:var(--text);margin:0;font-size:12px;line-height:18px;overflow-x:auto}html,body,#root{height:100%}.focus-app{grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;display:grid;overflow:hidden}.focus-top{align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-8);grid-template-columns:1fr auto 1fr;display:grid}.brand-word{letter-spacing:.09em;text-transform:uppercase;color:var(--text);font-size:13px;font-weight:600}.focus-top-right{justify-content:flex-end;align-items:center;gap:var(--space-2);display:flex}.ticker{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);max-width:520px;font:inherit;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;padding:6px 14px;font-size:13px;line-height:19px;display:inline-flex}.ticker:hover:not(:disabled){border-color:var(--border);background:var(--surface)}.ticker:disabled{cursor:default}.ticker-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.focus-stage{justify-content:center;align-items:center;gap:var(--space-4);padding:0 var(--space-8);flex-direction:column;min-height:0;display:flex;overflow:hidden}.focus-stage:focus{outline:none}.focus-notice{width:min(720px,100%)}.moment{gap:var(--space-4);flex-direction:column;width:min(760px,100%);max-height:100%;display:flex}.moment h1{letter-spacing:-.02em;margin:0;font-size:36px;font-weight:600;line-height:42px}.moment h1:focus{outline:none}.moment-context{color:var(--text-muted);margin:0;font-size:13px;line-height:19px}.moment-context:before{content:"“"}.moment-context:after{content:"”"}.moment-lead{max-width:660px;color:var(--text-secondary);margin:0;font-size:16px;line-height:24px}.moment-intro{text-align:center;align-items:center;gap:var(--space-5)}.moment-intro h1{font-size:44px;line-height:50px}.moment-intro .composer{text-align:left;width:min(640px,100%)}.intro-examples{justify-content:center}.moment-pages{gap:var(--space-1);padding-top:var(--space-2);border-bottom:1px solid var(--border-subtle);display:flex}.page-tab{font:inherit;cursor:pointer;color:var(--text-muted);background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 12px;font-size:13px;font-weight:600;line-height:19px}.page-tab:hover{color:var(--text)}.page-tab[aria-current=true]{color:var(--text);border-bottom-color:var(--brand)}.moment-block{min-height:0;padding:2px;overflow:auto}.moment-next{color:var(--brand);align-self:flex-start;padding-left:0}.moment-note{color:var(--text-secondary);border-radius:var(--radius-md);background:var(--surface-raised);margin:0;padding:10px 14px;font-size:14px;line-height:21px}.moment-note[data-tone=info],.moment-note[data-tone=ok]{background:var(--brand-subtle)}.moment-note[data-tone=warn]{background:var(--warn-subtle)}.moment-note[data-tone=danger]{background:var(--danger-subtle)}@media (prefers-reduced-motion:no-preference){.moment{animation:.26s ease-out moment-in}.moment-block{animation:.18s ease-out block-in}.ticker-text{animation:.22s ease-out block-in}@keyframes moment-in{0%{opacity:0;transform:translateY(12px)}}@keyframes block-in{0%{opacity:0;transform:translateY(4px)}}}.focus-bottom{padding:var(--space-5) var(--space-8) var(--space-8);justify-content:center;display:flex}.focus-bottom .composer{width:min(640px,100%)}.composer{align-items:center;gap:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 6px 6px 16px;display:flex}.composer:focus-within{border-color:var(--border-strong)}.composer-input{min-width:0;font:inherit;color:var(--text);background:0 0;border:0;flex:1;padding:8px 0;font-size:15px;line-height:22px}.composer-input:focus{outline:none}.composer-input::placeholder{color:var(--text-muted)}.composer-send{cursor:pointer;background:var(--brand);width:36px;height:36px;color:var(--text-on-brand);border:0;border-radius:50%;flex-shrink:0;font-size:16px;font-weight:600}.composer-send:disabled{background:var(--surface-raised);color:var(--text-muted);cursor:default}.sheet-backdrop{z-index:20;background:#17150f2e;justify-content:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);border-left:1px solid var(--border);width:min(420px,100%);height:100%;padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.sheet:focus{outline:none}.sheet-head{justify-content:space-between;align-items:center;display:flex}.sheet-body{min-height:0;overflow:auto}.history{margin:0;padding:0;list-style:none}.history-item{gap:var(--space-3);border-bottom:1px solid var(--border-subtle);grid-template-columns:48px minmax(0,1fr);padding:12px 0;font-size:13px;line-height:19px;display:grid}.history-item[data-result=warn] span:first-child+span>span:first-child{color:var(--warn)}.history-item[data-result=error] span:first-child+span>span:first-child{color:var(--danger)}.prose{max-width:680px;margin:0;font-size:15px;line-height:23px}.block-heading{margin:0;font-size:13px;font-weight:600;line-height:19px}.chips-inline{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.rows{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.row-item{gap:var(--space-4);border-bottom:1px solid var(--border-subtle);grid-template-columns:120px minmax(0,1fr);align-items:baseline;padding:12px 20px;font-size:13px;line-height:19px;display:grid}.row-item:last-child{border-bottom:0}.row-label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600;line-height:14px}.row-value{color:var(--text);overflow-wrap:anywhere}.question{gap:var(--space-3);border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:flex}.question-prompt{padding:0;font-size:20px;font-weight:600;line-height:28px}.question-why{color:var(--text-muted);margin:0;font-size:13px;line-height:19px}.options{gap:var(--space-2);flex-direction:column;max-width:520px;display:flex}.option{align-items:center;gap:var(--space-3);cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:12px 16px;font-size:14px;display:flex}.option:hover{border-color:var(--border-strong)}.option[data-selected=true]{border-color:var(--brand-border);background:var(--brand-subtle)}.option input{accent-color:var(--brand);margin:0}.question:disabled .option{cursor:default;opacity:.7}.route-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.route{padding:var(--space-4);gap:var(--space-2)}.route .btn{align-self:flex-start;margin-top:auto}.metrics-sm{gap:var(--space-4)}.metrics-sm dd{font-size:16px;line-height:20px}.commit{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border:1px solid var(--brand-border);border-radius:var(--radius-lg);background:var(--surface-selected);flex-wrap:wrap;display:flex}.verdict{font-size:18px;font-weight:600;line-height:26px}@media (width<=760px){.focus-top{padding:var(--space-4);grid-template-columns:auto 1fr}.focus-top .ticker{display:none}.focus-stage{padding:0 var(--space-4);justify-content:flex-start;overflow:auto}.focus-bottom{padding:var(--space-3) var(--space-4) var(--space-4)}.moment h1,.moment-intro h1{font-size:28px;line-height:34px}.route-grid{grid-template-columns:minmax(0,1fr)}}.shell{height:100dvh;display:flex;overflow:hidden}.shell-main{flex:1;min-width:0;height:100%}.shell-main .focus-app{height:100%}.sidebar{border-right:1px solid var(--border);background:var(--surface);gap:var(--space-6);width:216px;height:100%;padding:var(--space-5) var(--space-3);flex-direction:column;flex-shrink:0;transition:width .18s;display:flex}.sidebar[data-collapsed=true]{width:60px;padding:var(--space-5) 0;align-items:center}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}.sidebar-brand{height:36px;padding:0 var(--space-3);color:var(--text);align-items:center;text-decoration:none;display:inline-flex}.brand-logo{--brand-scale:.7;align-items:center;gap:calc(6px * var(--brand-scale));color:var(--text);display:inline-flex}.brand-symbol{height:calc(46px * var(--brand-scale));width:auto;display:block}.brand-wordmark{width:calc(83px * var(--brand-scale));height:calc(24px * var(--brand-scale));transform:translateY(calc(-4px * var(--brand-scale)));background:currentColor;display:block;-webkit-mask:url(/qhorus-wordmark.png) 50%/contain no-repeat;mask:url(/qhorus-wordmark.png) 50%/contain no-repeat}.sidebar[data-collapsed=true] .sidebar-brand{justify-content:center;width:40px;padding:0}.sidebar-nav{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.sidebar-link{align-items:center;gap:var(--space-3);height:40px;padding:0 var(--space-3);border-radius:var(--radius-md);color:var(--text-secondary);white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sidebar-link svg{flex-shrink:0}.sidebar-link:hover{background:var(--surface-raised);color:var(--text)}.sidebar-link[aria-current=page]{background:var(--surface-selected);color:var(--brand);font-weight:600}.sidebar[data-collapsed=true] .sidebar-link{justify-content:center;width:40px;padding:0}.sidebar-toggle{margin-top:auto;margin-left:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-self:flex-start;align-items:center;display:inline-flex}.sidebar[data-collapsed=true] .sidebar-toggle{align-self:center;margin-left:0}.sidebar-toggle:hover{background:var(--surface-raised);color:var(--text);border-color:var(--border-strong)}@media (width<=760px){.shell{flex-direction:column;height:auto;min-height:100dvh;overflow:visible}.sidebar,.sidebar[data-collapsed=true]{align-items:center;gap:var(--space-3);border-right:0;border-bottom:1px solid var(--border);width:100%;height:auto;padding:var(--space-2) var(--space-3);flex-direction:row}.sidebar-nav{flex-direction:row}.sidebar-toggle{display:none}.shell-main{height:auto}.shell-main .focus-app{height:auto;min-height:calc(100dvh - 56px)}}
