:root{--lime:#c8f500;--ink:#111418;--muted:#77808c;--line:#e8ecf1;--bg:#f4f6f9;--card:#fff;--shadow:0 12px 32px rgba(15,23,42,.06)}*{box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#19202a;background:var(--bg)}a{text-decoration:none}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:272px;background:#111418;color:#fff;padding:18px 14px;display:flex;flex-direction:column;z-index:1040;transition:.25s}.brand{display:flex;flex-direction:column;align-items:flex-start;color:#fff;padding:8px 10px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.brand img{width:210px;height:70px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.brand span{font-size:.76rem;letter-spacing:.14em;color:#aeb6c2;margin-top:4px}.sidebar-user{display:flex;gap:11px;align-items:center;padding:18px 10px}.avatar{width:42px;height:42px;border-radius:13px;background:var(--lime);color:#111;display:grid;place-items:center;font-weight:800}.sidebar-user strong,.sidebar-user small{display:block}.sidebar-user strong{font-size:.92rem}.sidebar-user small{font-size:.75rem;color:#929baa;margin-top:2px}.nav-section{font-size:.68rem;letter-spacing:.16em;color:#697382;padding:17px 12px 6px}.sidebar .nav-link{color:#bdc5cf;border-radius:12px;padding:11px 12px;display:flex;gap:11px;align-items:center;font-weight:600;font-size:.9rem}.sidebar .nav-link i{font-size:1rem}.sidebar .nav-link:hover,.sidebar .nav-link.active{background:rgba(200,245,0,.12);color:#fff}.sidebar .nav-link.active i{color:var(--lime)}.sidebar-bottom{margin-top:auto;padding:12px}.sidebar-bottom a{color:#aeb6c2}.main{margin-left:272px;min-height:100vh}.topbar{height:92px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:1020}.topbar h1{font-size:1.42rem;margin:0;font-weight:800}.topbar p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.top-actions{display:flex;gap:8px;align-items:center;color:#6b7280;font-size:.84rem}.status-dot{width:9px;height:9px;border-radius:50%;background:#6acb55;box-shadow:0 0 0 4px rgba(106,203,85,.14)}.content{padding:28px}.card-pro{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.stat-card{padding:20px;display:flex;align-items:center;justify-content:space-between;height:100%}.stat-card .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#f2f5f8;font-size:1.25rem}.stat-card .value{font-size:1.65rem;font-weight:800}.stat-card .label{color:var(--muted);font-size:.82rem;margin-top:3px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-head h2{font-size:1.04rem;font-weight:800;margin:0}.btn-lime{background:var(--lime);border-color:var(--lime);color:#111;font-weight:750}.btn-lime:hover{background:#b5df00;border-color:#b5df00;color:#111}.btn-dark{font-weight:700}.table-pro{margin:0}.table-pro th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#78818d;background:#f8fafc;border-bottom:1px solid var(--line);padding:13px 14px;white-space:nowrap}.table-pro td{padding:13px 14px;vertical-align:middle;border-color:#edf0f3;font-size:.88rem}.table-pro tbody tr:hover{background:#fbfcfd}.form-control,.form-select{border-radius:11px;border-color:#dfe4ea;padding:.68rem .8rem}.form-control:focus,.form-select:focus{border-color:#b6d900;box-shadow:0 0 0 .2rem rgba(200,245,0,.18)}.modal-content{border:0;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.18)}.quick-expense{position:fixed;right:22px;bottom:22px;z-index:1030;background:#111;color:#fff;border-radius:999px;padding:13px 18px;display:flex;align-items:center;gap:8px;box-shadow:0 14px 30px rgba(0,0,0,.18);font-weight:750}.quick-expense i{color:var(--lime)}.icon-btn{border:0;background:#f1f4f7;width:42px;height:42px;border-radius:12px}.empty{padding:42px 20px;text-align:center;color:#8a939f}.progress-thin{height:7px}.badge-soft{background:#f2f5f8;color:#59616b;padding:.5em .7em}.auth-body{min-height:100vh;background:#f4f6f9;display:grid;place-items:center;padding:20px}.auth-wrap{width:min(1050px,100%);display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(15,23,42,.11)}.auth-brand{background:#111418;color:#fff;padding:52px;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:var(--lime);opacity:.1;right:-120px;bottom:-160px}.auth-brand img{width:280px;max-width:100%;filter:brightness(0) invert(1)}.auth-brand h2{font-size:2rem;font-weight:800;margin:38px 0 14px}.auth-brand p{color:#aeb7c2;line-height:1.7}.auth-points{display:grid;gap:12px;margin-top:28px}.auth-points div{display:flex;gap:10px;align-items:center;color:#d7dde5;font-size:.9rem}.auth-points i{color:var(--lime)}.auth-form{padding:52px}.auth-form h1{font-weight:800;font-size:1.8rem}.auth-form .sub{color:#7b8490;margin-bottom:28px}.auth-logo-mobile{display:none}.sidebar-overlay{display:none}.metric-positive{color:#16803c}.metric-danger{color:#c63b3b}
@media(max-width:991.98px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1035}.sidebar-overlay.show{display:block}.main{margin-left:0}.topbar{padding:0 18px;height:78px}.content{padding:18px}.auth-wrap{grid-template-columns:1fr;max-width:600px}.auth-brand{display:none}.auth-form{padding:34px}.auth-logo-mobile{display:block;width:220px;margin-bottom:30px}.table-responsive{border-radius:14px}.quick-expense span{display:none}.quick-expense{width:54px;height:54px;justify-content:center;padding:0}.quick-expense i{font-size:1.2rem}}@media(max-width:575.98px){.content{padding:14px}.topbar h1{font-size:1.15rem}.stat-card{padding:16px}.stat-card .value{font-size:1.35rem}.auth-form{padding:26px 22px}.card-pro{border-radius:15px}.table-pro th,.table-pro td{padding:11px 10px;font-size:.82rem}}
/* v1.2 logo fixes */
.brand img{filter:none!important;height:auto;max-height:72px}
.auth-brand img{filter:none!important;height:auto;display:block}
.auth-logo-mobile{height:auto;object-fit:contain}
.auth-wrap-register{width:min(1120px,100%)}
@media(max-width:991.98px){.auth-logo-mobile{max-width:240px;width:72%;height:auto}}
/* v1.5 professional UX */
.auth-wrap-login{width:min(1180px,100%);min-height:690px}.auth-brand-pro{padding:58px;background:radial-gradient(circle at 90% 10%,rgba(200,245,0,.12),transparent 30%),#111418}.auth-brand-pro:after{width:420px;height:420px;right:-180px;bottom:-210px;opacity:.08}.auth-kicker{display:flex;align-items:center;gap:10px;margin-top:42px;color:#cbd2da;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-kicker span{width:34px;height:3px;border-radius:8px;background:var(--lime)}.auth-brand-pro h2{font-size:2.35rem;line-height:1.12;max-width:560px;margin:22px 0 18px}.auth-brand-pro>p{font-size:1rem;max-width:590px}.auth-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.auth-feature-grid>div{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:16px;padding:16px;display:grid;grid-template-columns:34px 1fr;column-gap:10px}.auth-feature-grid i{color:var(--lime);font-size:1.15rem;grid-row:1/3}.auth-feature-grid strong{font-size:.9rem}.auth-feature-grid small{display:block;color:#909aa6;font-size:.77rem;line-height:1.45;margin-top:3px}.auth-trust{margin-top:26px;color:#aeb7c2;font-size:.79rem}.auth-trust i{color:var(--lime);margin-right:6px}.auth-form-pro{padding:58px}.auth-form-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.auth-form-head h1{margin-bottom:7px}.auth-form-head .sub{margin:0}.auth-mini-icon{width:48px;height:48px;border-radius:15px;background:#f0f4f7;display:grid;place-items:center;font-size:1.2rem;flex:0 0 auto}.auth-input .input-group-text{background:#f8fafc;border-color:#dfe4ea;border-radius:11px 0 0 11px}.auth-input .form-control{border-left:0;border-radius:0 11px 11px 0}.auth-divider{display:flex;align-items:center;gap:12px;color:#98a0aa;font-size:.75rem;margin:22px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e7ebef;flex:1}.auth-footnote{text-align:center;color:#a3abb5;font-size:.7rem;letter-spacing:.08em;margin-top:28px}.auth-steps{display:grid;gap:15px;margin-top:34px}.auth-steps>div{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:16px}.auth-steps b{width:42px;height:42px;border-radius:13px;background:var(--lime);color:#111;display:grid;place-items:center}.auth-steps strong,.auth-steps small{display:block}.auth-steps small{color:#929da8;font-size:.78rem;margin-top:3px}.register-panel{padding-top:42px;padding-bottom:42px}.btn-soft-primary{background:#edf2f7;color:#243142;border:1px solid #dfe7ef;font-weight:700}.btn-soft-primary:hover{background:#e4ebf2}.bulk-box{background:linear-gradient(135deg,#f8fafc,#f2f6f8);border:1px solid var(--line);border-radius:17px;padding:20px}.bulk-icon{width:44px;height:44px;border-radius:14px;background:#111;color:var(--lime);display:grid;place-items:center;font-size:1.05rem}.access-code{font-size:.82rem;background:#f3f6f8;color:#141b22;border:1px dashed #cbd5df;border-radius:8px;padding:5px 8px;font-weight:800;white-space:nowrap}.apartment-code-banner{display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:18px;padding:18px 20px;margin-bottom:24px;background:#111418;color:white}.apartment-code-banner span,.apartment-code-banner small{display:block;color:#a8b1bc}.apartment-code-banner strong{display:block;color:var(--lime);font-size:1.25rem;letter-spacing:.05em;margin:3px 0}.form-section-title{display:flex;align-items:center;gap:9px;font-size:1rem;font-weight:800;margin-bottom:16px}.form-section-title i{width:34px;height:34px;border-radius:10px;background:#eef2f5;display:grid;place-items:center}.search-box{position:relative}.search-box i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8a94a0;z-index:2}.search-box .form-control{padding-left:38px}.account-menu{border:1px solid var(--line);background:white;border-radius:15px;padding:8px 11px;display:flex;align-items:center;gap:10px;min-width:245px;text-align:left}.account-icon{width:38px;height:38px;border-radius:11px;background:#111;color:var(--lime);display:grid;place-items:center}.account-copy{display:flex;flex-direction:column;line-height:1.2;flex:1}.account-copy strong{font-size:.82rem;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-copy small{font-size:.68rem;color:#89919b;margin-top:4px}.account-dropdown{border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(15,23,42,.12);min-width:260px;padding:8px}.account-dropdown .dropdown-item{border-radius:9px;padding:10px}.table-pro .btn{white-space:nowrap}
@media(max-width:991.98px){.auth-wrap-login{min-height:auto}.auth-form-pro{padding:34px}.auth-feature-grid{grid-template-columns:1fr}.account-menu{min-width:auto;border:0;padding:6px}.account-copy{display:none}.topbar{gap:10px}.topbar>div:nth-child(2){flex:1;min-width:0}.topbar h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apartment-code-banner{align-items:flex-start;flex-direction:column}}
@media(max-width:575.98px){.auth-form-pro{padding:26px 22px}.auth-form-head{display:block}.auth-mini-icon{margin-bottom:14px}.bulk-box{padding:15px}.account-icon{width:36px;height:36px}.apartment-code-banner{padding:15px}.table-pro td .btn{margin-bottom:3px}}
