:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:#0b0f14;color:#eef2f7}.shell{max-width:1180px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;gap:18px;align-items:end;flex-wrap:wrap;margin-bottom:22px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#8390a2;font-weight:800;margin:0}h1{font-size:44px;letter-spacing:-.05em;margin:5px 0 5px}.sub{margin:0;color:#8996a8}input{background:#151b23;border:1px solid #273140;color:#eef2f7;border-radius:12px;padding:10px 12px}.summary{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.summary>div,section{background:#141a22;border:1px solid #26313e;border-radius:22px;padding:18px}.summary span{color:#8b97a7;font-size:12px}.summary strong{display:block;font-size:32px;margin-top:5px;letter-spacing:-.03em}.title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.title h2{font-size:17px;margin:0}.title span{font-size:12px;color:#7f8b9b}.budgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.budget,.bill,.receipt{background:#10161d;border:1px solid #26313e;border-radius:16px;padding:14px}.row{display:flex;justify-content:space-between;gap:12px}.name{font-weight:750}.money{font-size:13px;font-weight:800}.track{height:10px;border-radius:999px;background:#28313b;overflow:hidden;margin:12px 0 7px}.fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.fill.warn{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fill.over{background:linear-gradient(90deg,#ef4444,#fb7185)}.meta{display:flex;justify-content:space-between;color:#7f8b9b;font-size:11px}.bills,.receipts{display:flex;flex-direction:column;gap:10px}.bill{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center}.dot{width:42px;height:42px;border-radius:13px;background:#212a35;display:grid;place-items:center;color:#94a3b8;font-weight:900}.bill.paid{border-color:#205b37}.bill.paid .dot{background:#12321f;color:#4ade80}.subline{font-size:11px;color:#7f8b9b;margin-top:3px}.amount{font-weight:800}.receipt{display:flex;justify-content:space-between;gap:12px}.muted{color:#7f8b9b;font-size:12px}section{margin-bottom:16px}@media(max-width:700px){.budgets,.summary{grid-template-columns:1fr}h1{font-size:34px}.shell{padding:16px}.bill{grid-template-columns:38px 1fr auto}.dot{width:38px;height:38px}}
.header-actions{display:flex;gap:10px;align-items:center}.header-actions form{margin:0}.logout,.login-form button{border:0;border-radius:12px;padding:10px 14px;font:inherit;font-weight:800;cursor:pointer;background:#eef2f7;color:#0b0f14}.login-page{min-height:100svh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,#162335 0,#0b0f14 46%)}.login-shell{width:min(100%,430px)}.login-card{background:rgba(20,26,34,.96);border:1px solid #2a3645;border-radius:28px;padding:30px;box-shadow:0 26px 80px rgba(0,0,0,.35)}.login-card h1{font-size:38px;margin-bottom:10px}.lock{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#16273c;border:1px solid #2b4c76;color:#93c5fd;font-size:27px;margin-bottom:24px}.login-form{display:grid;gap:10px;margin-top:24px}.login-form label{font-size:12px;font-weight:800;color:#9aa7b8}.login-form input{width:100%;font-size:18px;padding:14px;border-radius:14px;background:#0e141b;border:1px solid #334155}.login-form button{margin-top:4px;padding:14px}.login-error{color:#fca5a5;font-size:12px;margin:4px 0 0}@media(max-width:700px){.header-actions{width:100%;justify-content:space-between}.header-actions input{flex:1}.login-card{padding:24px;border-radius:22px}}

.syncstamp{font-size:12px;opacity:.58;margin-top:6px}

/* v1.3.1 interactive budget details */
.budget-button{appearance:none;-webkit-appearance:none;width:100%;text-align:left;color:inherit;font:inherit;cursor:pointer;touch-action:manipulation;transition:border-color .15s ease,background .15s ease,transform .15s ease}.budget-button:hover{border-color:#3a4b60;background:#121a23}.budget-button:active{transform:translateY(1px)}.budget-button:focus-visible{outline:3px solid #60a5fa;outline-offset:2px}.budget-footer{display:flex;justify-content:space-between;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid #202a36;color:#7f8b9b;font-size:11px}.view-link{color:#93c5fd;font-weight:750}.tx-drawer{margin-top:16px;background:#111820;border:1px solid #2b3745;border-radius:22px;padding:0}.tx-drawer[hidden]{display:none}.tx-panel{padding:20px}.tx-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #26313e}.tx-head h2{margin:3px 0 3px;font-size:26px}.tx-total{margin:0;color:#95a3b6;font-size:13px}.icon-button{width:44px;height:44px;border-radius:14px;border:1px solid #334155;background:#19212b;color:#eef2f7;font-size:28px;line-height:1;cursor:pointer;touch-action:manipulation}.tx-list{display:flex;flex-direction:column}.tx-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:start;padding:15px 2px;border-bottom:1px solid #202a36}.tx-date{color:#8996a8;font-size:12px;font-weight:700;padding-top:2px}.tx-main{min-width:0}.tx-merchant{font-weight:800;overflow-wrap:anywhere}.tx-desc{margin-top:3px;color:#9aa7b8;font-size:12px;overflow-wrap:anywhere}.tx-note{margin-top:5px;color:#fbbf24;font-size:11px;overflow-wrap:anywhere}.tx-amount{font-weight:850;white-space:nowrap}.tx-empty{padding:26px 4px;color:#7f8b9b;text-align:center}@media(max-width:600px){.tx-panel{padding:16px}.tx-row{grid-template-columns:52px 1fr auto;gap:9px}.tx-amount{font-size:13px}.budget-footer{font-size:10px}}
