*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f6f9fc;color:#142033}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:linear-gradient(180deg,#06264a,#031b35);color:#fff;padding:22px 14px;position:fixed;inset:0 auto 0 0}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;padding:0 14px 24px}.logo{width:36px;height:36px;border-radius:50%;border:7px solid #12bfd0;color:#12bfd0;font-size:0}.sidebar nav{display:flex;flex-direction:column;gap:10px}.sidebar a{color:#fff;text-decoration:none;padding:14px 18px;border-radius:10px;display:flex;gap:12px;align-items:center;opacity:.96}.sidebar a.active{background:linear-gradient(90deg,#176cff,#3c5cff)}.collapse{position:absolute;bottom:20px;background:transparent;color:#cfe0ef;border:0;font-size:14px}.main{margin-left:250px;width:calc(100% - 250px);padding:28px 32px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.topbar h1{margin:0 0 6px;font-size:24px}.topbar p{margin:0;color:#718096}.top-actions{display:flex;align-items:center;gap:10px}.top-actions input{width:320px;padding:12px 14px;border:1px solid #dce5ee;border-radius:9px;background:#fff}.top-actions button,.date-row button,.panel-head button{background:#fff;border:1px solid #dce5ee;border-radius:9px;padding:10px 12px}.user{width:36px;height:36px;background:#e6edf5;border-radius:50%;display:grid;place-items:center;font-weight:700}.top-actions small{display:block;color:#8492a6}.date-row{display:flex;justify-content:flex-end;margin:12px 0 14px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards article,.panel{background:#fff;border:1px solid #e6edf4;border-radius:16px;box-shadow:0 4px 16px rgba(20,32,51,.04)}.cards article{padding:24px;display:flex;align-items:center;gap:18px;min-height:132px}.cards h2{margin:4px 0 8px;font-size:19px}.cards p,.cards small{color:#6d7b8c}.ico{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:26px}.blue{background:#e8efff;color:#1e64ff}.red{background:#ffe9e9;color:#ff3b3b}.amber{background:#fff1dc;color:#ff9800}.greenbg{background:#e3f7ea;color:#16a34a}.green{color:#16a34a!important}.redtxt{color:#f04444!important}.cards p span{color:#7a8696}.grid2{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;margin-top:20px}.panel{padding:18px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel-head h3{margin:0}.panel-head a{color:#1d5cff;font-size:13px;text-decoration:none}.legend{font-size:13px;color:#465568;display:flex;gap:8px;align-items:center;justify-content:center;margin:4px 0 10px}.legend span{width:8px;height:8px;border-radius:50%;display:inline-block}.b{background:#1d5cff}.r{background:#f04444}.g{background:#17b26a}canvas{width:100%;height:280px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:12px 10px;border-bottom:1px solid #edf1f5;text-align:left;white-space:nowrap}th{color:#64748b;font-weight:600;background:#fbfcfe}td a{color:#1d5cff}.status{padding:4px 10px;border-radius:6px;font-size:12px}.paid{background:#e8f8ee;color:#14804a}.due{background:#fff4db;color:#c98512}.overdue{background:#ffe7e7;color:#de3030}.transactions{margin-top:20px}
.form-grid{display:flex;flex-direction:column;gap:10px}
.form-grid input,.form-grid select{padding:11px 13px;border:1px solid #dce5ee;border-radius:9px;background:#fff;font-family:inherit;font-size:13px}
.form-grid button{margin-top:4px;background:linear-gradient(90deg,#176cff,#3c5cff);color:#fff;border:0;padding:12px;border-radius:9px;font-weight:600;cursor:pointer}
.table-wrap button{background:#fff;border:1px solid #dce5ee;border-radius:7px;padding:6px 10px;font-size:12px;cursor:pointer;color:#de3030}
.table-wrap button:hover{background:#ffe7e7}
.empty-note{color:#8492a6;font-size:13px;padding:8px 0}
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}
@media(max-width:1100px){.kpi-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.top-actions input{width:220px}}
@media(max-width:760px){.sidebar{width:74px;padding:18px 8px}.brand span,.sidebar a:not(.active){font-size:0}.sidebar a{justify-content:center;padding:14px}.sidebar a span{font-size:20px}.brand{justify-content:center;padding:0 0 18px}.collapse span{display:none}.main{margin-left:74px;width:calc(100% - 74px);padding:18px 14px}.topbar{flex-direction:column}.top-actions{width:100%;flex-wrap:wrap}.top-actions input{width:100%}.date-row{justify-content:flex-start}.cards{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}.topbar h1{font-size:21px}.cards article{min-height:auto}}
