*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22263a;--border:#2e3350;--text:#e8eaf0;--text-muted:#7880a0;--accent:#4f7cff;--accent-hover:#6b93ff;--green:#22c55e;--yellow:#f59e0b;--red:#ef4444;--radius:10px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,system-ui,sans-serif}button{cursor:pointer;font-family:inherit}.stats-bar{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid #0000;padding:20px}.stat-blue{border-left-color:var(--accent)}.stat-yellow{border-left-color:var(--yellow)}.stat-red{border-left-color:var(--red)}.stat-purple{border-left-color:#a855f7}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.75rem;font-weight:600}.stat-value{color:var(--text);margin-bottom:4px;font-size:1.6rem;font-weight:700}.stat-sub{color:var(--text-muted);font-size:.78rem}@media (width<=768px){.stats-bar{grid-template-columns:repeat(2,1fr)}}.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table-scroll{overflow-x:auto}.acct-table{border-collapse:collapse;width:100%;font-size:.875rem}.acct-table thead{background:var(--surface2)}.acct-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:11px 16px;font-size:.75rem;font-weight:600}.acct-table td{border-top:1px solid var(--border);color:var(--text);vertical-align:middle;padding:12px 16px}.acct-table tbody tr:hover{background:var(--surface2)}.name-cell{white-space:nowrap;font-weight:500}.balance-cell{font-variant-numeric:tabular-nums;font-weight:500}.muted{color:var(--text-muted);font-size:.82rem}.actions-cell{white-space:nowrap;justify-content:flex-end;gap:6px;display:flex}.badge{text-transform:capitalize;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge-current{color:var(--green);background:#22c55e26}.badge-delinquent{color:var(--yellow);background:#f59e0b26}.badge-charged_off{color:var(--red);background:#ef444426}.dpd{font-variant-numeric:tabular-nums;font-weight:500}.dpd-mid{color:var(--yellow)}.dpd-high{color:var(--red)}.table-empty{text-align:center;color:var(--text-muted);padding:48px;font-size:.9rem}.table-footer{color:var(--text-muted);border-top:1px solid var(--border);padding:10px 16px;font-size:.78rem}.modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.1rem;transition:color .15s}.modal-close:hover{color:var(--text-primary)}.modal-form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:500}.form-group input,.form-group select{background:var(--bg);border:1px solid var(--border);color:var(--text);box-sizing:border-box;border-radius:6px;width:100%;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group select:focus{border-color:var(--accent);outline:none}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-error{color:#f87171;margin:0;font-size:.85rem}.modal-actions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;padding:20px 32px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.app-title{color:var(--text);font-size:1.4rem;font-weight:700}.app-subtitle{color:var(--text-muted);margin-top:2px;font-size:.8rem}.app-main{flex-direction:column;gap:20px;width:100%;max-width:1280px;margin:0 auto;padding:28px 32px;display:flex}.filter-bar{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-transform:capitalize;border-radius:20px;padding:7px 18px;font-size:.82rem;font-weight:500;transition:all .15s}.filter-btn:hover{color:var(--text);border-color:#4a5080}.filter-btn.active{color:#fff}.filter-btn.active.filter-all{background:var(--accent);border-color:var(--accent)}.filter-btn.active.filter-current{background:var(--green);border-color:var(--green)}.filter-btn.active.filter-delinquent{background:var(--yellow);border-color:var(--yellow);color:#000}.filter-btn.active.filter-charged_off{background:var(--red);border-color:var(--red)}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius);border:none;padding:9px 20px;font-size:.875rem;font-weight:600;transition:background .15s}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:6px;padding:6px 14px;font-size:.8rem;transition:all .15s}.btn-ghost:hover{color:var(--text);border-color:#4a5080}.btn-danger{border:1px solid var(--red);color:var(--red);background:0 0;border-radius:6px;padding:6px 14px;font-size:.8rem;transition:all .15s}.btn-danger:hover{background:var(--red)}
