:root{--bg:#0d1117;--surface:#151b23;--surface-strong:#1b2430;--border:#2c3744;--border-strong:#3d4b5b;--text:#e6edf3;--muted:#9aa8b7;--accent-gold:#d6a84f;--accent-red:#ff2a2a;--code-bg:#0f141b;--shadow:0 16px 36px rgba(0,0,0,.22);--radius:18px}*,:after,:before{box-sizing:border-box}html{background:var(--bg)}body{background:linear-gradient(180deg,rgba(214,168,79,.06),transparent 140px),linear-gradient(180deg,#0d1117,#11161d);color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;min-height:100vh}a{color:inherit}code,strong{font-family:JetBrains Mono,Consolas,Courier New,monospace}.shell{margin:0 auto;padding:28px 0 48px;width:min(1120px,calc(100% - 32px))}.panel,.shell__header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.shell__header{display:grid;gap:24px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.9fr);overflow:hidden;padding:26px;position:relative}.panel:before,.shell__header:before{background:linear-gradient(90deg,var(--accent-gold),var(--accent-red));content:"";height:2px;left:0;opacity:.9;position:absolute;right:0;top:0}.shell__headline{position:relative}.panel__label,.shell__kicker,.status-row dt{color:var(--accent-gold);display:inline-flex;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.shell__headline h1{font-size:clamp(2rem,4vw,2.9rem);line-height:1.05;margin:16px 0 14px}.panel__note,.shell__headline p{color:var(--muted);line-height:1.65;margin:0}.shell__status-list{display:grid;gap:14px;margin:0}.status-row{background:var(--surface-strong);border:1px solid var(--border-strong);border-radius:14px;padding:16px 18px}.status-row dd{color:var(--text);font-size:.98rem;line-height:1.45;margin:10px 0 0;word-break:break-word}.shell__grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.panel{padding:22px;position:relative}.panel h2{font-size:1.28rem;margin:16px 0 14px}.panel__note{background:#d6a84f0f;border:1px solid rgba(214,168,79,.24);border-radius:12px;margin-top:16px;padding:14px 16px}.panel--full{margin-top:20px}.technical-list{margin:0;padding-left:18px}.technical-list li{line-height:1.55;margin-top:10px}.technical-list--mono li{font-family:JetBrains Mono,Consolas,Courier New,monospace;font-size:.95rem}@media(max-width:960px){.shell__grid,.shell__header{grid-template-columns:1fr}}@media(max-width:640px){.shell{padding:20px 0 36px;width:min(100% - 20px,1120px)}.panel,.shell__header{padding:18px}}
