:root{--ink:#14231e;--muted:#6f7e78;--line:#e4e9e6;--paper:#fff;--canvas:#f4f6f4;--green:#1d6b52;--green-dark:#153f34;--mint:#dff1e9;--lime:#d7ee78;--amber:#b77412;--red:#b0443f;--shadow:0 18px 50px rgba(25,50,40,.12)}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:14px/1.5 DM Sans,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#122620;color:#e8f1ed;padding:28px 18px;display:flex;flex-direction:column;z-index:5}.brand{display:flex;gap:12px;align-items:center;padding:0 10px 28px}.brand-mark{display:grid;place-items:center;width:37px;height:37px;background:var(--lime);border-radius:11px;color:#173c31;font:800 21px Manrope}.brand strong,.brand small,.sidebar-footer strong,.sidebar-footer small{display:block}.brand strong{font:700 18px Manrope}.brand small,.sidebar-footer small{color:#92a59e;font-size:11px}.nav-item{width:100%;border:0;background:transparent;color:#9fb0aa;text-align:left;padding:12px 14px;border-radius:10px;margin:3px 0;font-weight:600}.nav-item span{display:inline-block;width:25px;font-size:18px}.nav-item b{float:right;background:#29463d;padding:1px 7px;border-radius:12px;font-size:11px}.nav-item:hover,.nav-item.active{background:#203a31;color:#fff}.nav-item.active span{color:var(--lime)}.sidebar-footer{margin-top:auto;border-top:1px solid #294239;padding:22px 8px 0;display:flex;gap:10px;align-items:center}.avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#d6a780;color:#fff;font-weight:700}main{margin-left:248px;min-height:100vh;padding:38px 44px 60px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.eyebrow{margin:0 0 5px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.16em}h1,h2,h3{font-family:Manrope;margin:0;letter-spacing:-.035em}h1{font-size:28px}h2{font-size:23px}h3{font-size:16px}.header-actions{display:flex;gap:9px}.primary,.secondary,.icon-button,.close,.text-button{border:0;border-radius:9px;font-weight:700}.primary{background:var(--green);color:#fff;padding:11px 18px;box-shadow:0 6px 15px #1d6b522e}.primary:hover{background:#155943}.secondary{background:#eef2ef;color:var(--ink);padding:10px 16px}.icon-button{height:40px;width:40px;background:#fff;border:1px solid var(--line);font-size:19px}.view{display:none}.view.active{display:block}.hero{background:linear-gradient(110deg,#173d32,#1c5d48);border-radius:18px;padding:26px 30px;color:#fff;position:relative;overflow:hidden;margin-bottom:20px}.hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-140px;border:45px solid rgba(215,238,120,.1)}.hero small{color:#b7c9c2;font-weight:600}.balance{font:800 38px Manrope;margin:7px 0}.balance-note{color:#cae0d8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 22px}.card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:19px}.stat-head{display:flex;justify-content:space-between;color:var(--muted);font-weight:600}.stat-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--mint);color:var(--green)}.stat-value{font:800 25px Manrope;margin:12px 0 2px}.stat-meta{font-size:12px;color:var(--muted)}.grid-two{display:grid;grid-template-columns:1.55fr 1fr;gap:18px}.card-header,.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.text-button{background:none;color:var(--green);padding:6px}.progress-row{display:grid;grid-template-columns:100px 1fr 90px;gap:12px;align-items:center;margin:17px 0}.bar{height:9px;background:#edf0ee;border-radius:10px;overflow:hidden}.bar span{display:block;height:100%;border-radius:10px}.bar.in span{background:var(--green)}.bar.out span{background:#e0ad62}.list{display:flex;flex-direction:column}.list-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #edf0ee}.list-row:first-child{border:0}.item-icon{width:36px;height:36px;display:grid;place-items:center;background:#edf5f1;color:var(--green);border-radius:10px;font-weight:700}.item-info strong,.item-info small{display:block}.item-info small{color:var(--muted);margin-top:2px}.amount{text-align:right;font-weight:700}.badge{display:inline-block;border-radius:20px;padding:4px 9px;font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.04em}.badge.paid{background:#e2f2ea;color:#257056}.badge.unpaid,.badge.pending{background:#fff1d8;color:#966019}.badge.overdue{background:#f8e2df;color:#a5423c}.toolbar{display:flex;gap:10px;margin-bottom:16px}.search{flex:1;background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 14px}.filter{background:#fff;border:1px solid var(--line);border-radius:10px;padding:0 12px;color:var(--ink)}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}th{text-align:left;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:13px 16px;background:#f8faf8}td{padding:15px 16px;border-top:1px solid #edf0ee}tbody tr:hover{background:#fafcfb}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty span{display:block;font-size:36px;margin-bottom:10px}.action-menu{border:0;background:none;font-size:20px;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;background:#0816118c;z-index:20;display:grid;place-items:center;padding:24px}.modal-backdrop[hidden]{display:none}.modal{background:#fff;border-radius:17px;width:min(720px,100%);max-height:92vh;overflow:auto;box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 27px 18px;border-bottom:1px solid var(--line)}.close{background:#f0f3f1;width:32px;height:32px;font-size:20px}.form{padding:24px 27px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:800;color:#50615a;text-transform:uppercase;letter-spacing:.06em}.field input,.field select,.field textarea{border:1px solid #d9e1dd;border-radius:9px;padding:11px 12px;color:var(--ink);background:#fff}.field input:focus,.field select:focus{outline:2px solid rgba(29,107,82,.18);border-color:var(--green)}.form-note{background:#f1f7f4;color:#49675d;padding:11px 13px;border-radius:9px;font-size:12px}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.drop-zone{border:2px dashed #cbd8d2;border-radius:12px;padding:28px;text-align:center;background:#fafcfb}.drop-zone input{margin-top:12px}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.doc-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.doc-icon{font-size:26px}.doc-card small{color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;background:#163d32;color:#fff;padding:12px 18px;border-radius:10px;box-shadow:var(--shadow);transform:translateY(100px);opacity:0;transition:.25s;z-index:30}.toast.show{transform:none;opacity:1}.danger{color:var(--red)}@media(max-width:900px){.sidebar{width:74px;padding:24px 10px}.brand div,.nav-item:not(.active){font-size:0}.brand{padding:0 8px 24px}.nav-item span{font-size:20px}.nav-item b,.sidebar-footer div:not(.avatar){display:none}main{margin-left:74px;padding:28px 22px}.grid-two{grid-template-columns:1fr}.document-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){main{margin-left:0;padding:90px 14px 35px}.sidebar{inset:0 0 auto;width:100%;height:66px;flex-direction:row;align-items:center}.brand{padding:0;margin-right:auto}.sidebar nav{display:flex}.nav-item{width:38px;padding:7px;margin:0}.nav-item span{width:auto}.sidebar-footer{display:none}.topbar{align-items:flex-start}.topbar h1{font-size:22px}.header-actions .icon-button{display:none}.stats,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.document-grid{grid-template-columns:1fr}.table-wrap{overflow:auto}td,th{white-space:nowrap}}@media print{.sidebar,.topbar,.form-actions{display:none!important}main{margin:0;padding:0}.modal-backdrop{position:static;background:none;padding:0}.modal{box-shadow:none;max-height:none;width:100%}}.mobile-logout{display:none}@media(max-width:640px){.header-actions .mobile-logout{display:inline-grid}.header-actions #exportButton{display:none}}.sidebar-logo{width:48px;height:48px;flex:0 0 48px;border-radius:10px;overflow:hidden;background:#fff;display:block}.login-logo{display:block;width:240px;height:180px;object-fit:cover;object-position:center;margin:0 auto 22px;border-radius:12px}.login-card>.brand-mark{display:none}@media(max-width:900px){.sidebar-logo{width:44px;height:44px;flex-basis:44px}}@media(max-width:640px){.sidebar-logo{width:40px;height:40px;flex-basis:40px}.login-logo{width:210px;height:158px}}.table-subtext{display:block;color:var(--muted);font-weight:400;margin-top:2px}.field input:focus,.field select:focus,.field textarea:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(29,107,82,.35);outline-offset:2px;border-color:var(--green)}.doc-card{min-width:0}.doc-card h3,.doc-card p,.doc-card small{overflow-wrap:anywhere}.logout{margin-right:8px}.table-wrap{position:relative}.modal .form-actions{position:sticky;bottom:0;background:#fff;z-index:2}.empty{line-height:1.6}@media(max-width:900px){.sidebar nav{overflow-y:auto}.form-actions{flex-wrap:wrap}}@media(max-width:640px){.sidebar{overflow-x:auto}.sidebar nav{min-width:max-content;overflow:visible}.nav-item{min-width:40px}.form-actions>*{flex:1 1 100%;text-align:center}.modal-backdrop{padding:8px}.modal{max-height:96vh}.section-title{align-items:flex-start;gap:12px}.section-title>.primary{flex:0 0 auto}.table-wrap:after{content:"Swipe to see more";display:block;padding:7px 12px;color:var(--muted);font-size:11px;text-align:right}}.nav-label{width:auto!important;font-size:inherit}@media(max-width:900px){.brand>div,.nav-item .nav-label{display:none}.nav-item.active .nav-label{display:none}}@media(max-width:640px){.sidebar{height:116px;overflow:visible;padding:8px 10px;align-items:flex-start;flex-wrap:wrap}.brand{height:38px;padding:0}.sidebar nav{order:2;width:100%;display:grid;grid-template-columns:repeat(8,1fr);min-width:0}.nav-item{width:auto;min-width:0;padding:6px;text-align:center}.nav-item>span:first-child{width:auto}.nav-item b{display:none}main{padding-top:138px}.section-title{flex-direction:column}.section-title>.primary{width:100%}}.login-screen{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 75% 20%,#285e4c,#122620 55%)}.login-screen[hidden]{display:none}.login-card{width:min(420px,100%);padding:38px;background:#fff;border-radius:18px;box-shadow:0 28px 80px #0000004d}.login-card .brand-mark{display:grid;margin-bottom:25px}.login-card>p:not(.eyebrow){color:var(--muted);margin:8px 0 25px}.login-card .field{margin:14px 0}.login-card .primary{width:100%;margin-top:6px}.login-error{min-height:21px!important;color:var(--red)!important;margin:4px 0!important}.logout{border:0;background:none;color:#92a59e;font-size:11px;padding:0}.logout:hover{color:#fff}:root{--ink:#061b35;--muted:#64748b;--line:#dce5f0;--canvas:#f4f7fb;--green:#087cf0;--green-dark:#063a85;--mint:#e4f2ff;--lime:#67d1ff;--shadow:0 18px 50px rgba(5,42,91,.14)}.sidebar{background:linear-gradient(165deg,#031a36,#073f91 58%,#078ce9 125%);color:#eef7ff}.brand small,.sidebar-footer small,.logout{color:#b8d7f7}.nav-item{color:#c6dcf5}.nav-item b{background:#02183759}.nav-item:hover,.nav-item.active{background:#ffffff21;color:#fff}.nav-item.active span{color:#78d7ff}.sidebar-footer{border-top-color:#ffffff2e}.sidebar-logo{width:54px;height:54px;flex:0 0 54px;border-radius:0;background:transparent;overflow:visible}.sidebar-logo img{object-fit:contain}.primary{background:linear-gradient(135deg,#0b91f5,#0757d9);box-shadow:0 6px 15px #0757d938}.primary:hover{background:linear-gradient(135deg,#087ad5,#0649bb)}.hero{background:linear-gradient(120deg,#031a36,#0757d9 70%,#09a8ee)}.hero:after{border-color:#67d1ff29}.hero small{color:#c7e7ff}.balance-note{color:#d7efff}.toast{background:#063a85}.login-screen{background:radial-gradient(circle at 75% 20%,#0b91f5,#063a85 50%,#031a36)}.login-logo{object-fit:contain;border-radius:0}.field input:focus,.field select:focus,.field textarea:focus,button:focus-visible,a:focus-visible{outline-color:#087cf059;border-color:var(--green)}@media(max-width:900px){.sidebar-logo{width:46px;height:46px;flex-basis:46px}}@media(max-width:640px){.sidebar-logo{width:40px;height:40px;flex-basis:40px}}.brand{flex-direction:column;gap:8px;padding:0 10px 24px;text-align:center}.sidebar-logo{width:144px;height:144px;flex:0 0 144px;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 28px #01143033}.sidebar-logo img{width:100%;height:100%;object-fit:cover;object-position:center}.brand small{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#d5eaff}@media(max-width:900px){.brand{padding:0 4px 20px}.sidebar-logo{width:52px;height:52px;flex-basis:52px;border-radius:10px}.brand small{display:none}}@media(max-width:640px){.brand{flex-direction:row;padding:0;margin-right:auto}.sidebar-logo{width:42px;height:42px;flex-basis:42px;border-radius:8px}}:root{--ink:#07112f;--muted:#526b98;--line:#dce7f6;--paper:#fff;--canvas:#f5f9ff;--green:#0868f7;--green-dark:#064fd1;--mint:#e8f3ff;--lime:#0868f7;--shadow:0 14px 36px rgba(32,86,160,.1)}body{background:radial-gradient(circle at 76% 5%,#fff 0,#f7fbff 38%,#f1f7ff);color:var(--ink)}.sidebar{background:linear-gradient(180deg,#fff,#f9fcff 58%,#eef6ff);color:var(--ink);border-right:1px solid #e5eef9;box-shadow:5px 0 24px #1c50960d}.brand small{color:#5270a4;font-weight:700}.nav-item{color:#48638e;font-weight:600;padding:13px 14px}.nav-item:hover,.nav-item.active{background:#e8f2ff;color:#0868f7}.nav-item.active span{color:#0868f7}.nav-item b{background:#0868f7;color:#fff}.sidebar-footer{border-top-color:#d9e7f7}.sidebar-footer strong{color:#07112f}.sidebar-footer small,.logout{color:#627aa3}.logout:hover{color:#0868f7}.avatar{background:linear-gradient(135deg,#073b91,#079cf0)}main{background:transparent}.eyebrow{color:#345f9f}.primary{background:linear-gradient(135deg,#087cf5,#0757eb);box-shadow:0 10px 24px #0868f738}.primary:hover{background:linear-gradient(135deg,#0768db,#064bd2)}.secondary{background:#edf4fd;color:#173966}.icon-button{color:#0868f7;border-color:#dce8f8;box-shadow:0 6px 16px #24589f0f}.hero{background:linear-gradient(120deg,#052765,#0757db 66%,#089ff1);box-shadow:0 18px 40px #0757db2e}.card,table,.doc-card{border-color:#e1eaf6;box-shadow:0 10px 28px #2056a012}th{background:#f3f7fc;color:#526b98}td{border-top-color:#e7eef8}tbody tr:hover{background:#f7faff}.stat-icon,.item-icon{background:#e8f3ff;color:#0868f7}.text-button{color:#0868f7}.bar.in span{background:#0868f7}.badge.paid{background:#e7f8f1;color:#09945e}.badge.unpaid,.badge.pending{background:#e8f2ff;color:#0868f7}.badge.overdue{background:#ffebef;color:#e21d3f}.search,.filter,.field input,.field select,.field textarea{border-color:#d9e6f5}.field input:focus,.field select:focus,.field textarea:focus,button:focus-visible,a:focus-visible{outline-color:#0868f747;border-color:#0868f7}.modal-backdrop{background:#04123094}.modal{box-shadow:0 30px 90px #05204c47}.form-note{background:#edf5ff;color:#3f6090}.drop-zone{border-color:#b9d2f2;background:#f8fbff}.toast{background:#073b91}.login-screen{background:radial-gradient(circle at 72% 18%,#e7f4ff,#8fcaff 35%,#0757db 74%,#052765)}.login-card{box-shadow:0 30px 90px #05204c4d}:root{--header-h:124px;--sidebar-w:258px;--ink:#07112f;--muted:#536b98;--line:#e1eaf6;--canvas:#f7faff;--green:#0868f7;--paper:#fff;--shadow:0 12px 34px rgba(32,86,160,.08)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-header{position:fixed;inset:0 0 auto;height:var(--header-h);z-index:12;display:grid;grid-template-columns:var(--sidebar-w) minmax(280px,686px) 1fr;align-items:center;gap:34px;padding:0 45px;border-bottom:1px solid #e7eef8;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-brand{display:flex;align-items:center;gap:10px;white-space:nowrap;font:800 20px Manrope;color:#07112f}.header-brand img{width:144px;height:112px;object-fit:contain}.header-brand span{color:#0868f7}.global-search{height:50px;display:flex;align-items:center;gap:12px;padding:0 18px;border-radius:13px;background:#f1f6fc;color:#234575}.global-search>span:first-child{font-size:28px;line-height:1;transform:rotate(-15deg)}.global-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px}.global-search input::placeholder{color:#60759e}.account-controls{justify-self:end;display:flex;align-items:center;gap:12px}.notification,.account-menu{position:relative;border:0;background:transparent;color:#173763;font-size:24px}.notification{padding:10px 20px;border-right:1px solid #e0e8f4}.notification i{position:absolute;top:8px;right:18px;width:8px;height:8px;border-radius:50%;background:#0872f7}.header-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg,#bedcf6,#0a4c93);color:#fff;font-weight:800}.account-copy strong,.account-copy small{display:block;max-width:175px;overflow:hidden;text-overflow:ellipsis}.account-copy strong{font:700 14px Manrope}.account-copy small{color:var(--muted);font-size:12px}.account-menu{font-size:22px}.sidebar{top:var(--header-h);width:var(--sidebar-w);padding:34px 15px 24px;background:#ffffffb8;box-shadow:none;border-right:1px solid #e5edf8}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item{display:flex;align-items:center;gap:16px;min-height:54px;margin:0;padding:12px 28px;border-radius:13px;color:#45618d;font-size:15px}.nav-item .nav-icon{width:22px;font-size:23px;text-align:center;color:#264e85}.nav-item .nav-label{width:auto!important}.nav-item b{margin-left:auto;float:none}.nav-item:hover,.nav-item.active{background:#eaf3ff;color:#0768f7}.nav-item.active .nav-icon{color:#0768f7}.sidebar-footer{display:block;margin-top:auto;padding:24px 30px 0;border:0}.sidebar-footer span{display:block;width:38px;height:2px;margin-bottom:18px;background:#0872f7}.sidebar-footer strong,.sidebar-footer small{display:block}.sidebar-footer strong{font-size:14px;color:#173763}.sidebar-footer small{margin-top:4px;color:#536f9f;font-size:12px}main{margin-left:var(--sidebar-w);min-height:100vh;padding:calc(var(--header-h) + 38px) 36px 28px;background:radial-gradient(circle at 55% 0,#fff 0,#f7faff 43%,#f2f7fd)}.topbar{align-items:center;margin:0 4px 26px}.eyebrow{margin:0 0 7px;color:#486899;font-size:11px;letter-spacing:.08em}.topbar h1{font-size:39px;line-height:1.12}.page-description{margin:8px 0 0;color:#536b98;font-size:16px}.header-actions{align-items:center}.dashboard-new{min-width:174px;padding:14px 21px;font-size:15px}.topbar .secondary{background:#fff;border:1px solid var(--line)}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 0 22px}.card{border:1px solid #e6edf7;border-radius:14px;box-shadow:var(--shadow)}.metric-card{min-height:153px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:17px;align-items:center;padding:20px}.metric-card .stat-icon{width:58px;height:58px;border-radius:50%;font-size:24px;background:#e8f3ff}.metric-card .stat-head{display:block;color:#07112f;font-weight:600}.metric-card .stat-value{margin:7px 0 2px;font-size:26px;white-space:nowrap}.metric-card .stat-meta{font-size:13px}.paid-metric .stat-icon{background:#e3f8f0;color:#0aa86c}.overdue-metric .stat-icon{background:#ffeaee;color:#e32645}.dashboard-grid{grid-template-columns:minmax(570px,1.9fr) minmax(320px,1fr);gap:22px}.dashboard-grid>.card{padding:18px 14px 12px}.dashboard-grid .card-header{padding:0 8px;margin-bottom:14px}.dashboard-grid .card-header h3{font-size:19px}.recent-card table{border:0;box-shadow:none}.recent-card th{padding:12px 10px;background:#f3f7fc;text-transform:none;font-size:11px;letter-spacing:0}.recent-card td{padding:12px 10px;font-size:12px}.recent-card .badge{white-space:nowrap}.activity-card{padding:21px 24px!important}.activity-card .card-header{padding:0}.activity-card .card-header small{padding:8px 11px;border:1px solid #dce7f5;border-radius:8px;color:#405b86}.activity-total strong,.activity-total span{display:block}.activity-total strong{font:800 29px Manrope}.activity-total span{margin-top:2px;color:#60759d;font-size:12px}.activity-chart{width:100%;height:auto;margin-top:22px;overflow:visible}.activity-chart .chart-grid{fill:none;stroke:#e2ebf6;stroke-width:1}.activity-chart .chart-line{fill:none;stroke:#0872f7;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.activity-chart circle{fill:#fff;stroke:#0872f7;stroke-width:3}.chart-labels{display:flex;justify-content:space-between;margin-top:-4px;color:#526b98;font-size:11px}.app-footer{display:flex;justify-content:space-between;margin-top:68px;padding:0 4px;color:#667da4;font-size:11px}.table-wrap{border-radius:14px}.section-title{margin-top:4px}.view:not(#dashboard)>.section-title{padding:4px}.view:not(#dashboard)>.section-title h2{font-size:22px}.view:not(#dashboard)>.section-title p{margin:4px 0;color:var(--muted)}@media(max-width:1180px){.app-header{grid-template-columns:210px minmax(240px,1fr) auto;padding:0 24px;gap:20px}.sidebar{width:210px}.nav-item{padding:12px 18px}main{margin-left:210px;padding-left:24px;padding-right:24px}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.account-copy{display:none}}@media(max-width:760px){:root{--header-h:98px}.app-header{grid-template-columns:auto 1fr auto;padding:0 14px;gap:10px}.header-brand strong{display:none}.header-brand img{width:104px;height:88px}.global-search{height:43px;padding:0 12px}.global-search input{font-size:13px}.notification,.account-copy,.account-menu{display:none}.header-avatar{width:36px;height:36px;font-size:11px}.sidebar{inset:auto 0 0;width:100%;height:66px;padding:6px 8px;border:1px solid #dfe9f6;background:#fff;overflow-x:auto;overflow-y:hidden;flex-flow:row nowrap;align-items:center}.sidebar nav{order:0;width:max-content;min-width:100%;height:54px;display:flex;flex-direction:row;justify-content:space-around;gap:2px;overflow:visible}.nav-item{width:auto;min-width:56px;min-height:52px;padding:6px 9px;justify-content:center;font-size:14px}.nav-item .nav-icon{font-size:20px}.nav-item .nav-label,.nav-item b,.sidebar-footer{display:none!important}main{margin-left:0;padding:calc(var(--header-h) + 24px) 14px 94px}.topbar{align-items:flex-start;gap:16px}.topbar h1{font-size:28px}.page-description{font-size:14px}.header-actions .secondary,.header-actions .icon-button{display:none}.dashboard-new{min-width:auto;padding:11px 14px}.dashboard-stats{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:125px;grid-template-columns:42px 1fr;gap:10px;padding:14px}.metric-card .stat-icon{width:42px;height:42px}.metric-card .stat-value{font-size:19px}.dashboard-grid{display:block}.activity-card{margin-top:14px}.recent-card .table-wrap{overflow:auto}.app-footer{display:block;margin-top:36px}.app-footer span{display:block;margin-top:4px}}@media(max-width:460px){.dashboard-stats{grid-template-columns:1fr}.topbar{display:block}.dashboard-new{width:100%;margin-top:16px}.metric-card{min-height:105px}.global-search>span:first-child{display:none}.activity-card{padding:16px!important}}.dashboard-new[hidden]{display:none!important}.notification:disabled{cursor:not-allowed;opacity:.55}.notification b{position:absolute;top:3px;right:9px;min-width:18px;height:18px;padding:1px 5px;border-radius:10px;background:#e32645;color:#fff;font:800 11px/16px Manrope}.notification b:empty{display:none}.notification.has-alerts{color:#e32645}.calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:16px}.calendar-toolbar>h2{text-align:center}.calendar-toolbar>div:first-child{display:flex;gap:7px}.calendar-actions{display:flex;justify-content:flex-end;gap:10px}.mode-switch{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#fff}.mode-switch button{border:0;border-radius:7px;background:transparent;padding:8px 11px;color:var(--muted);text-transform:capitalize}.mode-switch button.active{background:#e8f3ff;color:#0868f7;font-weight:700}.calendar-legend{display:flex;gap:20px;margin:0 0 13px;color:var(--muted);font-size:12px}.calendar-legend .incoming{color:#0a9162}.calendar-legend .outgoing{color:#d07a13}.calendar-legend .overdue{color:#dc2949}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays{padding:0 7px;color:var(--muted);font-size:11px;font-weight:800;text-align:center;text-transform:uppercase}.calendar-weekdays span{padding:10px}.calendar-grid{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.calendar-day{min-height:132px;padding:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer}.calendar-day:nth-child(7n){border-right:0}.calendar-day.outside{background:#f8fafd;color:#a2afc4}.calendar-day.today .day-number{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#0868f7;color:#fff}.day-number{display:block;margin-bottom:6px;font-weight:800}.calendar-event{display:block;width:100%;margin:4px 0;padding:6px 7px;border:0;border-left:3px solid;border-radius:7px;text-align:left;font-size:10px;overflow:hidden}.calendar-event span,.calendar-event strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event.incoming{border-color:#0aa86c;background:#e8f9f2;color:#08734c}.calendar-event.outgoing{border-color:#e28a1c;background:#fff5e8;color:#91520a}.calendar-event.overdue{border-color:#e32645;background:#ffedf1;color:#a91530}.calendar-agenda{display:grid;gap:10px}.calendar-agenda article{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:16px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.calendar-agenda .calendar-event{margin:0;font-size:13px}.notification-list{display:grid;gap:9px}.reminder-row{width:100%;display:flex;justify-content:space-between;gap:15px;padding:14px;border:1px solid var(--line);border-left:4px solid;border-radius:10px;background:#fff;text-align:left}.reminder-row.incoming{border-left-color:#0aa86c}.reminder-row.outgoing{border-left-color:#e28a1c}.reminder-row span strong,.reminder-row span small{display:block}.reminder-row small{margin-top:4px;color:var(--muted)}@media(max-width:900px){.calendar-toolbar{grid-template-columns:1fr auto}.calendar-toolbar>h2{grid-column:1/-1;grid-row:1}.calendar-actions{grid-column:2}.calendar-day{min-height:100px;padding:5px}.calendar-event strong{display:none}}@media(max-width:640px){.calendar-toolbar{display:flex;flex-wrap:wrap}.calendar-toolbar>h2{width:100%;order:-1}.calendar-actions{width:100%;justify-content:space-between}.calendar-legend{flex-wrap:wrap;gap:8px 14px}.calendar-grid,.calendar-weekdays{min-width:700px}.calendar{overflow:auto}.calendar-agenda article{grid-template-columns:1fr}.mode-switch button{padding:8px}.calendar-day{min-height:90px}}@media(max-width:900px){.topbar .header-actions>.secondary,.topbar .header-actions>.icon-button{display:none}.topbar{gap:16px}.dashboard-new{min-width:148px}}
