@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap";:root{--bg: #f8fafc;--surface: #ffffff;--surface-soft: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--primary: #635bff;--primary-soft: rgba(99, 91, 255, .12);--green: #22c55e;--blue: #3b82f6;--amber: #f59e0b;--red: #ef4444;--shadow: 0 18px 45px rgba(15, 23, 42, .08)}:root[data-theme=dark]{--bg: #020617;--surface: #0f172a;--surface-soft: #111827;--border: #1e293b;--text: #e5e7eb;--muted: #94a3b8;--primary: #8b5cf6;--primary-soft: rgba(139, 92, 246, .16);--shadow: 0 18px 45px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html{min-height:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Trebuchet MS,Segoe UI,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:"kern" 1,"liga" 1}button,input,select,textarea{font:inherit}button{color:inherit}button:disabled{cursor:not-allowed}input,select,textarea{color:var(--text)}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:radial-gradient(circle at top right,var(--primary-soft),transparent 32%),var(--bg)}.sidebar{height:100vh;position:sticky;top:0;display:flex;flex-direction:column;justify-content:space-between;padding:22px;border-right:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-y:auto;overflow-x:hidden}.sidebar-brand{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.sidebar-brand>span{color:var(--muted);font-size:13px}.brand{display:flex;align-items:center;gap:10px;font-size:18px;letter-spacing:-.03em}.brand-icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:3px;background:linear-gradient(135deg,#4f46e5,#8b5cf6);box-shadow:0 12px 28px #635bff47}.brand-icon span{width:3px;border-radius:99px;background:#fff}.brand-icon span:nth-child(1){height:10px}.brand-icon span:nth-child(2){height:17px}.brand-icon span:nth-child(3){height:23px}.sidebar-nav{display:flex;flex-direction:column;gap:6px;padding-bottom:16px}.nav-item{width:100%;min-height:40px;border:0;border-radius:12px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);background:transparent;cursor:pointer}.nav-item:hover{background:var(--surface-soft);color:var(--text)}.nav-item.active{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 28px #635bff3d}.nav-item small{padding:3px 7px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:11px}.sidebar-user{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding-top:18px;margin-top:18px;border-top:1px solid var(--border)}.sidebar-user span,.topbar-user span{display:block;color:var(--muted);font-size:12px;text-transform:capitalize}.logout-button{grid-column:1 / -1;height:36px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--surface);cursor:pointer}.workspace{min-width:0;padding:28px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.topbar h1{margin:0;font-size:28px;letter-spacing:-.04em}.topbar p{margin:6px 0 0;color:var(--muted)}.topbar-actions{display:flex;align-items:center;gap:12px}.search-box{width:250px;height:38px;display:flex;align-items:center;padding:0 14px;border:1px solid var(--border);border-radius:12px;color:var(--muted);background:var(--surface);font-size:13px}.theme-switcher{display:flex;padding:4px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.theme-switcher button{border:0;border-radius:9px;padding:7px 10px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;text-transform:capitalize}.theme-switcher button.active{color:#fff;background:var(--primary)}.topbar-user{display:flex;align-items:center;gap:10px;padding:7px 10px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.avatar{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#4f46e5,#8b5cf6);font-weight:800}.avatar.small{width:32px;height:32px;border-radius:11px;font-size:12px}.page-grid{display:flex;flex-direction:column;gap:18px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.summary-grid.customer{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card,.panel{border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.metric-card{display:flex;gap:14px;padding:20px}.metric-icon{width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:var(--primary-soft)}.metric-card.green .metric-icon{background:#22c55e24}.metric-card.blue .metric-icon{background:#3b82f624}.metric-card.amber .metric-icon{background:#f59e0b29}.metric-card span,.metric-card small{display:block;color:var(--muted);font-size:13px}.metric-card strong{display:block;margin:6px 0 4px;font-size:26px;letter-spacing:-.05em;text-transform:capitalize}.content-grid,.table-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:16px}.table-grid{grid-template-columns:2fr 1fr}.panel{padding:18px;min-width:0;overflow-x:auto}.panel.wide{min-width:0}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-header h2{margin:0;font-size:16px;letter-spacing:-.03em}.panel-header button{border:0;color:var(--primary);background:transparent;cursor:pointer;font-size:13px}.status-row,.activity-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.activity-row{grid-template-columns:1fr auto}.status-row:last-child,.activity-row:last-child{border-bottom:0}.status-row div,.activity-row div{display:flex;flex-direction:column;gap:4px}.status-row div{flex-direction:row;align-items:center}.activity-row span,.status-row small{color:var(--muted);font-size:12px}.dot{width:8px;height:8px;border-radius:999px;background:var(--muted)}.dot.green,.status-pill.green{background:#22c55e1f;color:var(--green)}.dot.blue,.status-pill.blue{background:#3b82f61f;color:var(--blue)}.dot.red,.status-pill.red{background:#ef44441f;color:var(--red)}.status-pill{padding:5px 8px;border-radius:999px;font-size:12px;font-weight:700}.chart-placeholder{height:210px;position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:100% 52px,80px 100%}.chart-line{position:absolute;left:24px;right:24px;height:3px;border-radius:999px;transform:skewY(-8deg)}.chart-line.main{top:70px;background:var(--primary)}.chart-line.second{top:112px;background:var(--green)}.chart-line.third{top:152px;background:var(--red)}.primary-button,.ghost-button{height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:12px;border:1px solid var(--border);font-weight:800;cursor:pointer}.primary-button{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent}.ghost-button{color:var(--text);background:var(--surface)}.large{height:48px;padding:0 20px}.ghost-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.55}.table-actions{display:flex;gap:8px;align-items:center}.mini-button{height:30px;border:1px solid var(--border);border-radius:9px;padding:0 10px;color:var(--text);background:var(--surface);cursor:pointer;font-size:12px;font-weight:800}.mini-button:hover{border-color:var(--primary);color:var(--primary)}.mini-button.danger:hover{border-color:var(--red);color:var(--red)}.mini-button:disabled{cursor:not-allowed;opacity:.55}.customer-webphone{max-width:760px}.data-table{width:100%;min-width:760px;border-collapse:collapse}.data-table th,.data-table td{padding:13px 10px;text-align:left;border-bottom:1px solid var(--border);font-size:13px;white-space:nowrap;vertical-align:top}.data-table th{color:var(--muted);font-weight:700}.data-table td:first-child,.data-table th:first-child{white-space:normal}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{color:var(--text);font-size:13px;font-weight:800}.form-field input{width:100%;height:46px;border:1px solid var(--border);border-radius:13px;padding:0 14px;color:var(--text);background:var(--surface);outline:none}.form-field input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.login-error{padding:12px 14px;border-radius:13px;color:var(--red);background:#ef44441a;font-size:13px;font-weight:700}.settings-success{padding:12px 14px;border-radius:13px;color:var(--green);background:#22c55e1a;font-size:13px;font-weight:700}.cdr-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cdr-filter-field{display:flex;flex-direction:column;gap:7px}.cdr-filter-field span{color:var(--muted);font-size:12px;font-weight:800}.cdr-filter-field input,.cdr-filter-field select,.cdr-select{width:100%;height:40px;border:1px solid var(--border);border-radius:12px;padding:0 12px;color:var(--text);background:var(--surface);outline:none}.cdr-filter-field input:focus,.cdr-filter-field select:focus,.cdr-select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.cdr-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.cdr-actions button,.cdr-actions select{min-width:max-content}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-toggle{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.settings-toggle span{color:var(--muted);font-size:12px;font-weight:800}.settings-toggle input{width:18px;height:18px;accent-color:var(--primary)}.settings-textarea-field{display:flex;flex-direction:column;gap:8px;margin-top:16px}.settings-textarea-field span{color:var(--muted);font-size:12px;font-weight:800}.settings-textarea-field textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);background:var(--surface);outline:none;resize:vertical}.settings-textarea-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.settings-textarea-field small{color:var(--muted)}.settings-form{min-width:0;display:grid;gap:14px}.settings-form label{min-width:0;display:grid;gap:7px;color:var(--text);font-size:12px;font-weight:850}.settings-form label>span{color:var(--muted);font-size:11px;font-weight:850}.settings-form input,.settings-form select,.settings-form textarea,.filters-row input,.filters-row select{min-width:0;width:100%;min-height:38px;border:1px solid var(--border);border-radius:12px;padding:0 11px;outline:0;color:var(--text);background:var(--surface);font-size:12px;font-weight:750}.settings-form textarea{min-height:86px;padding:10px 11px;resize:vertical;line-height:1.45}.settings-form input:focus,.settings-form select:focus,.settings-form textarea:focus,.filters-row input:focus,.filters-row select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #635bff1f}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filters-row{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:14px}.filters-row select,.filters-row input{width:auto;min-width:160px}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.button-row.compact{gap:6px}.primary-button,.secondary-button,.danger-button{min-height:36px;border-radius:12px;padding:0 13px;cursor:pointer;font-size:12px;font-weight:900;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,opacity .14s ease}.primary-button{border:0;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 14px 28px #635bff33}.secondary-button{border:1px solid var(--border);color:var(--text);background:var(--surface-soft)}.danger-button{border:1px solid rgba(239,68,68,.18);color:var(--red);background:#ef444414}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.danger-button:hover:not(:disabled){transform:translateY(-1px)}.secondary-button:hover:not(:disabled){border-color:color-mix(in srgb,var(--primary) 26%,var(--border))}.danger-button:hover:not(:disabled){border-color:#ef444457;background:#ef44441f}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.muted-text{margin:0;color:var(--muted);font-size:12px;font-weight:650;line-height:1.5}.voucher-code-list{max-height:260px;overflow-y:auto;display:grid;align-content:start;gap:8px;padding-right:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 32%,transparent) transparent}.voucher-code-list::-webkit-scrollbar{width:6px}.voucher-code-list::-webkit-scrollbar-track{background:transparent}.voucher-code-list::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 28%,transparent)}.voucher-code-row{min-width:0;display:grid;grid-template-columns:minmax(110px,auto) minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 11px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,white),var(--surface))}.voucher-code-row strong{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:950;letter-spacing:.06em;white-space:nowrap}.voucher-code-row span{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.voucher-code-row small{color:var(--text);font-size:11px;font-weight:900;white-space:nowrap}.empty-state{padding:18px;border:1px dashed var(--border);border-radius:16px;color:var(--muted);background:color-mix(in srgb,var(--surface-soft) 70%,transparent);font-size:12px;font-weight:750;text-align:center}.responsive-table-wrap{min-width:0;overflow-x:auto;overflow-y:hidden}.responsive-table-wrap .data-table{min-width:980px}.data-table td .button-row{justify-content:flex-start}.settings-success,.settings-error{border-radius:14px;padding:11px 13px;font-size:12px;font-weight:800;line-height:1.45}.settings-success{color:var(--green);border:1px solid rgba(34,197,94,.18);background:#22c55e14}.settings-error{color:var(--red);border:1px solid rgba(239,68,68,.18);background:#ef444414}@media(max-width:900px){.form-grid{grid-template-columns:1fr}.filters-row{align-items:stretch;flex-direction:column}.filters-row select,.filters-row input,.filters-row button{width:100%}.voucher-code-row{grid-template-columns:1fr;gap:5px}}.drawer-backdrop{position:fixed;inset:0;z-index:50;display:flex;justify-content:flex-end;background:#0f172a6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.detail-drawer{width:min(680px,100vw);height:100vh;overflow-y:auto;padding:24px;border-left:1px solid var(--border);background:var(--surface);box-shadow:-24px 0 60px #0f172a2e}.drawer-header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border);background:var(--surface)}.drawer-header h2{margin:0;font-size:22px;letter-spacing:-.04em}.drawer-header p{margin:6px 0 0;color:var(--muted);font-size:13px}.drawer-close{height:36px;border:1px solid var(--border);border-radius:10px;padding:0 12px;color:var(--text);background:var(--surface);cursor:pointer;font-weight:800}.drawer-section{margin-bottom:20px}.drawer-section h3{margin:0 0 12px;font-size:14px;letter-spacing:-.02em}.drawer-kv-grid{display:grid;grid-template-columns:1fr;gap:8px}.drawer-kv-row{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.drawer-kv-row span{color:var(--muted);font-size:12px;font-weight:800}.drawer-kv-row strong{min-width:0;overflow-wrap:anywhere;color:var(--text);font-size:13px;font-weight:700}.drawer-json{max-height:360px;overflow:auto;padding:14px;border:1px solid var(--border);border-radius:14px;color:var(--text);background:var(--surface-soft);font-size:12px;line-height:1.6}.drawer-state{padding:18px;border:1px solid var(--border);border-radius:14px;color:var(--muted);background:var(--surface-soft)}.drawer-state strong{display:block;margin-bottom:6px;color:var(--text);font-size:13px}.drawer-state p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.marketing-page,.login-shell,.center-screen{min-height:100dvh;background:radial-gradient(circle at 82% 14%,rgba(99,91,255,.13),transparent 30%),radial-gradient(circle at 12% 84%,rgba(34,197,94,.055),transparent 28%),var(--bg)}html:has(.marketing-page){scroll-behavior:smooth;scroll-padding-top:92px}.marketing-page *,.login-shell *,.legal-page *{box-sizing:border-box}.teletone-logo{display:inline-flex;align-items:center;gap:10px}.teletone-logo-mark{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;color:#7c3aed;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.95),transparent 28%),linear-gradient(135deg,#8b5cf629,#6d28d914);box-shadow:inset 0 0 0 1px #7c3aed24}.teletone-logo-text{display:inline-flex;align-items:baseline;color:#0f172a;font-size:22px;font-weight:900;line-height:1;letter-spacing:-.075em}.teletone-logo-text strong{color:#7c3aed}@keyframes authFadeUp{0%{opacity:0;transform:translateY(18px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes authPreviewFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes authWave{0%,to{height:26%}50%{height:92%}}@keyframes marketingFadeUp{0%{opacity:0;transform:translateY(22px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes marketingHeroMockup{0%{opacity:0;transform:translateY(18px) scale(.985);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes marketingFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.login-shell{height:100dvh;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:22px 28px}.login-shell-top{width:min(1120px,100%);min-height:44px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;animation:authFadeUp .42s ease both}.login-card{width:min(960px,calc(100vw - 48px));height:min(690px,calc(100dvh - 104px));min-height:0;margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;padding:22px;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:32px;background:radial-gradient(circle at 92% 0%,rgba(124,58,237,.08),transparent 24%),color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 34px 82px #0f172a1f,inset 0 1px #ffffffbf;animation:authFadeUp .52s ease 90ms both}.login-copy{position:relative;min-width:0;min-height:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:18px;overflow:hidden;padding:clamp(24px,2.7vw,40px);border:1px solid rgba(255,255,255,.16);border-radius:26px;color:#fff;background:radial-gradient(circle at 20% 14%,rgba(139,92,246,.44),transparent 28%),radial-gradient(circle at 96% 86%,rgba(34,197,94,.17),transparent 30%),linear-gradient(135deg,#050b18,#101a38 48%,#24105f)}.login-copy:before,.login-copy:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.login-copy:before{width:260px;height:260px;right:-104px;top:-92px;background:#8b5cf62e}.login-copy:after{width:190px;height:190px;left:-92px;bottom:-84px;background:#22c55e1a}.login-copy>*{position:relative;z-index:1}.login-copy-content{min-width:0;display:flex;flex-direction:column;justify-content:center}.eyebrow,.login-copy .eyebrow{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#7c3aedfa,#8b5cf6e0);box-shadow:0 12px 30px #6d28d93d;font-size:12px;font-weight:850;letter-spacing:-.01em}.login-copy .eyebrow{margin-bottom:16px;border:1px solid rgba(255,255,255,.16);background:#ffffff1f;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-copy h1{max-width:430px;margin:0 0 14px;color:#fff;font-size:clamp(36px,3.55vw,50px);font-weight:950;line-height:1.04;letter-spacing:-.08em}.login-copy p{max-width:410px;margin:0;color:#e2e8f0d4;font-size:clamp(14px,1vw,16px);font-weight:520;line-height:1.62}.login-copy-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:390px;margin-top:24px}.login-copy-metrics div{min-width:0;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#ffffff13;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-copy-metrics strong{display:block;margin-bottom:4px;color:#fff;font-size:23px;font-weight:950;line-height:1;letter-spacing:-.06em}.login-copy-metrics span{display:block;overflow:hidden;color:#e2e8f0c2;font-size:11px;font-weight:850;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.login-copy-bullets{display:grid;gap:10px;max-width:430px;margin-top:20px}.login-copy-bullets span{display:inline-flex;align-items:center;gap:9px;color:#f8fafce0;font-size:12px;font-weight:800}.login-copy-bullets svg{flex:0 0 auto;color:#a78bfa}.login-copy-preview{width:min(100%,390px);justify-self:start;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:radial-gradient(circle at 100% 0%,rgba(139,92,246,.18),transparent 34%),#ffffff17;box-shadow:0 26px 56px #02081738;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:authPreviewFloat 5.8s ease-in-out .9s infinite}.login-preview-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.login-preview-top span{color:#e2e8f0b8;font-size:11px;font-weight:850}.login-preview-top strong{color:#fff;font-size:13px;font-weight:950;letter-spacing:-.03em}.login-preview-card{padding:13px;border-radius:17px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2),transparent 32%),linear-gradient(135deg,#7c3aeda3,#8b5cf65c)}.login-preview-card span,.login-preview-grid span{display:block;color:#f8fafcbd;font-size:10px;font-weight:850}.login-preview-card strong{display:block;margin-top:6px;color:#fff;font-size:25px;font-weight:950;line-height:1;letter-spacing:-.07em}.login-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:9px}.login-preview-grid div{padding:11px;border-radius:15px;background:#ffffff16}.login-preview-grid strong{display:block;margin-top:5px;color:#fff;font-size:14px;font-weight:950;letter-spacing:-.04em}.login-preview-wave{height:52px;display:flex;align-items:flex-end;gap:7px;margin-top:10px;padding:10px;border-radius:15px;background:#0208172e}.login-preview-wave span{flex:1;min-height:14%;border-radius:999px 999px 5px 5px;background:linear-gradient(180deg,#c4b5fd,#8b5cf6);opacity:.88;animation:authWave 1.8s ease-in-out infinite}.login-preview-wave span:nth-child(2){animation-delay:.13s}.login-preview-wave span:nth-child(3){animation-delay:.26s}.login-preview-wave span:nth-child(4){animation-delay:.39s}.login-preview-wave span:nth-child(5){animation-delay:.52s}.login-form{width:min(100%,470px);min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;justify-content:center;justify-self:center;gap:10px;padding:clamp(12px,1.4vw,22px) 0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 26%,transparent) transparent;animation:authFadeUp .52s ease .18s both}.login-form::-webkit-scrollbar{width:5px}.login-form::-webkit-scrollbar-track{background:transparent}.login-form::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 22%,transparent)}.login-form-header{display:flex;flex-direction:column;gap:5px;margin-bottom:3px}.login-form-header h2{margin:0;color:var(--text);font-size:clamp(23px,1.8vw,29px);font-weight:900;line-height:1.04;letter-spacing:-.065em}.login-form-header p{margin:0;color:var(--muted);font-size:13px;font-weight:540;line-height:1.45}.form-field{display:flex;flex-direction:column;gap:5px}.form-field label{color:var(--text);font-size:11px;font-weight:780;letter-spacing:-.01em}.form-field input,.password-input-wrap input{width:100%;height:38px;border:1px solid var(--border);border-radius:13px;padding:0 12px;outline:0;color:var(--text);background:var(--surface);font-size:13px;font-weight:520;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.form-field input::placeholder,.password-input-wrap input::placeholder{color:color-mix(in srgb,var(--muted) 78%,transparent)}.form-field input:focus,.password-input-wrap input:focus{border-color:color-mix(in srgb,var(--primary) 62%,var(--border));box-shadow:0 0 0 4px #635bff1a}.login-form:has(#firstName) .form-field:has(#firstName),.login-form:has(#firstName) .form-field:has(#lastName){width:calc(50% - 5px)}.login-form:has(#firstName) .form-field:has(#firstName){margin-right:5px}.login-form:has(#firstName) .form-field:has(#lastName){margin-left:calc(50% + 5px);margin-top:-66px}.password-input-wrap{position:relative;min-width:0}.password-input-wrap input{padding-right:44px}.password-visibility-button{position:absolute;top:50%;right:6px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:10px;color:var(--muted);background:transparent;cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease;transform:translateY(-50%)}.password-visibility-button:hover{color:var(--primary);background:var(--primary-soft)}.password-visibility-button:active{transform:translateY(-50%) scale(.96)}.password-guidance{display:grid;gap:7px;margin-top:-2px;padding:10px;border:1px solid color-mix(in srgb,var(--border) 74%,transparent);border-radius:15px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--primary) 6%,transparent),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent)}.password-strength-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.password-strength-row span{color:var(--muted);font-size:10px;font-weight:820}.password-strength-label{font-size:10px;font-weight:950}.password-strength-label.empty{color:var(--muted)}.password-strength-label.weak{color:#ef4444}.password-strength-label.fair{color:#f59e0b}.password-strength-label.good{color:#2563eb}.password-strength-label.strong{color:#16a34a}.password-strength-meter{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.password-strength-meter span{height:5px;border-radius:999px;background:color-mix(in srgb,var(--muted) 16%,transparent)}.password-strength-meter.weak span:nth-child(1){background:#ef4444}.password-strength-meter.fair span:nth-child(-n+2){background:#f59e0b}.password-strength-meter.good span:nth-child(-n+3){background:#2563eb}.password-strength-meter.strong span{background:#16a34a}.validation-hint{display:flex;align-items:flex-start;gap:7px;margin:0;font-size:10.5px;font-weight:760;line-height:1.35}.validation-hint svg{flex:0 0 auto;margin-top:1px}.validation-hint.valid{color:#16a34a}.validation-hint.invalid{color:#ef4444}.validation-hint.muted{color:var(--muted)}.password-rule-list{display:flex;flex-wrap:wrap;gap:6px}.password-rule-list span{display:inline-flex;align-items:center;gap:5px;min-height:22px;border-radius:999px;padding:0 8px;color:var(--muted);background:color-mix(in srgb,var(--muted) 8%,transparent);font-size:10px;font-weight:780}.password-rule-list span svg{color:color-mix(in srgb,var(--muted) 70%,transparent)}.password-rule-list span.valid{color:#166534;background:#22c55e1a}.password-rule-list span.valid svg{color:#16a34a}.signup-code-field{gap:6px}.signup-code-whatsapp{display:inline-flex;align-items:center;gap:7px;width:fit-content;max-width:100%;color:#16a34a;text-decoration:none;font-size:10.5px;font-weight:850;line-height:1.35}.signup-code-whatsapp:hover{text-decoration:underline}.signup-code-whatsapp svg{flex:0 0 auto}.login-submit{height:42px;border:0;border-radius:14px;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);cursor:pointer;font-size:15px;font-weight:850;letter-spacing:-.025em;box-shadow:0 14px 28px #635bff38;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 17px 34px #635bff42}.login-submit:active:not(:disabled){transform:translateY(0) scale(.99)}.login-submit:disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.login-error,.settings-success{max-width:100%;overflow-wrap:anywhere;padding:9px 11px;border-radius:13px;font-size:11px;font-weight:750;line-height:1.45}.login-error{color:var(--red);border:1px solid rgba(239,68,68,.12);background:#ef444417}.settings-success{color:var(--green);border:1px solid rgba(34,197,94,.13);background:#22c55e17}.login-footer{margin:0;color:var(--muted);font-size:12px;font-weight:520;line-height:1.45}.login-footer a,.login-footer button{border:0;padding:0;color:var(--primary);background:transparent;cursor:pointer;font-size:inherit;font-weight:850;letter-spacing:-.015em}.login-footer button:hover,.login-footer a:hover{text-decoration:underline}.login-footer input{width:14px;height:14px;transform:translateY(2px);accent-color:var(--primary)}.login-footer strong{color:var(--text);overflow-wrap:anywhere;font-weight:850}.center-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.marketing-page{min-height:100dvh;padding:0 0 88px;overflow-x:hidden;color:#0f172a;background:radial-gradient(circle at 88% 8%,rgba(139,92,246,.13),transparent 28%),radial-gradient(circle at 8% 18%,rgba(109,40,217,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fafc 48%,#fff)}.marketing-nav{position:sticky;top:0;z-index:40;width:min(1180px,calc(100% - 72px));min-height:68px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(148,163,184,.18);border-top:0;border-radius:0 0 22px 22px;background:#ffffffe0;box-shadow:0 14px 36px #0f172a13;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:marketingFadeUp .42s ease both}.marketing-brand{display:inline-flex;align-items:center;color:inherit;text-decoration:none}.marketing-nav-links{display:flex;align-items:center;gap:30px}.marketing-nav-links a{position:relative;color:#0f172a;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:-.02em;opacity:.82;transition:color .16s ease,opacity .16s ease}.marketing-nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;border-radius:999px;background:#7c3aed;transition:right .18s ease}.marketing-nav-links a:hover{color:#6d28d9;opacity:1}.marketing-nav-links a:hover:after{right:0}.marketing-actions,.hero-actions,.marketing-access-actions{display:flex;align-items:center;gap:12px}.marketing-page .primary-button,.marketing-page .ghost-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:999px;padding:0 17px;text-decoration:none;font-size:13px;font-weight:900;letter-spacing:-.025em;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.marketing-page .primary-button{border:1px solid rgba(255,255,255,.18);color:#fff;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#7c3aed,#8b5cf6 52%,#6d28d9);box-shadow:0 18px 36px #6d28d93d}.marketing-page .ghost-button{border:1px solid rgba(124,58,237,.28);color:#0f172a;background:#ffffffc2}.marketing-page .primary-button:hover,.marketing-page .ghost-button:hover{transform:translateY(-2px)}.marketing-page .primary-button:hover{box-shadow:0 22px 44px #6d28d94d}.marketing-page .ghost-button:hover{border-color:#7c3aed6b;background:#fff;box-shadow:0 14px 30px #0f172a12}.marketing-page .primary-button:active,.marketing-page .ghost-button:active{transform:translateY(0) scale(.99)}.marketing-page .primary-button:focus-visible,.marketing-page .ghost-button:focus-visible,.marketing-nav-links a:focus-visible,.login-submit:focus-visible,.password-visibility-button:focus-visible,.login-footer button:focus-visible,.login-footer a:focus-visible{outline:3px solid rgba(124,58,237,.25);outline-offset:3px}.marketing-page .primary-button.large,.marketing-page .ghost-button.large{min-height:50px;padding:0 23px;font-size:14px}.marketing-mobile-access{display:none}.hero{position:relative;width:min(1180px,calc(100% - 72px));max-width:none;min-height:500px;margin:0 auto;padding:56px 58px 42px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,.88fr);gap:46px;align-items:center;overflow:hidden;border-radius:0 0 32px 32px;color:#fff;background:radial-gradient(circle at 76% 22%,rgba(139,92,246,.3),transparent 30%),radial-gradient(circle at 12% 10%,rgba(124,58,237,.22),transparent 26%),linear-gradient(135deg,#050b18,#07162d 52%,#020817);box-shadow:0 30px 80px #0f172a38;animation:marketingFadeUp .52s ease 80ms both}.hero:before{content:"";position:absolute;inset:auto -8% -28%;height:220px;opacity:.2;background:repeating-radial-gradient(ellipse at center,rgba(139,92,246,.34) 0,rgba(139,92,246,.34) 1px,transparent 2px,transparent 18px);transform:rotate(-4deg);pointer-events:none}.hero-copy,.hero-product-card{position:relative;z-index:1}.hero-copy{max-width:650px}.marketing-section .eyebrow,.marketing-access-section .eyebrow{color:#6d28d9;border:1px solid rgba(124,58,237,.16);background:#7c3aed14;box-shadow:none}.hero h1{max-width:620px;margin:22px 0 18px;font-size:clamp(42px,4.2vw,60px);font-weight:950;line-height:1.02;letter-spacing:-.082em}.hero p{max-width:590px;margin:0;color:#e2e8f0e0;font-size:17px;font-weight:520;line-height:1.7}.hero-actions{margin-top:30px}.hero .ghost-button{color:#fff;background:#0f172a47;border-color:#8b5cf685}.hero-trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:34px}.hero-trust-row span{position:relative;display:inline-flex;align-items:center;gap:8px;color:#e2e8f0db;font-size:12px;font-weight:850}.hero-trust-row span:before{content:"";width:9px;height:9px;border-radius:999px;background:#8b5cf6;box-shadow:0 0 0 5px #8b5cf624}.hero-product-card{position:relative;width:min(100%,530px);min-height:390px;justify-self:end;align-self:center;overflow:visible;padding:20px;border:1px solid rgba(226,232,240,.38);border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:0 30px 70px #02081757,inset 0 1px #ffffffe6;animation:marketingHeroMockup .56s ease .22s both,marketingFloat 5.6s ease-in-out .9s infinite}.hero-product-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:#0f172a}.hero-product-header span{display:block;color:#64748b;font-size:12px;font-weight:800}.hero-product-header strong{display:block;margin-top:2px;font-size:17px;font-weight:950;letter-spacing:-.04em}.hero-status-pill{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 11px;color:#166534;background:#dcfce7;font-size:11px;font-weight:950}.hero-dashboard-preview{display:grid;grid-template-columns:72px minmax(0,1fr);min-height:260px;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:radial-gradient(circle at 86% 14%,rgba(139,92,246,.1),transparent 30%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 22px 50px #0f172a1a,inset 0 1px #ffffffeb}.hero-dashboard-sidebar{display:flex;flex-direction:column;align-items:center;gap:14px;padding:18px 0;color:#7c3aed;background:linear-gradient(180deg,#7c3aed14,#7c3aed06);border-right:1px solid rgba(148,163,184,.16)}.hero-dashboard-sidebar>svg{width:30px;height:30px;margin-bottom:4px}.hero-dashboard-sidebar span{display:block;width:34px;height:9px;border-radius:999px;background:#7c3aed1f}.hero-dashboard-sidebar span:nth-of-type(1){width:42px;background:#7c3aed38}.hero-dashboard-main{min-width:0;padding:20px}.hero-dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.hero-dashboard-title span,.hero-dashboard-cards span,.hero-recent-list small{color:#64748b;font-size:11px;font-weight:850;letter-spacing:-.01em}.hero-dashboard-title strong{color:#0f172a;font-size:23px;font-weight:950;letter-spacing:-.06em}.hero-dashboard-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.hero-dashboard-cards div{min-height:76px;padding:14px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#fff}.hero-dashboard-cards strong{display:block;margin-top:8px;color:#0f172a;font-size:16px;font-weight:950;letter-spacing:-.04em}.hero-chart{display:flex;height:78px;align-items:flex-end;gap:8px;margin-bottom:16px;padding:14px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,#7c3aed0b,#ffffffeb)}.hero-chart span{flex:1;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#8b5cf6,#6d28d9);opacity:.84}.hero-chart span:nth-child(1){height:38%}.hero-chart span:nth-child(2){height:58%}.hero-chart span:nth-child(3){height:46%}.hero-chart span:nth-child(4){height:78%}.hero-chart span:nth-child(5){height:64%}.hero-recent-list{display:grid;gap:9px}.hero-recent-list div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:34px;padding:8px 10px;border:1px solid rgba(148,163,184,.14);border-radius:14px;background:#fff}.hero-recent-list div>span{width:10px;height:10px;border-radius:999px;background:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61f}.hero-recent-list strong{overflow:hidden;color:#0f172a;font-size:12px;font-weight:850;white-space:nowrap;text-overflow:ellipsis}.hero-phone-preview{position:absolute;right:-26px;bottom:-34px;width:210px;padding:16px 14px;border:1px solid rgba(226,232,240,.22);border-radius:28px;color:#fff;background:radial-gradient(circle at 68% 16%,rgba(139,92,246,.34),transparent 30%),linear-gradient(180deg,#06152d,#020817);box-shadow:0 26px 64px #02081752,0 0 0 8px #ffffff8c}.hero-phone-top{display:grid;gap:4px;margin-bottom:14px}.hero-phone-top span{color:#e2e8f0b8;font-size:12px;font-weight:800}.hero-phone-top strong{overflow:hidden;font-size:12px;font-weight:950;white-space:nowrap;text-overflow:ellipsis}.hero-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hero-keypad span{display:flex;width:34px;height:31px;align-items:center;justify-content:center;justify-self:center;border-radius:11px;color:#ffffffeb;background:#ffffff13;font-size:12px;font-weight:900}.hero-call-button{display:flex;width:100%;height:36px;align-items:center;justify-content:center;margin-top:12px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);font-size:13px;font-weight:950}.marketing-trust-strip,.marketing-section,.marketing-access-section,.marketing-footer{animation:marketingFadeUp .52s ease both}.marketing-trust-strip{width:min(1060px,calc(100% - 72px));margin:34px auto 0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:26px;align-items:center;padding:20px 24px;border:1px solid rgba(148,163,184,.18);border-radius:28px;background:#ffffffc7;box-shadow:0 18px 48px #0f172a0b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation-delay:.12s}.marketing-trust-strip>span{color:#0f172a;font-size:14px;font-weight:950;letter-spacing:-.035em;white-space:nowrap}.marketing-trust-strip div{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.marketing-trust-strip strong{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;padding:0 14px;color:#475569;background:#f8fafc;border:1px solid rgba(148,163,184,.16);font-size:12px;font-weight:850;letter-spacing:-.015em}.marketing-section{width:min(1060px,calc(100% - 72px));margin:68px auto 0;scroll-margin-top:92px}.marketing-pricing-section{width:min(1120px,calc(100% - 72px))}.marketing-section-header{max-width:720px;margin:0 auto 32px;text-align:center}.marketing-section-header h2,.marketing-access-section h2{margin:14px 0 10px;color:#0f172a;font-size:clamp(31px,3.5vw,46px);font-weight:950;line-height:1.06;letter-spacing:-.078em}.marketing-section-header p,.marketing-access-section p{margin:0;color:#64748b;font-size:15px;font-weight:520;line-height:1.7}.marketing-feature-grid,.marketing-pricing-grid,.marketing-steps-grid,.marketing-guide-grid{display:grid;gap:18px}.marketing-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-feature-card,.marketing-step-card,.marketing-price-card,.marketing-guide-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.marketing-feature-card:hover,.marketing-step-card:hover,.marketing-price-card:hover,.marketing-guide-card:hover{transform:translateY(-4px);border-color:#7c3aed47;box-shadow:0 24px 62px #0f172a14}.marketing-feature-card{min-height:214px;padding:24px;border:1px solid rgba(148,163,184,.2);border-radius:24px;background:#ffffffe6;box-shadow:0 18px 46px #0f172a0d}.marketing-feature-icon{display:flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:26px;border-radius:16px;color:#7c3aed;background:#7c3aed17}.marketing-feature-card h3,.marketing-step-card h3{margin:0 0 10px;color:#0f172a;font-size:18px;font-weight:950;line-height:1.18;letter-spacing:-.055em}.marketing-feature-card p,.marketing-step-card p{margin:0;color:#475569;font-size:14px;font-weight:520;line-height:1.65}.marketing-starter-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;margin-bottom:24px;padding:28px 30px;border:1px solid rgba(124,58,237,.22);border-radius:28px;background:radial-gradient(circle at 16% 12%,rgba(139,92,246,.14),transparent 30%),linear-gradient(135deg,#fff,#faf7ff);box-shadow:0 20px 54px #6d28d91a,inset 0 1px #ffffffe6}.marketing-starter-banner span,.marketing-price-top span,.marketing-guide-intro span{display:inline-flex;width:fit-content;min-height:30px;align-items:center;border-radius:999px;padding:0 12px;color:#6d28d9;background:#7c3aed1a;font-size:11px;font-weight:950;letter-spacing:-.01em}.marketing-starter-banner h3{max-width:760px;margin:14px 0 8px;color:#0f172a;font-size:clamp(25px,2.55vw,36px);font-weight:950;line-height:1.05;letter-spacing:-.075em}.marketing-starter-banner p{max-width:740px;margin:0;color:#64748b;font-size:14px;font-weight:550;line-height:1.65}.marketing-starter-banner .primary-button{min-width:190px}.marketing-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.marketing-price-card{position:relative;min-height:405px;display:flex;flex-direction:column;padding:26px;border:1px solid rgba(148,163,184,.2);border-radius:28px;background:radial-gradient(circle at 18% 10%,rgba(124,58,237,.06),transparent 26%),#fff;box-shadow:0 18px 46px #0f172a0e}.marketing-price-card.highlighted{border-color:#7c3aed5c;background:radial-gradient(circle at 22% 8%,rgba(139,92,246,.14),transparent 30%),linear-gradient(180deg,#fff,#faf7ff);box-shadow:0 24px 64px #6d28d929,inset 0 1px #ffffffe6;transform:translateY(-8px)}.marketing-price-card.highlighted:hover{transform:translateY(-12px)}.marketing-price-card.highlighted:before{content:"Recommended";position:absolute;top:-15px;left:50%;display:inline-flex;min-height:30px;align-items:center;justify-content:center;border-radius:999px;padding:0 14px;color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 14px 30px #6d28d93d;font-size:11px;font-weight:950;transform:translate(-50%)}.marketing-price-top{display:grid;gap:12px}.marketing-price-top h3{margin:0;color:#0f172a;font-size:23px;font-weight:950;letter-spacing:-.065em}.marketing-price{display:block;margin:22px 0 18px;color:#0f172a;font-size:48px;font-weight:950;line-height:1;letter-spacing:-.09em}.marketing-price-lines{display:grid;gap:11px;margin-bottom:18px}.marketing-price-lines p{position:relative;margin:0;padding-left:23px;color:#334155;font-size:14px;font-weight:800;line-height:1.45}.marketing-price-lines p:before{content:"";position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:999px;background:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a}.marketing-price-description{min-height:64px;margin:0 0 22px;color:#64748b;font-size:14px;font-weight:520;line-height:1.6}.marketing-price-card .primary-button,.marketing-price-card .ghost-button{width:100%;margin-top:auto}.marketing-pricing-note{max-width:860px;margin:24px auto 0;color:#64748b;font-size:13px;font-weight:550;line-height:1.65;text-align:center}.marketing-steps-section{margin-top:72px}.marketing-steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketing-step-card{min-height:190px;padding:24px;border:1px solid rgba(124,58,237,.16);border-radius:26px;background:radial-gradient(circle at 20% 12%,rgba(139,92,246,.12),transparent 28%),#fff;box-shadow:0 18px 46px #0f172a0e}.marketing-step-card span{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;margin-bottom:24px;border-radius:999px;color:#6d28d9;background:#7c3aed1a;font-size:13px;font-weight:950}.marketing-guide-panel{margin-top:34px;padding:30px;border:1px solid rgba(148,163,184,.18);border-radius:30px;background:radial-gradient(circle at 12% 8%,rgba(124,58,237,.1),transparent 28%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 22px 56px #0f172a0f}.marketing-guide-intro{max-width:780px;margin-bottom:26px}.marketing-guide-intro h3{margin:14px 0 10px;color:#0f172a;font-size:clamp(28px,3vw,42px);font-weight:950;line-height:1.06;letter-spacing:-.078em}.marketing-guide-intro p{margin:0;color:#64748b;font-size:15px;font-weight:520;line-height:1.7}.marketing-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.marketing-guide-card{min-height:170px;padding:22px;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:#ffffffdb;box-shadow:0 14px 34px #0f172a0a}.marketing-guide-card h4{margin:0 0 10px;color:#0f172a;font-size:17px;font-weight:950;line-height:1.2;letter-spacing:-.05em}.marketing-guide-card p{margin:0;color:#475569;font-size:14px;font-weight:520;line-height:1.65}.marketing-access-section{width:min(1060px,calc(100% - 72px));margin:72px auto 0;padding:34px 38px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;border-radius:30px;color:#fff;background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.18),transparent 24%),linear-gradient(135deg,#23128f,#6d28d9 48%,#8b5cf6);box-shadow:0 24px 60px #6d28d938;scroll-margin-top:92px}.marketing-access-section h2,.marketing-access-section p{color:#fff}.marketing-access-section h2{max-width:680px;font-size:clamp(30px,3vw,42px)}.marketing-access-section p{max-width:660px;opacity:.88}.marketing-access-section .eyebrow{color:#fff;border-color:#ffffff2e;background:#ffffff24}.marketing-access-section .primary-button{color:#6d28d9;background:#fff;box-shadow:0 18px 38px #0f172a29}.marketing-access-section .ghost-button{color:#fff;border-color:#ffffff57;background:#ffffff14}.marketing-footer{width:min(1180px,calc(100% - 72px));margin:72px auto 0;padding:30px 0 38px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(148,163,184,.2)}.marketing-footer .teletone-logo-mark{width:32px;height:32px}.marketing-footer .teletone-logo-text{font-size:20px}.marketing-footer p{max-width:560px;margin:0;color:#64748b;font-size:13px;font-weight:550;line-height:1.6;text-align:right}.legal-page{min-height:100dvh;padding:56px 24px;color:#0f172a;background:radial-gradient(circle at 82% 8%,rgba(139,92,246,.14),transparent 28%),radial-gradient(circle at 10% 18%,rgba(109,40,217,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fafc 52%,#fff)}.legal-card{width:min(920px,100%);margin:0 auto;padding:38px;border:1px solid rgba(148,163,184,.18);border-radius:32px;background:#ffffffeb;box-shadow:0 28px 70px #0f172a14}.legal-brand{display:inline-flex;margin-bottom:22px;color:#7c3aed;text-decoration:none;font-size:22px;font-weight:950;letter-spacing:-.07em}.legal-pill{display:inline-flex;min-height:30px;align-items:center;margin-left:12px;border-radius:999px;padding:0 12px;color:#6d28d9;background:#7c3aed1a;font-size:11px;font-weight:950}.legal-card h1{margin:0 0 18px;color:#0f172a;font-size:clamp(36px,4vw,56px);font-weight:950;line-height:1.02;letter-spacing:-.085em}.legal-content{display:grid;gap:18px;margin-top:22px}.legal-content h2{margin:18px 0 0;color:#0f172a;font-size:21px;font-weight:950;line-height:1.2;letter-spacing:-.055em}.legal-content p{margin:0;color:#475569;font-size:15px;font-weight:520;line-height:1.75}.legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.legal-actions .primary-button,.legal-actions .ghost-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;text-decoration:none;font-size:14px;font-weight:950}.legal-actions .primary-button{color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 18px 36px #6d28d93d}.legal-actions .ghost-button{color:#0f172a;border:1px solid rgba(124,58,237,.24);background:#fff}@media(max-width:1100px){.login-card{grid-template-columns:.9fr 1.1fr}.login-copy h1{font-size:clamp(32px,3.3vw,44px)}.login-copy-preview{display:none}.hero{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);padding:54px 38px 40px}.hero h1{font-size:clamp(40px,5vw,56px)}.hero-product-card{width:100%}.hero-phone-preview{right:-12px;bottom:-28px;width:198px}.marketing-feature-grid,.marketing-pricing-grid,.marketing-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-price-card.highlighted{transform:none}.marketing-price-card.highlighted:hover{transform:translateY(-4px)}}@media(max-width:880px){.marketing-nav{width:min(100% - 28px,760px)}.marketing-nav-links{display:none}.hero{width:min(100% - 28px,760px);grid-template-columns:1fr;min-height:auto;padding:52px 28px 34px;gap:30px}.hero-copy{max-width:none}.hero-product-card{min-height:auto;max-width:520px;justify-self:center;padding-bottom:190px}.hero-phone-preview{right:24px;bottom:18px}.marketing-trust-strip{width:min(100% - 28px,760px);grid-template-columns:1fr;gap:16px}.marketing-trust-strip div{justify-content:flex-start}.marketing-starter-banner,.marketing-access-section{grid-template-columns:1fr}.marketing-starter-banner .primary-button,.marketing-access-actions .primary-button,.marketing-access-actions .ghost-button{width:100%}.marketing-access-actions{display:grid;grid-template-columns:1fr}.marketing-guide-panel{padding:24px}.marketing-guide-grid{grid-template-columns:1fr}.marketing-guide-card{min-height:auto}}@media(max-width:860px){.login-shell{height:auto;min-height:100dvh;overflow:auto;padding:16px;gap:16px}.login-shell-top{min-height:42px}.login-card{width:100%;height:auto;max-height:none;margin:0 auto;grid-template-columns:1fr;gap:14px;padding:16px;border-radius:24px;overflow:visible}.login-copy{min-height:auto;height:auto;padding:22px;border-radius:20px}.login-copy-content{justify-content:flex-start}.login-copy h1{max-width:100%;margin:14px 0 8px;font-size:clamp(30px,10vw,44px)}.login-copy p{max-width:100%;font-size:14px;line-height:1.5}.login-copy-metrics{max-width:100%;margin-top:18px}.login-copy-bullets{max-width:100%;margin-top:16px}.login-copy-preview{display:none}.login-form{width:100%;height:auto;padding:12px 6px 4px;gap:11px;overflow:visible}.login-form:has(#firstName) .form-field:has(#firstName),.login-form:has(#firstName) .form-field:has(#lastName){width:100%;margin:0}.form-field input,.password-input-wrap input{height:42px}.password-visibility-button{width:34px;height:34px}.login-submit{height:44px}.login-error,.settings-success{font-size:12px}.login-footer{font-size:13px}}@media(max-width:680px){html:has(.marketing-page){scroll-padding-top:70px}.marketing-page{padding-top:56px;padding-bottom:82px;background:radial-gradient(circle at 80% 4%,rgba(139,92,246,.12),transparent 28%),linear-gradient(180deg,#fff,#f8fafc 48%,#fff)}.marketing-nav{position:fixed;top:0;left:0;right:0;z-index:80;width:100%;min-height:56px;margin:0;padding:0 14px;border:0;border-bottom:1px solid rgba(148,163,184,.16);border-radius:0;background:#fffffff0;box-shadow:0 10px 28px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.marketing-nav-links,.marketing-actions{display:none}.teletone-logo{gap:8px}.teletone-logo-mark{width:30px;height:30px;border-radius:10px}.teletone-logo-mark svg{width:28px;height:28px}.teletone-logo-text{font-size:18px}.marketing-mobile-access{position:fixed;left:0;right:0;bottom:0;z-index:100;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border:0;border-top:1px solid rgba(148,163,184,.18);border-radius:0;background:#fffffff5;box-shadow:0 -12px 34px #0f172a1f,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.marketing-mobile-access .ghost-button,.marketing-mobile-access .primary-button{min-height:42px;border-radius:14px;font-size:13px;font-weight:950}.marketing-mobile-access .ghost-button{border:1px solid rgba(124,58,237,.22);color:#0f172a;background:#fff}.marketing-mobile-access .primary-button{border:1px solid rgba(255,255,255,.18);color:#fff;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#7c3aed,#8b5cf6 52%,#6d28d9);box-shadow:0 12px 26px #6d28d93d}.hero{width:100%;min-height:auto;margin:0;padding:24px 18px 74px;grid-template-columns:1fr;gap:24px;border-radius:0;box-shadow:none}.hero:before{height:120px;opacity:.14}.hero .eyebrow{max-width:100%;padding:6px 10px;font-size:10px}.hero h1{max-width:330px;margin:16px 0 12px;font-size:34px;line-height:1.02;letter-spacing:-.075em}.hero p{max-width:330px;font-size:13px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px}.hero-actions .primary-button,.hero-actions .ghost-button{min-height:44px;font-size:13px}.hero-trust-row{display:grid;grid-template-columns:1fr;gap:9px;margin-top:18px}.hero-trust-row span{font-size:12px}.hero-product-card{display:none}.marketing-section,.marketing-pricing-section,.marketing-access-section,.marketing-footer,.marketing-trust-strip{width:calc(100% - 28px)}.marketing-trust-strip{margin-top:22px;padding:18px;grid-template-columns:1fr;gap:14px;border-radius:22px}.marketing-trust-strip>span{white-space:normal;font-size:15px}.marketing-trust-strip div,.marketing-feature-grid,.marketing-pricing-grid,.marketing-steps-grid,.marketing-guide-grid{display:grid;grid-template-columns:1fr}.marketing-trust-strip strong{min-height:38px;justify-content:center}.marketing-section{margin-top:42px;scroll-margin-top:70px}.marketing-section-header{margin-bottom:24px;text-align:left}.marketing-section-header h2,.marketing-access-section h2{font-size:30px;line-height:1.08;letter-spacing:-.07em}.marketing-section-header p,.marketing-access-section p{font-size:14px;line-height:1.62}.marketing-feature-card,.marketing-step-card,.marketing-price-card{min-height:auto;padding:22px;border-radius:22px}.marketing-feature-icon{width:44px;height:44px;margin-bottom:22px}.marketing-starter-banner{grid-template-columns:1fr;gap:18px;padding:20px;border-radius:24px}.marketing-starter-banner h3{font-size:25px;line-height:1.08}.marketing-starter-banner p{font-size:13px}.marketing-starter-banner .primary-button{width:100%}.marketing-price-card.highlighted{transform:none}.marketing-price-card.highlighted:hover{transform:translateY(-4px)}.marketing-price{font-size:42px}.marketing-price-description{min-height:auto}.marketing-pricing-note{text-align:left}.marketing-guide-panel{width:100%;margin-top:24px;padding:18px;border-radius:22px}.marketing-guide-intro{margin-bottom:20px}.marketing-guide-intro span{min-height:28px;padding:0 11px;font-size:10px}.marketing-guide-intro h3{margin-top:12px;font-size:25px;line-height:1.08;letter-spacing:-.065em}.marketing-guide-intro p,.marketing-guide-card p{font-size:13px;line-height:1.55}.marketing-guide-card{min-height:auto;padding:16px;border-radius:17px}.marketing-guide-card h4{margin-bottom:8px;font-size:16px;line-height:1.18}.marketing-access-section{margin-top:56px;margin-bottom:8px;padding:22px;grid-template-columns:1fr;border-radius:26px;scroll-margin-top:70px}.marketing-access-actions{display:grid;grid-template-columns:1fr}.marketing-access-actions .primary-button,.marketing-access-actions .ghost-button{width:100%}.marketing-footer{margin-top:56px;padding-bottom:18px;align-items:flex-start;flex-direction:column}.marketing-footer p{text-align:left}.legal-page{padding:24px 14px 96px}.legal-card{padding:24px 20px;border-radius:24px}.legal-brand{margin-bottom:14px;font-size:20px}.legal-pill{margin-left:0;margin-bottom:18px}.legal-card h1{font-size:34px}.legal-content{gap:14px}.legal-content h2{font-size:18px}.legal-content p{font-size:13px;line-height:1.65}.legal-actions{display:grid;grid-template-columns:1fr}.legal-actions .primary-button,.legal-actions .ghost-button{width:100%}}@media(max-width:420px){.login-shell{padding:12px;gap:12px}.login-card{padding:12px;border-radius:22px}.login-copy{padding:18px}.login-copy h1{font-size:31px}.login-copy-metrics{grid-template-columns:1fr}.login-form{padding:8px 4px 2px;gap:10px}.login-form-header h2{font-size:22px}.login-form-header p,.login-footer{font-size:12px}.form-field input,.password-input-wrap input{height:40px}.password-rule-list{display:grid;grid-template-columns:1fr}.hero{padding-left:16px;padding-right:16px}.hero h1{max-width:300px;font-size:30px}.hero p{max-width:300px;font-size:12px}.hero-actions .primary-button,.hero-actions .ghost-button,.marketing-mobile-access .ghost-button,.marketing-mobile-access .primary-button{min-height:40px;font-size:12px}.marketing-mobile-access{padding-left:10px;padding-right:10px;gap:8px}.marketing-section-header h2,.marketing-access-section h2{font-size:27px}.marketing-starter-banner h3{font-size:24px}.marketing-guide-intro h3{font-size:23px}.marketing-guide-card h4{font-size:15px}.marketing-guide-card p{font-size:11.5px}}@media(max-height:760px)and (min-width:861px){.login-shell{gap:10px;padding:16px 24px}.login-shell-top{min-height:40px}.login-card{width:min(920px,calc(100vw - 48px));height:calc(100dvh - 74px);padding:18px;gap:18px}.login-copy{padding:22px}.login-copy h1{font-size:clamp(29px,3vw,39px)}.login-copy p{font-size:13px;line-height:1.42}.login-copy-metrics{margin-top:16px}.login-copy-bullets{margin-top:14px}.login-copy-preview{display:none}.login-form{width:min(100%,455px);gap:8px;padding:10px 0;justify-content:flex-start}.login-form-header h2{font-size:21px}.login-form-header p{font-size:11px;line-height:1.32}.form-field input,.password-input-wrap input{height:32px;border-radius:11px;font-size:11px}.password-visibility-button{width:28px;height:28px}.login-form:has(#firstName) .form-field:has(#lastName){margin-top:-56px}.password-guidance{padding:8px;gap:6px}.password-rule-list span{min-height:20px;font-size:9px}.login-submit{height:35px;font-size:13px}.login-error,.settings-success{padding:7px 9px;font-size:10px}.login-footer{font-size:11px}}@media(prefers-reduced-motion:reduce){html:has(.marketing-page){scroll-behavior:auto}.marketing-page *,.login-shell *,.marketing-nav,.hero,.hero-product-card,.login-card,.login-copy-preview,.marketing-trust-strip,.marketing-section,.marketing-access-section,.marketing-footer{animation:none!important;transition:none!important;transform:none!important;filter:none!important}}@media(min-width:861px){.login-shell{height:auto;min-height:100dvh;overflow-y:auto;overflow-x:hidden;align-items:start}.login-card:has(#firstName){align-self:start;margin-top:18px;margin-bottom:32px;min-height:auto;height:auto;overflow:visible;grid-template-columns:minmax(390px,.88fr) minmax(540px,1.12fr)}.login-card:has(#firstName) .login-copy{min-height:650px}.login-form:has(#firstName){max-height:none;height:auto;overflow:visible;justify-content:flex-start;padding:10px 0 6px}.login-form:has(#firstName) .login-form-header{margin-bottom:6px}.login-form:has(#firstName) .form-field{gap:6px}.login-form:has(#firstName) .form-field input,.login-form:has(#firstName) .password-input-wrap input{height:40px}.login-form:has(#firstName) .form-field:has(#firstName),.login-form:has(#firstName) .form-field:has(#lastName){width:calc(50% - 7px)}.login-form:has(#firstName) .form-field:has(#firstName){margin-right:7px}.login-form:has(#firstName) .form-field:has(#lastName){margin-left:calc(50% + 7px);margin-top:-66px}.login-form:has(#firstName) .password-guidance{padding:9px}.login-form:has(#firstName) .login-submit{margin-top:2px}}@media(min-width:861px)and (max-height:820px){.login-card:has(#firstName){margin-top:12px;margin-bottom:28px}.login-card:has(#firstName) .login-copy{min-height:610px}.login-form:has(#firstName){gap:8px}.login-form:has(#firstName) .form-field input,.login-form:has(#firstName) .password-input-wrap input{height:36px}.login-form:has(#firstName) .form-field:has(#lastName){margin-top:-61px}.login-form:has(#firstName) .password-guidance{padding:8px;gap:6px}}@media(min-width:861px){.login-shell:has(#firstName){padding:12px 28px 18px;gap:8px}.login-shell:has(#firstName) .login-shell-top{min-height:38px}.login-card:has(#firstName){width:min(1160px,calc(100vw - 48px));margin-top:4px;margin-bottom:18px;padding:18px;gap:22px;border-radius:30px;grid-template-columns:minmax(380px,.88fr) minmax(540px,1.12fr)}.login-card:has(#firstName) .login-copy{min-height:570px;padding:28px;border-radius:24px}.login-card:has(#firstName) .login-copy h1{max-width:390px;margin-bottom:12px;font-size:clamp(34px,3.1vw,44px);line-height:1.03}.login-card:has(#firstName) .login-copy p{max-width:410px;font-size:14px;line-height:1.48}.login-card:has(#firstName) .login-copy-metrics{margin-top:20px}.login-card:has(#firstName) .login-copy-metrics div{padding:13px}.login-card:has(#firstName) .login-copy-metrics strong{font-size:22px}.login-card:has(#firstName) .login-copy-bullets{gap:9px;margin-top:18px}.login-form:has(#firstName){width:min(100%,560px);gap:8px;padding:0}.login-form:has(#firstName) .login-form-header{gap:4px;margin-bottom:5px}.login-form:has(#firstName) .login-form-header h2{font-size:25px}.login-form:has(#firstName) .login-form-header p{font-size:12px;line-height:1.35}.login-form:has(#firstName) .form-field{gap:5px}.login-form:has(#firstName) .form-field label{font-size:10.5px}.login-form:has(#firstName) .form-field input,.login-form:has(#firstName) .password-input-wrap input{height:36px;border-radius:12px}.login-form:has(#firstName) .form-field:has(#lastName){margin-top:-61px}.login-form:has(#firstName) .password-guidance{gap:5px;padding:8px;border-radius:13px}.login-form:has(#firstName) .password-strength-meter span{height:4px}.login-form:has(#firstName) .password-rule-list span{min-height:20px;font-size:9.5px}.login-form:has(#firstName) .validation-hint{font-size:10px}.login-form:has(#firstName) .signup-code-whatsapp{font-size:10px}.login-form:has(#firstName) .login-footer{font-size:11.5px}.login-form:has(#firstName) .login-submit{height:38px;border-radius:13px;font-size:14px}}@media(min-width:861px)and (max-height:820px){.login-shell:has(#firstName){padding-top:8px}.login-card:has(#firstName){margin-top:0;padding:16px}.login-card:has(#firstName) .login-copy{min-height:540px;padding:24px}.login-card:has(#firstName) .login-copy h1{font-size:clamp(31px,2.8vw,40px)}.login-card:has(#firstName) .login-copy p{font-size:13px}.login-form:has(#firstName){gap:7px}.login-form:has(#firstName) .form-field input,.login-form:has(#firstName) .password-input-wrap input{height:34px}.login-form:has(#firstName) .form-field:has(#lastName){margin-top:-58px}.login-form:has(#firstName) .login-submit{height:36px}}@media(max-width:680px){.login-shell{padding:14px;gap:14px;background:radial-gradient(circle at 85% 6%,rgba(124,58,237,.12),transparent 30%),radial-gradient(circle at 8% 92%,rgba(34,197,94,.055),transparent 28%),var(--bg)}.login-shell-top{width:100%;min-height:42px}.login-card,.login-card:has(#firstName){width:100%;padding:12px;gap:12px;border-radius:24px}.login-copy{min-height:auto;padding:18px;border-radius:22px}.login-copy .eyebrow{margin-bottom:10px;padding:6px 10px;font-size:10px}.login-copy h1{max-width:100%;margin:0 0 8px;font-size:29px;line-height:1.04;letter-spacing:-.075em}.login-copy p{max-width:100%;font-size:12px;line-height:1.45}.login-copy-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.login-copy-metrics div{padding:10px;border-radius:15px}.login-copy-metrics strong{font-size:18px}.login-copy-metrics span{font-size:10px}.login-copy-bullets{gap:7px;margin-top:12px}.login-copy-bullets span{font-size:11px}.login-form,.login-form:has(#firstName){padding:8px 4px 2px;gap:10px}.login-form-header h2{font-size:27px}.login-form-header p{font-size:13px;line-height:1.45}.password-guidance{padding:10px}.password-rule-list{display:grid;grid-template-columns:1fr}.password-rule-list span{width:100%;justify-content:flex-start}.signup-code-whatsapp{width:100%;align-items:flex-start;font-size:12px}.login-submit{height:48px;border-radius:17px;font-size:16px}}@media(max-width:420px){.login-copy h1{font-size:26px}.login-copy p{font-size:11.5px}.login-copy-metrics{grid-template-columns:1fr 1fr}.login-copy-bullets span{font-size:10.5px}.login-form-header h2{font-size:25px}.login-form-header p{font-size:12px}}@media(max-width:680px){.login-shell{padding-top:8px;gap:8px}.login-shell-top{min-height:34px;margin-bottom:0}.login-shell-top .teletone-logo-mark{width:32px;height:32px;border-radius:11px}.login-shell-top .teletone-logo-text{font-size:20px}.login-card,.login-card:has(#firstName){margin-top:4px}}@media(max-width:420px){.login-shell{padding-top:6px}.login-shell-top{min-height:32px}.login-card,.login-card:has(#firstName){margin-top:2px}}.marketing-mobile-nav{display:none}@media(max-width:680px){.marketing-page{padding-top:112px}.marketing-mobile-nav{position:fixed;top:56px;left:0;right:0;z-index:79;display:flex;gap:8px;overflow-x:auto;padding:10px 14px;border-bottom:1px solid rgba(148,163,184,.14);background:#fffffff0;box-shadow:0 10px 24px #0f172a0e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none;animation:marketingFadeUp .36s ease both}.marketing-mobile-nav::-webkit-scrollbar{display:none}.marketing-mobile-nav a{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(124,58,237,.18);border-radius:999px;padding:0 13px;color:#334155;background:radial-gradient(circle at 20% 10%,rgba(139,92,246,.08),transparent 30%),#ffffffeb;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:-.02em;white-space:nowrap;box-shadow:0 8px 18px #0f172a0a}.marketing-mobile-nav a:hover,.marketing-mobile-nav a:active{color:#6d28d9;border-color:#7c3aed57;background:#fff}.hero{padding-top:22px}html:has(.marketing-page){scroll-padding-top:118px}.marketing-section,.marketing-access-section{scroll-margin-top:118px}}@media(max-width:420px){.marketing-mobile-nav{gap:7px;padding:9px 10px}.marketing-mobile-nav a{min-height:32px;padding:0 11px;font-size:11.5px}}@media(max-width:680px){.marketing-page{padding-top:56px}.marketing-mobile-nav{position:sticky;top:56px;left:auto;right:auto;z-index:78;margin:0;padding:10px 14px;border-top:1px solid rgba(148,163,184,.1);border-bottom:1px solid rgba(148,163,184,.14);background:#fffffff5;box-shadow:0 10px 24px #0f172a0b}.hero{margin-top:0;padding-top:26px}html:has(.marketing-page){scroll-padding-top:112px}.marketing-section,.marketing-access-section{scroll-margin-top:112px}}@media(max-width:420px){.marketing-page{padding-top:56px}.marketing-mobile-nav{top:56px;padding:9px 10px}.hero{padding-top:22px}}@media(max-width:680px){.marketing-page{padding-top:56px;padding-bottom:96px}.marketing-nav{min-height:52px;padding:0 14px}.marketing-nav .teletone-logo-mark{width:30px;height:30px;border-radius:10px}.marketing-nav .teletone-logo-text{font-size:20px}.marketing-mobile-nav{top:52px;padding:8px 12px;gap:7px}.marketing-mobile-nav a{min-height:32px;padding:0 12px;font-size:11.5px}.hero{padding-top:18px;padding-bottom:112px}.hero-actions{margin-bottom:12px}.marketing-mobile-access{padding-top:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.marketing-mobile-access .ghost-button,.marketing-mobile-access .primary-button{min-height:40px;border-radius:14px}html:has(.marketing-page){scroll-padding-top:104px}.marketing-section,.marketing-access-section{scroll-margin-top:104px}}@media(max-width:420px){.marketing-mobile-nav{padding:7px 10px;gap:6px}.marketing-mobile-nav a{min-height:31px;padding:0 10px;font-size:11px}.hero{padding-top:16px;padding-bottom:108px}}@media(max-width:680px){.hero-actions .ghost-button[href="#pricing"]{display:none}.hero{padding-bottom:88px}.hero-actions{margin-bottom:0}}@media(max-width:420px){.hero{padding-bottom:84px}}.customer-page{min-width:0;min-height:0;height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:clamp(8px,1vh,12px);overflow:hidden;background:transparent}.customer-page-header{min-width:0;min-height:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.customer-page-header>div{min-width:0}.customer-page-header h1{margin:0;overflow:hidden;color:var(--text);font-size:clamp(20px,1.8vw,28px);font-weight:950;line-height:1;letter-spacing:-.06em;text-overflow:ellipsis;white-space:nowrap}.customer-page-header p{max-width:720px;margin:5px 0 0;overflow:hidden;color:var(--muted);font-size:clamp(11px,.82vw,13px);font-weight:650;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.customer-refresh-button{flex:0 0 auto;min-width:86px;height:34px;border:1px solid var(--border);border-radius:12px;padding:0 12px;color:var(--text);background:radial-gradient(circle at top right,color-mix(in srgb,var(--primary) 6%,transparent),transparent 34%),var(--surface);cursor:pointer;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px #0f172a09}.customer-refresh-button:hover:not(:disabled){border-color:color-mix(in srgb,var(--primary) 42%,var(--border));color:var(--primary);transform:translateY(-1px)}.customer-refresh-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.customer-page>.panel,.customer-page>.panel.wide{min-width:0;min-height:0;overflow:hidden}.customer-page>.panel .panel-body,.customer-page>.panel.wide .panel-body{min-width:0;min-height:0;overflow:hidden}.customer-page>.panel .panel-header,.customer-page>.panel.wide .panel-header{min-width:0}.customer-page>.panel .panel-header h2,.customer-page>.panel.wide .panel-header h2,.customer-page>.panel .panel-title,.customer-page>.panel.wide .panel-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-caller-id-notice{position:fixed;top:92px;left:312px;right:24px;z-index:80;min-width:0;min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:9px;align-items:center;padding:7px 9px;border:1px solid rgba(245,158,11,.28);border-radius:13px;background:linear-gradient(90deg,#f59e0b2e,color-mix(in srgb,var(--surface) 94%,transparent) 44%,color-mix(in srgb,var(--surface) 86%,transparent));box-shadow:0 14px 30px #0f172a14,0 0 0 1px #ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.cc-caller-id-notice svg{color:var(--amber)}.cc-caller-id-notice>div:first-of-type{min-width:0;display:grid;gap:2px}.cc-caller-id-notice strong{overflow:hidden;color:var(--text);font-size:11px;font-weight:950;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cc-caller-id-notice span{overflow:hidden;color:var(--muted);font-size:10px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cc-caller-id-notice-actions{display:flex;align-items:center;gap:6px}.cc-caller-id-notice-actions button{height:26px;border:0;border-radius:10px;padding:0 10px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#f59e0b,#d97706);cursor:pointer;font-size:10px;font-weight:950;white-space:nowrap}.cc-caller-id-notice-actions button.icon{width:26px;padding:0;display:grid;place-items:center;color:var(--muted);background:color-mix(in srgb,var(--surface-soft) 88%,transparent)}.cc-caller-id-notice-actions button:hover{transform:translateY(-1px)}@media(max-height:820px)and (min-width:861px){.customer-page{gap:8px}.customer-page-header h1{font-size:clamp(18px,1.55vw,24px)}.customer-page-header p{margin-top:3px;font-size:clamp(10px,.75vw,12px);line-height:1.35}.customer-refresh-button{height:32px;min-width:78px;border-radius:11px;font-size:10px}.cc-caller-id-notice{top:82px;min-height:34px;padding:6px 8px;border-radius:12px}.cc-caller-id-notice-actions button{height:24px;font-size:9px}.cc-caller-id-notice-actions button.icon{width:24px}}@media(max-width:1180px)and (min-width:861px){.cc-caller-id-notice{left:24px;right:24px}}@media(max-width:860px){.customer-page{min-width:0;min-height:0;height:100%;max-height:100%;display:block;overflow-y:auto;overflow-x:hidden;padding:0 0 14px;background:transparent;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-page::-webkit-scrollbar{display:none}.customer-page-header{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:start;margin-bottom:10px}.customer-page-header h1{font-size:22px;line-height:1.05;letter-spacing:-.07em;white-space:normal}.customer-page-header p{max-width:100%;margin-top:4px;font-size:12px;line-height:1.45;white-space:normal}.customer-refresh-button{width:100%;min-width:0;height:40px;border-radius:14px;font-size:12px}.customer-page>.panel,.customer-page>.panel.wide{min-height:auto;height:auto;overflow:visible;border-radius:20px}.customer-page>.panel .panel-body,.customer-page>.panel.wide .panel-body{min-height:auto;height:auto;overflow:visible}.cc-caller-id-notice{position:fixed;left:12px;right:12px;top:calc(max(8px,env(safe-area-inset-top)) + 72px);z-index:112;min-height:48px;grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding:8px;border-radius:17px}.cc-caller-id-notice strong{font-size:10px}.cc-caller-id-notice span{font-size:9px}.cc-caller-id-notice-actions button{height:30px;padding:0 10px;border-radius:11px;font-size:9px}.cc-caller-id-notice-actions button.icon{width:30px}}@media(max-width:420px){.customer-page{padding-bottom:12px}.customer-page-header{margin-bottom:9px}.customer-page-header h1{font-size:21px}.customer-page-header p{font-size:11.5px}.customer-refresh-button{height:38px}.cc-caller-id-notice{left:10px;right:10px;top:calc(max(8px,env(safe-area-inset-top)) + 70px)}}@media(prefers-reduced-motion:reduce){.customer-page,.customer-page *,.customer-refresh-button,.cc-caller-id-notice,.cc-caller-id-notice *{animation:none!important;transition:none!important;transform:none!important}}.customer-page>.summary-grid.customer{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,.8vw,10px)}.customer-page>.summary-grid.customer .metric-card,.customer-page>.summary-grid.customer .summary-card{min-width:0;min-height:72px;display:grid;align-items:center;padding:12px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--primary) 7%,transparent),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 10px 26px #0f172a0a}.customer-page>.summary-grid.customer .metric-card{grid-template-columns:42px minmax(0,1fr);gap:12px}.customer-page>.summary-grid.customer .summary-card{grid-template-columns:minmax(0,1fr);align-content:center;gap:4px}.customer-page>.summary-grid.customer .metric-card>div:last-child,.customer-page>.summary-grid.customer .summary-card>div,.customer-page>.summary-grid.customer .summary-card>span,.customer-page>.summary-grid.customer .summary-card>strong{min-width:0}.customer-page>.summary-grid.customer .metric-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:var(--primary);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.24),transparent 28%),#635bff24}.customer-page>.summary-grid.customer .metric-icon svg{display:block;width:19px;height:19px;stroke:currentColor}.customer-page>.summary-grid.customer .metric-card.green .metric-icon{color:var(--green);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 28%),#22c55e24}.customer-page>.summary-grid.customer .metric-card.blue .metric-icon{color:var(--blue);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 28%),#3b82f624}.customer-page>.summary-grid.customer .metric-card.indigo .metric-icon,.customer-page>.summary-grid.customer .metric-card.purple .metric-icon{color:var(--primary);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.24),transparent 28%),#7c3aed29}.customer-page>.summary-grid.customer .metric-card.amber .metric-icon{color:var(--amber);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 28%),#f59e0b29}.customer-page>.summary-grid.customer span,.customer-page>.summary-grid.customer small{min-width:0;overflow:hidden;color:var(--muted);font-size:10px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.customer-page>.summary-grid.customer strong,.customer-page>.summary-grid.customer h3{min-width:0;margin:0;overflow:hidden;color:var(--text);font-size:clamp(17px,1.4vw,22px);font-weight:950;line-height:1.05;letter-spacing:-.055em;text-overflow:ellipsis;white-space:nowrap}.customer-page>.summary-grid.customer .metric-card span,.customer-page>.summary-grid.customer .metric-card small{display:block;margin-bottom:4px}.customer-page>.summary-grid.customer .summary-card span,.customer-page>.summary-grid.customer .summary-card small{display:block}.customer-page>.summary-grid.customer .summary-card strong,.customer-page>.summary-grid.customer .summary-card h3{margin-top:2px}@media(max-height:820px)and (min-width:861px){.customer-page>.summary-grid.customer{gap:8px}.customer-page>.summary-grid.customer .metric-card,.customer-page>.summary-grid.customer .summary-card{min-height:62px;padding:10px;border-radius:16px}.customer-page>.summary-grid.customer .metric-card{grid-template-columns:36px minmax(0,1fr);gap:10px}.customer-page>.summary-grid.customer .metric-icon{width:36px;height:36px;border-radius:12px}.customer-page>.summary-grid.customer .metric-icon svg{width:17px;height:17px}.customer-page>.summary-grid.customer span,.customer-page>.summary-grid.customer small{font-size:9px}.customer-page>.summary-grid.customer strong,.customer-page>.summary-grid.customer h3{font-size:clamp(15px,1.2vw,19px)}}@media(max-width:1180px)and (min-width:861px){.customer-page>.summary-grid.customer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.customer-page>.summary-grid.customer{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-page>.summary-grid.customer .metric-card,.customer-page>.summary-grid.customer .summary-card{min-height:70px;padding:9px;border-radius:17px}.customer-page>.summary-grid.customer .metric-card{grid-template-columns:32px minmax(0,1fr);gap:8px}.customer-page>.summary-grid.customer .metric-icon{width:32px;height:32px;border-radius:12px}.customer-page>.summary-grid.customer .metric-icon svg{width:16px;height:16px}.customer-page>.summary-grid.customer span,.customer-page>.summary-grid.customer small{font-size:9px;line-height:1.25}.customer-page>.summary-grid.customer strong,.customer-page>.summary-grid.customer h3{font-size:16px;line-height:1.05}}@media(max-width:420px){.customer-page>.summary-grid.customer{gap:7px}.customer-page>.summary-grid.customer .metric-card,.customer-page>.summary-grid.customer .summary-card{min-height:64px;padding:8px;border-radius:16px}.customer-page>.summary-grid.customer .metric-card{grid-template-columns:30px minmax(0,1fr);gap:7px}.customer-page>.summary-grid.customer .metric-icon{width:30px;height:30px;border-radius:11px}.customer-page>.summary-grid.customer .metric-icon svg{width:15px;height:15px}.customer-page>.summary-grid.customer span,.customer-page>.summary-grid.customer small{font-size:8.5px}.customer-page>.summary-grid.customer strong,.customer-page>.summary-grid.customer h3{font-size:14px}}@media(prefers-reduced-motion:reduce){.customer-page>.summary-grid.customer .metric-card,.customer-page>.summary-grid.customer .summary-card{animation:none!important;transition:none!important;transform:none!important}}.customer-history-page{min-height:0;height:100%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:9px}.customer-history-page .customer-page-header{margin-bottom:0}.customer-history-page .customer-page-header>div{min-width:0}.customer-history-page .customer-page-header h1{margin-bottom:4px}.customer-history-page>.summary-grid.customer{min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:0}.customer-history-page>.summary-grid.customer .metric-card,.customer-history-page>.summary-grid.customer .summary-card{min-height:66px;padding-top:10px;padding-bottom:10px}.customer-history-page>.panel{min-height:0;height:100%;overflow:hidden}.customer-history-page>.panel .panel-body{min-height:0;height:100%;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.customer-history-filters{min-width:0;display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(130px,.8fr) minmax(126px,.7fr) minmax(126px,.7fr) auto auto;gap:8px;align-items:center;margin-bottom:9px}.customer-history-filters input,.customer-history-filters select{min-width:0;width:100%;height:36px;border:1px solid var(--border);border-radius:12px;padding:0 11px;outline:0;color:var(--text);background:var(--surface-soft);font-size:11px;font-weight:750}.customer-history-filters input::placeholder{color:var(--muted)}.customer-history-filters input:focus,.customer-history-filters select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #635bff1f}.customer-filter-button{height:36px;min-width:64px;border:1px solid var(--border);border-radius:12px;padding:0 12px;color:var(--text);background:var(--surface);cursor:pointer;font-size:11px;font-weight:900}.customer-filter-button.primary{color:#fff;border-color:transparent;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed)}.customer-filter-button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.customer-filter-button.primary:hover:not(:disabled){color:#fff;transform:translateY(-1px)}.customer-filter-button:disabled{cursor:not-allowed;opacity:.55}.customer-history-list{min-height:0;height:100%;max-height:none;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:8px;padding-right:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 35%,transparent) transparent}.customer-history-list::-webkit-scrollbar{width:6px}.customer-history-list::-webkit-scrollbar-track{background:transparent}.customer-history-list::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 28%,transparent)}.customer-history-row{min-width:0;display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(220px,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:15px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.045),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent)}.customer-history-main{min-width:0;display:grid;grid-template-columns:10px minmax(0,1fr);gap:10px;align-items:center}.customer-call-status-dot{width:8px;height:8px;border-radius:999px}.customer-call-status-dot.ok{background:var(--green);box-shadow:0 0 0 4px #22c55e1a}.customer-call-status-dot.bad{background:var(--red);box-shadow:0 0 0 4px #ef44441a}.customer-history-main div{min-width:0}.customer-history-main strong{display:block;overflow:hidden;color:var(--text);font-size:13px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.customer-history-main small{display:block;margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.customer-history-meta{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:center}.customer-history-meta span{min-width:0;overflow:hidden;color:var(--muted);font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.customer-history-call-button{min-width:70px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:12px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 14px 28px #22c55e2e;cursor:pointer;font-size:11px;font-weight:900}.customer-history-call-button:hover:not(:disabled){transform:translateY(-1px)}.customer-history-call-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.customer-history-pagination{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid var(--border)}.customer-history-pagination span{color:var(--muted);font-size:11px;font-weight:800}.customer-history-pagination div{display:flex;align-items:center;gap:8px}.customer-history-pagination button{height:30px;border:1px solid var(--border);border-radius:10px;padding:0 11px;color:var(--text);background:var(--surface);cursor:pointer;font-size:11px;font-weight:850}.customer-history-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.customer-history-pagination button:disabled{cursor:not-allowed;opacity:.45}.customer-history-page .empty-state{min-height:112px;padding:18px;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.055),transparent 34%),color-mix(in srgb,var(--surface) 94%,transparent)}.customer-history-page .empty-state h3,.customer-history-page .empty-state strong{color:var(--text);font-size:17px;font-weight:950;line-height:1.25}.customer-history-page .empty-state p,.customer-history-page .empty-state span{color:var(--muted);font-size:12px;font-weight:650;line-height:1.5}@media(max-height:820px)and (min-width:861px){.customer-history-page{gap:7px}.customer-history-page>.summary-grid.customer{gap:7px}.customer-history-page>.summary-grid.customer .metric-card,.customer-history-page>.summary-grid.customer .summary-card{min-height:60px;padding-top:8px;padding-bottom:8px}.customer-history-filters{margin-bottom:7px}.customer-history-filters input,.customer-history-filters select,.customer-filter-button{height:32px}.customer-history-row{padding:8px}.customer-history-call-button{height:32px}}@media(max-width:1180px)and (min-width:861px){.customer-history-page>.summary-grid.customer{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-history-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-history-row{grid-template-columns:minmax(160px,1fr) minmax(180px,.9fr) auto}}@media(max-width:860px){.customer-history-page{height:100%;min-height:0;max-height:100%;display:block;overflow-y:auto;overflow-x:hidden;padding:0 0 14px;background:transparent}.customer-history-page .customer-page-header{margin-bottom:10px}.customer-history-page .customer-page-header h1{font-size:22px;line-height:1.05}.customer-history-page .customer-page-header p{max-width:100%;font-size:12px;line-height:1.45}.customer-history-page>.summary-grid.customer{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.customer-history-page>.summary-grid.customer .metric-card,.customer-history-page>.summary-grid.customer .summary-card{min-height:70px;padding:9px;border-radius:17px}.customer-history-page>.summary-grid.customer .metric-icon{width:32px;height:32px;border-radius:12px}.customer-history-page>.summary-grid.customer .metric-icon svg{width:16px;height:16px}.customer-history-page>.summary-grid.customer span,.customer-history-page>.summary-grid.customer small{font-size:9px;line-height:1.25}.customer-history-page>.summary-grid.customer strong,.customer-history-page>.summary-grid.customer h3{font-size:16px;line-height:1.05}.customer-history-page>.panel{height:auto;min-height:auto;overflow:visible;border-radius:20px}.customer-history-page>.panel .panel-body{height:auto;min-height:auto;overflow:visible;display:block}.customer-history-page .panel-header,.customer-history-page .panel-title,.customer-history-page .panel h2{margin-bottom:8px}.customer-history-filters{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:10px}.customer-history-filters input:first-child{grid-column:1 / -1}.customer-history-filters input,.customer-history-filters select,.customer-filter-button{height:36px;border-radius:13px;font-size:10px}.customer-filter-button{font-weight:950}.customer-history-list{height:auto;max-height:none;overflow:visible;display:grid;gap:8px;padding:0}.customer-history-row{min-height:auto;display:grid;grid-template-columns:1fr auto;gap:8px 10px;align-items:center;padding:10px;border-radius:16px}.customer-history-main{grid-column:1;grid-row:1;min-width:0;grid-template-columns:10px minmax(0,1fr);gap:9px}.customer-history-main strong{font-size:14px;line-height:1.2}.customer-history-main small{margin-top:3px;font-size:10px;line-height:1.25}.customer-history-meta{grid-column:1 / -1;grid-row:2;padding-left:19px;display:flex;flex-wrap:wrap;gap:6px}.customer-history-meta span{max-width:100%;min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 8px;color:var(--muted);background:color-mix(in srgb,var(--surface-soft) 82%,transparent);font-size:9.5px;font-weight:850}.customer-history-call-button{grid-column:2;grid-row:1;min-width:78px;width:auto;height:34px;justify-self:end;padding:0 12px;border-radius:13px;font-size:11px}.customer-history-call-button svg{width:14px;height:14px}.customer-history-pagination{margin-top:10px;padding-top:10px;display:grid;grid-template-columns:1fr;gap:8px}.customer-history-pagination span{text-align:center;font-size:10px}.customer-history-pagination div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customer-history-pagination button{width:100%;height:36px;border-radius:13px;font-size:11px}.customer-history-page .empty-state{min-height:96px;padding:16px;border-radius:18px}.customer-history-page .empty-state h3,.customer-history-page .empty-state strong{font-size:16px;line-height:1.25}.customer-history-page .empty-state p,.customer-history-page .empty-state span{font-size:11px;line-height:1.45}}@media(max-width:420px){.customer-history-page>.summary-grid.customer{gap:7px}.customer-history-page>.summary-grid.customer .metric-card,.customer-history-page>.summary-grid.customer .summary-card{min-height:62px;padding:8px}.customer-history-page>.summary-grid.customer strong,.customer-history-page>.summary-grid.customer h3{font-size:14px}.customer-history-row{padding:9px}.customer-history-call-button{min-width:72px;padding:0 10px}}@media(prefers-reduced-motion:reduce){.customer-history-page,.customer-history-page *,.customer-history-row,.customer-history-call-button,.customer-filter-button{animation:none!important;transition:none!important;transform:none!important}}.customer-balance-page,.customer-balance-page.top-up,.customer-balance-page.wallet{min-height:0;height:100%;grid-template-rows:auto auto minmax(0,1fr)}.customer-balance-page.top-up>.customer-page-header.compact{min-height:0;margin:0 0 10px;display:flex;justify-content:flex-end}.customer-balance-page.top-up>.customer-page-header.compact>div{display:none}.customer-wallet-warning{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid rgba(245,158,11,.24);border-radius:18px;background:radial-gradient(circle at top left,rgba(245,158,11,.11),transparent 34%),#f59e0b14}.customer-wallet-warning.danger{border-color:#ef44443d;background:radial-gradient(circle at top left,rgba(239,68,68,.11),transparent 34%),#ef444414}.customer-wallet-warning div{min-width:0;display:grid;gap:3px}.customer-wallet-warning strong{color:var(--text);font-size:13px;font-weight:850;line-height:1.25}.customer-wallet-warning span{color:var(--muted);font-size:12px;font-weight:650;line-height:1.4}.customer-wallet-warning button{flex:0 0 auto;height:34px;border:0;border-radius:12px;padding:0 13px;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 24px #635bff2e;cursor:pointer;font-size:12px;font-weight:850}.customer-topup-layout{min-height:0;height:100%;display:grid;grid-template-columns:minmax(0,2.25fr) minmax(300px,.75fr);gap:clamp(12px,1vw,18px);align-items:stretch}.customer-topup-layout>.panel,.customer-topup-side>.panel{min-height:0;overflow:hidden}.customer-topup-layout>.panel .panel-body,.customer-topup-side>.panel .panel-body{min-height:0;height:100%;overflow:hidden}.customer-topup-main{min-height:0;height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px}.customer-topup-hero{position:relative;min-height:82px;display:grid;align-content:center;gap:6px;padding:clamp(13px,1.15vw,17px);overflow:hidden;border:1px solid color-mix(in srgb,var(--primary) 14%,var(--border));border-radius:20px;background:radial-gradient(circle at 0% 0%,rgba(99,91,255,.11),transparent 34%),radial-gradient(circle at 100% 100%,rgba(34,197,94,.065),transparent 34%),color-mix(in srgb,var(--surface) 97%,transparent)}.customer-topup-hero:before,.customer-topup-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.customer-topup-hero:before{width:150px;height:150px;right:-82px;top:-82px;background:#635bff13}.customer-topup-hero:after{width:120px;height:120px;left:-74px;bottom:-74px;background:#22c55e0e}.customer-topup-hero strong,.customer-topup-hero p{position:relative;z-index:1}.customer-topup-hero strong{max-width:560px;color:var(--text);font-size:clamp(20px,1.65vw,27px);font-weight:950;line-height:1.05;letter-spacing:-.075em}.customer-topup-hero p{max-width:720px;margin:0;color:var(--muted);font-size:12px;font-weight:650;line-height:1.42}.customer-topup-error{padding:10px 12px;border:1px solid rgba(239,68,68,.18);border-radius:15px;color:var(--red);background:#ef444414;font-size:12px;font-weight:800}.customer-voucher-card{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:14px;align-items:center;padding:clamp(12px,1vw,15px);border:1px solid color-mix(in srgb,var(--primary) 16%,var(--border));border-radius:20px;background:radial-gradient(circle at top right,rgba(99,91,255,.08),transparent 34%),radial-gradient(circle at bottom left,rgba(34,197,94,.05),transparent 32%),color-mix(in srgb,var(--surface) 96%,transparent)}.customer-voucher-card:focus-within{border-color:color-mix(in srgb,var(--primary) 42%,var(--border));box-shadow:0 0 0 4px #635bff14}.customer-voucher-copy{min-width:0;display:grid;gap:5px}.customer-voucher-copy span{width:fit-content;padding:5px 8px;border-radius:999px;color:var(--primary);background:var(--primary-soft);font-size:10px;font-weight:900;line-height:1}.customer-voucher-copy strong{color:var(--text);font-size:clamp(15px,1.15vw,18px);font-weight:950;letter-spacing:-.05em}.customer-voucher-copy p{max-width:560px;margin:0;color:var(--muted);font-size:11px;font-weight:650;line-height:1.42}.customer-voucher-form{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.customer-voucher-form input{min-width:0;width:100%;height:38px;border:1px solid var(--border);border-radius:13px;padding:0 12px;outline:0;color:var(--text);background:var(--surface);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.customer-voucher-form input::placeholder{color:var(--muted);font-size:11px;font-weight:750;letter-spacing:0;text-transform:none}.customer-voucher-form input:focus:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 3px #635bff1f}.customer-voucher-form input:disabled{cursor:not-allowed;opacity:.65}.customer-voucher-form button{min-width:88px;height:38px;border:0;border-radius:13px;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 24px #635bff2e;cursor:pointer;font-size:12px;font-weight:950}.customer-voucher-form button:hover:not(:disabled),.customer-wallet-warning button:hover:not(:disabled),.customer-wallet-mini button:hover:not(:disabled),.customer-topup-cta:hover:not(:disabled){transform:translateY(-1px)}.customer-voucher-form button:disabled,.customer-wallet-warning button:disabled,.customer-wallet-mini button:disabled,.customer-topup-cta:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.customer-voucher-message{grid-column:1 / -1;display:grid;gap:4px;padding:10px 12px;border-radius:14px;font-size:11px;font-weight:800;line-height:1.45}.customer-voucher-message strong{font-size:12px;font-weight:950}.customer-voucher-message span,.customer-voucher-message small{display:block}.customer-voucher-message.error{color:var(--red);border:1px solid rgba(239,68,68,.18);background:#ef444414}.customer-voucher-message.success{color:var(--green);border:1px solid rgba(34,197,94,.2);background:#22c55e14}.customer-voucher-message.success small{color:color-mix(in srgb,var(--green) 78%,var(--text))}.customer-topup-packages{min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:clamp(12px,1vw,16px);padding-right:4px;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 32%,transparent) transparent}.customer-topup-packages::-webkit-scrollbar,.customer-payment-attempt-list::-webkit-scrollbar,.customer-topup-history-list::-webkit-scrollbar,.customer-charge-list::-webkit-scrollbar{width:6px}.customer-topup-packages::-webkit-scrollbar-track,.customer-payment-attempt-list::-webkit-scrollbar-track,.customer-topup-history-list::-webkit-scrollbar-track,.customer-charge-list::-webkit-scrollbar-track{background:transparent}.customer-topup-packages::-webkit-scrollbar-thumb,.customer-payment-attempt-list::-webkit-scrollbar-thumb,.customer-topup-history-list::-webkit-scrollbar-thumb,.customer-charge-list::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 28%,transparent)}.customer-topup-package-card{min-width:0;min-height:236px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;padding:clamp(15px,1.15vw,18px);border:1px solid var(--border);border-radius:22px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.075),transparent 32%),color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 12px 30px #0f172a09;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.customer-topup-package-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary) 24%,var(--border));box-shadow:0 18px 42px #635bff17}.customer-topup-package-header{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.customer-topup-package-header div{min-width:0;display:grid;gap:4px}.customer-topup-package-header div strong{overflow:hidden;color:var(--text);font-size:16px;font-weight:950;letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap}.customer-topup-package-header div span{color:var(--muted);font-size:10px;font-weight:750}.customer-topup-package-header>small{flex:0 0 auto;max-width:92px;overflow:hidden;padding:6px 9px;border-radius:999px;color:var(--primary);background:var(--primary-soft);font-size:9px;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.customer-topup-package-price{display:grid;gap:4px}.customer-topup-package-price span{color:var(--muted);font-size:10px;font-weight:800}.customer-topup-package-price strong{color:var(--text);font-size:clamp(27px,2.15vw,34px);font-weight:950;line-height:1;letter-spacing:-.085em;white-space:nowrap}.customer-topup-package-details{display:grid;gap:7px}.customer-topup-package-detail{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:7px;border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent)}.customer-topup-package-detail:last-child{border-bottom:0;padding-bottom:0}.customer-topup-package-detail span{color:var(--muted);font-size:10px;font-weight:750}.customer-topup-package-detail strong{color:var(--text);font-size:10px;font-weight:900;text-align:right;white-space:nowrap}.customer-topup-cta{height:40px;border:0;border-radius:14px;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 26px #635bff33;cursor:pointer;font-size:12px;font-weight:950}.customer-topup-side,.customer-wallet-side{min-height:0;display:grid;align-content:start;gap:clamp(10px,1vw,14px)}.customer-topup-side{grid-template-rows:auto minmax(0,1fr)}.customer-topup-side>.panel:last-child{min-height:0;height:100%;overflow:hidden}.customer-topup-side>.panel:last-child .panel-body{min-height:0;height:100%;overflow:hidden}.customer-wallet-mini,.customer-bonus-card,.customer-wallet-usage{display:grid;gap:8px}.customer-wallet-mini span,.customer-bonus-card span,.customer-wallet-usage span{color:var(--muted);font-size:11px;font-weight:750}.customer-wallet-mini>strong,.customer-bonus-card>strong{color:var(--text);font-size:clamp(24px,2vw,32px);font-weight:900;line-height:1;letter-spacing:-.08em}.customer-wallet-mini small,.customer-bonus-card small{color:var(--muted);font-size:10px;font-weight:650;line-height:1.45}.customer-wallet-mini button{width:fit-content;height:34px;margin-top:4px;border:0;border-radius:12px;padding:0 13px;color:#fff;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 24px #635bff2e;cursor:pointer;font-size:12px;font-weight:850}.customer-wallet-mini button+button{color:var(--text);border:1px solid var(--border);background:var(--surface-soft);box-shadow:none}.customer-wallet-info-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent)}.customer-wallet-info-row:last-child{border-bottom:0}.customer-wallet-info-row span{color:var(--muted);font-size:11px;font-weight:750}.customer-wallet-info-row strong{color:var(--text);font-size:12px;font-weight:850;text-align:right}.customer-payment-attempts{min-height:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr);gap:10px;overflow:hidden}.customer-payment-attempt-list{min-height:0;max-height:252px;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:8px;padding-right:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 32%,transparent) transparent}.customer-payment-attempt-row{min-width:0;min-height:88px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;align-items:center;padding:9px 10px;border:1px solid var(--border);border-radius:14px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.045),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent)}.customer-payment-attempt-row div{min-width:0}.customer-payment-attempt-row div strong{display:block;overflow:hidden;color:var(--text);font-size:12px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.customer-payment-attempt-row div small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.customer-payment-attempt-row>span{justify-self:end;max-width:90px;overflow:hidden;padding:5px 7px;border-radius:999px;color:var(--muted);background:var(--surface-soft);font-size:9px;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}.customer-payment-attempt-row>time{grid-column:1 / -1;overflow:hidden;color:var(--muted);font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.customer-payment-attempt-row.paid>span{color:var(--green);background:#22c55e17}.customer-payment-attempt-row.pending>span{color:var(--amber);background:#f59e0b1a}.customer-payment-attempt-row.failed>span,.customer-payment-attempt-row.expired>span{color:var(--red);background:#ef444417}.customer-payment-attempt-row.canceled>span,.customer-payment-attempt-row.refunded>span{color:var(--muted);background:var(--surface-soft)}.customer-payment-refresh{display:none}.customer-balance-page.wallet .customer-page-header{margin-bottom:10px}.customer-balance-page.wallet .customer-page-header>div{min-width:0}.customer-balance-page.wallet .customer-page-header h1{margin-bottom:4px}.customer-balance-page.wallet .summary-grid.customer{margin-bottom:12px}.customer-wallet-layout{min-height:0;height:100%;display:grid;grid-template-columns:1fr}.customer-wallet-main{min-height:0;height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr);gap:clamp(12px,1vw,16px)}.customer-wallet-main>.panel,.customer-wallet-side>.panel,.customer-wallet-layout>.panel{min-height:0;overflow:hidden}.customer-wallet-main>.panel{height:100%}.customer-wallet-main>.panel .panel-body,.customer-wallet-side>.panel .panel-body,.customer-wallet-layout>.panel .panel-body{min-height:0;height:100%;overflow:hidden}.customer-balance-page.wallet .customer-wallet-side{display:none}.customer-topup-history-list,.customer-charge-list{min-height:0;height:100%;max-height:none;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:7px;padding-right:5px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 32%,transparent) transparent}.customer-topup-history-row,.customer-charge-row{min-width:0;min-height:58px;display:grid;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:15px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.045),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent)}.customer-topup-history-row{grid-template-columns:minmax(0,1fr) minmax(96px,auto)}.customer-charge-row{grid-template-columns:minmax(0,1fr) auto}.customer-topup-history-row div,.customer-charge-row div{min-width:0}.customer-topup-history-row div strong,.customer-charge-row div strong{display:block;overflow:hidden;color:var(--text);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.customer-topup-history-row div small,.customer-charge-row div small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.customer-topup-history-row div small{text-transform:capitalize}.customer-topup-history-row>time{grid-column:2;grid-row:1;align-self:start;overflow:hidden;color:var(--muted);font-size:10px;font-weight:750;text-align:right;text-overflow:ellipsis;white-space:nowrap}.customer-topup-history-row>span{grid-column:2;grid-row:1;align-self:end;overflow:hidden;color:var(--muted);font-size:10px;font-weight:750;text-align:right;text-overflow:ellipsis;white-space:nowrap}.customer-charge-row>span{grid-column:2;grid-row:1;align-self:start;color:var(--muted);font-size:10px;font-weight:800;text-align:right;white-space:nowrap}.customer-charge-row>strong{grid-column:2;grid-row:1;align-self:end;overflow:hidden;color:var(--text);font-size:11px;font-weight:850;text-align:right;text-overflow:ellipsis;white-space:nowrap}.customer-balance-page .empty-state{min-height:112px;padding:18px;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(99,91,255,.055),transparent 34%),color-mix(in srgb,var(--surface) 94%,transparent)}.customer-balance-page .empty-state h3,.customer-balance-page .empty-state strong{color:var(--text);font-size:17px;font-weight:950;line-height:1.25}.customer-balance-page .empty-state p,.customer-balance-page .empty-state span{color:var(--muted);font-size:12px;font-weight:650;line-height:1.5}@media(max-height:820px)and (min-width:861px){.customer-topup-main{gap:10px}.customer-topup-hero{min-height:74px;padding:12px;border-radius:18px}.customer-topup-hero strong{font-size:clamp(18px,1.55vw,23px)}.customer-topup-hero p{font-size:11px;line-height:1.35}.customer-topup-package-card{min-height:220px;padding:13px;border-radius:18px;gap:10px}.customer-topup-package-price strong{font-size:clamp(22px,1.7vw,28px)}.customer-charge-row,.customer-topup-history-row{min-height:43px;padding:7px 9px}.customer-payment-attempt-list{max-height:226px}.customer-payment-attempt-row{min-height:82px}}@media(max-width:1180px){.customer-topup-layout{grid-template-columns:1fr;height:auto}.customer-wallet-main{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto}.customer-topup-layout>.panel,.customer-wallet-main>.panel,.customer-wallet-side>.panel{min-height:auto}.customer-topup-layout>.panel .panel-body,.customer-wallet-main>.panel .panel-body,.customer-wallet-side>.panel .panel-body{height:auto;overflow:visible}.customer-topup-side,.customer-wallet-side{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-topup-side{grid-template-rows:auto}.customer-topup-main{height:auto}.customer-topup-packages{overflow:visible;grid-template-columns:repeat(3,minmax(0,1fr));padding-right:0}.customer-topup-package-card{min-height:236px}.customer-topup-history-list,.customer-charge-list{height:auto;max-height:420px}.customer-payment-attempt-list{max-height:none}}@media(max-width:860px){.customer-balance-page,.customer-balance-page.top-up,.customer-balance-page.wallet{height:100%;min-height:0;max-height:100%;display:block;overflow-y:auto;overflow-x:hidden;padding:0 0 14px;background:transparent}.customer-balance-page.top-up>.customer-page-header.compact{margin-bottom:8px}.customer-balance-page>.customer-page-header,.customer-balance-page>.summary-grid,.customer-balance-page>.customer-wallet-warning,.customer-balance-page>.customer-topup-layout,.customer-balance-page>.customer-wallet-layout{margin-bottom:10px}.customer-wallet-warning{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;border-radius:18px}.customer-wallet-warning div{gap:2px}.customer-wallet-warning strong{font-size:13px}.customer-wallet-warning span{font-size:11px}.customer-wallet-warning button{min-width:78px;height:36px;border-radius:13px;font-size:12px}.customer-topup-layout,.customer-wallet-layout{height:auto;display:grid;grid-template-columns:1fr;gap:12px}.customer-topup-layout>.panel,.customer-topup-side>.panel,.customer-wallet-main>.panel,.customer-wallet-side>.panel,.customer-wallet-layout>.panel{min-height:auto;height:auto;overflow:visible;border-radius:20px}.customer-topup-layout>.panel .panel-body,.customer-topup-side>.panel .panel-body,.customer-wallet-main>.panel .panel-body,.customer-wallet-side>.panel .panel-body,.customer-wallet-layout>.panel .panel-body{min-height:auto;height:auto;overflow:visible}.customer-topup-main{height:auto;min-height:auto;grid-template-rows:auto auto auto;gap:11px}.customer-topup-hero{min-height:auto;padding:14px;border-radius:18px}.customer-topup-hero strong{font-size:22px;line-height:1.05}.customer-topup-hero p{font-size:12px;line-height:1.45}.customer-voucher-card{grid-template-columns:1fr;gap:12px;padding:14px;border-radius:18px}.customer-voucher-copy{gap:6px}.customer-voucher-copy strong{font-size:17px}.customer-voucher-copy p{font-size:12px;line-height:1.45}.customer-voucher-form{grid-template-columns:1fr;gap:9px}.customer-voucher-form input,.customer-voucher-form button{height:46px;border-radius:15px;font-size:14px}.customer-voucher-form input{text-align:center}.customer-voucher-form button{width:100%}.customer-voucher-message{padding:11px 12px;border-radius:15px;font-size:12px}.customer-topup-packages{height:auto;overflow:visible;display:grid;grid-template-columns:1fr;gap:12px;padding:0}.customer-topup-package-card{min-height:auto;padding:16px;border-radius:20px;gap:13px}.customer-topup-package-header div strong{font-size:18px}.customer-topup-package-header div span{font-size:11px}.customer-topup-package-price strong{font-size:32px}.customer-topup-package-detail{padding-bottom:9px}.customer-topup-package-detail span,.customer-topup-package-detail strong{font-size:12px}.customer-topup-cta{height:48px;border-radius:16px;font-size:14px}.customer-topup-side,.customer-wallet-side{display:grid;grid-template-columns:1fr;gap:12px}.customer-wallet-mini{gap:6px}.customer-wallet-mini>strong{font-size:30px}.customer-wallet-mini small{font-size:11px}.customer-wallet-mini button{width:100%;height:44px;border-radius:15px;font-size:13px}.customer-payment-attempts{height:auto;overflow:visible;display:grid;gap:10px}.customer-payment-attempt-list{max-height:none;height:auto;overflow:visible;display:grid;gap:9px;padding:0}.customer-payment-attempt-row{min-height:auto;padding:11px;border-radius:15px}.customer-payment-attempt-row div strong{font-size:13px}.customer-payment-attempt-row div small,.customer-payment-attempt-row>time{font-size:10px}.customer-payment-attempt-row>span{font-size:10px}.customer-balance-page.wallet .customer-page-header{margin-bottom:10px}.customer-balance-page.wallet .summary-grid.customer{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.customer-balance-page.wallet .summary-grid.customer .metric-card,.customer-balance-page.wallet .summary-grid.customer .summary-card{min-height:74px;padding:10px;border-radius:17px}.customer-balance-page.wallet .summary-grid.customer .metric-icon{width:32px;height:32px;border-radius:12px}.customer-balance-page.wallet .summary-grid.customer span,.customer-balance-page.wallet .summary-grid.customer small{font-size:9px;line-height:1.25}.customer-balance-page.wallet .summary-grid.customer strong,.customer-balance-page.wallet .summary-grid.customer h3{font-size:16px;line-height:1.05}.customer-wallet-main{height:auto;display:grid;grid-template-columns:1fr;gap:10px}.customer-topup-history-list,.customer-charge-list{height:auto;max-height:none;overflow:visible;display:grid;gap:8px;padding:0}.customer-topup-history-row,.customer-charge-row{min-height:auto;padding:10px;border-radius:15px}.customer-topup-history-row{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px}.customer-topup-history-row>time{grid-column:1 / -1;grid-row:auto;align-self:auto;font-size:9px;text-align:left}.customer-topup-history-row>span{grid-column:2;grid-row:1;align-self:center;font-size:10px;text-align:right}.customer-charge-row{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px}.customer-charge-row>span{grid-column:1;grid-row:auto;align-self:auto;font-size:10px;text-align:left}.customer-charge-row>strong{grid-column:2;grid-row:1 / span 2;align-self:center;font-size:13px;text-align:right}.customer-topup-history-row div strong,.customer-charge-row div strong{font-size:13px;line-height:1.25}.customer-topup-history-row div small,.customer-charge-row div small{font-size:10px;line-height:1.35}.customer-balance-page .empty-state{min-height:96px;padding:16px;border-radius:18px}.customer-balance-page .empty-state h3,.customer-balance-page .empty-state strong{font-size:16px;line-height:1.25}.customer-balance-page .empty-state p,.customer-balance-page .empty-state span{font-size:11px;line-height:1.45}}@media(max-width:420px){.customer-balance-page{padding-left:0;padding-right:0}.customer-wallet-warning{grid-template-columns:1fr}.customer-wallet-warning button{width:100%}.customer-topup-hero strong{font-size:20px}.customer-voucher-copy strong{font-size:17px}.customer-topup-package-price strong{font-size:30px}.customer-topup-package-card{padding:14px}.customer-balance-page.wallet .summary-grid.customer{gap:7px}.customer-balance-page.wallet .summary-grid.customer .metric-card,.customer-balance-page.wallet .summary-grid.customer .summary-card{min-height:70px;padding:9px}.customer-balance-page.wallet .summary-grid.customer strong,.customer-balance-page.wallet .summary-grid.customer h3{font-size:15px}}@media(prefers-reduced-motion:reduce){.customer-balance-page,.customer-balance-page *,.customer-topup-package-card,.customer-voucher-card,.customer-topup-cta,.customer-wallet-warning button,.customer-wallet-mini button{animation:none!important;transition:none!important;transform:none!important}}.customer-profile-page{min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;display:block;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 28%,transparent) transparent}.customer-profile-page::-webkit-scrollbar{width:6px}.customer-profile-page::-webkit-scrollbar-track{background:transparent}.customer-profile-page::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 26%,transparent)}.customer-profile-page>.customer-page-header,.customer-profile-page>.panel,.customer-profile-page>.customer-profile-bottom-grid{margin-bottom:12px}.customer-profile-page>.customer-page-header{align-items:flex-start}.customer-profile-page>.panel,.customer-profile-page>.panel.wide,.customer-profile-bottom-grid>.panel{min-height:auto;overflow:visible}.customer-profile-page>.panel .panel-body,.customer-profile-page>.panel.wide .panel-body,.customer-profile-bottom-grid>.panel .panel-body{min-height:auto;height:auto;overflow:visible}.customer-account-overview-grid{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.customer-profile-info-card{min-width:0;min-height:58px;display:grid;align-content:center;gap:5px;padding:11px 12px;border:1px solid var(--border);border-radius:15px;background:radial-gradient(circle at top right,rgba(99,91,255,.07),transparent 34%),var(--surface-soft)}.customer-profile-info-card span{overflow:hidden;color:var(--muted);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.customer-profile-info-card strong{min-width:0;overflow:hidden;color:var(--text);font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.customer-profile-header-actions,.customer-profile-action-row{display:none}.customer-profile-header-action,.customer-webphone-wide-button{width:100%;min-width:0;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:16px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 18px 34px #635bff2e;cursor:pointer;font-size:14px;font-weight:950;white-space:nowrap}.customer-profile-header-action.secondary,.customer-webphone-wide-button.secondary{color:var(--text);border:1px solid var(--border);background:radial-gradient(circle at top right,rgba(99,91,255,.08),transparent 34%),var(--surface);box-shadow:0 12px 24px #0f172a0d}.customer-profile-header-action:hover,.customer-webphone-wide-button:hover{transform:translateY(-1px)}.customer-profile-header-action svg,.customer-webphone-wide-button svg{flex:0 0 auto}.customer-profile-bottom-grid{min-height:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,1vw,14px);align-items:start}.customer-profile-bottom-grid>.panel{height:auto}.customer-profile-feature-card{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:start;margin-bottom:12px}.customer-profile-feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:var(--primary);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.24),transparent 28%),#7c3aed29}.customer-profile-feature-card div:last-child{min-width:0}.customer-profile-feature-card strong{display:block;overflow:hidden;color:var(--text);font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.customer-profile-feature-card p{min-height:auto;margin:4px 0 0;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.45;white-space:normal}.customer-form-shell{min-width:0;display:grid;gap:7px;margin-bottom:10px}.customer-form-shell.compact{gap:6px}.customer-form-shell label{color:var(--muted);font-size:10px;font-weight:850}.customer-form-shell input{width:100%;min-width:0;height:34px;border:1px solid var(--border);border-radius:11px;padding:0 10px;outline:0;color:var(--text);background:var(--surface-soft);font-size:11px;font-weight:750}.customer-form-shell input::placeholder{color:var(--muted)}.customer-form-shell input:focus:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 3px #635bff1f}.customer-form-shell input:disabled{cursor:not-allowed;opacity:.62}.customer-form-shell small{color:var(--muted);font-size:9px;line-height:1.35}.customer-disabled-input-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.customer-disabled-input-row button{min-width:78px;height:32px;border:0;border-radius:11px;padding:0 10px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);cursor:not-allowed;font-size:10px;font-weight:900;opacity:.45}.customer-password-panel-scroll{min-height:0;max-height:none;overflow:visible;padding-right:0;padding-bottom:0}.customer-password-submit{width:100%;height:36px;margin-top:4px;border:0;border-radius:12px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 24px #635bff29;cursor:pointer;font-size:11px;font-weight:950}.customer-password-submit:hover:not(:disabled){transform:translateY(-1px)}.customer-password-submit:disabled{cursor:not-allowed;opacity:.42;box-shadow:none;filter:grayscale(.2)}.customer-password-strength{display:grid;gap:4px}.customer-password-strength>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.customer-password-strength span{height:4px;border-radius:999px;background:color-mix(in srgb,var(--muted) 18%,transparent)}.customer-password-strength small{color:var(--muted);font-size:9px;font-weight:750}.customer-password-strength.empty span{background:color-mix(in srgb,var(--muted) 18%,transparent)}.customer-password-strength.weak span:first-child{background:var(--red)}.customer-password-strength.medium span:nth-child(1),.customer-password-strength.medium span:nth-child(2){background:var(--amber)}.customer-password-strength.strong span{background:var(--green)}.customer-password-strength.weak small{color:var(--red)}.customer-password-strength.medium small{color:var(--amber)}.customer-password-strength.strong small{color:var(--green)}.customer-field-error{color:var(--red)!important;font-size:9px!important;font-weight:800}.customer-compact-notice{padding:9px 10px;border:1px solid var(--border);border-radius:12px;color:var(--muted);background:var(--surface-soft);font-size:10px;font-weight:750;line-height:1.4}.customer-compact-notice.success{color:var(--green);border-color:#22c55e33;background:#22c55e14}.customer-compact-notice.danger{color:var(--red);border-color:#ef444433;background:#ef444414}.customer-caller-id-status{display:grid;gap:4px;padding:12px;border:1px solid rgba(34,197,94,.2);border-radius:13px;background:#22c55e14}.customer-caller-id-status.verified{border-color:#22c55e38;background:radial-gradient(circle at top right,rgba(34,197,94,.09),transparent 34%),#22c55e12}.customer-caller-id-status.warning{border-color:#f59e0b3d;background:radial-gradient(circle at top right,rgba(245,158,11,.1),transparent 34%),#f59e0b12}.customer-caller-id-status span,.customer-caller-id-status small{color:var(--green);font-size:10px;font-weight:800}.customer-caller-id-status.warning span,.customer-caller-id-status.warning small{color:var(--amber)}.customer-caller-id-status strong{color:var(--text);font-size:13px;font-weight:950}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .panel-body{display:grid;gap:10px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-form-shell{margin-bottom:0}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-form-shell label{margin-bottom:-2px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-form-shell input{height:38px;border-radius:13px;font-size:13px;font-weight:850}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-password-submit{height:40px;margin-top:2px;border-radius:14px;font-size:13px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-compact-notice{padding:10px 12px;border-radius:14px;font-size:11px;font-weight:800;line-height:1.45}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-compact-notice.danger{color:var(--red);border-color:#ef444438;background:radial-gradient(circle at top right,rgba(239,68,68,.1),transparent 34%),#ef444413}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-compact-notice.success{color:var(--green);border-color:#22c55e38;background:radial-gradient(circle at top right,rgba(34,197,94,.1),transparent 34%),#22c55e13}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-caller-id-status{padding:12px 13px;border-radius:15px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-caller-id-status strong{font-size:14px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .cdr-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .cdr-actions .ghost-button{width:100%;height:40px;min-height:40px;border-radius:14px;padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}.customer-security-list{min-width:0;display:grid;gap:8px}.customer-security-row{min-width:0;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.customer-security-row span{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.customer-security-row strong{max-width:150px;overflow:hidden;color:var(--text);font-size:11px;font-weight:950;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media(max-height:820px)and (min-width:861px){.customer-account-overview-grid{gap:8px}.customer-profile-info-card{min-height:48px;padding:8px 10px}.customer-profile-bottom-grid{gap:10px}.customer-profile-feature-card{grid-template-columns:36px minmax(0,1fr);gap:9px;margin-bottom:9px}.customer-profile-feature-icon{width:36px;height:36px;border-radius:12px}.customer-profile-feature-card strong{font-size:13px}.customer-profile-feature-card p{font-size:10px}.customer-form-shell input,.customer-disabled-input-row button,.customer-password-submit{height:30px}.customer-compact-notice{padding:8px}.customer-security-row{min-height:38px;padding:8px}}@media(max-width:1180px)and (min-width:861px){.customer-account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-profile-bottom-grid{grid-template-columns:1fr}.customer-security-row strong{max-width:220px}}@media(max-width:860px){.customer-profile-page{height:100%;min-height:0;max-height:100%;display:block;overflow-y:auto;overflow-x:hidden;padding:0 0 14px;background:transparent}.customer-profile-page>.customer-page-header,.customer-profile-page>.panel,.customer-profile-page>.customer-profile-bottom-grid{margin-bottom:10px}.customer-profile-page>.customer-page-header h1{font-size:22px;line-height:1.05}.customer-profile-page>.customer-page-header p{max-width:100%;font-size:12px;line-height:1.45}.customer-profile-page>.panel,.customer-profile-page>.panel.wide,.customer-profile-bottom-grid>.panel{border-radius:20px}.customer-account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-profile-info-card{min-height:58px;padding:10px;border-radius:16px}.customer-profile-info-card span{font-size:9px;line-height:1.2}.customer-profile-info-card strong{font-size:12px;line-height:1.2}.customer-profile-bottom-grid{grid-template-columns:1fr;gap:10px}.customer-profile-feature-card{grid-template-columns:38px minmax(0,1fr);gap:10px;margin-bottom:10px}.customer-profile-feature-icon{width:38px;height:38px;border-radius:13px}.customer-profile-feature-card strong{font-size:14px;line-height:1.2;white-space:normal}.customer-profile-feature-card p{margin-top:3px;font-size:10.5px;line-height:1.4}.customer-form-shell{gap:6px;margin-bottom:8px}.customer-form-shell label{font-size:9.5px}.customer-form-shell input{height:40px;border-radius:14px;font-size:13px}.customer-form-shell small{font-size:9.5px;line-height:1.35}.customer-disabled-input-row{grid-template-columns:1fr}.customer-disabled-input-row button{width:100%}.customer-password-submit,.customer-profile-page .customer-profile-bottom-grid .panel:first-child .customer-password-submit{height:42px;border-radius:15px;font-size:13px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .cdr-actions{grid-template-columns:1fr;gap:8px}.customer-profile-page .customer-profile-bottom-grid .panel:first-child .cdr-actions .ghost-button{height:40px;border-radius:14px;font-size:12px}.customer-caller-id-status{padding:11px 12px;border-radius:15px}.customer-caller-id-status span,.customer-caller-id-status small{font-size:9.5px;line-height:1.35}.customer-caller-id-status strong{font-size:13px;line-height:1.25}.customer-compact-notice{padding:10px 12px;border-radius:14px;font-size:10.5px;line-height:1.45}.customer-security-list{gap:8px}.customer-security-row{min-height:auto;grid-template-columns:1fr;align-items:start;padding:10px;border-radius:14px}.customer-security-row span,.customer-security-row strong{font-size:10.5px;line-height:1.35}.customer-security-row strong{max-width:100%;text-align:left}.customer-password-strength small{font-size:9.5px}}@media(max-width:420px){.customer-account-overview-grid{gap:7px}.customer-profile-info-card{min-height:54px;padding:9px}.customer-profile-feature-card{grid-template-columns:36px minmax(0,1fr)}.customer-profile-feature-icon{width:36px;height:36px}}@media(prefers-reduced-motion:reduce){.customer-profile-page,.customer-profile-page *,.customer-profile-info-card,.customer-profile-feature-card,.customer-profile-header-action,.customer-webphone-wide-button,.customer-password-submit{animation:none!important;transition:none!important;transform:none!important}}.customer-support-page{min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;display:block;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 30%,transparent) transparent}.customer-support-page::-webkit-scrollbar{width:6px}.customer-support-page::-webkit-scrollbar-track{background:transparent}.customer-support-page::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 26%,transparent)}.customer-support-page>.customer-page-header,.customer-support-page>.panel{margin-bottom:12px}.customer-support-page>.panel,.customer-support-page>.panel.wide{min-height:auto;overflow:visible}.customer-support-page>.panel .panel-body,.customer-support-page>.panel.wide .panel-body{min-height:auto;height:auto;overflow:visible}.customer-support-layout{min-width:0;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:clamp(12px,1vw,16px);align-items:stretch}.customer-support-hero{min-width:0;min-height:100%;display:grid;align-content:center;gap:10px;padding:clamp(16px,1.4vw,22px);overflow:hidden;border:1px solid color-mix(in srgb,var(--primary) 16%,var(--border));border-radius:22px;background:radial-gradient(circle at 0% 0%,color-mix(in srgb,var(--primary) 13%,transparent),transparent 34%),radial-gradient(circle at 100% 100%,rgba(34,197,94,.07),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 14px 34px #0f172a0f,inset 0 1px #ffffff0f}.customer-support-hero small{width:fit-content;max-width:100%;padding:6px 9px;overflow:hidden;border-radius:999px;color:var(--primary);background:var(--primary-soft);font-size:10px;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap}.customer-support-hero h2{max-width:520px;margin:0;color:var(--text);font-size:clamp(24px,2vw,34px);font-weight:950;line-height:1.02;letter-spacing:-.08em}.customer-support-hero p{max-width:620px;margin:0;color:var(--muted);font-size:13px;font-weight:650;line-height:1.5}.customer-support-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.customer-support-hero .primary-button,.customer-support-hero .ghost-button{min-height:38px;border-radius:14px;padding:0 14px;font-size:12px;font-weight:900}.customer-support-hero .ghost-button svg[viewBox="0 0 32 32"]{width:26px;height:26px;margin-left:-3px}.customer-support-grid{min-width:0;display:grid;grid-template-columns:1fr;gap:clamp(10px,1vw,14px);align-content:start}.customer-support-grid .metric-card{min-width:0;min-height:112px;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"icon title" "icon action";gap:8px 12px;align-items:center;padding:clamp(13px,1vw,16px);border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--primary) 8%,transparent),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 12px 30px #0f172a0b}.customer-support-grid .metric-card:has(.metric-icon svg[viewBox="0 0 32 32"]){grid-template-columns:56px minmax(0,1fr)}.customer-support-grid .metric-icon{grid-area:icon;width:44px;height:44px;align-self:start;margin-top:2px;border-radius:15px;display:grid;place-items:center;color:var(--primary);background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.42),transparent 28%),var(--primary-soft)}.customer-support-grid .metric-icon:has(svg[viewBox="0 0 32 32"]){width:56px;height:56px;margin-top:-2px;border-radius:18px;background:transparent}.customer-support-grid .metric-icon svg{width:20px;height:20px}.customer-support-grid .metric-icon svg[viewBox="0 0 32 32"]{width:46px;height:46px;filter:drop-shadow(0 8px 14px rgba(15,23,42,.1))}.customer-support-card-title{grid-area:title;min-width:0;display:grid;gap:4px;align-self:end}.customer-support-card-title strong,.customer-support-grid .metric-card strong{min-width:0;overflow:hidden;color:var(--text);font-size:15px;font-weight:950;line-height:1.15;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.customer-support-card-title span,.customer-support-grid .metric-card small{min-width:0;overflow-wrap:anywhere;color:var(--muted);font-size:11px;font-weight:700;line-height:1.4}.customer-support-grid .metric-card .ghost-button{grid-area:action;width:fit-content;max-width:100%;min-width:88px;min-height:34px;justify-self:start;border-radius:13px;padding:0 12px;overflow:hidden;font-size:11px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.customer-support-page .empty-state{min-height:118px;padding:18px;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--primary) 7%,transparent),transparent 34%),color-mix(in srgb,var(--surface) 94%,transparent)}.customer-support-page .empty-state h3,.customer-support-page .empty-state strong{color:var(--text);font-size:17px;font-weight:950;line-height:1.25}.customer-support-page .empty-state p,.customer-support-page .empty-state span{color:var(--muted);font-size:12px;font-weight:650;line-height:1.5}@media(max-height:820px)and (min-width:861px){.customer-support-page>.customer-page-header,.customer-support-page>.panel{margin-bottom:10px}.customer-support-hero{padding:15px;border-radius:20px}.customer-support-hero h2{font-size:clamp(22px,1.8vw,28px)}.customer-support-hero p{font-size:12px;line-height:1.42}.customer-support-grid .metric-card{min-height:96px;padding:12px;border-radius:18px}.customer-support-grid .metric-icon:has(svg[viewBox="0 0 32 32"]){width:52px;height:52px}.customer-support-grid .metric-icon svg[viewBox="0 0 32 32"]{width:43px;height:43px}}@media(max-width:1280px)and (min-width:861px){.customer-support-layout{grid-template-columns:1fr}.customer-support-hero{min-height:auto}.customer-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-support-grid .metric-card{min-height:116px}}@media(max-width:1040px)and (min-width:861px){.customer-support-grid{grid-template-columns:1fr}}@media(max-width:860px){.customer-support-page{height:100%;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0 0 14px;background:transparent}.customer-support-page>.customer-page-header{margin-bottom:10px}.customer-support-page>.customer-page-header h1{font-size:22px;line-height:1.05}.customer-support-page>.customer-page-header p{max-width:100%;font-size:12px;line-height:1.45}.customer-support-page>.panel,.customer-support-page>.panel.wide{border-radius:20px}.customer-support-page>.panel .panel-body,.customer-support-page>.panel.wide .panel-body{overflow:visible}.customer-support-layout{display:grid;grid-template-columns:1fr;gap:12px}.customer-support-hero{min-height:auto;padding:14px;border-radius:18px}.customer-support-hero small{padding:5px 8px;font-size:9px}.customer-support-hero h2{font-size:22px;line-height:1.06;letter-spacing:-.075em}.customer-support-hero p{font-size:12px;line-height:1.45}.customer-support-hero-actions{display:grid;grid-template-columns:1fr;gap:8px}.customer-support-hero .primary-button,.customer-support-hero .ghost-button{width:100%;min-height:42px;border-radius:15px;font-size:12px}.customer-support-hero .ghost-button svg[viewBox="0 0 32 32"]{width:28px;height:28px;margin-left:-4px}.customer-support-grid{grid-template-columns:1fr;gap:9px}.customer-support-grid .metric-card{min-height:auto;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon title" "action action";gap:9px 10px;align-items:start;padding:11px;border-radius:16px}.customer-support-grid .metric-card:has(.metric-icon svg[viewBox="0 0 32 32"]){grid-template-columns:54px minmax(0,1fr)}.customer-support-grid .metric-icon{width:38px;height:38px;margin-top:0;border-radius:14px}.customer-support-grid .metric-icon:has(svg[viewBox="0 0 32 32"]){width:54px;height:54px;margin-top:-4px;background:transparent}.customer-support-grid .metric-icon svg{width:18px;height:18px}.customer-support-grid .metric-icon svg[viewBox="0 0 32 32"]{width:45px;height:45px}.customer-support-card-title{align-self:center}.customer-support-card-title strong,.customer-support-grid .metric-card strong{font-size:13px;line-height:1.2;white-space:normal}.customer-support-card-title span,.customer-support-grid .metric-card small{font-size:10px;line-height:1.35}.customer-support-grid .metric-card .ghost-button{width:100%;min-width:0;min-height:38px;justify-self:stretch;border-radius:13px;padding:0 11px;font-size:11px}.customer-support-page .empty-state{min-height:96px;padding:16px;border-radius:18px}.customer-support-page .empty-state h3,.customer-support-page .empty-state strong{font-size:16px;line-height:1.25}.customer-support-page .empty-state p,.customer-support-page .empty-state span{font-size:11px;line-height:1.45}}@media(max-width:420px){.customer-support-hero{padding:13px}.customer-support-hero h2{font-size:20px}.customer-support-grid .metric-card{grid-template-columns:36px minmax(0,1fr);padding:10px}.customer-support-grid .metric-card:has(.metric-icon svg[viewBox="0 0 32 32"]){grid-template-columns:50px minmax(0,1fr)}.customer-support-grid .metric-icon{width:36px;height:36px}.customer-support-grid .metric-icon:has(svg[viewBox="0 0 32 32"]){width:50px;height:50px}.customer-support-grid .metric-icon svg[viewBox="0 0 32 32"]{width:42px;height:42px}.customer-support-grid .metric-card strong{font-size:12px}.customer-support-grid .metric-card .ghost-button{min-height:38px}}@media(prefers-reduced-motion:reduce){.customer-support-page,.customer-support-page *,.customer-support-hero,.customer-support-grid .metric-card{animation:none!important;transition:none!important;transform:none!important}}.cc-phone-page{min-height:0;height:100%;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:clamp(8px,1vh,14px)}.cc-phone-card{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(8px,1vh,14px);padding:clamp(12px,1.2vw,20px);border:1px solid var(--border);border-radius:clamp(18px,1.8vw,28px);background:radial-gradient(circle at top right,rgba(99,91,255,.14),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow)}.cc-phone-header{min-height:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.cc-phone-header h1{margin:0;font-size:clamp(18px,2vw,30px);line-height:1;letter-spacing:-.06em}.cc-phone-header p{margin:5px 0 0;color:var(--muted);font-size:clamp(11px,.9vw,14px)}.cc-phone-header-actions{min-width:0;flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}.cc-mobile-caller-id{min-width:0;max-width:min(260px,32vw);height:clamp(28px,3.4vh,36px);display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 clamp(10px,1vw,14px);border:1px solid var(--border);border-radius:999px;color:var(--text);background:color-mix(in srgb,var(--surface) 96%,transparent);cursor:pointer;font-size:clamp(10px,.82vw,13px);font-weight:850}.cc-mobile-caller-id svg{flex:0 0 auto}.cc-mobile-caller-id span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-mobile-caller-id.verified{color:var(--green);border-color:#22c55e38;background:#22c55e1a}.cc-mobile-caller-id.warning{color:var(--amber);border-color:#f59e0b3d;background:#f59e0b1a}.cc-mobile-caller-id:disabled{cursor:default}.cc-ready{flex:0 0 auto;display:inline-flex;align-items:center;height:clamp(28px,3.4vh,36px);padding:0 clamp(10px,1vw,14px);border-radius:999px;color:var(--green);background:#22c55e1f;font-size:clamp(11px,.85vw,13px);font-weight:850}.cc-phone-layout{min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(220px,.82fr) minmax(300px,.78fr) minmax(240px,.82fr);gap:clamp(8px,.9vw,14px);align-items:stretch}.cc-left-call-panel,.cc-dialer,.cc-right-panel{min-width:0;min-height:0;overflow:hidden}.cc-line-box,.cc-active-box,.cc-side-panel,.cc-stat-card{border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 95%,transparent);box-shadow:0 12px 28px #0f172a0d}@media(max-height:820px){.cc-phone-card{padding:10px;gap:8px}.cc-phone-layout{gap:8px}}@media(max-width:1280px){.cc-phone-layout{grid-template-columns:minmax(190px,.75fr) minmax(280px,.78fr) minmax(210px,.75fr)}.cc-mobile-caller-id{max-width:220px}}@media(max-width:1180px){.cc-phone-layout{grid-template-columns:minmax(160px,.7fr) minmax(260px,.85fr) minmax(190px,.72fr)}.cc-mobile-caller-id{max-width:190px}}.cc-left-call-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:clamp(8px,1vh,12px)}.cc-line-box{min-height:clamp(78px,9vh,108px);display:grid;grid-template-columns:clamp(36px,3vw,46px) minmax(0,1fr);gap:10px;align-items:center;padding:clamp(10px,1vw,14px);border-radius:18px}.cc-line-box.verified{background:radial-gradient(circle at top right,rgba(34,197,94,.1),transparent 36%),color-mix(in srgb,var(--surface) 95%,transparent)}.cc-line-box.warning{background:radial-gradient(circle at top right,rgba(245,158,11,.11),transparent 36%),color-mix(in srgb,var(--surface) 95%,transparent)}.cc-line-icon{width:clamp(34px,3vw,44px);height:clamp(34px,3vw,44px);display:flex;align-items:center;justify-content:center;border-radius:15px;color:#fff;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 14px 30px #635bff3d}.cc-line-box.verified .cc-line-icon{background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.36),transparent 28%),linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 14px 30px #22c55e38}.cc-line-box.warning .cc-line-icon{background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 14px 30px #f59e0b38}.cc-line-box strong,.cc-active-box strong{min-width:0;display:block;overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.cc-line-box strong{font-size:clamp(12px,.95vw,14px)}.cc-line-box span,.cc-active-box span{display:block;margin-top:4px;overflow:hidden;color:var(--muted);font-size:clamp(10px,.8vw,12px);text-overflow:ellipsis;white-space:nowrap}.cc-line-box.verified span{color:var(--green)}.cc-line-box.warning span{color:var(--amber)}.cc-line-action{width:fit-content;max-width:100%;min-height:28px;margin-top:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid rgba(245,158,11,.24);border-radius:999px;color:var(--amber);background:#f59e0b1a;cursor:pointer;font-size:clamp(10px,.78vw,12px);font-weight:900}.cc-line-action:hover{transform:translateY(-1px);border-color:#f59e0b61;background:#f59e0b29}.cc-active-box{min-height:clamp(118px,14vh,150px);padding:clamp(12px,1.1vw,16px);border-radius:20px;background:radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 34%),color-mix(in srgb,var(--surface) 95%,transparent)}.cc-active-box h3{margin:0 0 10px;color:var(--muted);font-size:clamp(11px,.85vw,13px);letter-spacing:-.02em}.cc-active-box strong{font-size:clamp(20px,1.8vw,30px);letter-spacing:-.05em}.cc-active-box span{margin-top:8px;display:inline-flex;width:fit-content;max-width:100%;height:30px;align-items:center;padding:0 11px;border-radius:999px;color:var(--green);background:#22c55e1a;font-size:clamp(11px,.9vw,13px);font-weight:900}.cc-active-box.info span{color:var(--blue);background:#3b82f61f}.cc-active-box.success span{color:var(--green);background:#22c55e1f}.cc-active-box.danger span{color:var(--red);background:#ef44441f}.cc-active-box.neutral span{color:var(--muted);background:var(--surface-soft)}.cc-call-tools{min-height:0;overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:clamp(6px,.75vh,10px)}.cc-call-tools.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-tool-button{min-width:0;height:clamp(34px,4.3vh,44px);display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:13px;color:var(--text);background:var(--surface);cursor:pointer;font-size:clamp(10px,.8vw,12px);font-weight:850}.cc-tool-button:hover:not(:disabled){transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 28%,var(--border));color:var(--primary)}.cc-tool-button.active{color:#fff;border-color:#ffffff29;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 24px #635bff33}.cc-tool-button svg{flex:0 0 auto}.cc-tool-button:disabled{cursor:not-allowed;opacity:.48}.cc-tool-glyph{width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.45}@media(max-height:820px){.cc-left-call-panel{gap:8px}.cc-active-box{min-height:94px}.cc-line-box{min-height:66px}.cc-line-action{min-height:24px;margin-top:6px;padding:0 9px;font-size:10px}.cc-tool-button{height:32px}}.cc-dialer{width:min(100%,420px);height:fit-content;max-height:100%;justify-self:center;align-self:start;display:grid;grid-template-rows:auto auto auto auto auto auto;gap:clamp(7px,.8vh,10px);padding:clamp(9px,.85vw,14px);border:1px solid var(--border);border-radius:22px;background:color-mix(in srgb,var(--surface-soft) 54%,var(--surface))}.cc-number-box{height:clamp(40px,4.6vh,50px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 clamp(10px,1vw,14px);border:1px solid var(--border);border-radius:15px;background:var(--surface)}.cc-number-box input{min-width:0;width:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:clamp(14px,1.2vw,20px);font-weight:850;letter-spacing:-.04em}.cc-number-box input::placeholder{color:var(--muted);font-size:clamp(11px,.9vw,14px);font-weight:650}.cc-number-box button{width:26px;height:26px;border:0;border-radius:999px;color:var(--muted);background:var(--surface-soft);cursor:pointer;font-size:13px;font-weight:950}.cc-number-box button:hover{color:var(--red);background:#ef44441a}.cc-mobile-call-state,.cc-mobile-media-controls{display:none}.cc-dial-grid{height:clamp(250px,34vh,350px);min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));gap:clamp(5px,.7vh,8px)}.cc-dial-key{min-width:0;min-height:0;position:relative;overflow:hidden;display:grid;place-items:center;border:1px solid var(--border);border-radius:clamp(13px,1.1vw,17px);color:var(--text);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,white),var(--surface));cursor:pointer;box-shadow:0 10px 22px #0f172a0d;transition:transform .11s ease,border-color .11s ease,box-shadow .11s ease,background .11s ease,color .11s ease}.cc-dial-key:after{content:"";position:absolute;inset:50%;width:8px;height:8px;border-radius:999px;background:#635bff38;opacity:0;transform:translate(-50%,-50%) scale(1);pointer-events:none}.cc-dial-key:hover:not(:disabled){border-color:var(--primary);box-shadow:0 14px 28px #635bff21}.cc-dial-key:active:not(:disabled),.cc-dial-key.pressed:not(:disabled){color:#fff;border-color:#ffffff29;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 16px 32px #635bff42,inset 0 1px #ffffff2e;transform:scale(.95)}.cc-dial-key.pressed:not(:disabled):after{animation:ccDialRipple .14s ease-out}.cc-dial-key:disabled{cursor:not-allowed;opacity:.45}.cc-dial-key strong{position:relative;z-index:1;display:block;font-size:clamp(17px,1.75vw,26px);line-height:1;letter-spacing:-.06em}.cc-dial-key span{position:relative;z-index:1;display:block;margin-top:2px;color:var(--muted);font-size:clamp(7px,.55vw,9px);font-weight:850;letter-spacing:.08em}.cc-dial-key:active:not(:disabled) span,.cc-dial-key.pressed:not(:disabled) span{color:#ffffffb8}.cc-dial-footer{display:grid;grid-template-columns:1fr auto;gap:8px}.cc-audio-select,.cc-delete-button{height:clamp(30px,3.4vh,36px);border:1px solid var(--border);border-radius:12px;color:var(--muted);background:var(--surface);cursor:pointer;font-size:clamp(9px,.7vw,11px);font-weight:850}.cc-delete-button{min-width:clamp(68px,5vw,84px);color:var(--text)}.cc-delete-button:hover:not(:disabled){color:var(--red);border-color:#ef44443d;background:#ef444414}.cc-delete-button:disabled,.cc-audio-select:disabled{cursor:not-allowed;opacity:.6}.cc-call-actions{display:grid;grid-template-columns:1fr 1fr;gap:clamp(8px,.8vw,10px)}.cc-main-call-button,.cc-end-call-button{height:clamp(38px,4.8vh,50px);border:0;border-radius:16px;display:grid;place-items:center;color:#fff;cursor:pointer;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.cc-main-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.26),transparent 28%),linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 18px 40px #22c55e3d}.cc-end-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.24),transparent 28%),linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 18px 40px #ef444438}.cc-main-call-button:hover:not(:disabled),.cc-end-call-button:hover:not(:disabled){transform:translateY(-1px)}.cc-main-call-button:disabled,.cc-end-call-button:disabled{cursor:not-allowed;opacity:.28;box-shadow:none;filter:grayscale(.45)}@keyframes ccDialRipple{0%{opacity:.85;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(18)}}@media(max-height:820px){.cc-dialer{gap:8px}}@media(max-width:1280px){.cc-dialer{width:min(100%,390px)}.cc-dial-grid{height:clamp(230px,31vh,320px)}}@media(max-width:1180px){.cc-dialer{width:min(100%,370px)}.cc-dial-grid{height:clamp(220px,30vh,300px)}}@media(max-width:860px){.cc-dialer{width:100%;height:auto;max-height:none;align-self:start;display:grid;grid-template-rows:40px 28px 34px auto 29px 46px;gap:8px}.cc-dial-grid{height:min(50vh,500px);min-height:360px;max-height:500px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(78px,1fr));gap:8px}.cc-dial-key{min-height:78px;border-radius:18px}.cc-dial-key strong{font-size:31px}.cc-dial-key span{margin-top:5px;font-size:10px}.cc-mobile-call-state{min-height:28px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:0 10px;border:1px solid var(--border);border-radius:13px;background:color-mix(in srgb,var(--surface) 92%,transparent)}.cc-mobile-call-state span{min-width:0;overflow:hidden;color:var(--muted);font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.cc-mobile-call-state strong{color:var(--text);font-size:10px;font-weight:900;white-space:nowrap}.cc-mobile-call-state.info strong{color:var(--blue)}.cc-mobile-call-state.success strong{color:var(--green)}.cc-mobile-call-state.danger strong{color:var(--red)}.cc-mobile-call-state.neutral strong{color:var(--muted)}.cc-mobile-media-controls{min-height:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cc-mobile-media-button{min-width:0;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:13px;color:var(--muted);background:color-mix(in srgb,var(--surface) 94%,transparent);cursor:pointer;font-size:11px;font-weight:900}.cc-mobile-media-button.active{color:#fff;border-color:#ffffff29;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 12px 22px #635bff2e}.cc-mobile-media-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.cc-mobile-media-button svg{flex:0 0 auto}}@media(max-width:420px){.cc-dial-grid{height:min(46vh,430px);min-height:330px;grid-template-rows:repeat(4,minmax(70px,1fr))}.cc-dial-key{min-height:70px}.cc-dial-key strong{font-size:28px}.cc-dial-key span{font-size:9px}}.cc-right-panel{min-height:0;display:grid;grid-template-rows:minmax(0,1fr);gap:clamp(8px,1vh,12px)}.cc-side-panel{min-height:0;height:100%;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);padding:clamp(10px,1vw,14px);border-radius:20px}.cc-side-panel-header{height:clamp(28px,3.2vh,36px);display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.cc-side-panel-header h3{margin:0;overflow:hidden;font-size:clamp(13px,1vw,16px);letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.cc-side-panel-header button{flex:0 0 auto;border:0;color:var(--primary);background:transparent;cursor:default;font-size:clamp(10px,.78vw,12px);font-weight:850}.cc-recent-list{min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:7px;padding-right:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 28%,transparent) transparent}.cc-recent-list::-webkit-scrollbar{width:5px}.cc-recent-list::-webkit-scrollbar-track{background:transparent}.cc-recent-list::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--muted) 26%,transparent)}.cc-recent-row{width:100%;min-width:0;min-height:clamp(48px,5.4vh,58px);display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px 10px;border:1px solid var(--border);border-radius:14px;color:var(--text);background:radial-gradient(circle at top right,rgba(99,91,255,.04),transparent 34%),color-mix(in srgb,var(--surface) 96%,transparent);cursor:pointer;text-align:left;appearance:none;-webkit-appearance:none}.cc-recent-row:hover:not(:disabled){color:var(--primary);border-color:color-mix(in srgb,var(--primary) 28%,var(--border));transform:translateY(-1px)}.cc-recent-row:disabled{cursor:not-allowed;opacity:.55}.cc-call-dot{width:8px;height:8px;border-radius:999px}.cc-call-dot.ok{background:var(--green);box-shadow:0 0 0 4px #22c55e1a}.cc-call-dot.bad{background:var(--red);box-shadow:0 0 0 4px #ef44441a}.cc-recent-row div{min-width:0}.cc-recent-row strong{min-width:0;display:block;overflow:hidden;color:inherit;font-size:clamp(11px,.85vw,13px);font-weight:950;text-overflow:ellipsis;white-space:nowrap}.cc-recent-row small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:clamp(9px,.72vw,11px);text-overflow:ellipsis;white-space:nowrap}.cc-recent-row em{min-width:max-content;max-width:132px;overflow:hidden;padding:5px 8px;border-radius:999px;font-size:clamp(8px,.68vw,10px);font-style:normal;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap}.cc-recent-row em.ok{color:var(--green);background:#22c55e1a}.cc-recent-row em.bad{color:var(--red);background:#ef44441a}.cc-contact-search,.cc-contact-row{display:none}@media(max-height:820px){.cc-right-panel{gap:8px}.cc-recent-list{gap:6px}.cc-recent-row{min-height:42px;padding:7px 9px}}.cc-stat-strip{min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,.9vw,12px)}.cc-stat-card{min-width:0;min-height:clamp(62px,8vh,86px);padding:clamp(9px,.9vw,13px);border-radius:18px}.cc-stat-card span,.cc-stat-card small{display:block;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.cc-stat-card span{font-size:clamp(10px,.78vw,12px);font-weight:850}.cc-stat-card strong{display:block;margin:5px 0 3px;overflow:hidden;color:var(--text);font-size:clamp(15px,1.35vw,22px);letter-spacing:-.05em;text-overflow:ellipsis;white-space:nowrap}.cc-stat-card small{font-size:clamp(9px,.72vw,11px)}@media(max-height:820px){.cc-stat-card{min-height:58px}}@media(max-width:1180px){.cc-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.cc-stat-strip{display:none}}@keyframes ccWebphonePageEnter{0%{opacity:0;transform:translateY(6px) scale(.995);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes ccWebphoneCardEnter{0%{opacity:0;transform:translateY(8px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:860px){.cc-shell.cc-shell-webphone .cc-main,.cc-shell:has(.cc-phone-page) .cc-main{width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important;overscroll-behavior:none!important;padding:var(--cc-mobile-main-top) 10px var(--cc-mobile-main-bottom) 10px!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% 18%,rgba(99,91,255,.12),transparent 30%),radial-gradient(circle at 12% 86%,rgba(34,197,94,.08),transparent 30%),linear-gradient(180deg,#f8fafc,#eef2ff)!important}[data-theme=dark] .cc-shell.cc-shell-webphone .cc-main,[data-theme=dark] .cc-shell:has(.cc-phone-page) .cc-main{background:radial-gradient(circle at 52% 16%,rgba(99,91,255,.16),transparent 31%),radial-gradient(circle at 12% 82%,rgba(34,197,94,.1),transparent 32%),radial-gradient(circle at 88% 78%,rgba(59,130,246,.08),transparent 28%),linear-gradient(180deg,#050817,#070b18 48%,#030712)!important}.cc-shell.cc-shell-webphone .cc-main>.cc-phone-page,.cc-shell:has(.cc-phone-page) .cc-main>.cc-phone-page{width:min(430px,calc(100vw - 20px))!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0 auto!important;padding:0!important;display:block!important;overflow:hidden!important;overscroll-behavior:none!important;box-sizing:border-box!important;transform:none!important;animation:ccWebphonePageEnter .18s ease-out both!important;will-change:opacity,transform!important}.cc-phone-page,.cc-phone-page *{box-sizing:border-box!important;-webkit-tap-highlight-color:transparent!important}.cc-phone-page{user-select:none!important;-webkit-user-select:none!important;touch-action:manipulation!important}.cc-phone-page input,.cc-phone-page textarea{user-select:text!important;-webkit-user-select:text!important}.cc-stat-strip,.cc-left-call-panel,.cc-right-panel{display:none!important}}@media(max-width:860px){.cc-phone-card{width:100%!important;height:auto!important;min-height:0!important;max-height:100%!important;margin:0!important;padding:10px!important;display:grid!important;grid-template-rows:32px auto!important;gap:7px!important;overflow:hidden!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:22px!important;background:radial-gradient(circle at 90% 0%,rgba(99,91,255,.1),transparent 34%),radial-gradient(circle at 6% 100%,rgba(34,197,94,.07),transparent 34%),#fffffff5!important;box-shadow:0 14px 36px #0f172a17,inset 0 1px #ffffffdb!important;animation:ccWebphoneCardEnter .22s ease-out both!important}[data-theme=dark] .cc-phone-card{border-color:#94a3b829!important;background:radial-gradient(circle at 88% 0%,rgba(99,91,255,.24),transparent 34%),radial-gradient(circle at 8% 100%,rgba(16,185,129,.12),transparent 34%),linear-gradient(180deg,#111827f5,#080d1bfa)!important;box-shadow:0 24px 62px #00000057,0 0 0 1px #ffffff04,inset 0 1px #ffffff0e!important}}@media(max-width:860px){.cc-phone-header{width:100%!important;height:32px!important;min-height:32px!important;max-height:32px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;margin:0!important;padding:0!important;overflow:hidden!important}.cc-phone-title-block,.cc-phone-header>div:first-child{min-width:0!important;display:grid!important;gap:0!important}.cc-phone-header h1{margin:0!important;overflow:hidden!important;color:var(--text)!important;font-size:23px!important;font-weight:950!important;line-height:1!important;letter-spacing:-.07em!important;text-overflow:ellipsis!important;white-space:nowrap!important}[data-theme=dark] .cc-phone-header h1{color:#f8fafc!important;text-shadow:0 10px 28px rgba(0,0,0,.28)!important}.cc-phone-header p,.cc-phone-balance-line,.cc-phone-header-actions,.cc-mobile-caller-id,.cc-ready{display:none!important}}@media(max-width:860px){.cc-phone-layout{width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;max-height:100%!important;display:block!important;overflow:hidden!important;margin:0!important;padding:0!important}.cc-dialer{width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:100%!important;display:grid!important;grid-template-rows:36px 27px clamp(290px,36dvh,345px) 25px 31px 42px!important;gap:6px!important;align-content:start!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}}@media(max-width:860px){.cc-number-box{width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:0 10px!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:15px!important;background:#ffffffe0!important;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #0f172a0a!important}[data-theme=dark] .cc-number-box{border-color:#94a3b829!important;background:linear-gradient(180deg,#0f172a9e,#0f172a6b)!important;box-shadow:inset 0 1px #ffffff09,0 10px 24px #00000029!important}.cc-number-box input{min-width:0!important;width:100%!important;height:100%!important;border:0!important;outline:0!important;color:var(--text)!important;background:transparent!important;text-align:center!important;font-size:15px!important;font-weight:850!important}[data-theme=dark] .cc-number-box input{color:#f8fafc!important}.cc-number-box input::placeholder{color:#64748b!important;text-align:center!important;font-size:12px!important;font-weight:800!important}[data-theme=dark] .cc-number-box input::placeholder{color:#94a3b8!important}.cc-number-box button{width:23px!important;height:23px!important;border:0!important;border-radius:999px!important;display:grid!important;place-items:center!important;color:#64748b!important;background:#e2e8f0b8!important;cursor:pointer!important}[data-theme=dark] .cc-number-box button{color:#cbd5e1!important;background:#94a3b82e!important}.cc-mobile-call-state{width:100%!important;height:27px!important;min-height:27px!important;max-height:27px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:0 10px!important;overflow:hidden!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:13px!important;background:#ffffffe0!important;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #0f172a0a!important}[data-theme=dark] .cc-mobile-call-state{border-color:#94a3b825!important;background:linear-gradient(180deg,#0f172a8f,#0f172a61)!important;box-shadow:inset 0 1px #ffffff08,0 8px 20px #0000001f!important}.cc-mobile-call-state span,.cc-mobile-call-state strong{min-width:0!important;overflow:hidden!important;font-size:10px!important;font-weight:850!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.cc-mobile-call-state span{color:#64748b!important}[data-theme=dark] .cc-mobile-call-state span{color:#94a3b8!important}.cc-mobile-call-state strong{color:var(--text)!important}[data-theme=dark] .cc-mobile-call-state strong{color:#cbd5e1!important}.cc-mobile-call-state.info strong{color:var(--blue)!important}.cc-mobile-call-state.success strong{color:var(--green)!important}.cc-mobile-call-state.danger strong{color:var(--red)!important}.cc-mobile-call-state.neutral strong{color:#64748b!important}[data-theme=dark] .cc-mobile-call-state.neutral strong{color:#94a3b8!important}}@media(max-width:860px){.cc-dial-grid{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(4,minmax(0,1fr))!important;gap:5px!important;overflow:hidden!important;margin:0!important;padding:0!important}.cc-dial-key{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;border:1px solid rgba(148,163,184,.28)!important;border-radius:14px!important;color:var(--text)!important;background:radial-gradient(circle at 30% 18%,rgba(99,91,255,.035),transparent 28%),linear-gradient(180deg,#fffffff5,#f8fafceb)!important;box-shadow:inset 0 1px #fffffff0,0 6px 14px #0f172a0a!important;cursor:pointer!important}[data-theme=dark] .cc-dial-key{border-color:#94a3b821!important;color:#f8fafc!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.05),transparent 30%),linear-gradient(180deg,#0f172a8f,#0f172a5c)!important;box-shadow:inset 0 1px #ffffff09,0 8px 18px #0000001f!important}.cc-dial-key strong{display:block!important;font-size:clamp(18px,3dvh,25px)!important;line-height:1!important;letter-spacing:-.06em!important}.cc-dial-key span{display:block!important;margin-top:1px!important;color:#64748b!important;font-size:clamp(7px,.95dvh,8.5px)!important;font-weight:850!important;letter-spacing:.1em!important}[data-theme=dark] .cc-dial-key span{color:#94a3b8!important}.cc-dial-key:hover:not(:disabled),.cc-dial-key:active:not(:disabled),.cc-dial-key.pressed:not(:disabled){border-color:#7c3aed57!important;background:radial-gradient(circle at 30% 20%,rgba(124,58,237,.1),transparent 30%),#f5f3fff5!important;box-shadow:0 0 20px #7c3aed1f,inset 0 1px #ffffffeb!important}[data-theme=dark] .cc-dial-key:hover:not(:disabled),[data-theme=dark] .cc-dial-key:active:not(:disabled),[data-theme=dark] .cc-dial-key.pressed:not(:disabled){border-color:#a78bfa6b!important;color:#fff!important;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.14),transparent 31%),radial-gradient(circle at 70% 76%,rgba(34,197,94,.08),transparent 34%),linear-gradient(135deg,#4f46e5e0,#7c3aedc7)!important;box-shadow:0 0 24px #7c3aed3d,inset 0 1px #ffffff24!important}[data-theme=dark] .cc-dial-key:hover:not(:disabled) span,[data-theme=dark] .cc-dial-key:active:not(:disabled) span,[data-theme=dark] .cc-dial-key.pressed:not(:disabled) span{color:#ffffffc7!important}}@media(max-width:860px){.cc-dial-footer{width:100%!important;height:25px!important;min-height:25px!important;max-height:25px!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.cc-audio-select{display:none!important}.cc-delete-button{width:100%!important;min-width:0!important;height:25px!important;min-height:25px!important;max-height:25px!important;margin:0!important;padding:0!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:12px!important;color:#64748b!important;background:linear-gradient(180deg,#ffffffeb,#f8fafcd1)!important;font-size:9.5px!important;font-weight:950!important;line-height:1!important;box-shadow:inset 0 1px #ffffffdb,0 7px 16px #0f172a09!important}[data-theme=dark] .cc-delete-button{border-color:#94a3b824!important;color:#cbd5e1!important;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.05),transparent 28%),linear-gradient(180deg,#1e293b99,#0f172a7a)!important;box-shadow:inset 0 1px #ffffff0b,0 8px 18px #0000001f!important}.cc-delete-button:active:not(:disabled){transform:scale(.992)!important}.cc-delete-button:disabled{cursor:not-allowed!important;opacity:.62!important}[data-theme=dark] .cc-delete-button:disabled{opacity:.58!important}.cc-mobile-media-controls{width:100%!important;height:31px!important;min-height:31px!important;max-height:31px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important;padding:0!important;overflow:hidden!important}.cc-mobile-media-button{min-width:0!important;height:31px!important;min-height:31px!important;max-height:31px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:0!important;padding:0 10px!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:12px!important;color:#64748b!important;background:linear-gradient(180deg,#ffffffeb,#f8fafcd1)!important;font-size:10px!important;font-weight:950!important;line-height:1!important;box-shadow:inset 0 1px #ffffffdb,0 7px 16px #0f172a09!important}[data-theme=dark] .cc-mobile-media-button{border-color:#94a3b824!important;color:#cbd5e1!important;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.05),transparent 28%),linear-gradient(180deg,#1e293b99,#0f172a7a)!important;box-shadow:inset 0 1px #ffffff0b,0 8px 18px #0000001f!important}.cc-mobile-media-button svg{width:15px!important;height:15px!important;flex:0 0 auto!important}.cc-mobile-media-button.active{color:#fff!important;border-color:#ffffff29!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed)!important;box-shadow:0 10px 20px #635bff2e!important}[data-theme=dark] .cc-mobile-media-button.active{color:#fff!important;border-color:#a78bfa57!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#4f46e5eb,#7c3aeddb)!important;box-shadow:0 12px 24px #635bff38,inset 0 1px #ffffff1a!important}.cc-mobile-media-button:disabled{cursor:not-allowed!important;opacity:.62!important;box-shadow:inset 0 1px #ffffff9e!important}[data-theme=dark] .cc-mobile-media-button:disabled{opacity:.56!important;color:#94a3b8!important;background:linear-gradient(180deg,#1e293b70,#0f172a57)!important;box-shadow:inset 0 1px #ffffff06!important}.cc-mobile-media-button:active:not(:disabled){transform:scale(.992)!important}.cc-call-actions{width:100%!important;height:42px!important;min-height:42px!important;max-height:42px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:0!important;padding:0!important;overflow:hidden!important}.cc-main-call-button,.cc-end-call-button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:15px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important}.cc-main-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,#22c55e,#16a34a)!important;box-shadow:0 12px 26px #22c55e33!important}[data-theme=dark] .cc-main-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 30%),linear-gradient(135deg,#22c55e,#16a34a)!important;box-shadow:0 16px 34px #22c55e3d,inset 0 1px #ffffff1f!important}.cc-end-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,#ef44448a,#7f1d1d94)!important;box-shadow:none!important}[data-theme=dark] .cc-end-call-button{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1),transparent 30%),linear-gradient(135deg,#ef444457,#7f1d1d70)!important;box-shadow:inset 0 1px #ffffff09!important}.cc-main-call-button:disabled,.cc-end-call-button:disabled{cursor:not-allowed!important;opacity:.5!important;box-shadow:none!important}[data-theme=dark] .cc-main-call-button:disabled,[data-theme=dark] .cc-end-call-button:disabled{opacity:.46!important}.cc-main-call-button:active:not(:disabled),.cc-end-call-button:active:not(:disabled){transform:scale(.992)!important}.cc-main-call-button svg,.cc-end-call-button svg{width:21px!important;height:21px!important}}@media(max-width:420px){.cc-shell.cc-shell-webphone .cc-main,.cc-shell:has(.cc-phone-page) .cc-main{padding:var(--cc-mobile-main-top) 8px var(--cc-mobile-main-bottom) 8px!important}.cc-shell.cc-shell-webphone .cc-main>.cc-phone-page,.cc-shell:has(.cc-phone-page) .cc-main>.cc-phone-page{width:min(430px,calc(100vw - 16px))!important}.cc-phone-card{padding:9px!important;border-radius:21px!important;grid-template-rows:30px auto!important;gap:6px!important}.cc-phone-header{height:30px!important;min-height:30px!important;max-height:30px!important}.cc-phone-header h1{font-size:21px!important}.cc-dialer{grid-template-rows:35px 26px clamp(265px,34dvh,315px) 24px 30px 40px!important;gap:5px!important}.cc-number-box{height:35px!important;min-height:35px!important;max-height:35px!important}.cc-mobile-call-state{height:26px!important;min-height:26px!important;max-height:26px!important}.cc-dial-grid{gap:4px!important}.cc-dial-key{border-radius:13px!important}.cc-dial-key strong{font-size:clamp(17px,2.8dvh,23px)!important}.cc-dial-key span{margin-top:0!important;font-size:7px!important}.cc-dial-footer,.cc-delete-button{height:24px!important;min-height:24px!important;max-height:24px!important}.cc-mobile-media-controls,.cc-mobile-media-button{height:30px!important;min-height:30px!important;max-height:30px!important}.cc-mobile-media-button{font-size:9.5px!important}.cc-mobile-media-button svg{width:14px!important;height:14px!important}.cc-call-actions,.cc-main-call-button,.cc-end-call-button{height:40px!important;min-height:40px!important;max-height:40px!important}.cc-main-call-button svg,.cc-end-call-button svg{width:20px!important;height:20px!important}}@media(max-height:740px)and (max-width:860px){.cc-phone-card{padding:8px!important;border-radius:20px!important;grid-template-rows:28px auto!important;gap:5px!important}.cc-phone-header{height:28px!important;min-height:28px!important;max-height:28px!important}.cc-phone-header h1{font-size:19px!important}.cc-dialer{grid-template-rows:34px 25px clamp(245px,34dvh,295px) 26px 32px 42px!important;gap:4px!important}.cc-number-box{height:34px!important;min-height:34px!important;max-height:34px!important}.cc-mobile-call-state{height:25px!important;min-height:25px!important;max-height:25px!important}.cc-dial-grid{gap:4px!important}.cc-dial-key{border-radius:12px!important}.cc-dial-key strong{font-size:clamp(16px,2.6dvh,21px)!important}.cc-dial-key span{margin-top:0!important;font-size:6.5px!important}.cc-dial-footer,.cc-delete-button{height:26px!important;min-height:26px!important;max-height:26px!important}.cc-mobile-media-controls,.cc-mobile-media-button{height:32px!important;min-height:32px!important;max-height:32px!important}.cc-mobile-media-button{font-size:9px!important}.cc-mobile-media-button svg{width:14px!important;height:14px!important}.cc-call-actions,.cc-main-call-button,.cc-end-call-button{height:42px!important;min-height:42px!important;max-height:42px!important}.cc-main-call-button svg,.cc-end-call-button svg{width:21px!important;height:21px!important}}@media(prefers-reduced-motion:reduce){.cc-shell.cc-shell-webphone .cc-main>.cc-phone-page,.cc-shell:has(.cc-phone-page) .cc-main>.cc-phone-page,.cc-phone-page,.cc-phone-page *,.cc-phone-card,.cc-dialer,.cc-dial-key,.cc-main-call-button,.cc-end-call-button{animation:none!important;transition:none!important;transform:none!important;filter:none!important}}@media(max-width:1180px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.table-grid{grid-template-columns:1fr}.cdr-filter-grid,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero,.login-card{grid-template-columns:1fr}}@media(max-width:920px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;min-height:auto}.workspace{padding:18px}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.search-box{width:100%}.summary-grid,.cdr-filter-grid,.settings-grid{grid-template-columns:1fr}.data-table{min-width:720px}}@media(max-width:760px){.marketing-page,.login-shell{padding:18px}.marketing-nav,.login-shell-top{align-items:flex-start;flex-direction:column;gap:16px}.marketing-actions,.hero-actions{width:100%;flex-direction:column}.hero{margin-top:48px;gap:26px}.hero h1{font-size:clamp(36px,13vw,52px)}.hero p{font-size:16px}.login-card{width:100%;margin-top:36px;padding:16px}.login-copy,.login-form{padding:22px}.drawer-backdrop{justify-content:stretch}.detail-drawer{width:100vw;padding:18px}.drawer-kv-row{grid-template-columns:1fr}}.verify-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 22% 18%,rgba(99,91,255,.14),transparent 32%),radial-gradient(circle at 82% 76%,rgba(34,197,94,.075),transparent 30%),var(--bg)}.verify-card{position:relative;width:min(430px,100%);display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:30px 28px 28px;border:1px solid color-mix(in srgb,var(--border) 88%,white);border-radius:30px;background:radial-gradient(circle at 50% -12%,rgba(99,91,255,.08),transparent 36%),linear-gradient(180deg,color-mix(in srgb,var(--surface) 99%,white),var(--surface));box-shadow:0 24px 70px #0f172a1a,0 1px #ffffffb3 inset;overflow:hidden}.verify-card:before,.verify-card:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.verify-card:before{width:190px;height:190px;top:-120px;right:-94px;background:#635bff17}.verify-card:after{width:170px;height:170px;left:-104px;bottom:-112px;background:#22c55e11}.verify-card>*{position:relative;z-index:1}.verify-brand{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:2px}.verify-brand .cc-brand-mark{width:44px;height:44px;border-radius:15px;box-shadow:0 16px 32px #635bff33}.verify-brand strong{display:block;color:var(--text);font-size:17px;font-weight:850;line-height:1;letter-spacing:-.045em;text-align:left}.verify-brand small{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:700;line-height:1;text-align:left}.verify-icon{width:62px;height:62px;display:grid;place-items:center;margin-top:8px;border-radius:22px;color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 12%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--primary-soft) 82%,white),var(--primary-soft))}.verify-icon.loading svg{animation:verify-spin .9s linear infinite}.verify-icon.success{color:var(--green);border-color:#22c55e24;background:linear-gradient(180deg,#22c55e1f,#22c55e14)}.verify-icon.error{color:var(--red);border-color:#ef444424;background:linear-gradient(180deg,#ef44441f,#ef444414)}.verify-content{display:grid;justify-items:center;gap:11px;margin-top:2px}.verify-pill{width:fit-content;padding:6px 11px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;letter-spacing:-.015em}.verify-pill.loading{color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 11%,transparent);background:var(--primary-soft)}.verify-pill.success{color:var(--green);border:1px solid rgba(34,197,94,.13);background:#22c55e17}.verify-pill.error{color:var(--red);border:1px solid rgba(239,68,68,.13);background:#ef444417}.verify-card h1{max-width:360px;margin:0;color:var(--text);font-size:clamp(30px,3vw,38px);font-weight:800;line-height:1.04;letter-spacing:-.075em}.verify-card p{max-width:350px;margin:0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.58}.verify-actions{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:10px;padding-top:8px}.verify-actions .primary-button,.verify-actions .ghost-button{min-width:132px;height:42px;border-radius:14px;font-size:14px;font-weight:800;letter-spacing:-.02em}.verify-actions .primary-button{box-shadow:0 14px 30px #635bff38}.verify-actions .ghost-button{color:var(--text);border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,white)}.verify-actions .ghost-button:hover{border-color:color-mix(in srgb,var(--primary) 22%,var(--border));background:var(--surface-soft)}@keyframes verify-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.verify-page{align-items:stretch;padding:14px}.verify-card{width:100%;min-height:calc(100dvh - 28px);justify-content:center;padding:24px 20px;border-radius:26px}.verify-brand strong,.verify-brand small{text-align:left}.verify-icon{width:60px;height:60px;border-radius:21px}.verify-card h1{font-size:31px}.verify-card p{max-width:100%;font-size:13px}.verify-actions{display:grid;grid-template-columns:1fr}.verify-actions .primary-button,.verify-actions .ghost-button{width:100%}}.cc-shell{height:100vh;overflow:hidden;display:grid;grid-template-columns:clamp(220px,15vw,260px) 1fr;background:radial-gradient(circle at top left,rgba(99,91,255,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(34,197,94,.06),transparent 28%),var(--bg)}.cc-shell:before,.cc-shell:after{content:none}.cc-sidebar{min-height:0;height:100vh;padding:clamp(14px,1.2vw,20px);display:grid;grid-template-rows:auto 1fr auto;gap:clamp(16px,1.4vw,24px);border-right:1px solid var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-soft) 72%,transparent));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.cc-main{height:100vh;min-width:0;overflow:hidden;padding:10px clamp(12px,1.3vw,22px) clamp(10px,1vw,18px);display:grid;grid-template-rows:58px minmax(0,1fr);gap:8px}.cc-brand{display:flex;align-items:center;gap:12px;padding:4px 2px 8px}.cc-brand strong{display:block;font-size:clamp(18px,1.55vw,24px);line-height:1;letter-spacing:-.06em}.cc-brand small{display:block;margin-top:5px;color:var(--muted);font-size:clamp(10px,.78vw,12px)}.cc-brand-mark{width:clamp(38px,3.1vw,48px);height:clamp(38px,3.1vw,48px);border-radius:17px;display:flex;align-items:center;justify-content:center;gap:3px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.38),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 18px 40px #635bff47,inset 0 1px #ffffff47}.cc-brand-mark span{width:4px;border-radius:999px;background:#fff}.cc-brand-mark span:nth-child(1){height:12px;opacity:.72}.cc-brand-mark span:nth-child(2){height:22px;opacity:.9}.cc-brand-mark span:nth-child(3){height:30px}.cc-nav{min-height:0;display:flex;flex-direction:column;gap:clamp(5px,.62vw,8px);overflow:hidden}.cc-nav-item{min-height:clamp(36px,4.3vh,48px);border:1px solid transparent;border-radius:14px;display:grid;grid-template-columns:22px 1fr auto;gap:10px;align-items:center;padding:0 12px;color:var(--muted);background:transparent;cursor:pointer;font-weight:800;text-align:left;font-size:clamp(12px,.86vw,14px);transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.cc-nav-item:hover:not(:disabled){color:var(--text);border-color:color-mix(in srgb,var(--border) 74%,var(--primary));background:color-mix(in srgb,var(--surface) 82%,var(--primary-soft));transform:translate(2px)}.cc-nav-item.active{color:#fff;border-color:#ffffff1f;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 16px 34px #635bff47,inset 0 1px #ffffff2e}.cc-nav-item:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.cc-nav-item small{padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--surface-soft) 88%,transparent);color:var(--muted);font-size:10px;font-weight:900}.cc-nav-item.active small{background:#ffffff2e;color:#ffffffd1}.cc-nav-icon{width:22px;height:22px;display:grid;place-items:center;opacity:.92}.cc-nav-icon svg{display:block}.cc-user-card{min-height:112px;width:100%;display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at top left,rgba(99,91,255,.14),transparent 34%),color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow),inset 0 1px #ffffff0f}.cc-user-card-button{border:1px solid var(--border);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.cc-user-card-button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 28%,var(--border));box-shadow:0 18px 38px #635bff1f}.cc-user-card-button:active{transform:translateY(0)}.cc-user-card-button div:last-child{min-width:0;display:grid;gap:5px;align-content:center}.cc-user-card strong,.cc-profile strong{display:block;overflow:hidden;color:var(--text);font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cc-user-card small,.cc-profile small{display:block;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.cc-user-card small:last-child{white-space:normal;overflow:visible;text-overflow:clip;font-size:9.5px;line-height:1.35}.cc-avatar{width:42px;height:42px;flex:0 0 auto;border-radius:15px;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#4f46e5,#8b5cf6);box-shadow:0 12px 28px #635bff3d;font-size:13px;font-weight:950}.cc-avatar.small{width:34px;height:34px;border-radius:12px;font-size:11px}@media(max-width:1280px)and (min-width:861px){.cc-sidebar .cc-user-card-button{min-height:118px;padding:12px}.cc-sidebar .cc-user-card-button small:last-child{font-size:9px}}.cc-topbar{min-width:0;min-height:58px;position:relative;z-index:5;display:grid;grid-template-columns:minmax(240px,380px) minmax(0,1fr);column-gap:18px;align-items:center}.cc-global-search{width:100%;min-width:0;max-width:380px;height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px 6px 5px 14px;border:1px solid var(--border);border-radius:16px;color:var(--muted);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:inset 0 1px #ffffff0a}.cc-global-search input{min-width:0;width:100%;height:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:13px;font-weight:800}.cc-global-search input::placeholder{color:#64748b;font-weight:800;opacity:.86}.cc-global-search button{height:34px;min-width:58px;border:0;border-radius:12px;padding:0 12px;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5,#7c3aed);cursor:pointer;font-size:12px;font-weight:950;box-shadow:0 10px 22px #635bff2e}.cc-global-search button:hover:not(:disabled){transform:translateY(-1px)}.cc-global-search button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.cc-topbar-right{min-width:0;display:flex;justify-content:flex-end;align-items:center;gap:10px}.cc-theme-toggle{height:38px;flex:0 0 auto;display:flex;align-items:center;padding:3px;border:1px solid var(--border);border-radius:15px;background:color-mix(in srgb,var(--surface) 94%,transparent)}.cc-theme-toggle button{height:30px;border:0;border-radius:11px;padding:0 10px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:900}.cc-theme-toggle button.active{color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 30%),var(--primary);box-shadow:0 10px 22px #635bff38}.cc-topbar-logout{height:42px;min-width:106px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:16px;padding:0 14px;color:var(--text);background:radial-gradient(circle at top right,rgba(99,91,255,.08),transparent 34%),var(--surface);cursor:pointer;font-size:12px;font-weight:900;box-shadow:0 10px 24px #0f172a0d;transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.cc-topbar-logout:hover{transform:translateY(-1px);border-color:#ef444440;color:var(--red);background:#ef44440f}.cc-topbar-logout svg{flex:0 0 auto}.cc-topbar-balance-chip{flex:0 0 auto;min-width:286px;max-width:286px;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(148,163,184,.18);border-radius:16px;padding:7px 10px;background:radial-gradient(circle at 12% 0%,rgba(124,58,237,.1),transparent 32%),#ffffffdb;box-shadow:0 12px 28px #0f172a0d}.cc-topbar-balance-chip>div:first-child{min-width:82px;display:grid;gap:1px}.cc-topbar-balance-chip span{color:#64748b;font-size:9px;font-weight:850;line-height:1.05;letter-spacing:-.01em}.cc-topbar-balance-chip strong{color:#0f172a;font-size:13px;font-weight:950;line-height:1.05;letter-spacing:-.04em}.cc-topbar-balance-chip small.ready{min-height:26px;display:inline-flex;align-items:center;border-radius:999px;padding:0 10px;color:#047857;background:#10b9811a;font-size:11px;font-weight:950;white-space:nowrap}.cc-topbar-balance-actions{flex:0 0 auto;display:flex;gap:6px}.cc-topbar-balance-actions button{min-height:30px;border:0;border-radius:999px;padding:0 12px;color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 10px 20px #6d28d92e;font-size:11px;font-weight:950;cursor:pointer;white-space:nowrap}.cc-topbar-balance-actions button:nth-child(2){color:#6d28d9;border:1px solid rgba(124,58,237,.18);background:#fff;box-shadow:none}.cc-topbar-balance-chip.empty{border-color:#ef444442;background:radial-gradient(circle at 12% 0%,rgba(239,68,68,.13),transparent 34%),#ffffffeb}.cc-topbar-balance-chip.empty span{color:#991b1b}.cc-topbar-balance-chip.empty strong{color:#b91c1c}.cc-topbar-balance-chip.empty .cc-topbar-balance-actions button:first-child{background:linear-gradient(135deg,#ef4444,#f97316);box-shadow:0 10px 20px #ef444433}.cc-topbar-balance-chip.empty .cc-topbar-balance-actions button:nth-child(2){color:#b91c1c;border-color:#ef444438;background:#fffffff5}[data-theme=dark] .cc-topbar-balance-chip{border-color:#94a3b824;background:radial-gradient(circle at 12% 0%,rgba(139,92,246,.18),transparent 32%),#0f172adb}[data-theme=dark] .cc-topbar-balance-chip strong{color:#f8fafc}[data-theme=dark] .cc-topbar-balance-chip span{color:#94a3b8}[data-theme=dark] .cc-topbar-balance-chip.empty{border-color:#f8717138;background:radial-gradient(circle at 12% 0%,rgba(248,113,113,.16),transparent 34%),#0f172adb}[data-theme=dark] .cc-topbar-balance-chip.empty span{color:#fca5a5}[data-theme=dark] .cc-topbar-balance-chip.empty strong{color:#fecaca}[data-theme=dark] .cc-topbar-balance-actions button:nth-child(2){color:#c4b5fd;border-color:#c4b5fd38;background:#0f172ac7}[data-theme=dark] .cc-topbar-balance-chip.empty .cc-topbar-balance-actions button:nth-child(2){color:#fecaca;border-color:#f871713d;background:#0f172ac7}@media(min-width:1161px)and (max-width:1380px){.cc-topbar{grid-template-columns:minmax(220px,330px) minmax(0,1fr);column-gap:14px}.cc-global-search{max-width:330px;padding-left:12px}.cc-global-search button{min-width:54px;padding:0 10px}.cc-topbar-balance-chip{min-width:268px;max-width:268px}.cc-topbar-balance-actions button{padding:0 8px;font-size:10px}.cc-theme-toggle button{padding:0 8px}.cc-topbar-logout{min-width:96px;padding:0 12px}}@media(max-width:1160px){.cc-topbar-balance-chip{display:none}}@keyframes customerPageEnter{0%{opacity:0;transform:translateY(6px) scale(.995);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes customerPanelEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cc-main>.customer-page{animation:customerPageEnter .18s ease-out both;will-change:opacity,transform}.cc-main>.customer-page .panel{animation:customerPanelEnter .22s ease-out both}.cc-nav-item,.cc-mobile-nav-item{transition:transform .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease}.cc-mobile-nav-item:hover:not(:disabled){transform:translateY(-1px)}.cc-nav-item.active,.cc-mobile-nav-item.active{animation:customerNavActivePulse .18s ease-out both}@keyframes customerNavActivePulse{0%{transform:scale(.985)}to{transform:scale(1)}}.cc-mobile-topbar,.cc-mobile-nav{display:none}@media(max-width:860px){html:has(.cc-shell),body:has(.cc-shell),#root:has(.cc-shell){width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;overscroll-behavior:none}body:has(.cc-shell){position:fixed;inset:0}.cc-shell{--cc-mobile-topbar-height: 68px;--cc-mobile-bottom-nav-height: 68px;--cc-mobile-shell-gap: 12px;--cc-mobile-main-top: calc( max(8px, env(safe-area-inset-top)) + var(--cc-mobile-topbar-height) + var(--cc-mobile-shell-gap) );--cc-mobile-main-bottom: calc( max(8px, env(safe-area-inset-bottom)) + var(--cc-mobile-bottom-nav-height) + var(--cc-mobile-shell-gap) );position:fixed;inset:0;width:100vw;height:100dvh;min-height:100dvh;max-height:100dvh;display:block;overflow:hidden;overscroll-behavior:none;background:radial-gradient(circle at 50% 0%,rgba(99,91,255,.1),transparent 32%),radial-gradient(circle at 0% 100%,rgba(34,197,94,.07),transparent 32%),linear-gradient(180deg,#f8fafc,#eef2ff)}[data-theme=dark] .cc-shell{background:radial-gradient(circle at 50% 0%,rgba(99,91,255,.14),transparent 32%),radial-gradient(circle at 0% 100%,rgba(34,197,94,.1),transparent 32%),linear-gradient(180deg,#040716,#070b18)}.cc-sidebar,.cc-topbar{display:none}.cc-main{position:absolute;inset:0;width:100vw;min-width:0;min-height:0;height:100dvh;z-index:1;display:block;overflow:hidden;overscroll-behavior:contain;padding:0 10px;background:transparent}.cc-main>.customer-page{width:100%;height:100%!important;min-height:0!important;max-height:100%!important;display:block;overflow-y:auto!important;overflow-x:hidden!important;padding:var(--cc-mobile-main-top) 0 var(--cc-mobile-main-bottom) 0!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:transparent!important}.cc-main>.customer-page::-webkit-scrollbar{display:none}.cc-main>.customer-balance-page,.cc-main>.customer-balance-page.top-up,.cc-main>.customer-balance-page.wallet,.cc-main>.customer-history-page,.cc-main>.customer-profile-page,.cc-main>.customer-support-page{height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:var(--cc-mobile-main-top) 0 var(--cc-mobile-main-bottom) 0!important;background:transparent!important}}@media(max-width:860px){.cc-mobile-topbar{position:fixed;left:14px;right:14px;top:max(8px,env(safe-area-inset-top));z-index:118;height:66px;min-height:66px;display:grid;grid-template-columns:minmax(0,1.72fr) repeat(2,minmax(0,.64fr));gap:6px;padding:6px;overflow:visible;border:1px solid rgba(148,163,184,.28);border-radius:28px;background:linear-gradient(180deg,#ffffffd1,#f8fafce0);box-shadow:0 18px 48px #0f172a24,inset 0 1px #ffffffeb;backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}[data-theme=dark] .cc-mobile-topbar{border-color:#94a3b824;background:linear-gradient(180deg,#0f172ac7,#090e1cdb);box-shadow:0 18px 48px #00000052,inset 0 1px #ffffff0b}.cc-mobile-topbar-button,.cc-mobile-topbar-status{min-width:0;min-height:54px;border:0;border-radius:22px;display:grid;place-items:center;gap:2px;color:#64748b;background:transparent;cursor:pointer;font-size:9px;font-weight:900;text-align:center}.cc-mobile-topbar-status{grid-template-columns:22px minmax(0,1fr) auto;justify-items:start;align-items:center;column-gap:8px;padding:0 10px;text-align:left}.cc-mobile-topbar-status svg,.cc-mobile-topbar-button svg{width:23px;height:23px;stroke:currentColor}.cc-mobile-topbar-status-copy{min-width:0;display:grid;gap:3px;align-content:center}.cc-mobile-topbar-status-copy strong,.cc-mobile-topbar-status-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-mobile-topbar-status-copy strong{color:#0f172a;font-size:12.4px;font-weight:950;line-height:1.05;letter-spacing:-.045em}.cc-mobile-topbar-status-copy span{color:#64748b;font-size:10px;font-weight:850;line-height:1.05;letter-spacing:-.02em}[data-theme=dark] .cc-mobile-topbar-status-copy strong{color:#f8fafc}[data-theme=dark] .cc-mobile-topbar-status-copy span{color:#94a3b8}.cc-mobile-topbar-status.verified{color:#16a34a;background:#22c55e1f}.cc-mobile-topbar-status.warning{color:#d97706;background:#f59e0b1f}.cc-mobile-online-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#22c55e;box-shadow:0 0 14px #22c55ed9}.cc-mobile-topbar-button{grid-template-rows:24px auto}.cc-mobile-topbar-button.active{color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5f0,#7c3aedf0);box-shadow:0 12px 28px #635bff38}.cc-mobile-topbar-button.active,.cc-mobile-topbar-button.active *{color:#fff;stroke:currentColor}.cc-mobile-topbar-button.danger{color:#ef4444}.cc-mobile-topbar-button:active,.cc-mobile-topbar-status:active{transform:scale(.985)}}@media(max-width:860px){.cc-mobile-nav{position:fixed;left:14px;right:14px;bottom:max(8px,env(safe-area-inset-bottom));z-index:118;height:68px;min-height:68px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px;overflow:visible;border:1px solid rgba(148,163,184,.28);border-radius:30px;background:linear-gradient(180deg,#ffffffd1,#f8fafce0);box-shadow:0 18px 48px #0f172a24,inset 0 1px #ffffffeb;backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}[data-theme=dark] .cc-mobile-nav{border-color:#94a3b824;background:linear-gradient(180deg,#0f172ac7,#090e1cdb);box-shadow:0 18px 48px #00000052,inset 0 1px #ffffff0b}.cc-mobile-nav-item{min-width:0;min-height:54px;border:0;border-radius:22px;display:grid;grid-template-rows:24px auto;place-items:center;gap:2px;color:#64748b;background:transparent;font-size:10px;font-weight:900}.cc-mobile-nav-item span:last-child{font-size:10px}.cc-mobile-nav-item.active{color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#4f46e5f0,#7c3aedf0);box-shadow:0 12px 28px #635bff42}.cc-mobile-nav-item.active,.cc-mobile-nav-item.active *{color:#fff;stroke:currentColor}.cc-mobile-nav-icon,.cc-mobile-nav-icon svg{width:22px;height:22px}}@media(max-width:420px){.cc-shell{--cc-mobile-topbar-height: 66px;--cc-mobile-bottom-nav-height: 66px;--cc-mobile-shell-gap: 12px}.cc-main{padding-left:8px;padding-right:8px}.cc-mobile-topbar{left:12px;right:12px;height:64px;min-height:64px;grid-template-columns:minmax(0,1.58fr) repeat(2,minmax(0,.66fr))}.cc-mobile-topbar-status{padding:0 8px;column-gap:7px}.cc-mobile-topbar-status-copy strong{font-size:11.4px}.cc-mobile-topbar-status-copy span{font-size:9.3px}.cc-mobile-topbar-button,.cc-mobile-topbar-status{min-height:52px;border-radius:21px}.cc-mobile-nav{left:12px;right:12px;height:66px;min-height:66px}.cc-mobile-nav-item{min-height:52px;border-radius:21px}}@media(max-height:740px)and (max-width:860px){.cc-shell{--cc-mobile-topbar-height: 62px;--cc-mobile-bottom-nav-height: 62px;--cc-mobile-shell-gap: 10px}.cc-mobile-topbar,.cc-mobile-nav{height:62px;min-height:62px;border-radius:28px}.cc-mobile-topbar-button,.cc-mobile-topbar-status,.cc-mobile-nav-item{min-height:50px;border-radius:21px}.cc-mobile-topbar-status-copy strong{font-size:10.8px}.cc-mobile-topbar-status-copy span{font-size:8.8px}.cc-mobile-topbar-status svg,.cc-mobile-topbar-button svg,.cc-mobile-nav-icon,.cc-mobile-nav-icon svg{width:21px;height:21px}}@media(prefers-reduced-motion:reduce){.cc-main>.customer-page,.cc-main>.customer-page .panel,.cc-nav-item,.cc-mobile-nav-item,.cc-mobile-topbar-button,.cc-mobile-topbar-status,.cc-nav-item.active,.cc-mobile-nav-item.active{animation:none!important;transition:none!important;transform:none!important;filter:none!important}}.admin-user-caller-id-control,.admin-user-shared-pool-control{padding:16px;border:1px solid color-mix(in srgb,var(--border) 76%,transparent);border-radius:18px;background:radial-gradient(circle at top right,rgba(99,91,255,.08),transparent 36%),color-mix(in srgb,var(--surface-soft) 42%,transparent)}.admin-user-caller-id-control h3,.admin-user-shared-pool-control h3{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:15px;font-weight:950;letter-spacing:-.03em}.admin-user-caller-id-control .data-table,.admin-user-shared-pool-control .data-table{min-width:0}.admin-user-caller-id-control table,.admin-user-shared-pool-control table{border-collapse:separate;border-spacing:0}.admin-user-caller-id-control table th,.admin-user-shared-pool-control table th{padding:11px 10px;color:var(--muted);font-size:11px;font-weight:900;white-space:nowrap}.admin-user-caller-id-control table td,.admin-user-shared-pool-control table td{padding:11px 10px;vertical-align:middle;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);font-size:12px;font-weight:750}.admin-user-caller-id-control table tbody tr:hover,.admin-user-shared-pool-control table tbody tr:hover{background:color-mix(in srgb,var(--surface) 62%,transparent)}.admin-user-caller-id-control .settings-grid,.admin-user-shared-pool-control .settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 10px}.admin-user-shared-pool-control .settings-grid{grid-template-columns:1fr}.admin-user-caller-id-control .settings-field,.admin-user-shared-pool-control .settings-field{display:grid;gap:7px}.admin-user-caller-id-control .settings-field span,.admin-user-shared-pool-control .settings-field span{color:var(--muted);font-size:11px;font-weight:900}.admin-user-caller-id-control .settings-field input,.admin-user-caller-id-control .settings-field select,.admin-user-shared-pool-control .settings-field input,.admin-user-shared-pool-control .settings-field select{width:100%;min-height:39px;padding:0 12px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:13px;color:var(--text);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,white),color-mix(in srgb,var(--surface-soft) 60%,var(--surface)));font-size:12px;font-weight:800;outline:none}.admin-user-caller-id-control .settings-field input:focus,.admin-user-caller-id-control .settings-field select:focus,.admin-user-shared-pool-control .settings-field input:focus,.admin-user-shared-pool-control .settings-field select:focus{border-color:color-mix(in srgb,var(--primary) 58%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 13%,transparent)}.admin-user-caller-id-control .settings-check-row{display:inline-flex;align-items:center;gap:9px;min-height:34px;margin:2px 0 12px;color:var(--text);font-size:12px;font-weight:900}.admin-user-caller-id-control .settings-check-row input{width:16px;height:16px;accent-color:var(--primary)}.admin-user-caller-id-control .cdr-actions,.admin-user-shared-pool-control .cdr-actions{gap:8px;flex-wrap:wrap}.admin-user-caller-id-control .primary-button,.admin-user-caller-id-control .ghost-button,.admin-user-shared-pool-control .primary-button,.admin-user-shared-pool-control .ghost-button{min-height:36px;border-radius:13px;padding:0 13px;font-size:12px;font-weight:900}.admin-user-caller-id-control .login-footer,.admin-user-shared-pool-control .login-footer{margin-top:12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-radius:14px;color:var(--muted);background:color-mix(in srgb,var(--surface) 56%,transparent);font-size:11px;font-weight:750;line-height:1.5}.admin-user-caller-id-control .login-error,.admin-user-caller-id-control .settings-success,.admin-user-shared-pool-control .login-error,.admin-user-shared-pool-control .settings-success{padding:10px 12px;border-radius:13px;font-size:12px;font-weight:850}.admin-user-caller-id-control .settings-success,.admin-user-shared-pool-control .settings-success{border:1px solid rgba(34,197,94,.22);background:#22c55e17}.admin-user-caller-id-control .login-error,.admin-user-shared-pool-control .login-error{border:1px solid rgba(239,68,68,.24);background:#ef444417}@media(max-width:760px){.admin-user-caller-id-control,.admin-user-shared-pool-control{padding:12px;border-radius:16px}.admin-user-caller-id-control .settings-grid,.admin-user-shared-pool-control .settings-grid{grid-template-columns:1fr}.admin-user-caller-id-control .cdr-actions,.admin-user-shared-pool-control .cdr-actions{flex-direction:column;align-items:stretch}.admin-user-caller-id-control .cdr-actions button,.admin-user-shared-pool-control .cdr-actions button{width:100%}}.admin-caller-id-page{--caller-id-soft-border: color-mix(in srgb, var(--border) 72%, transparent);--caller-id-row-bg: color-mix(in srgb, var(--surface-soft) 42%, transparent);--caller-id-green-soft: rgba(34, 197, 94, .1);--caller-id-amber-soft: rgba(245, 158, 11, .12);--caller-id-red-soft: rgba(239, 68, 68, .1);--caller-id-blue-soft: rgba(59, 130, 246, .1)}.admin-caller-id-page .summary-grid{gap:16px}.admin-caller-id-page .panel{overflow:hidden}.admin-caller-id-page .panel>.panel-header,.admin-caller-id-page .panel-header{align-items:flex-start}.admin-caller-id-page .cdr-actions{gap:10px;flex-wrap:wrap;align-items:center}.admin-caller-id-page .primary-button,.admin-caller-id-page .ghost-button{min-height:38px;border-radius:13px;font-weight:850}.admin-caller-id-page .cdr-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-caller-id-page .cdr-filter-field span{font-size:12px;font-weight:850;color:var(--muted)}.admin-caller-id-page .cdr-filter-field input,.admin-caller-id-page .cdr-filter-field select,.admin-caller-id-page .cdr-filter-field textarea{min-height:42px;border-radius:14px;border:1px solid var(--caller-id-soft-border);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 95%,white),color-mix(in srgb,var(--surface-soft) 50%,var(--surface)));font-weight:750}.admin-caller-id-page .cdr-filter-field textarea{min-height:112px;resize:vertical;padding:12px 14px}.admin-caller-id-page .data-table-wrap,.admin-caller-id-page .table-wrap{overflow-x:auto}.admin-caller-id-page table{border-collapse:separate;border-spacing:0}.admin-caller-id-page table th{padding-top:14px;padding-bottom:14px;color:var(--muted);font-size:12px;font-weight:900;white-space:nowrap}.admin-caller-id-page table td{padding-top:16px;padding-bottom:16px;vertical-align:top;border-bottom:1px solid var(--caller-id-soft-border)}.admin-caller-id-page table td strong{display:inline-block;color:var(--text);font-size:13px;font-weight:950;line-height:1.35}.admin-caller-id-page table td small{display:inline-block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:700;line-height:1.45}.admin-caller-id-page table tbody tr{transition:background .18s ease,box-shadow .18s ease}.admin-caller-id-page table tbody tr:hover{background:var(--caller-id-row-bg)}.admin-caller-id-page table .cdr-actions{min-width:220px;justify-content:flex-start}.admin-caller-id-page table .cdr-actions .ghost-button{min-height:34px;padding:0 14px;font-size:12px}.admin-caller-id-page .login-footer{color:var(--muted);font-size:12px;font-weight:750;line-height:1.5}.admin-caller-id-page .settings-check-row{display:inline-flex;align-items:center;gap:9px;min-height:34px;margin-right:18px;color:var(--text);font-weight:850}.admin-caller-id-page .settings-check-row input{width:16px;height:16px;accent-color:var(--primary)}.admin-caller-id-page .settings-grid{gap:12px;margin-top:12px}.admin-caller-id-page .settings-success,.admin-caller-id-page .login-error{border-radius:14px;padding:11px 13px;font-size:12px;font-weight:850}.admin-caller-id-page .settings-success{border:1px solid rgba(34,197,94,.2);background:var(--caller-id-green-soft)}.admin-caller-id-page .login-error{border:1px solid rgba(239,68,68,.22);background:var(--caller-id-red-soft)}.admin-caller-id-page .metric-card{min-height:118px}.admin-caller-id-page .metric-card strong{letter-spacing:-.03em}.admin-caller-id-page textarea[placeholder*=poolId]{min-height:230px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55}@media(max-width:1450px){.admin-caller-id-page .cdr-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-caller-id-page table th,.admin-caller-id-page table td{padding-left:10px;padding-right:10px}.admin-caller-id-page table td strong{font-size:12px}.admin-caller-id-page table td small{font-size:10.5px}}@media(max-width:1100px){.admin-caller-id-page .cdr-filter-grid{grid-template-columns:1fr}.admin-caller-id-page .cdr-actions{flex-direction:column;align-items:stretch}.admin-caller-id-page .cdr-actions button,.admin-caller-id-page .cdr-actions select{width:100%}.admin-caller-id-page table .cdr-actions{min-width:0}}
