:root{--ink:#13231b;--muted:#647068;--cream:#f4f1e8;--paper:#fffdf8;--green:#1d5b3a;--lime:#d7f04a;--line:#dfe3da}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.login-shell{background:radial-gradient(circle at 25% 10%,#ecf7bc,#0000 30%),linear-gradient(135deg,#f7f4eb,#e7eee7);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{text-align:center;background:#fffdf8ed;border:1px solid #13231b1f;border-radius:28px;width:min(520px,100%);padding:56px;box-shadow:0 24px 80px #1936261f}.mark{background:var(--ink);width:66px;height:66px;color:var(--lime);letter-spacing:-.06em;border-radius:20px;place-items:center;margin:auto auto 28px;font-size:25px;font-weight:900;display:grid}.eyebrow{color:var(--green);letter-spacing:.14em;margin:0 0 10px;font-size:11px;font-weight:800}h1{letter-spacing:-.05em;margin:0;font-size:clamp(34px,5vw,54px);line-height:1.02}.subhead{color:var(--muted);margin:22px auto 30px;font-size:17px;line-height:1.6}.google-button{background:var(--ink);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:15px 20px;font-weight:750;display:flex}.google-button:hover{background:var(--green)}.google-g{color:#4285f4;background:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.fineprint{color:#8b938e;margin:16px 0 0;font-size:12px}.error{color:#8f2e1c;background:#ffe6df;border-radius:10px;padding:12px;font-size:14px}.dashboard{grid-template-columns:245px 1fr;min-height:100vh;display:grid}aside{background:var(--ink);color:#fff;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-weight:850;display:flex}.brand span{background:var(--lime);width:38px;height:38px;color:var(--ink);border-radius:11px;place-items:center;font-size:14px;display:grid}nav{gap:7px;margin-top:52px;display:grid}nav a{color:#aebbb3;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:650}nav a:hover,nav a.active{color:#fff;background:#ffffff17}.profile{grid-template-columns:36px 1fr;align-items:center;gap:10px;margin-top:auto;display:grid}.profile .avatar{background:var(--lime);width:36px;height:36px;color:var(--ink);border-radius:50%;place-items:center;font-weight:800;display:grid}.profile strong,.profile small{text-overflow:ellipsis;white-space:nowrap;max-width:135px;display:block;overflow:hidden}.profile strong{font-size:13px}.profile small{color:#9fb0a6;margin-top:3px;font-size:10px}.profile>a{color:#9fb0a6;grid-column:2;font-size:11px}.content{width:100%;max-width:1440px;padding:48px clamp(24px,5vw,76px) 80px}header{justify-content:space-between;align-items:start;gap:28px;margin-bottom:36px;display:flex}header h1{font-size:clamp(34px,4vw,52px)}header p:last-child{color:var(--muted);margin:12px 0 0}.status{white-space:nowrap;border:1px solid var(--line);background:var(--paper);color:var(--green);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:750}.status i{background:#65bf6e;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px;display:grid}.stats article,.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px}.stats article{padding:22px}.stats span,.stats small{color:var(--muted);font-size:12px;display:block}.stats strong{letter-spacing:-.04em;margin:14px 0 4px;font-size:34px;display:block}.panel{padding:28px}.panel-title{justify-content:space-between;align-items:end;gap:20px;display:flex}.panel-title h2,.panel h2{letter-spacing:-.025em;margin:0;font-size:23px}.panel-title>span{color:var(--green);font-size:12px;font-weight:750}.intro,.empty>p:last-child{color:var(--muted);font-size:14px;line-height:1.6}.task-list{border-top:1px solid var(--line);margin-top:24px;display:grid}.task{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr auto;align-items:center;gap:14px;padding:18px 0;display:grid}.number{width:34px;height:34px;color:var(--green);background:#e9eee8;border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.task strong,.task small{display:block}.task small{color:var(--muted);margin-top:5px;font-size:12px}button{border:0;border-radius:9px;padding:10px 13px;font-weight:750}button:disabled{color:#8a928d;background:#eef0ec}.two-column{grid-template-columns:1.2fr .8fr;gap:18px;margin-top:18px;display:grid}.empty{min-height:180px}@media (max-width:800px){.dashboard{display:block}aside{flex-direction:row;align-items:center;height:auto;padding:16px 20px;position:static}nav,.profile{display:none}.content{padding:30px 18px 60px}header{display:block}.status{margin-top:20px;display:inline-block}.stats,.two-column{grid-template-columns:1fr}.task{grid-template-columns:36px 1fr}.task button{grid-column:2;justify-self:start}.login-card{padding:38px 24px}}
