:root{--navy: #141452;--blue: #3b4ad0;--bg: #f4f7fe;--card: #ffffff;--muted: #6b7280;--success: #0f9d58;--warn: #f59e0b;--danger: #dc2626;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--navy);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{background:var(--navy);color:#fff;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo{height:22px;width:auto;display:block;flex-shrink:0}.brand strong{letter-spacing:.01em;color:#fff}.topbar nav{display:flex;gap:16px}.topbar a{opacity:.85;font-size:14px;color:#fff}.topbar a.active,.topbar a:hover{opacity:1;color:#cbd5ff}.content{padding:24px;max-width:1200px;width:100%;margin:0 auto}.card{background:var(--card);border-radius:12px;padding:20px;box-shadow:0 1px 3px #1a1f3c14}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-label{color:var(--muted);font-size:13px}.badge{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;background:#e5e7eb;color:#4b5563}.badge-accent{background:#dbeafe;color:#1d4ed8}.badge-mixed{background:#fef3c7;color:#92400e}.stat-value{font-size:24px;font-weight:700;margin-top:4px}.btn{background:var(--blue);color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600}.btn.secondary{background:#e5e7eb;color:var(--navy)}.btn:disabled{opacity:.6;cursor:not-allowed}.tabs{display:inline-flex;gap:6px;padding:4px;border-radius:10px;background:#1a1f3c0f}.tab{border:0;background:transparent;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:700;font-size:13px;color:#1a1f3cbf}.tab.active{background:#fff;box-shadow:0 1px 2px #1a1f3c1f;color:var(--navy)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}input,select,textarea{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font:inherit;font-size:14px;line-height:1.4;min-height:42px;color:var(--navy);background:#fff}input[type=checkbox]{width:18px;height:18px;min-height:0;padding:0;border-radius:6px;vertical-align:middle;accent-color:var(--blue)}.checkbox-row{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.checkbox-row label{margin:0;color:inherit;font-size:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4 1.4 6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}label{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.field{margin-bottom:14px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;font-size:14px;vertical-align:middle}.pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.pill.open,.pill.not_sent{background:#fef3c7;color:#92400e}.pill.sent{background:#dbeafe;color:#1d4ed8}.pill.paid{background:#dcfce7;color:#166534}.list-type-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid;line-height:1.4;white-space:normal}.list-select-wrap{border-left:4px solid;border-radius:8px}.list-select-wrap select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font:inherit;color:var(--navy)}.list-select-preview{margin-top:8px}.duplicate-list{list-style:none;padding:0;margin:0}.duplicate-list li{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 0}.recipient-row td{border-bottom-color:#0000000f}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),#2b3270)}.login-card{width:min(420px,92vw)}.error{color:var(--danger);font-size:14px;margin-top:8px}.progress-bar-host{position:fixed;top:56px;left:0;right:0;z-index:200;pointer-events:none}.progress-bar-track{height:3px;background:#3b4ad026;overflow:hidden}.progress-bar-fill{height:100%;width:35%;background:linear-gradient(90deg,var(--blue),#6b7cff);animation:progress-indeterminate 1.2s ease-in-out infinite}.progress-bar-label{margin:0;padding:8px 24px;font-size:13px;color:var(--navy);background:#fffffff2;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #1a1f3c0f}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(320%)}}.toast{position:fixed;bottom:24px;right:24px;z-index:300;display:flex;align-items:flex-start;gap:12px;max-width:min(420px,calc(100vw - 48px));padding:14px 16px;border-radius:10px;box-shadow:0 8px 24px #1a1f3c2e;animation:toast-in .25s ease-out}.toast-success{background:#ecfdf3;border:1px solid #86efac;color:#14532d}.toast-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.toast-message{flex:1;font-size:14px;line-height:1.45}.toast-dismiss{flex-shrink:0;border:none;background:transparent;color:inherit;opacity:.65;font-size:20px;line-height:1;padding:0;cursor:pointer}.toast-dismiss:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reports-page{position:relative}.success{color:var(--success);font-size:14px;margin-top:8px}.actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.actions .btn{white-space:nowrap;padding:5px 8px;min-width:0;font-size:11px;font-weight:600;border-radius:6px;display:inline-flex;justify-content:center;line-height:1.25}.actions .btn.secondary{padding:5px 8px}@media(max-width:720px){.actions{flex-wrap:wrap}.actions .btn{min-width:0}}.page-title{margin:0;font-size:22px}.page-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.toolbar-controls{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.toolbar-filter{display:flex;flex-direction:column;align-items:center;gap:4px}.toolbar-filter-label{color:var(--muted);font-size:13px;line-height:1}.page-toolbar select{margin-left:4px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font:inherit;color:var(--navy)}.toolbar-filter select{margin-left:0;padding:8px 12px;min-width:140px}.payment-meta{font-size:13px;line-height:1.5;max-width:280px}.payment-note{margin-top:4px;color:var(--navy)}.muted{color:var(--muted);font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1f3c73;display:grid;place-items:center;padding:24px;z-index:100}.modal{width:min(480px,100%);max-height:90vh;overflow:auto}.audit-detail-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.audit-json{margin:8px 0 0;padding:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;line-height:1.45;overflow:auto;max-height:280px;white-space:pre-wrap;word-break:break-word}.wallet-layout{display:grid;gap:20px;grid-template-columns:minmax(280px,420px) minmax(260px,1fr);align-items:start;margin-top:8px}@media(max-width:800px){.wallet-layout{grid-template-columns:1fr}}.wallet-stack{display:flex;flex-direction:column;gap:0;max-width:420px}.wallet-card{max-width:420px;width:100%;margin:0;border-radius:22px;padding:26px 28px 22px;background:linear-gradient(145deg,#0f2744,#0b1c33 55%,#0a1830);position:relative;overflow:hidden;color:#fff;box-shadow:0 18px 40px #0d1b3247}.wallet-card-glow{position:absolute;top:-70px;right:-50px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#608cd247,#608cd200 70%);pointer-events:none}.wallet-card-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.wallet-card-title{font-weight:700;font-size:20px;letter-spacing:.2px}.wallet-status-pill{margin-top:10px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;background:#ffffff14;border-radius:999px;padding:4px 10px 4px 8px}.wallet-status-pill.ok{background:#10b98129;color:#86efac}.wallet-status-pill.pending{background:#f59e0b2e;color:#fde68a}.wallet-status-pill.bad{background:#ef44442e;color:#fecaca}.wallet-status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #86efac26}.wallet-card-chip{width:38px;height:28px;border-radius:6px;background:linear-gradient(135deg,#f0d98c,#d8b354);position:relative;flex-shrink:0}.wallet-card-chip-inner{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid rgba(0,0,0,.15);border-radius:3px}.wallet-card-balance{margin-top:34px;position:relative;z-index:1}.wallet-card-label{font-size:11px;letter-spacing:1px;color:#ffffff80;text-transform:uppercase}.wallet-card-amount-row{display:flex;align-items:baseline;gap:8px;margin-top:6px}.wallet-card-amount{font-size:40px;font-weight:700;letter-spacing:.2px;line-height:1.05}.wallet-card-amount-currency{font-size:15px;font-weight:600;color:#ffffff73}.wallet-card-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:28px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.wallet-card-meta{font-size:15px;font-weight:600;margin-top:4px;letter-spacing:.3px}.wallet-card-subcount{font-size:13px;color:#ffffff80}.wallet-subwallets{margin-top:18px;padding-left:4px}.wallet-subwallets-heading{display:flex;align-items:center;gap:10px;margin-bottom:14px}.wallet-subwallets-mark{width:3px;height:14px;border-radius:999px;background:#0d1b32}.wallet-subwallets-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.wallet-subwallets-list{display:flex;flex-direction:column;gap:12px;position:relative;padding-left:18px}.wallet-subwallets-list:before{content:"";position:absolute;left:6px;top:0;bottom:18px;width:1.5px;background:#d0d7e2}.wallet-subwallet-branch{position:relative;display:grid;grid-template-columns:1fr}.wallet-subwallet-elbow{position:absolute;left:-12px;top:28px;width:12px;height:1.5px;background:#d0d7e2}.subwallet-card{background:#fff;border:1px solid #e5eaf2;border-radius:14px;padding:16px 18px;box-shadow:0 1px 2px #0f172a08}.subwallet-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.subwallet-identity{display:flex;align-items:flex-start;gap:12px;min-width:0}.subwallet-icon{width:40px;height:40px;border-radius:10px;background:#0d1b32;color:#fff;display:grid;place-items:center;flex-shrink:0}.subwallet-name{font-size:15px;font-weight:700;color:#0f172a;line-height:1.25}.subwallet-subtitle{margin-top:2px;font-size:12px;color:#94a3b8}.subwallet-status{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:4px 10px;background:#eef2f7;color:#64748b}.subwallet-status.ok{background:#dcfce7;color:#15803d}.subwallet-status.pending{background:#fef3c7;color:#92400e}.subwallet-status.bad{background:#fee2e2;color:#b91c1c}.subwallet-balance{margin-top:16px}.subwallet-balance-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.subwallet-amount-row{display:flex;align-items:baseline;gap:6px;margin-top:4px}.subwallet-amount{font-size:28px;font-weight:700;color:#0f172a;line-height:1.1}.subwallet-currency{font-size:14px;font-weight:600;color:#94a3b8}.wallet-side-panel{min-height:220px}.wallet-side-title{margin:0 0 8px;font-size:16px}.wallet-updated{margin:12px 0 0;font-size:12px;max-width:420px}.wallet-updated-hint{opacity:.75}.wallet-activity-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.wallet-activity-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:4px 0 14px;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e8edf5}.wallet-activity-filters .toolbar-filter{align-items:flex-start;flex:1 1 120px;min-width:120px}.wallet-activity-filters input[type=date],.wallet-activity-filters select{width:100%;min-height:38px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font:inherit;font-size:13px;color:var(--navy)}.wallet-activity-filters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4 1.4 6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.wallet-activity-wallet-filter{flex:1.4 1 160px}.wallet-activity-clear{flex:0 0 auto;min-height:38px;padding:8px 14px}.wallet-topup-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.wallet-topup-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #e8edf5}.wallet-topup-amount{font-weight:700;color:var(--navy)}.wallet-topup-meta{margin-top:4px;font-size:12px}.wallet-topup-note{margin-top:6px;font-size:13px;color:#374151}.wallet-status{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:4px 10px;background:#e5e7eb;color:#4b5563}.wallet-status.ok{background:#d1fae5;color:#047857}.wallet-status.pending{background:#fef3c7;color:#92400e}.wallet-status.bad{background:#fee2e2;color:#b91c1c}.wallet-empty-tx{margin-top:20px;padding:28px 16px;border-radius:12px;background:#f8fafc;border:1px dashed #d1d5db;text-align:center}.wallet-empty-icon{width:40px;height:40px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#e8edf8;color:var(--navy);font-size:18px;font-weight:700}
