:root{--sidebar-width:264px;--sidebar-bg:#111827;--app-bg:#f4f7fb}
body{background:var(--app-bg);min-height:100vh}.sidebar{width:var(--sidebar-width);position:fixed;inset:0 auto 0 0;z-index:1040;display:flex;flex-direction:column;background:var(--sidebar-bg);color:#fff;transition:.25s}.sidebar-brand{height:74px;display:flex;align-items:center;gap:.8rem;padding:1rem 1.25rem;border-bottom:1px solid #ffffff14}.brand-icon,.kpi-icon,.forecast-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center}.brand-icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.sidebar-nav{padding:1rem .85rem;flex:1}.sidebar-label{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em;padding:.7rem}.sidebar-link{display:flex;gap:.8rem;align-items:center;color:#cbd5e1;text-decoration:none;padding:.8rem .9rem;border-radius:.75rem;margin-bottom:.25rem}.sidebar-link:hover,.sidebar-link.active{background:#3b82f62e;color:#fff}.sidebar-link.active{box-shadow:inset 3px 0 #60a5fa}.sidebar-bottom{padding:1rem 1.25rem;border-top:1px solid #ffffff14}.app-main{margin-left:var(--sidebar-width);min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:74px}.content-wrapper{flex:1}.app-footer{background:var(--bs-body-bg);font-size:.875rem}.avatar-circle{width:30px;height:30px;border-radius:50%;display:inline-grid;place-items:center;background:#0d6efd;color:#fff;font-weight:700}.card{border-radius:1rem}.forecast-card{color:#fff;background:linear-gradient(135deg,#1d4ed8,#0891b2)}.account-card{border-top:4px solid var(--account-color)!important}.category-dot{display:inline-block;width:.65rem;height:.65rem;border-radius:50%;margin-right:.5rem}.table>:not(caption)>*>*{padding:.9rem 1rem}.auth-page{background:radial-gradient(circle at top left,#2563eb2e,transparent 35%),radial-gradient(circle at bottom right,#06b6d42e,transparent 35%),#eef3f9}.login-card{width:min(980px,100%);border-radius:1.4rem}.login-visual{min-height:560px;align-items:flex-end;padding:3rem;color:#fff;background:linear-gradient(160deg,#11182726,#111827ad),linear-gradient(135deg,#2563eb,#06b6d4)}[data-bs-theme=dark] body{--app-bg:#0f172a}@media(max-width:991.98px){.sidebar{transform:translateX(-100%)}.sidebar.show{transform:translateX(0)}.app-main{margin-left:0}body.sidebar-open:after{content:"";position:fixed;inset:0;z-index:1035;background:#0f172a8c}}
