/* Exact colour tokens from the desktop style-guide, also used on mobile. */
:root{--bg:#0B1A1D;--surface:#10262B;--surface2:#16323A;--accent:#34D399;--green:#34D399;--blue:#4EA8DE;--gold:#E3B341;--line:#234249;--text:#EAF4F1;--muted:#8FB3AC;--red:#E2694B;--paper:var(--text);--border:var(--line)}
body,button,input,textarea,select,.field label,.sb-card h3,#month{font-family:'IBM Plex Sans',Arial,sans-serif!important}h1,h2,.sb-header h1,.report-year-head span{font-family:Fraunces,Georgia,serif!important}.stat strong,.sb-amount,.sb-total-row strong,.sb-tax-total strong,.sb-number{font-family:'IBM Plex Mono','Courier New',monospace!important}
.sb-header h1{display:flex;align-items:center;gap:7px;font-size:23px}.sb-brand-mark{width:32px;height:32px;border-radius:9px}.sb-alert{border-radius:0;border:1px solid var(--line);border-left:3px solid var(--blue);box-shadow:none;background:var(--surface);display:flex;align-items:center;gap:10px;justify-content:space-between;padding:10px 12px;font-size:13px}.sb-alert strong{font-weight:600}.sb-alert-action{font-size:12px;flex-shrink:0;color:var(--blue)}
.sb-auth{min-height:100dvh;display:grid;place-items:center;padding:22px 18px;background:var(--bg)}.sb-auth-card{width:100%;max-width:410px}.sb-auth-brand{text-align:center;margin:8px 0 24px}.sb-auth-brand>img{height:64px;width:64px;border-radius:18px}.sb-auth-brand h1{font-size:34px;margin:10px 0 4px}.sb-auth-brand p{color:var(--muted);font-size:14px;margin:0}.sb-auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);margin-bottom:20px}.sb-auth-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;color:var(--muted)}.sb-auth-tabs button.selected{color:var(--green);border-color:var(--green)}.sb-auth-card h2{font-size:25px;margin:0 0 18px}.sb-auth-card input:not([type=checkbox]){min-height:46px}.sb-auth-card .field{margin:14px 0}.sb-consent{display:flex;gap:10px;align-items:flex-start;margin-top:20px}.sb-consent input{width:20px;height:20px;min-height:20px;flex:0 0 20px;margin:3px 0;accent-color:var(--green)}.sb-consent label{font-size:14px;line-height:1.6;color:var(--text)}#sb-terms-link{display:inline;padding:0;border:0;min-height:0;color:var(--blue);text-decoration:underline;background:none}.sb-auth-card .muted{font-size:12px}#sb-email-submit,.sb-provider{width:100%;min-height:46px;margin:10px 0 0}.sb-provider{background:var(--surface);border-color:var(--line);font-weight:600}.sb-text-button{border:0;color:var(--blue);padding-left:0}.sb-auth-divider{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.sb-auth-divider:before,.sb-auth-divider:after{content:'';height:1px;background:var(--line);flex:1}#sb-auth-message{color:var(--gold);font-size:14px;min-height:22px}#sb-terms-dialog{width:min(760px,96vw);height:90dvh;max-height:90dvh;background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:12px;padding:16px}#sb-terms-dialog::backdrop{background:#000b}.sb-terms-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.sb-terms-head h2{font-size:21px}#sb-terms-dialog iframe{display:block;width:100%;height:calc(100% - 130px);border:0;margin:10px 0}#sb-signout{margin-right:12px}
