:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f3f6fb;--surface:#fff;--text:#172033;--muted:#526078;--accent:#175cd3;--border:#d8e0ec}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}.shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.status-card{border:1px solid var(--border);background:var(--surface);border-radius:1.25rem;width:min(100%,46rem);padding:clamp(2rem,5vw,4rem);box-shadow:0 1.5rem 4rem #17203314}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:700}h1{margin:0;font-size:clamp(2rem,6vw,3.75rem);line-height:1.05}.status-card p:last-child{max-width:38rem;color:var(--muted);margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7}.home-links{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.home-links a,button{background:var(--accent);color:#fff;cursor:pointer;font:inherit;border:0;border-radius:.55rem;padding:.75rem 1rem;font-weight:700;text-decoration:none}.dashboard{width:min(100% - 2rem,75rem);margin:0 auto;padding:3rem 0}.dashboard header{margin-bottom:2rem}.dashboard header p:last-child,.product-card p,.notice{color:var(--muted);line-height:1.6}.control-grid,.card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1rem;display:grid}.control-card,.product-card,.notice{border:1px solid var(--border);background:var(--surface);border-radius:.9rem;padding:1.25rem}.control-card{align-content:start;gap:1rem;display:grid}.control-card h2,.product-card h2{margin:0}.control-card label{color:var(--muted);gap:.35rem;font-weight:700;display:grid}.control-card input{border:1px solid var(--border);min-width:0;font:inherit;border-radius:.5rem;padding:.7rem}.control-card pre{color:#f4f7fb;white-space:pre-wrap;background:#101828;border-radius:.5rem;max-width:100%;padding:.75rem;overflow:auto}.allowed{font-weight:700;color:#087443!important}.denied{font-weight:700;color:#b42318!important}
