:root{color-scheme:dark;--tint-color:255,255,255;--tint-opacity:0.06;--shadow-blur:20px;--shadow-spread:-5px;--shadow-color:rgba(255,255,255,0.45);--outer-shadow-blur:24px;--text:rgba(255,255,255,0.96);--muted:rgba(255,255,255,0.58);--accent:#8b7cf7;--accent-strong:#7b6ae7;--accent-shadow:rgba(139,124,247,0.34);--surface-line:rgba(255,255,255,0.08);--surface-fill:rgba(22,22,26,0.44);--surface-fill-soft:rgba(255,255,255,0.06)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 16%,rgba(124,92,255,.32),transparent 18%),radial-gradient(circle at 84% 18%,rgba(70,176,255,.24),transparent 20%),radial-gradient(circle at 52% 82%,rgba(255,118,193,.18),transparent 24%),linear-gradient(145deg,#050816,#0b1120 30%,#151126 66%,#070a14);-webkit-font-smoothing:antialiased}body:before{background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at 22% 20%,rgba(255,255,255,.12),transparent 14%),radial-gradient(circle at 78% 24%,rgba(255,255,255,.08),transparent 13%),repeating-linear-gradient(90deg,rgba(255,255,255,.018),rgba(255,255,255,.018) 1px,transparent 0,transparent 76px),repeating-linear-gradient(0deg,rgba(255,255,255,.014),rgba(255,255,255,.014) 1px,transparent 0,transparent 76px),linear-gradient(180deg,rgba(10,10,14,.03),rgba(8,8,12,.2));opacity:.92}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.05),transparent 0 24%),radial-gradient(circle at 68% 38%,rgba(255,255,255,.035),transparent 0 20%),radial-gradient(circle at 44% 68%,rgba(255,255,255,.03),transparent 0 18%);filter:blur(20px);opacity:.85}a{color:inherit;text-decoration:none}.home-stage{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:18px 0 32px}.home-stage__stage{position:relative;padding:8px 0 0}.home-stage__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,440px);grid-gap:26px;gap:26px;align-items:start}.home-stage__grid--tight{grid-template-columns:minmax(0,1fr) minmax(420px,500px);gap:8px}.home-stage__hero,.home-stage__history,.home-stage__inspection{min-width:0}.home-stage__hero{grid-column:1;grid-row:1}.home-stage__hero--offset{margin-top:14px}.home-stage__inspection--expanded{grid-column:1/-1;grid-row:1;justify-self:stretch;width:100%;display:flex;justify-content:flex-end}.home-stage__inspection--offset{margin-top:14px}.home-stage__inspection--expanded .inspection-stack{width:640px;max-width:min(640px,calc(100vw - 40px));margin-left:auto}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.top-nav__capsule{width:-moz-fit-content;width:fit-content}.top-nav__capsule-content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px}.glass-panel__label,.hero-copy__eyebrow,.history-entry__label,.inspection-form__eyebrow,.result-surface__eyebrow,.result-surface__meta-label,.top-nav__brand,.top-nav__status{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.top-nav__brand{font-weight:600}.glass-panel__label,.hero-copy__body,.hero-copy__eyebrow,.history-entry__label,.history-stream__empty,.inspection-form__eyebrow,.liquid-field,.liquid-toggle,.result-surface__eyebrow,.result-surface__meta-label,.top-nav__status{color:var(--muted)}.top-nav__github-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--text);font-size:.82rem;font-weight:600;line-height:1;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.top-nav__github-link:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);transform:translateY(-1px)}.hero-copy{padding:28px 0 0 6px;max-width:520px}.hero-copy--flush-top{padding-top:0}.hero-copy h1{margin:10px 0 16px;max-width:9ch;font-size:clamp(3rem,6vw,5.4rem);line-height:.88;font-weight:600}.hero-copy--flush-top h1{margin-top:0}.hero-copy__body{margin:0;max-width:48ch;font-size:.98rem;line-height:1.75}.liquid-glass-panel{position:relative;overflow:hidden;isolation:isolate;border-radius:var(--glass-radius);box-shadow:0 4px var(--outer-shadow-blur) rgba(0,0,0,.18)}.liquid-glass-panel__defs{position:absolute;width:0;height:0;overflow:hidden}.liquid-glass-panel__filter,.liquid-glass-panel__tint{position:absolute;inset:0;border-radius:inherit;pointer-events:none}.liquid-glass-panel__filter{z-index:0;background:rgba(22,22,26,.08)}.liquid-glass-panel__tint{z-index:1;background-color:rgba(var(--tint-color),var(--tint-opacity));border:1px solid var(--surface-line);box-shadow:inset 0 0 var(--shadow-blur) var(--shadow-spread) var(--shadow-color)}.liquid-glass-panel__content{position:relative;z-index:2}.inspection-stack{display:grid}.inspection-form-panel{height:560px}.inspection-form-panel--compact{height:460px}.history-stream__content,.inspection-form-panel__content{padding:20px}.inspection-form-panel__content--fixed{height:100%;min-height:0;display:flex;flex-direction:column}.inspection-form-panel__content--centered{justify-content:center}.inspection-form-panel__content--active{display:flex;flex-direction:column}.inspection-form{display:grid;grid-gap:16px;gap:16px;width:min(100%,404px);margin:auto;align-content:center}.inspection-form--roomy{gap:22px;width:min(100%,428px)}.inspection-form__fields{display:grid;grid-gap:12px;gap:12px}.inspection-form__actions{display:flex;align-items:center;gap:16px;width:100%;margin-top:4px}.inspection-form--roomy .inspection-form__fields{gap:16px}.liquid-field{display:grid;grid-gap:8px;gap:8px;font-size:12px}.liquid-field--large{gap:10px;font-size:13px}.liquid-input{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.06);color:var(--text);outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.liquid-input--large{min-height:56px;padding:16px 18px;border-radius:18px;font-size:.98rem}.liquid-input::placeholder{color:rgba(255,255,255,.34)}.liquid-input:focus{border-color:rgba(255,255,255,.24);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 0 3px rgba(139,124,247,.16)}.liquid-toggle{display:inline-flex;align-items:center;gap:10px;font-size:12px}.liquid-toggle--large{gap:12px;font-size:13px}.liquid-toggle input{width:16px;height:16px;accent-color:var(--accent)}.liquid-toggle--large input{width:18px;height:18px}.liquid-button{justify-self:start;padding:10px 16px;border:none;border-radius:999px;background:var(--accent);color:#fff;font-size:12px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 24px var(--accent-shadow);transition:background .2s ease,transform .12s ease}.liquid-button--large{min-height:48px;padding:12px 20px;font-size:13px}.liquid-button--push-right{margin-left:auto}.liquid-button:hover{background:var(--accent-strong);transform:scale(1.02)}.liquid-button:active{transform:scale(.98)}.liquid-button:disabled{opacity:.75;cursor:progress;transform:none}.liquid-button--secondary{background:rgba(255,255,255,.08);color:var(--text);box-shadow:none;border:1px solid rgba(255,255,255,.1)}.liquid-button--secondary:hover{background:rgba(255,255,255,.12)}.result-surface{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:16px;width:100%;margin:auto 0}.result-surface__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.result-surface__meta>div{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:var(--surface-fill-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.result-surface__terminal{min-height:180px;padding:16px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(7,10,20,.92),rgba(10,13,24,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 0 0 1px rgba(255,255,255,.02);font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:.86rem;line-height:1.6}.result-surface__terminal--fixed{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.result-surface__terminal--fixed::-webkit-scrollbar{width:10px}.result-surface__terminal--fixed::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(255,255,255,.18)}.result-surface__terminal--fixed::-webkit-scrollbar-track{background:transparent}.result-surface__log{white-space:pre-wrap;word-break:break-word}.result-surface__log--muted{color:rgba(255,255,255,.68)}.result-surface__log--success{color:rgba(158,247,197,.95)}.result-surface__log--warn{color:rgba(255,220,152,.95)}.result-surface__log--error{color:rgba(255,166,166,.95)}.result-surface__cursor{margin-top:6px;color:rgba(255,255,255,.85);animation:terminal-cursor 1.1s step-end infinite}.result-surface__model,.result-surface__title{margin:0;font-size:clamp(1.9rem,4vw,3rem);line-height:.94}.result-surface__details{display:grid;grid-gap:8px;gap:8px;margin:0}.result-surface__detail-row{display:flex;align-items:baseline;gap:10px;min-width:0}.result-surface__detail-label{flex:0 0 auto;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.result-surface__detail-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.result-surface__error,.result-surface__progress{display:grid;grid-gap:10px;gap:10px}.result-surface__actions{display:flex;justify-content:flex-start;margin-top:auto}.result-surface__error p:last-child,.result-surface__guidance,.result-surface__progress p:last-child{margin:0;color:var(--muted)}.home-stage__history{margin-top:24px}.home-stage__history--offset{margin-top:38px}.history-stream__viewport{position:relative;margin-top:14px;overflow:hidden;height:244px;-webkit-mask-image:linear-gradient(180deg,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(180deg,transparent,black 20%,black 80%,transparent)}.history-stream__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;height:100%}.history-stream__column{display:grid;grid-gap:12px;gap:12px;align-content:start}.history-stream__column--slow{animation:history-scroll 24s linear infinite}.history-stream__column--fast{animation:history-scroll 19s linear infinite}.history-entry,.history-stream__empty{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:var(--surface-fill-soft);box-shadow:inset 0 0 18px -12px rgba(255,255,255,.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.history-entry__item{display:flex;align-items:baseline;gap:10px;min-width:0}.history-entry__label{flex:0 0 auto}.history-entry__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-entry strong{font-size:.94rem}@keyframes terminal-cursor{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes history-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width:920px){.home-stage{width:min(100%,calc(100% - 20px));padding:10px 0 20px}.home-stage__grid{grid-template-columns:1fr}.hero-copy{padding:12px 2px 0}.hero-copy--flush-top{padding-top:0}.hero-copy h1{max-width:none}.inspection-form-panel{height:auto;min-height:520px}.home-stage__inspection--expanded{grid-column:auto;grid-row:auto;width:100%;justify-content:stretch}.home-stage__hero--offset,.home-stage__inspection--offset{margin-top:0}.home-stage__history--offset{margin-top:24px}.home-stage__inspection--expanded .inspection-stack{width:100%;max-width:100%}.home-stage__grid--tight{grid-template-columns:1fr;gap:18px}.inspection-form-panel__content--active{height:520px}.history-stream__columns{grid-template-columns:1fr}.history-stream__column--fast{display:none}}