:root{--bg:#f6f2ea;--bg-accent:#efe3d3;--panel:#fffcf7d1;--panel-strong:#fffaf3;--text:#1f1b16;--muted:#675b4c;--line:#3f2d1a21;--shadow:0 28px 90px #4a331b1f;--accent:#8f3f20;--accent-soft:#d99b70;--accent-2:#335b59;--success:#2f6b48;--error:#9a3c34}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 10% 10%,#e49b6147,transparent 24%),radial-gradient(circle at 90% 0%,#4d8c882e,transparent 20%),linear-gradient(180deg,var(--bg)0%,var(--bg-accent)100%);margin:0;font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}code,pre{font-family:Cascadia Mono,SFMono-Regular,Consolas,Liberation Mono,monospace}code{background:#70472614;border-radius:999px;padding:.14rem .4rem;font-size:.95em}pre{white-space:pre-wrap;word-break:break-word;margin:0}input,textarea,button{font:inherit}input,textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#ffffffbf;border-radius:18px;outline:none;margin-top:10px;padding:14px 16px;transition:border-color .16s,box-shadow .16s,transform .16s}input:focus,textarea:focus{border-color:#8f3f2073;box-shadow:0 0 0 4px #8f3f2014}textarea{resize:vertical;min-height:128px}button{border:0}button:disabled{cursor:wait;opacity:.7}
.shell{width:min(1180px,100vw - 32px);margin:0 auto;padding:28px 0 72px}.heroPanel,.timelinePanel,.consoleCard,.statusCard,.moduleCard,.featureCard,.resultCard,.detailHeader,.guardrailPanel,.detailFooter{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:28px;position:relative;overflow:hidden}.heroPanel{grid-template-columns:minmax(0,1.5fr) minmax(280px,.85fr);gap:18px;padding:34px;display:grid}.heroPanel:after,.timelinePanel:after,.consoleCard:after,.detailHeader:after,.guardrailPanel:after{content:"";pointer-events:none;background:radial-gradient(circle,#d99b7029,#0000 65%);border-radius:50%;width:340px;height:340px;position:absolute;inset:auto -12% -40% auto}.heroCopy{flex-direction:column;justify-content:space-between;gap:18px;min-height:100%;display:flex}.heroAside{align-content:start;gap:12px;display:grid}.metricCard,.responsePanel,.codePanel{border:1px solid var(--line);background:var(--panel-strong);border-radius:22px;box-shadow:0 18px 40px #59412a12}.metricCard{gap:8px;padding:18px;display:grid}.metricLabel,.sectionHint,.codePanelHeader span{color:var(--muted);font-size:.95rem}.eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}h1,h2,h3,p,ul{margin:0}h1{max-width:13ch;font-size:clamp(2.8rem,6vw,5.8rem);line-height:.94}h2{font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.08}h3{font-size:1.18rem}.lede{max-width:760px;color:var(--muted);font-size:1.06rem;line-height:1.72}.heroActions,.formActions,.detailFooter{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.heroActions{margin-top:8px}.primaryLink,.secondaryLink,.primaryButton{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;transition:transform .16s,box-shadow .16s,background-color .16s;display:inline-flex}.primaryLink,.primaryButton{background:var(--accent);color:#fff8f2;box-shadow:0 14px 32px #8f3f203d}.secondaryLink{border:1px solid var(--line);background:#ffffff80}.primaryLink:hover,.secondaryLink:hover,.primaryButton:hover{transform:translateY(-1px)}.statusGrid,.gridSection,.moduleList,.resultCards{gap:16px;display:grid}.statusGrid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.statusCard,.moduleCard,.featureCard,.resultCard{padding:22px}.cleanList,.guardrailList{color:var(--muted);margin:18px 0 0;padding-left:18px;line-height:1.8}.timelinePanel,.guardrailPanel,.detailFooter{margin-top:22px;padding:28px}.sectionHeading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:14px;display:flex}.timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.timelineNode{border:1px solid var(--line);background:var(--panel-strong);border-radius:24px;min-height:130px;padding:20px;box-shadow:0 18px 44px #513a2414}.timelineIndex{color:#7a250c;background:linear-gradient(135deg,#f6d4bb,#eead82);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:18px;font-weight:700;display:inline-flex}.consoleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.consoleCard{padding:28px}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.formGrid label{color:var(--muted);font-size:.95rem;display:block}.fullWidth{grid-column:1/-1}.codePanel,.responsePanel{margin-top:16px;padding:18px}.codePanelHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.codePanel pre,.responsePanel pre{color:#f5eadf;background:#251c15eb;border-radius:18px;padding:16px;line-height:1.6;overflow:auto}.featureCard p,.moduleCard p,.resultCard p,.statusCard p{color:var(--muted);margin-top:12px;line-height:1.68}.gridSection{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px}.resultBand{margin-top:22px}.resultCards{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.statusText{color:var(--muted)}.status-loading{color:var(--accent-2)}.status-success{color:var(--success)}.status-error{color:var(--error)}.detailShell{padding-top:44px}.detailHeader{padding:34px}.moduleList{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px}.guardrailList{line-height:1.9}.detailFooter{justify-content:space-between}
@media (max-width:1080px){.heroPanel,.consoleGrid,.statusGrid,.resultCards,.gridSection,.moduleList{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.shell{width:min(100vw - 20px,1180px);padding:18px 0 40px}.heroPanel,.timelinePanel,.consoleCard,.detailHeader,.guardrailPanel,.detailFooter{border-radius:22px;padding:22px}.heroPanel,.statusGrid,.consoleGrid,.gridSection,.moduleList,.resultCards,.timeline,.formGrid{grid-template-columns:1fr}.fullWidth{grid-column:auto}.codePanelHeader,.sectionHeading,.detailFooter{flex-direction:column;align-items:flex-start}}

