@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #F4F5F7;--bg2: #FFFFFF;--bg3: #F8F9FA;--border: #E5E7EB;--border2: #D1D5DB;--text: #111827;--text2: #374151;--muted: #6B7280;--muted2: #9CA3AF;--accent: #7C3AED;--accent-hover: #6D28D9;--accent-light: rgba(124,58,237,.08);--green: #059669;--green-bg: #ECFDF5;--green-border: #A7F3D0;--red: #DC2626;--red-bg: #FEF2F2;--red-border: #FECACA;--amber: #D97706;--amber-bg: #FFFBEB;--amber-border: #FDE68A;--purple: #7C3AED;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-lg: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}.dark{--bg: #0F1117;--bg2: #1A1D27;--bg3: #232733;--border: #2A2E3A;--border2: #3A3F4E;--text: #F3F4F6;--text2: #D1D5DB;--muted: #9CA3AF;--muted2: #6B7280;--accent-light: rgba(124,58,237,.15);--green-bg: rgba(5,150,105,.12);--green-border: rgba(5,150,105,.3);--red-bg: rgba(220,38,38,.12);--red-border: rgba(220,38,38,.3);--amber-bg: rgba(217,119,6,.12);--amber-border: rgba(217,119,6,.3);--shadow: 0 1px 3px rgba(0,0,0,.3);--shadow-lg: 0 4px 6px rgba(0,0,0,.4)}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}button,input,select{font-family:var(--font)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:240px;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;box-shadow:1px 0 8px #0000000a}.s-top{padding:20px 16px 16px;border-bottom:1px solid var(--border)}.s-logo{display:flex;align-items:center;gap:10px}.s-mark{width:32px;height:32px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center}.s-mark svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.s-name{font-size:15px;font-weight:700;letter-spacing:-.02em}.s-name span{display:block;font-size:10px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:1px}.s-nav{flex:1;padding:8px;overflow-y:auto}.s-group{font-size:10px;color:var(--muted2);text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding:16px 10px 6px}.s-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:var(--muted);transition:all .15s;margin-bottom:1px}.s-item:hover{color:var(--text2);background:var(--bg3)}.s-item.active{color:#fff;background:var(--accent);font-weight:600}.s-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.s-dot{width:6px;height:6px;border-radius:50%;background:var(--green);margin-left:auto;box-shadow:0 0 6px var(--green)}.s-bottom{padding:8px;border-top:1px solid var(--border)}.s-user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;transition:background .15s}.s-user:hover{background:var(--bg3)}.s-avatar{width:32px;height:32px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.s-uinfo{flex:1;min-width:0}.s-uname{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-urole{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:1px}.s-logout{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--muted);transition:all .15s;cursor:pointer}.s-logout:hover{color:var(--red);background:var(--red-bg)}.s-logout svg{width:14px;height:14px}.main{flex:1;overflow-y:auto;background:var(--bg);display:flex;flex-direction:column}.topbar{padding:24px 28px 0;display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0}.page-title{font-size:22px;font-weight:800;letter-spacing:-.03em;line-height:1}.page-sub{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.4}.tb-right{display:flex;align-items:center;gap:8px}.content{padding:22px 28px 48px;flex:1}.theme-toggle{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--bg2);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.theme-toggle:hover{color:var(--text);border-color:var(--border2)}.theme-toggle svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--bg2);color:var(--text2);transition:all .15s;white-space:nowrap}.btn:hover{border-color:var(--border2);color:var(--text)}.btn.primary{background:var(--accent);border-color:transparent;color:#fff}.btn.primary:hover{background:var(--accent-hover)}.btn.danger{background:var(--red-bg);border-color:var(--red-border);color:var(--red)}.btn.danger:hover{background:var(--red);color:#fff}.btn.success{background:var(--green-bg);border-color:var(--green-border);color:var(--green)}.btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn.sm{padding:5px 10px;font-size:11px;border-radius:6px}.btn.red{background:var(--red-bg);border-color:var(--red-border);color:var(--red)}.btn.red:hover{background:var(--red);color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:18px 20px;transition:box-shadow .15s;display:flex;flex-direction:column;justify-content:space-between;min-height:110px}.stat:hover{box-shadow:var(--shadow-lg)}.stat-label{font-size:12px;color:var(--muted);font-weight:500;margin-bottom:8px;display:flex;align-items:center;gap:6px}.stat-label svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stat-val{font-size:28px;font-weight:800;letter-spacing:-.04em;line-height:1}.stat-change{font-size:12px;margin-top:8px;font-weight:500}.stat-change.up{color:var(--green)}.stat-change.dn{color:var(--red)}.stat-change.neu{color:var(--muted)}.card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;overflow:hidden}.card-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.card-title svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-link{font-size:12px;color:var(--accent);cursor:pointer;font-weight:500}.card-link:hover{text-decoration:underline}.card-body{padding:16px 18px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.grid32{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-bottom:14px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.tbl{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.tbl th{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;padding:0 16px 10px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border);white-space:nowrap}.tbl td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.tbl tr:last-child td{border-bottom:none}.tbl tbody tr{transition:background .1s}.tbl tbody tr:hover td{background:var(--bg3)}.tbl-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid var(--border);color:var(--text2);vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .1s}.data-table tbody tr:hover td{background:var(--bg3)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600}.badge .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.badge.green{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.badge.red{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.badge.amber{background:var(--amber-bg);color:var(--amber);border:1px solid var(--amber-border)}.badge.blue,.badge.purple{background:var(--accent-light);color:var(--accent);border:1px solid rgba(124,58,237,.2)}.badge.muted{background:var(--bg3);color:var(--muted);border:1px solid var(--border)}.bal-hero{background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:12px;padding:24px;position:relative;overflow:hidden;color:#fff}.bal-label{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:8px}.bal-amount{font-size:38px;font-weight:800;letter-spacing:-.04em;line-height:1}.bal-meta{display:flex;gap:20px;margin-top:10px;font-size:12px;color:#ffffff80}.bal-meta strong{color:#ffffffd9}.bal-actions{display:flex;gap:8px;margin-top:18px}.bal-btn{flex:1;padding:10px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border:none;font-family:var(--font);transition:all .15s}.bal-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bal-btn.dep{background:#fff3;color:#fff}.bal-btn.dep:hover{background:#ffffff4d}.bal-btn.hist{background:#ffffff1a;color:#fffc}.bal-btn.hist:hover{background:#fff3}.live-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.live-row:last-child{border-bottom:none}.live-pulse{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0}.live-ext{font-family:Inter,monospace;font-size:13px;font-weight:600;color:var(--accent);min-width:36px}.live-arrow{color:var(--muted2);font-size:12px}.live-dest{font-size:13px;color:var(--text2);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-dur{font-size:12px;font-weight:500;color:var(--green);min-width:42px;text-align:right}.live-spy{padding:4px 10px;border-radius:6px;background:transparent;border:1px solid var(--border);color:var(--muted);font-size:11px;font-weight:600;cursor:pointer;transition:all .15s}.live-spy:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.spy-wrap{background:var(--bg2);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.spy-head{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.spy-indicator{width:8px;height:8px;border-radius:50%;background:var(--muted2);flex-shrink:0;transition:all .3s}.spy-indicator.live{background:var(--green);box-shadow:0 0 0 3px #05966933}.spy-title{font-size:13px;font-weight:600;flex:1}.spy-state{font-size:11px;color:var(--muted)}.spy-target{padding:8px 16px;background:var(--bg3);border-bottom:1px solid var(--border);font-size:12px;color:var(--muted);display:flex;gap:14px}.spy-target span{color:var(--text2);font-family:Inter,monospace}.spy-log{padding:12px 16px;font-family:Inter,monospace;font-size:11px;line-height:2;height:100px;overflow-y:auto;flex:1;background:var(--bg3)}.spy-log .ts{color:var(--muted2)}.spy-log .ok{color:var(--green)}.spy-log .info{color:var(--accent)}.spy-log .warn{color:var(--amber)}.spy-log .err{color:var(--red)}.spy-controls{padding:10px 16px;display:flex;gap:6px;border-top:1px solid var(--border)}.spy-btn{padding:7px 12px;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:5px;border:1px solid var(--border);background:var(--bg2);color:var(--muted)}.spy-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spy-btn:hover{color:var(--text)}.spy-btn.listen{border-color:var(--green-border);color:var(--green);background:var(--green-bg)}.spy-btn.listen:hover{background:var(--green);color:#fff}.spy-btn.whisper{border-color:#7c3aed33;color:var(--accent);background:var(--accent-light)}.spy-btn.whisper:hover{background:var(--accent);color:#fff}.spy-btn.stop{border-color:var(--red-border);color:var(--red);background:var(--red-bg)}.spy-btn.stop:hover{background:var(--red);color:#fff}.spy-btn:disabled{opacity:.4;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.form-input{background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:9px 12px;color:var(--text);font-size:13px;outline:none;transition:border-color .15s;width:100%}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed14}.form-input::-moz-placeholder{color:var(--muted2)}.form-input::placeholder{color:var(--muted2)}select.form-input{cursor:pointer}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s}.overlay.open{opacity:1;pointer-events:all}.modal{background:var(--bg2);border:1px solid var(--border);border-radius:14px;width:420px;max-width:95vw;overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .2s cubic-bezier(.34,1.56,.64,1);box-shadow:var(--shadow-lg)}.overlay.open .modal{transform:translateY(0) scale(1)}.modal-head{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px}.modal-title svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.modal-close{width:28px;height:28px;border-radius:6px;background:var(--bg3);border:1px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .15s}.modal-close:hover{color:var(--text);border-color:var(--border2)}.modal-close svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.modal-body{padding:20px}.coin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.coin{padding:10px 8px;border-radius:8px;border:1.5px solid var(--border);background:var(--bg3);text-align:center;cursor:pointer;transition:all .15s;font-size:12px;font-weight:700;color:var(--muted)}.coin:hover{border-color:var(--border2);color:var(--text2)}.coin.sel{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.coin-sym{font-size:20px;display:block;margin-bottom:3px}.amount-row{display:flex;gap:8px;margin-bottom:14px}.amt-input{flex:1;background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:10px 13px;color:var(--text);font-size:14px;outline:none;transition:border-color .15s}.amt-input:focus{border-color:var(--accent)}.amt-tag{padding:10px 13px;background:var(--bg3);border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:12px;font-weight:600}.qr-wrap{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:18px;text-align:center}.qr-addr{font-size:11px;color:var(--muted);word-break:break-all;line-height:1.6;margin-top:6px}.qr-addr strong{color:var(--text2)}.dep-status{display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:8px;font-size:13px;font-weight:500;margin-bottom:14px}.dep-status.waiting{background:var(--amber-bg);border:1px solid var(--amber-border);color:var(--amber)}.dep-status svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.topup-presets{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.preset{padding:6px 14px;border-radius:7px;border:1.5px solid var(--border);background:var(--bg3);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.preset:hover,.preset.sel{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5;margin-bottom:16px}.alert svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:1px}.alert.amber{background:var(--amber-bg);border:1px solid var(--amber-border);color:var(--amber)}.alert.blue{background:var(--accent-light);border:1px solid rgba(124,58,237,.2);color:var(--accent)}.alert.red{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red)}.toast-container{position:fixed;top:16px;right:16px;z-index:300;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:all;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px;animation:toastIn .25s ease;cursor:pointer;max-width:340px;box-shadow:var(--shadow-lg)}.toast.success{background:var(--green-bg);border:1px solid var(--green-border);color:var(--green)}.toast.error{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red)}.toast.info{background:var(--accent-light);border:1px solid rgba(124,58,237,.2);color:var(--accent)}@keyframes toastIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);position:relative}.auth-card{background:var(--bg2);border:1px solid var(--border);border-radius:14px;width:400px;padding:36px;box-shadow:var(--shadow-lg)}.auth-logo{display:flex;align-items:center;gap:12px;margin-bottom:28px}.auth-logo-mark{width:40px;height:40px;background:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center}.auth-logo-mark svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.auth-brand{font-size:20px;font-weight:800;letter-spacing:-.02em}.auth-brand span{display:block;font-size:11px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.auth-heading{font-size:17px;font-weight:700;margin-bottom:4px}.auth-sub{font-size:13px;color:var(--muted);margin-bottom:24px}.field{margin-bottom:14px}.field label{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.field input{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:10px 13px;color:var(--text);font-size:13px;outline:none;transition:border-color .15s}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed14}.field input::-moz-placeholder{color:var(--muted2)}.field input::placeholder{color:var(--muted2)}.auth-btn{width:100%;padding:11px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;margin-top:4px}.auth-btn:hover{background:var(--accent-hover)}.auth-switch{text-align:center;margin-top:18px;font-size:13px;color:var(--muted)}.auth-switch a{color:var(--accent);text-decoration:none;font-weight:600;cursor:pointer}.auth-switch a:hover{text-decoration:underline}.role-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.role-card{padding:14px 12px;border-radius:10px;border:1.5px solid var(--border);background:var(--bg3);cursor:pointer;transition:all .15s;text-align:center}.role-card:hover{border-color:var(--border2)}.role-card.sel{border-color:var(--accent);background:var(--accent-light)}.role-card .icon{font-size:20px;margin-bottom:4px}.role-card .name{font-size:13px;font-weight:700;margin-bottom:4px}.role-card .desc{font-size:11px;color:var(--muted);line-height:1.4}.mono{font-family:Inter,monospace}.text-accent{color:var(--accent)}.text-green{color:var(--green)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}.text-muted{color:var(--muted)}.fw7{font-weight:700}.stat.gradient-green{background:linear-gradient(135deg,#05966914,#05966905);border-color:#05966926}.stat.gradient-amber{background:linear-gradient(135deg,#d9770614,#d9770605);border-color:#d9770626}.stat.gradient-red{background:linear-gradient(135deg,#dc262614,#dc262605);border-color:#dc262626}.stat.gradient-accent{background:linear-gradient(135deg,#7c3aed1a,#7c3aed05);border-color:#7c3aed26}.live-row.active-call{background:#0596690a;border-radius:8px;padding:10px 12px;margin:0 -12px;border:1px solid rgba(5,150,105,.15);animation:liveGlow 2s ease-in-out infinite}@keyframes liveGlow{0%,to{box-shadow:0 0 #05966900}50%{box-shadow:0 0 12px 2px #05966926}}.waveform{display:flex;align-items:center;gap:2px;height:20px}.waveform .bar{width:3px;background:var(--green);border-radius:2px;animation:wave 1.2s ease-in-out infinite}.waveform .bar:nth-child(1){animation-delay:0s;height:6px}.waveform .bar:nth-child(2){animation-delay:.15s;height:14px}.waveform .bar:nth-child(3){animation-delay:.3s;height:8px}.waveform .bar:nth-child(4){animation-delay:.45s;height:16px}.waveform .bar:nth-child(5){animation-delay:.6s;height:10px}.waveform .bar:nth-child(6){animation-delay:.75s;height:5px}@keyframes wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.sparkline{display:flex;align-items:flex-end;gap:2px;height:32px}.sparkline .bar{width:4px;border-radius:2px;background:var(--accent);opacity:.6;transition:height .3s ease,opacity .3s ease;min-height:2px}.sparkline .bar:last-child{opacity:1}.sparkline .bar:hover{opacity:1}.avatar{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;text-transform:uppercase}.avatar.sm{width:24px;height:24px;font-size:10px;border-radius:6px}.avatar.lg{width:40px;height:40px;font-size:14px;border-radius:10px}.notif-bell{position:relative;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--bg2);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.notif-bell:hover{color:var(--text);border-color:var(--border2)}.notif-bell svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.notif-badge{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:var(--red);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg);animation:notifPulse 2s ease infinite}@keyframes notifPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notif-panel{position:absolute;top:44px;right:0;width:320px;max-height:380px;background:var(--bg2);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:150;opacity:0;transform:translateY(-8px) scale(.96);pointer-events:none;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.notif-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.notif-head{padding:12px 14px;border-bottom:1px solid var(--border);font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.notif-list{max-height:320px;overflow-y:auto}.notif-item{padding:10px 14px;border-bottom:1px solid var(--border);display:flex;gap:10px;align-items:flex-start;transition:background .1s;cursor:pointer}.notif-item:hover{background:var(--bg3)}.notif-item:last-child{border-bottom:none}.notif-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}.notif-icon.call{background:var(--green-bg);color:var(--green)}.notif-icon.balance{background:var(--accent-light);color:var(--accent)}.notif-icon.alert{background:var(--amber-bg);color:var(--amber)}.notif-text{font-size:12px;color:var(--text2);line-height:1.4;flex:1}.notif-time{font-size:10px;color:var(--muted2);white-space:nowrap}.feed-item{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);align-items:flex-start}.feed-item:last-child{border-bottom:none}.feed-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.feed-dot.call{background:var(--green);box-shadow:0 0 6px #05966966}.feed-dot.topup{background:var(--accent)}.feed-dot.alert{background:var(--amber)}.feed-dot.login{background:var(--muted)}.feed-text{font-size:12px;color:var(--text2);line-height:1.4;flex:1}.feed-text strong{color:var(--text);font-weight:600}.feed-time{font-size:10px;color:var(--muted2);white-space:nowrap}.bal-alert{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:10px;margin-bottom:14px;font-size:13px;font-weight:500;animation:fadeSlideIn .3s ease}.bal-alert.low{background:var(--amber-bg);border:1px solid var(--amber-border);color:var(--amber)}.bal-alert.critical{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red);animation:criticalPulse 1.5s ease infinite}@keyframes criticalPulse{0%,to{box-shadow:0 0 #dc262600}50%{box-shadow:0 0 12px 2px #dc262626}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}body,.shell,.sidebar,.main,.card,.stat,.modal{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:countUp .4s ease-out forwards}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dialer-wrap{width:380px;max-width:100%;background:var(--bg2);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-lg)}.dialer-display{padding:28px 24px 20px;text-align:center;background:var(--bg3);border-bottom:1px solid var(--border);min-height:100px;display:flex;flex-direction:column;justify-content:center;gap:8px}.dialer-number{font-size:28px;font-weight:700;letter-spacing:-.02em;font-family:Inter,monospace;color:var(--text);min-height:36px;line-height:1;display:flex;align-items:center;justify-content:center;gap:2px}.dialer-cursor{display:inline-block;width:2px;height:24px;background:var(--accent);animation:blink 1s step-end infinite;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.dialer-status{font-size:12px;font-weight:600;min-height:16px}.dialer-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:20px 24px}.dialer-key{width:100%;aspect-ratio:1;max-width:90px;max-height:90px;margin:0 auto;border-radius:50%;border:1.5px solid var(--border);background:var(--bg3);color:var(--text);font-size:22px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s;font-family:var(--font);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialer-key:active{background:var(--accent);border-color:var(--accent);color:#fff;transform:scale(.93)}.dialer-key:hover{border-color:var(--accent);background:var(--accent-light)}.dialer-key-zero{grid-column:2}.dialer-actions{display:flex;align-items:center;padding:0 24px 24px;gap:12px}.dialer-call{width:56px;height:56px;min-width:56px;border-radius:50%;border:none;background:var(--green);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;box-shadow:0 4px 14px #0596694d}.dialer-call:hover{background:#047857;transform:scale(1.05);box-shadow:0 6px 20px #05966966}.dialer-call:active{transform:scale(.95)}.dialer-call.disabled{background:var(--bg3);border:1.5px solid var(--border);color:var(--muted);cursor:not-allowed;box-shadow:none;transform:none}.dialer-call svg{width:22px;height:22px;fill:currentColor}.dialer-hangup{width:56px;height:56px;min-width:56px;border-radius:50%;border:none;background:var(--red);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;box-shadow:0 4px 14px #dc26264d}.dialer-hangup:hover{background:#b91c1c;transform:scale(1.05);box-shadow:0 6px 20px #dc262666}.dialer-hangup:active{transform:scale(.95)}.dialer-hangup svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dialer-func{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--border);background:var(--bg3);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.dialer-func:hover{border-color:var(--border2);color:var(--text)}.dialer-func.active{background:var(--red-bg);border-color:var(--red-border);color:var(--red)}.dialer-func svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
