:root{--bg: #0f172a;--bg-soft: #1e293b;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--primary: #4f46e5;--primary-hover: #4338ca;--green: #16a34a;--red: #dc2626;--amber: #d97706;--radius: 12px;--shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--surface-2)}h1{font-size:22px;margin:0 0 20px}a{color:inherit;text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.muted{color:var(--muted)}.small{font-size:12px}.center{text-align:center}.green{color:var(--green)}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 600px at 50% -10%,#312e81,var(--bg))}.auth-card{width:360px;background:var(--surface);border-radius:16px;padding:32px;box-shadow:0 20px 40px #00000059;display:flex;flex-direction:column;gap:6px}.auth-card .brand{margin-bottom:2px}.auth-card p{margin:0 0 14px}.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;margin-bottom:12px}.brand{font-weight:800;font-size:18px;letter-spacing:.3px;display:flex;align-items:center;gap:8px}.brand.big{font-size:22px}.brand .logo{color:var(--primary)}input,textarea{font:inherit;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);width:100%}input:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}textarea{resize:vertical}button{font:inherit;font-weight:600;cursor:pointer;padding:10px 16px;border:none;border-radius:8px;background:var(--primary);color:#fff;margin-top:6px}button:hover{background:var(--primary-hover)}button:disabled{opacity:.6;cursor:default}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--border);margin:0;padding:6px 12px}button.ghost:hover{background:var(--surface-2);color:var(--text)}.error{background:#fef2f2;color:var(--red);border:1px solid #fecaca;padding:8px 12px;border-radius:8px;font-size:13px;margin:6px 0}.shell{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--bg);color:#cbd5e1;display:flex;flex-direction:column;padding:22px 16px;position:sticky;top:0;height:100vh}.sidebar .brand{color:#fff;margin-bottom:28px;padding:0 8px}.sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar nav a{padding:10px 12px;border-radius:8px;color:#cbd5e1;font-weight:500;font-size:14px}.sidebar nav a:hover{background:var(--bg-soft);color:#fff}.sidebar nav a.active{background:var(--primary);color:#fff}.side-foot{padding:0 8px}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:60px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.topbar .tenant{font-weight:700}.topright{display:flex;align-items:center;gap:16px;font-size:14px}.balance{font-weight:700;background:#eef2ff;color:var(--primary);padding:6px 12px;border-radius:999px}.content{padding:28px;max-width:1100px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.card-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.card-value{font-size:26px;font-weight:800;margin-top:8px}.card-value.sm{font-size:16px}.card.accent{background:linear-gradient(135deg,var(--primary),#7c3aed);border:none;color:#fff}.card.accent .card-label{color:#e0e7ff}.card.good .card-value{color:var(--green)}.narrow{max-width:560px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.panel label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.panel.result{margin-top:18px;gap:10px}.panel.result .row{display:flex;justify-content:space-between;gap:16px;font-size:14px;border-bottom:1px dashed var(--border);padding-bottom:8px}.panel.result .row:last-child{border-bottom:none}.panel.result .row>span:first-child{color:var(--muted)}.head-row{display:flex;align-items:center;justify-content:space-between}.auto{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.auto input{width:auto}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;font-size:14px}thead th{text-align:left;background:var(--surface-2);color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px;padding:12px 14px;border-bottom:1px solid var(--border)}tbody td{padding:11px 14px;border-bottom:1px solid var(--border)}tbody tr:last-child td{border-bottom:none}.truncate{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.tab{background:none;border:none;border-bottom:2px solid transparent;border-radius:0;color:var(--muted);font-weight:600;padding:10px 18px;margin:0}.tab:hover{background:none;color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.tab-hint{font-size:11px;font-weight:500;opacity:.7;margin-left:4px}.row-actions{display:flex;gap:12px;justify-content:flex-end}button.link{background:none;border:none;color:var(--primary);padding:0;margin:0;font-weight:600;font-size:13px}button.link:hover{background:none;text-decoration:underline}button.link.danger{color:var(--red)}td.neg{color:var(--red);font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:50}.modal{background:var(--surface);border-radius:14px;width:480px;max-width:100%;box-shadow:0 24px 60px #0000004d}.modal.wide{width:720px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border)}.modal-head h2{margin:0;font-size:17px}.modal-head .x{background:none;border:none;color:var(--muted);font-size:24px;line-height:1;padding:0;margin:0;cursor:pointer}.modal-body{padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:600;color:var(--muted)}.form-grid input,.form-grid select{font-weight:500;color:var(--text)}.form-grid .span2{grid-column:1 / -1}.flags-block{grid-column:1 / -1;border-top:1px solid var(--border);padding-top:12px}.flags-title{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}.flags{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chk{flex-direction:row!important;align-items:center;gap:8px;font-weight:500!important;color:var(--text)!important}.chk input{width:auto}.form-actions{display:flex;justify-content:flex-end;gap:10px}.range-pills,.filters{display:flex;gap:8px}.pill{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:6px 14px;margin:0;font-size:13px;font-weight:600}.pill:hover{background:var(--surface-2);color:var(--text)}.pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filters{flex-wrap:wrap;margin-bottom:16px}.filters input,.filters select{width:auto;min-width:150px}.card-sub{margin-top:4px}.card.accent .card-sub{color:#e0e7ff}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);margin-bottom:16px}.chart-title{font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:14px}.chart-legend{display:flex;gap:18px;font-size:12px;color:var(--muted);margin-bottom:12px}.chart-legend .dot,.hbar-fill~i{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:5px;vertical-align:middle}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.col-chart{display:flex;align-items:flex-end;gap:6px;height:180px}.col-wrap{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.col{width:100%;max-width:46px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;border-radius:4px 4px 0 0;overflow:hidden;background:transparent}.col-other{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:4px 4px 0 0}.col-deliv{position:relative;background:var(--green);border-radius:4px 4px 0 0;z-index:1}.col-x{margin-top:6px;white-space:nowrap}.hbars{display:flex;flex-direction:column;gap:10px}.hbar-row{display:grid;grid-template-columns:110px 1fr 64px;align-items:center;gap:10px;font-size:13px}.hbar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.hbar-track{background:var(--surface-2);border-radius:4px;height:14px;overflow:hidden}.hbar-fill{height:100%;background:var(--primary);border-radius:4px;min-width:2px}.hbar-val{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}tfoot td{border-top:2px solid var(--border);padding:11px 14px;background:var(--surface-2)}table.cdr{min-width:1100px}table.cdr .nowrap{white-space:nowrap}table.cdr .truncate{max-width:220px}table.cdr td,table.cdr th{padding:9px 12px}.type-client{background:#dbeafe;color:#2563eb}.type-reseller{background:#fef3c7;color:var(--amber)}.type-wholesale{background:#ede9fe;color:#7c3aed}.badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.s-delivered{background:#dcfce7;color:var(--green)}.s-submitted,.s-queued{background:#dbeafe;color:#2563eb}.s-rejected,.s-failed,.s-undelivered,.s-expired{background:#fee2e2;color:var(--red)}.s-unknown{background:#f1f5f9;color:var(--muted)}
