:root{color:#1a202e;--brand:#235fd7;--border:#dadee7;background:#f8f9fb;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button{font:inherit;cursor:pointer}header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 clamp(20px,5vw,70px);display:flex}header>span{color:#676f7e;font-size:13px}.header-actions{color:#676f7e;align-items:center;gap:14px;font-size:13px;display:flex}.language-button{color:#3d475c;border:1px solid var(--border);background:#fff;border-radius:9px;padding:7px 10px}.brand{letter-spacing:-.035em;align-items:center;gap:9px;font-size:19px;font-weight:800;display:flex}.brand>span{color:#fff;background:var(--brand);border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.center{text-align:center;align-content:center;place-items:center;gap:13px;min-height:100vh;display:grid}.center h1,.center p{margin:0}.center p{color:#676f7e}.google-login{color:#333c4d;border:1px solid var(--border);background:#f5f7fa;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-width:290px;min-height:46px;padding:0 18px;font-weight:720;transition:transform .16s,border-color .16s,background .16s;display:inline-flex;box-shadow:0 8px 22px #46536d12}.google-login:hover{background:#eef1f7;border-color:#a1b0ce;transform:translateY(-1px)}.google-login:disabled{opacity:.5;cursor:not-allowed;transform:none}.google-mark{flex:none;width:19px;height:19px}.login-error{font-size:14px;color:#b93a31!important}.dashboard{max-width:1180px;margin:auto;padding:60px 24px}.heading{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.heading h1{letter-spacing:-.05em;margin:6px 0 0;font-size:40px}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.heading button{color:#333c4d;border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:7px;min-height:42px;padding:0 15px;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stats article{border:1px solid var(--border);background:#fff;border-radius:17px;grid-template-columns:auto 1fr;gap:4px 14px;padding:22px;display:grid}.stats article>span{width:42px;height:42px;color:var(--brand);background:#e9effb;border-radius:13px;grid-row:span 2;place-items:center;display:grid}.stats strong{font-size:26px;line-height:1}.stats small{color:#676f7e}.table-card{border:1px solid var(--border);background:#fff;border-radius:19px;margin-top:25px;padding:25px}.table-card h2,.table-card p{margin:0}.table-card p{color:#676f7e;margin-top:5px}.table-wrap{margin-top:24px;overflow:auto}.empty-state{text-align:center;border:1px dashed var(--border);background:#f8f9fb;border-radius:15px;align-content:center;place-items:center;gap:10px;min-height:240px;margin-top:24px;padding:32px;display:grid}.empty-state>span{width:48px;height:48px;color:var(--brand);background:#e9effb;border-radius:15px;place-items:center;display:grid}.empty-state h3,.empty-state p{margin:0}.empty-state p{color:#676f7e}table{border-collapse:collapse;text-align:left;width:100%}th,td{border-bottom:1px solid #e7e9ef;padding:13px 10px;font-size:14px}th{color:#676f7e;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.pill{background:#eceef4;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:750}.pill.active{color:#21734b;background:#e3f7ed}.load-more{color:#333c4d;border:1px solid var(--border);background:#fff;border-radius:12px;min-height:42px;margin:20px auto 0;padding:0 16px;display:block}@media (width<=800px){.stats{grid-template-columns:1fr 1fr}}@media (width<=480px){.stats{grid-template-columns:1fr}.heading{flex-direction:column;align-items:flex-start;gap:20px}}
