.home-dashboard{--home-bg:#fff;--home-soft:#f4f7f6;--home-border:#dee6e1;--home-ink:#20372b;--home-muted:#627368;--home-accent:#23734b;--home-warning:#8a5c0d;--home-danger:#ab3144;color:var(--home-ink);max-width:1320px;margin:0 auto;padding:6px 0 20px}
.home-dashboard [hidden]{display:none!important}
.home-dashboard svg{width:20px;height:20px;flex:0 0 auto}
.cf-home-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 8px}
.cf-home-heading h1{font-size:clamp(23px,2.2vw,31px);line-height:1.2;letter-spacing:-.8px;font-weight:760;margin:7px 0 10px;color:var(--home-ink)}
.cf-home-heading p{font-size:13px;line-height:1.5;margin:0;color:var(--home-muted)}
.cf-home-heading .cf-home-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.7px;font-weight:650}
.home-dashboard .cf-home-refresh{font-size:12px!important;min-height:40px;gap:8px}
.cf-home-update{min-height:18px;margin:14px 0;color:var(--home-muted);font-size:11px;line-height:1.6}
.cf-home-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:12px;margin:0 0 22px}
.cf-home-metric{background:var(--home-bg);border:1px solid var(--home-border);border-radius:12px;padding:18px;min-width:0;display:flex;flex-direction:column;box-shadow:0 2px 4px #12332304}
.cf-home-metric-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;line-height:1.5;font-weight:650;color:var(--home-muted)}
.cf-home-metric-top svg{width:18px;height:18px;color:var(--home-accent)}
.cf-home-number{font-size:37px;line-height:1.2;font-weight:730;letter-spacing:-1.4px;font-variant-numeric:tabular-nums;margin:17px 0 10px;color:var(--home-ink)}
.cf-home-metric.accent .cf-home-number{color:var(--home-accent)}
.cf-home-metric.warn .cf-home-number{color:var(--home-warning)}
.cf-home-metric p{font-size:11px;line-height:1.5;color:var(--home-muted);margin:auto 0 0}
.cf-home-columns{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:16px}
.cf-home-panel{background:var(--home-bg);border:1px solid var(--home-border);border-radius:12px;padding:19px;min-width:0}
.cf-home-panel:only-child,.cf-home-notes{grid-column:1/-1}
.cf-home-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}
.home-dashboard h2{font-size:15px;font-weight:700;letter-spacing:-.2px;margin:0;line-height:1.5;color:var(--home-ink)}
.cf-home-panel-head p{color:var(--home-muted);font-size:11px;line-height:1.5;margin:4px 0 0}
.cf-home-link{border:0;background:transparent;color:var(--home-accent);font:inherit;font-size:11px;font-weight:650;display:inline-flex;align-items:center;gap:5px;padding:4px 0 4px 8px;cursor:pointer;flex-shrink:0;min-height:30px}
.cf-home-link svg{width:13px;height:13px}
.cf-home-list{list-style:none;padding:0;margin:0}
.cf-home-list li{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--home-border);padding:13px 0}
.cf-home-list li>div{min-width:0}
.cf-home-list strong{font-size:12px;line-height:1.5;font-weight:650;overflow-wrap:anywhere}
.cf-home-list small{font-size:10px;line-height:1.5;display:block;margin-top:3px;color:var(--home-muted);overflow-wrap:anywhere}
.cf-home-tag{font-size:9px;line-height:1.45;border-radius:5px;background:var(--home-soft);color:var(--home-muted);padding:5px 7px;font-weight:650;max-width:150px;flex-shrink:0;text-align:center}
.cf-home-tag.success{background:#edf7ef;color:#266b40}
.cf-home-tag.warning{background:#fff3d9;color:#855804}
.cf-home-tag.danger{background:#ffeff1;color:#9b293d}
h2 .cf-home-tag{font-size:9px;vertical-align:middle;margin-left:6px}
.cf-home-empty{font-size:12px;line-height:1.7;color:var(--home-muted);padding:22px 8px;margin:0;background:var(--home-soft);border-radius:7px}
.cf-home-scope,.cf-home-footnote{color:var(--home-muted);font-size:10px;line-height:1.7;margin:10px 0 0}
.cf-home-panel>.cf-home-scope:first-of-type{margin:0 0 10px}
.cf-home-bank-stats{margin:0}
.cf-home-bank-stats>div{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-top:1px solid var(--home-border)}
.cf-home-bank-stats dt{font-size:12px;line-height:1.5;color:var(--home-muted)}
.cf-home-bank-stats dd{font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;margin:0}
.cf-home-warning{color:var(--home-warning)}
.cf-home-error{color:var(--home-danger)}
.cf-home-note-counts{display:flex;flex-wrap:wrap;gap:10px 22px;margin:0 0 15px;font-size:11px;color:var(--home-muted)}
.cf-home-note-counts span{display:inline-flex;align-items:center;gap:6px}
.cf-home-note-counts i{width:6px;height:6px;background:#98a69e;border-radius:50%}
.cf-home-note-counts i.success{background:#31845a}
.cf-home-note-counts i.danger{background:#c75765}
.cf-home-shortcuts{margin-top:25px}
.cf-home-shortcuts>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:12px}
.cf-home-shortcut{display:flex;align-items:center;gap:12px;min-width:0;padding:15px;border:1px solid var(--home-border);border-radius:10px;background:var(--home-bg);color:var(--home-ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}
.cf-home-shortcut>svg:first-child{color:var(--home-accent);padding:8px;box-sizing:content-box;border-radius:9px;background:var(--home-soft)}
.cf-home-shortcut>svg:last-child{width:13px;height:13px;margin-left:auto;color:var(--home-muted)}
.cf-home-shortcut strong{display:block;font-size:12px;font-weight:650;line-height:1.5}
.cf-home-shortcut small{display:block;font-size:10px;line-height:1.5;color:var(--home-muted);margin-top:3px}
.cf-home-shortcut:hover{border-color:var(--home-accent);background:var(--home-soft)}
.home-dashboard button:focus-visible{outline:3px solid #60a67a;outline-offset:3px}
html[data-theme="dark"] .home-dashboard{--home-bg:#1d2923;--home-soft:#24342c;--home-border:#364b3f;--home-ink:#e7f0e9;--home-muted:#b1c2b6;--home-accent:#8fd2a5;--home-warning:#f0cd84;--home-danger:#ffb1bd}
html[data-theme="dark"] .cf-home-tag.success{background:#273f2e;color:#a3d7af}
html[data-theme="dark"] .cf-home-tag.warning{background:#42341b;color:#f0cd84}
html[data-theme="dark"] .cf-home-tag.danger{background:#472a32;color:#ffb1bd}
@media(max-width:900px){.cf-home-columns{grid-template-columns:1fr}.cf-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-home-panel{padding:16px}}
@media(max-width:520px){.cf-home-heading{align-items:flex-start;gap:12px}.cf-home-heading h1{font-size:23px}.cf-home-heading .cf-home-eyebrow{font-size:9px}.cf-home-heading p{font-size:12px}.home-dashboard .cf-home-refresh{min-height:36px;font-size:10px!important;flex-shrink:0;padding:8px}.cf-home-metrics{gap:9px}.cf-home-metric{padding:13px}.cf-home-metric-top{font-size:11px;gap:6px}.cf-home-metric-top svg{width:15px;height:15px}.cf-home-number{font-size:31px;margin:13px 0 9px}.cf-home-metric p{font-size:10px}.cf-home-panel-head{gap:8px}.cf-home-list li{align-items:flex-start;flex-wrap:wrap;gap:7px}.cf-home-tag{max-width:none}.cf-home-shortcuts>div{grid-template-columns:1fr}}
