:root{--ink:#15221c;--muted:#718078;--paper:#f3f2ed;--card:#fff;--line:#e3e5df;--green:#1d6b4d;--green2:#2d8a65;--mint:#dfeee5;--warm:#f4e7d7;--blue:#e0ebef;--red:#a7483c}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:14px}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1280px)/2));background:rgba(243,242,237,.9);border-bottom:1px solid rgba(21,34,28,.08);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font:700 19px Onest}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:white}.top-actions,.hero-actions,.form-actions{display:flex;align-items:center;gap:10px}.sync-dot{color:var(--muted);font-size:12px}.sync-dot i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#45a976;margin-right:5px}.ghost,.secondary,.primary{border:0;border-radius:10px;padding:11px 15px;font:600 13px Manrope;text-decoration:none;cursor:pointer}.ghost,.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.primary{background:var(--ink);color:white;box-shadow:0 6px 18px rgba(21,34,28,.13)}.dashboard-shell{max-width:1280px;margin:auto;padding:48px 28px 64px}.hero-row{display:flex;align-items:end;justify-content:space-between;gap:30px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:700;color:var(--green);margin:0 0 8px}.hero-row h1,.form-card h1,.auth-card h1{font:600 clamp(30px,4vw,46px) Onest;margin:0 0 8px;letter-spacing:-.04em}.muted{color:var(--muted);margin:0}.mode-tabs{margin:34px 0 22px;display:inline-flex;padding:4px;border-radius:12px;background:#e8e8e2}.mode-tabs a{padding:9px 17px;color:var(--muted);text-decoration:none;border-radius:9px;font-weight:600}.mode-tabs a.active{color:var(--ink);background:white;box-shadow:0 2px 8px rgba(21,34,28,.08)}.summary-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:14px}.summary-card{min-height:172px;background:var(--card);border:1px solid var(--line);border-radius:17px;padding:20px;display:flex;flex-direction:column}.summary-card.featured{background:var(--ink);color:white;border-color:var(--ink);position:relative;overflow:hidden}.card-top{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-weight:600}.featured .card-top,.featured p{color:#aebbb4}.pill,.total-chip{padding:5px 9px;border-radius:20px;background:rgba(255,255,255,.1);font-size:10px}.summary-card strong{font:600 31px Onest;margin-top:auto;letter-spacing:-.04em}.summary-card p{color:var(--muted);margin:5px 0 0;font-size:11px}.icon-badge{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green)}.icon-badge.warm{background:var(--warm);color:#9b6230}.icon-badge.blue{background:var(--blue);color:#477589}.mini-chart{position:absolute;right:18px;bottom:17px;height:48px;width:38%;display:flex;align-items:flex-end;gap:4px;opacity:.5}.mini-chart i{flex:1;background:#74b493;border-radius:3px 3px 0 0}.mini-chart i:nth-child(1){height:24%}.mini-chart i:nth-child(2){height:42%}.mini-chart i:nth-child(3){height:32%}.mini-chart i:nth-child(4){height:58%}.mini-chart i:nth-child(5){height:49%}.mini-chart i:nth-child(6){height:72%}.mini-chart i:nth-child(7){height:63%}.mini-chart i:nth-child(8){height:92%}.content-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;margin-top:14px}.panel{background:var(--card);border:1px solid var(--line);border-radius:17px;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:21px 22px;border-bottom:1px solid var(--line)}.panel-head h2{font:600 20px Onest;margin:0}.panel-head a{color:var(--green);font-weight:700;text-decoration:none}.total-chip{background:var(--mint);color:var(--green);font-weight:700}.list-row{display:flex;align-items:center;gap:13px;padding:15px 22px;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:0}.list-copy{flex:1;min-width:0}.row-title{display:flex;justify-content:space-between;gap:14px}.row-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-copy p{color:var(--muted);font-size:11px;margin:4px 0 0}.list-copy b{color:var(--red)}.date-box{width:43px;height:43px;border-radius:11px;background:#eef0eb;display:flex;flex-direction:column;align-items:center;justify-content:center}.date-box strong{font:600 17px Onest;line-height:16px}.date-box span{font-size:9px;text-transform:uppercase;color:var(--muted)}.overdue .date-box{background:#f6e2df;color:var(--red)}.check{width:27px;height:27px;border:1px solid var(--line);background:white;border-radius:50%;color:var(--muted);cursor:pointer}.check:hover{background:var(--mint);color:var(--green)}.recurring-icon{width:39px;height:39px;display:grid;place-items:center;background:var(--mint);color:var(--green);border-radius:12px;font-size:17px}.panel-cta{display:block;padding:14px 22px;border-top:1px solid var(--line);color:var(--green);font-weight:700;text-decoration:none}.empty{text-align:center;padding:43px 20px;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:5px}.empty span{width:40px;height:40px;display:grid;place-items:center;background:var(--mint);border-radius:50%;color:var(--green);font-size:18px}.empty strong{color:var(--ink)}.empty p{margin:0;font-size:12px}.empty.small{padding:35px 20px}.form-shell,.auth-shell{min-height:calc(100vh - 70px);padding:45px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.form-card,.auth-card{width:min(100%,650px);background:white;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 24px 60px rgba(21,34,28,.08)}.auth-card{width:min(100%,450px)}.back{width:min(100%,650px);margin-bottom:14px;color:var(--muted);text-decoration:none}.stack-form{margin-top:25px}.stack-form p{display:flex;flex-direction:column;gap:7px;margin:0 0 15px}.stack-form label{font-weight:700;font-size:12px}.stack-form input,.stack-form select,.stack-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fafaf8;font:500 14px Manrope;color:var(--ink)}.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus{outline:2px solid #bdd8c9;border-color:var(--green)}.form-actions{justify-content:flex-end;margin-top:22px}.full{width:100%}.errorlist{color:var(--red);padding-left:18px}.helptext{font-size:11px;color:var(--muted)}@media(max-width:900px){.summary-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.hero-row{align-items:flex-start;flex-direction:column}.hero-actions{width:100%}.hero-actions a{flex:1;text-align:center}}@media(max-width:600px){.topbar{padding:0 17px}.sync-dot{display:none}.dashboard-shell{padding:30px 16px 45px}.summary-grid{grid-template-columns:1fr}.summary-card{min-height:142px}.featured{min-height:170px}.hero-actions{flex-direction:column}.hero-actions a{width:100%}.mode-tabs{display:flex}.mode-tabs a{flex:1;text-align:center;padding:9px 10px}.row-title span{white-space:nowrap}.form-card,.auth-card{padding:24px 19px}.list-row{padding:14px 16px}.panel-head{padding:18px 16px}}
