:root{color:#111827;font-synthesis:none;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.login-shell{background:radial-gradient(circle at top,#e0f2fe 0,#f4f6f8 42%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:min(420px,100%);padding:34px;box-shadow:0 24px 70px #1118271c}.brand-mark{color:#fff;background:#111827;border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.brand-mark.small{border-radius:12px;width:40px;height:40px}.login-card h1{letter-spacing:-.03em;margin:22px 0 8px;font-size:28px}.login-card>p{color:#6b7280;margin:0 0 26px;line-height:1.55}.login-card code{font-size:12px}.login-card form{gap:10px;display:grid}.login-card label{font-size:13px;font-weight:650}.login-card input{border:1px solid #d1d5db;border-radius:10px;outline:none;padding:12px 13px}.login-card input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.login-card button{color:#fff;background:#111827;border:0;border-radius:10px;margin-top:6px;padding:12px;font-weight:650}.error-message{color:#b91c1c;background:#fef2f2;border-radius:9px;padding:10px 12px;font-size:13px}.app-shell{min-height:100vh}.topbar{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,4vw,56px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{color:#6b7280;margin-top:2px;font-size:12px}.topbar-actions{gap:9px;display:flex}.secondary-button,.icon-button{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:38px;display:inline-flex}.secondary-button{padding:0 13px;font-size:13px;font-weight:600}.icon-button{width:38px}.content{width:min(1320px,100% - 40px);margin:0 auto;padding:38px 0 54px}.page-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px;display:flex}.page-heading h1{letter-spacing:-.04em;margin:0;font-size:clamp(25px,3vw,34px)}.page-heading p{color:#6b7280;margin:7px 0 0}.page-heading>span{color:#6b7280;font-size:12px}.summary-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:14px;padding:20px;display:flex}.summary-icon{color:#111827;background:#f3f4f6;border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid}.summary-label,.summary-helper{color:#6b7280;margin:0}.summary-label{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:650}.summary-value{letter-spacing:-.04em;margin:3px 0 4px;font-size:28px;display:block}.summary-helper{font-size:12px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:18px;overflow:hidden}.panel-heading{padding:21px 22px 10px}.panel-heading h2{letter-spacing:-.02em;margin:0;font-size:17px}.panel-heading p{color:#6b7280;margin:5px 0 0;font-size:13px}.chart-wrap{height:420px;padding:4px 16px 10px}.table-heading{justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.sort-note{color:#6b7280;gap:6px;font-size:12px;display:flex}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;border-top:1px solid #eef0f2;padding:14px 22px;font-size:13px}th{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;background:#fafafa;font-size:11px}.status{border-radius:999px;justify-content:center;min-width:34px;padding:4px 8px;font-weight:700;display:inline-flex}.status.success{color:#166534;background:#dcfce7}.status.warning{color:#92400e;background:#fef3c7}.rate-cell{align-items:center;gap:10px;min-width:170px;display:flex}.progress{background:#e5e7eb;border-radius:999px;width:110px;height:7px;overflow:hidden}.progress span{border-radius:inherit;background:#111827;height:100%;display:block}.loading-screen{color:#4b5563;align-content:center;place-items:center;gap:12px;min-height:100vh;display:grid}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=960px){.summary-grid{grid-template-columns:repeat(2,1fr)}.page-heading{flex-direction:column;align-items:flex-start}}@media (width<=560px){.content{width:min(100% - 24px,1320px);padding-top:24px}.summary-grid{grid-template-columns:1fr}.secondary-button{width:38px;padding:0;font-size:0}.login-card{padding:26px}.topbar{padding:0 14px}.brand span{display:none}}
