:root{font-family:Montserrat,system-ui,sans-serif;color:#102d55;background:#f3f5f7}*{box-sizing:border-box}body{margin:0}main{max-width:1080px;margin:auto;padding:2rem}.card{background:#fff;border:1px solid #9ba0a0;border-radius:12px;padding:1.5rem;margin:1rem 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}label{display:block;font-weight:600;margin:.75rem 0 .25rem}input,select,button{font:inherit;min-height:44px;border:2px solid #667085;border-radius:8px;padding:.6rem}input{width:100%}button{background:#102d55;color:#fff;font-weight:700;cursor:pointer;margin:.5rem .5rem .5rem 0}button.secondary{background:#fff;color:#102d55}button:focus-visible,input:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}.muted{color:#4b5563}.stat{border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.stat b{display:block;font-size:1.6rem}[role=alert]{border-left:4px solid #b42318;padding:.75rem}.code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:1.4rem;letter-spacing:.2em}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid #e2e8f0;padding:.5rem;text-align:left}@media(prefers-color-scheme:dark){:root{color:#f8fafc;background:#0b1120}.card,.stat{background:#131c2e;border-color:#26324c}button.secondary{background:#131c2e;color:#f8fafc}.muted{color:#94a3b8}td,th{border-color:#26324c}}