:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--bg: #faf7f2;--surface: #ffffff;--text: #202022;--muted: #64646f;--primary: #ca2d1a;--primary-soft: #ffe8e3;--border: #ece7de}*{box-sizing:border-box}body{margin:0;color:var(--text);background:radial-gradient(circle at top,#fff2ec,var(--bg) 45%)}.layout{margin:0 auto;max-width:980px;min-height:100vh;padding:3rem 1.5rem;display:grid;gap:1rem}.hero,.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.2rem}.eyebrow{margin:0;font-weight:600;color:var(--primary)}h1{margin:.3rem 0}.subtitle{margin:0;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.card h2,.panel h3{margin:0;font-size:.95rem;color:var(--muted)}.card p{margin:.4rem 0 0;font-size:1.4rem;font-weight:700}.panel ul{list-style:none;margin:.8rem 0 0;padding:0}.panel li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed var(--border)}.status{background:var(--primary-soft);color:#6a2016;border-radius:.75rem;padding:.7rem .9rem}.status-error{background:#ffe5e5;color:#821818}
