@charset "UTF-8";
:root{--primary:#6350dc;--primary-dark:#4d3bbd;--ink:#222535;--muted:#7d8297;--line:#eceef4;--violet:#efebff;--surface:#fff;--radius:20px}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--ink);background:linear-gradient(118deg,#f8f7ef 0%,#f5f6fb 45%,#f1f5fe 100%);min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-1px;line-height:1.2;margin-bottom:9px;font-weight:650}h2{font-size:17px;letter-spacing:-.3px;margin-bottom:6px;font-weight:650}h3{font-size:16px;margin-bottom:6px}small{font-size:12px}strong{font-weight:600}.muted{color:var(--muted)}.purple{color:var(--primary)}.red,.danger{color:#c45461}.green{color:#27986d}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:rgba(255,255,255,.96);padding:28px 20px 20px;border-right:1px solid #eceef5;overflow-y:auto;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:750;color:#242338;letter-spacing:-.6px;white-space:nowrap}.brand-icon{display:inline-flex;background:var(--primary);width:37px;height:37px;align-items:center;justify-content:center;border-radius:12px;color:white;font-size:29px}.brand-light{font-weight:450}.workspace{display:flex;align-items:center;gap:10px;background:#fafafe;border:1px solid var(--line);border-radius:13px;padding:12px;margin:27px 0 25px;font-size:12px}.workspace small{display:block;font-size:10px;color:var(--muted);margin-top:1px}.avatar{width:34px;height:34px;background:#e9e5ff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;flex:none}.dot{width:6px;height:6px;background:#45b589;border-radius:50%;margin-left:auto}.nav-caption{font-size:9px;letter-spacing:1.7px;color:#999dac;font-weight:650;margin:23px 12px 9px}.sidebar nav>a{display:flex;align-items:center;gap:12px;padding:10px 13px;margin-bottom:4px;color:#74788a;border-radius:10px;font-size:12px;transition:.15s}.sidebar nav>a>span{font-size:19px;width:22px;text-align:center;line-height:1}.sidebar nav>a:hover{background:#f7f5ff;color:var(--primary)}.sidebar nav>a.active{background:#eeeaff;color:#604cd0;font-weight:600}.sidebar-note{border-radius:15px;padding:18px 14px;background:linear-gradient(120deg,#f4efff,#f3f7ff);margin-top:30px;text-align:center}.sidebar-note strong{display:block;font-size:11px;margin:10px 0 4px}.sidebar-note small{display:block;font-size:10px;color:var(--muted)}.mini-icon{color:var(--primary);background:#e5ddff;border-radius:50%;padding:6px 9px}.shell{margin-left:250px}header{height:84px;display:flex;align-items:center;gap:17px;padding:0 32px;border-bottom:1px solid #e9eaf26b}.breadcrumb{font-size:12px;color:#9296a5}.breadcrumb span{margin:0 12px;color:#c8cad3}.header-right{display:flex;align-items:center;gap:16px;margin-left:auto}.private-badge{font-size:11px;color:#758179}.private-badge:first-letter{color:#4eaf88}.icon-button{border:0;background:transparent;font-size:19px;color:#7d8090;padding:5px}.text-button{border:0;background:none;padding:5px;font-size:12px;color:var(--muted)}main{padding:30px 32px;max-width:1700px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.page-heading p{margin-bottom:0}.eyebrow{font-size:9px;letter-spacing:1.8px;font-weight:650;color:#9995ac;margin-bottom:10px!important}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:9px;background:var(--primary);color:white;padding:11px 17px;font-size:12px;font-weight:600;white-space:nowrap;transition:.15s}.button:hover{background:var(--primary-dark);color:white;transform:translateY(-1px)}.secondary{color:var(--primary);background:#f2efff;border-color:#ebe5ff}.secondary:hover{color:var(--primary-dark);background:#eae3ff}.date-pill{border:1px solid #e4e5ed;padding:10px 13px;border-radius:9px;font-size:11px;color:#75788b;background:#ffffff70}.full{width:100%}.small-button{padding:7px 10px;font-size:11px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:23px}.stat,.card{background:var(--surface);border:1px solid #f0f0f5;border-radius:var(--radius);box-shadow:0 3px 14px #36365b02}.stat{padding:21px;position:relative;overflow:hidden;min-height:164px}.stat-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#777e94;gap:5px;margin-bottom:18px}.stat>strong{font-size:29px;letter-spacing:-1px;font-weight:650;display:block;line-height:1.2;margin-bottom:11px}.stat>small{display:block;font-size:10px;color:#8b90a1}.stat-icon{height:32px;width:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex:none}.violet{background:#efebff;color:#7160d8}.blue{background:#e9f3ff;color:#5a94db}.peach{background:#fff0ea;color:#e99870}.mint{background:#e8f7f0;color:#65b297}.stat-link{position:absolute;right:20px;bottom:19px;font-size:9px}.mini-bars{position:absolute;right:20px;bottom:20px;display:flex;gap:4px;align-items:flex-end;height:35px}.mini-bars i{background:#e5dfff;width:6px;border-radius:3px;height:35%}.mini-bars i:nth-child(2){height:60%}.mini-bars i:nth-child(3){height:48%}.mini-bars i:nth-child(4){height:85%;background:#b0a4ef}.mini-bars i:nth-child(5){height:100%;background:#8171df}.mini-bars i:nth-child(6){height:70%}.dashboard-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:22px;margin-bottom:22px}.card{padding:24px;min-width:0}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:25px}.card-heading p{font-size:11px;margin:0}.card-heading a{font-size:11px;white-space:nowrap}.badge{display:inline-flex;align-items:center;border-radius:6px;padding:4px 9px;font-size:10px;color:#817498;background:#f5f1ff;white-space:nowrap}.paid{background:#e9f8ef;color:#429970}.overdue{background:#fff0ef;color:#cb6b70}.neutral{background:#f2f3f7;color:#9094a4}.chart{display:flex;gap:25px;height:220px;padding:10px 10px 0;background:repeating-linear-gradient(to top,transparent 0,transparent 43px,#f2f3f7 44px,transparent 45px)}.chart-column{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0}.chart-column>span{font-size:10px;color:#84889c;white-space:nowrap}.bar-track{height:160px;width:48%;margin-top:10px;display:flex;align-items:flex-end}.bar{border-radius:7px 7px 1px 1px;background:#dcd7fc;width:100%;min-height:3px}.bar.selected{background:linear-gradient(#9483eb,#6550da)}.chart-column small{margin-top:12px;color:#9498ab;font-size:10px;background:white}.category-line{margin:17px 0}.category-line>div:first-child{display:flex;justify-content:space-between;font-size:11px;margin-bottom:8px}.category-line strong{font-weight:500;color:#7b8094}.category-line span{font-weight:600}.progress{height:6px;background:#f3f0fc;border-radius:5px;overflow:hidden}.progress i{height:100%;display:block;background:#b2a5ec;border-radius:5px}.category-line:nth-child(2n) .progress i{background:#89b4e2}.category-line:nth-child(3n) .progress i{background:#99cfba}.due-row{display:flex;align-items:center;gap:14px;padding:15px 0;border-top:1px solid #f0f1f5;font-size:12px}.due-row small{display:block;color:#9599a9;margin-top:3px;font-size:10px}.due-date{border:1px solid #e9e6f4;width:44px;height:48px;border-radius:10px;text-align:center;padding:4px;background:#fcfbff;flex:none}.due-date strong{font-size:16px;line-height:1.2}.due-date small{font-size:9px!important;text-transform:uppercase;line-height:1.2;margin:0}.grow{flex:1;min-width:0}.align-right{text-align:right}.tint-card{background:linear-gradient(130deg,#f1edff,#f5f7ff);border-color:#e9e4f9;position:relative;overflow:hidden}.tint-card h2{font-size:26px;letter-spacing:-.8px;line-height:1.3;margin:18px 0}.tint-card p.muted{font-size:12px;max-width:280px}.household-count{display:flex;gap:40px;margin:28px 0}.household-count strong{font-size:27px;font-weight:650;display:block}.household-count small{font-size:10px;color:#8c85a4}.table-wrap{overflow-x:auto;width:100%}table{border-collapse:collapse;width:100%;text-align:left;font-size:11px;white-space:nowrap}th{font-weight:500;color:#9096a6;background:#fafafe;padding:12px 13px;border-bottom:1px solid var(--line)}td{padding:16px 13px;border-bottom:1px solid #f1f2f6;color:#686f83}td strong{color:#464b60}td small{display:block;font-size:10px;color:#a1a5b3;margin-top:4px}tbody tr:last-child td{border-bottom:0}.number{text-align:right;font-variant-numeric:tabular-nums}.empty{text-align:center;padding:45px 20px;color:#9ba0ae}.empty>span{font-size:35px;color:#c0b7e7;display:block;margin-bottom:13px}.empty h3{font-weight:500;color:#797e94}.empty p{font-size:12px;max-width:360px;margin:0 auto 15px}.empty.small{padding:28px 10px}.notice{padding:15px 20px;border-radius:10px;font-size:12px;margin-bottom:22px}.success{background:#e5f5eb;color:#3b8b62}.error,.validation:not(:empty){background:#fff0ed;color:#b6535b}.info{background:#efebff;color:#7561b3}.validation ul{margin:0;padding:15px 28px}.validation:empty{display:none}.validation-summary-valid{display:none}.validation-summary-errors{margin-bottom:20px;border-radius:10px}.master-grid{display:grid;grid-template-columns:360px 1fr;gap:24px}.editor-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:24px}.stack{display:flex;flex-direction:column}.stack h2{margin-bottom:15px}label{display:block;font-size:11px;color:#6b7186;font-weight:550;margin-bottom:7px;margin-top:16px}input:not([type=checkbox]),select,textarea{width:100%;min-width:0;border:1px solid #e2e5ef;border-radius:8px;padding:11px 12px;background:white;color:#41485b;font-size:12px;line-height:1.4}input:focus,select:focus,textarea:focus{border-color:#b4a4eb;outline:2px solid #f0ecff}input[readonly]{background:#f8f9fc;color:#8c91a2}.check{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:400}.check input{accent-color:var(--primary);width:16px;height:16px}.stack>.muted{margin-top:6px;font-size:10px;line-height:1.6}.stack>.actions{margin-top:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.wide{grid-column:1/-1}.form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.filter-bar{display:flex;gap:15px;align-items:flex-end;padding-bottom:23px;border-bottom:1px solid var(--line);margin-bottom:10px}.filter-bar label{margin-top:0}.filter-bar.wrap{flex-wrap:wrap}.filter-bar.wrap>div{min-width:125px;flex:1}.filter-bar.wrap>.grow{flex:2}.filter-total{margin-left:auto;text-align:right}.filter-total small{display:block;color:#9da2b1}.filter-total strong{font-size:22px}.report-totals{display:flex;gap:40px;padding:23px 12px;margin:0 0 10px;flex-wrap:wrap}.report-totals small{display:block;color:#969bad;font-size:10px}.report-totals strong{font-size:22px;font-weight:600;display:block;margin-top:5px}.payment-total{margin:25px 0 20px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8b90a2}.payment-total strong{font-size:26px;color:var(--primary)}.voided{opacity:.65}.reverse-form{margin-top:5px}.reverse-form button{padding:0;font-size:10px;color:#c77881}footer{display:flex;justify-content:space-between;padding:0 33px 25px;font-size:10px;color:#a7abb8}.auth-shell{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:25px}.auth-card{padding:44px;border:1px solid #eeeaf6;border-radius:24px;background:#fff;width:450px;box-shadow:0 20px 70px #64509d0d}.auth-card .brand{margin-bottom:40px}.auth-card .eyebrow{font-size:9px}.auth-card .muted{font-size:12px}.auth-card h1{font-size:32px}.auth-card button{margin:24px 0}.auth-card>small{display:block;text-align:center;font-size:10px}#menu-toggle{display:none}
@media(min-width:1500px){.stat-link{bottom:20px}.stat>strong{font-size:33px}.sidebar{width:265px}.shell{margin-left:265px}main{padding:35px 40px}}
@media(max-width:1200px){.stats{grid-template-columns:repeat(2,1fr)}.stat{min-height:150px}.dashboard-grid{grid-template-columns:1.4fr 1fr}.page-heading{align-items:flex-start}.page-heading>.actions{max-width:170px;justify-content:flex-end}.master-grid{grid-template-columns:310px 1fr}.due-row{gap:9px}.mini-bars{height:40px}.breadcrumb{font-size:11px}.editor-grid{grid-template-columns:1.2fr 1fr}}
@media(max-width:960px){.sidebar{width:215px;padding:25px 12px}.brand{font-size:18px}.shell{margin-left:215px}main{padding:25px 20px}header{padding:0 22px}.private-badge{display:none}.dashboard-grid,.editor-grid,.master-grid{grid-template-columns:1fr}.page-heading{flex-direction:column;gap:16px}.page-heading>.actions{max-width:none;justify-content:flex-start}.tint-card h2 br{display:none}.household-count{margin:18px 0}.chart{height:220px}.master-grid>.card:first-child{order:1}.master-grid>.card:last-child{order:0}.filter-bar{flex-wrap:wrap}.filter-total{margin-left:0}h1{font-size:27px}}
@media(max-width:680px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:245px;box-shadow:8px 0 40px #33333316}.sidebar.open{transform:translateX(0)}.shell{margin-left:0}#menu-toggle{display:block}header{height:67px;padding:0 16px;gap:10px}.breadcrumb{font-size:10px}.breadcrumb span{margin:0 5px}.header-right{gap:7px}.header-right .avatar{display:none}main{padding:22px 15px}.stats{gap:10px}.stat{padding:15px;min-height:146px}.stat-label{font-size:10px;margin-bottom:14px}.stat-icon{width:27px;height:27px;font-size:15px}.stat>strong{font-size:24px}.stat>small{font-size:9px}.mini-bars{display:none}.stat-link{position:static;display:block;font-size:9px;margin-top:8px}.card{padding:19px 15px;border-radius:15px}.card-heading{margin-bottom:18px}.card-heading a{font-size:10px}.card-heading p{font-size:10px}h2{font-size:16px}.page-heading{margin-bottom:22px}h1{font-size:26px}.eyebrow{font-size:8px}.page-heading .muted{font-size:12px}.due-row{gap:9px;flex-wrap:wrap}.due-row .grow{min-width:100px}.due-row .small-button{margin-left:auto}.chart{gap:15px;padding:5px 0 0}.chart-column>span{font-size:8px}.bar-track{width:65%}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.filter-bar>div{width:100%}.report-totals{gap:20px;display:grid;grid-template-columns:1fr 1fr}.report-totals strong{font-size:18px}.auth-card{padding:30px 23px}.auth-card h1{font-size:29px}footer{padding:0 16px 20px}.button{font-size:11px}.household-count{gap:50px}}
.details{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:15px;font-size:12px}.details dt{color:#9297a6}.details dd{margin:0;overflow-wrap:anywhere}.preserve{white-space:pre-wrap}@media(max-width:680px){.sidebar{visibility:hidden}.sidebar.open{visibility:visible}}

/* All Dues: loans, investments, and other household expenses. */
tr.dues-loan > td{background-color:#fff1f2}
tr.dues-investment > td{background-color:#effaf1}
tr.dues-expense > td{background-color:#fff9df}
