:root{font-family:Inter,ui-sans-serif,system-ui;background:#f5f7fb;color:#182033}*{box-sizing:border-box}body{margin:0}header{height:72px;background:#101828;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1200px)/2));box-shadow:0 2px 12px #0002}header div{display:flex;flex-direction:column}header span{font-size:12px;color:#98a2b3}header a{color:white;text-decoration:none}main{max-width:1200px;margin:32px auto;padding:0 24px}.hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.hero h1{font-size:32px;margin:0 0 8px}.hero p{margin:0;color:#667085}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:20px 0}.card{background:white;border:1px solid #e4e7ec;border-radius:14px;padding:22px;box-shadow:0 1px 3px #10182810}.card h2,.card h3{margin-top:0}.metric{display:flex;flex-direction:column;justify-content:space-between}.metric strong,.stats strong{font-size:38px;display:block}.stats{grid-template-columns:repeat(3,1fr)}label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}input{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:8px;margin-bottom:14px}button{background:#155eef;color:white;border:0;border-radius:8px;padding:11px 17px;font-weight:700;cursor:pointer}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #eaecf0;font-size:14px}th{color:#667085;font-size:12px;text-transform:uppercase}.pill{background:#eef4ff;color:#3538cd;border-radius:999px;padding:4px 9px;font-size:12px}.ok{color:#067647}.bad,.error{color:#b42318}.notice{padding:14px;border-radius:8px;margin-bottom:20px}.success{background:#ecfdf3;color:#067647}.hint,small{color:#667085}pre{white-space:pre-wrap;max-height:220px;overflow:auto;background:#f8fafc;padding:12px;border-radius:8px;font-size:11px}code{background:#101828;color:#d0d5dd;padding:12px;border-radius:8px;display:block;overflow:auto}@media(max-width:700px){.hero{align-items:flex-start;gap:15px;flex-direction:column}.stats{grid-template-columns:1fr}table{display:block;overflow-x:auto}}
