:root{color:#f7f8fb;background:#1f2020;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #1f2020;--panel: #252727;--panel-soft: #2f3333;--line: #424747;--muted: #aeb7c2;--text: #f7f8fb;--green: #08b969;--green-dark: #039653;--blue: #4da3ff;--amber: #f3b545;--danger: #ff6b6b;--auth-bg: #fbfbfa;--auth-card: #ffffff;--auth-soft: #f4f2ef;--auth-input: #f5f4f1;--auth-border: #ece8e1;--auth-text: #050b14;--auth-muted: #657180;--pink: #e5739a;--pink-dark: #d95c88}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;background:var(--bg)}html,#root{height:100%;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}.auth-shell{min-height:100vh;padding:24px;color:var(--auth-text);background:var(--auth-bg)}.auth-brand{display:inline-flex;align-items:center;gap:9px;color:#050505;font-size:1.36rem;font-weight:800}.auth-brand-icon{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:#e00046;border-radius:9px}.auth-card{width:min(100%,448px);min-height:526px;display:flex;flex-direction:column;align-items:stretch;margin:92px auto 56px;padding:32px 32px 31px;color:var(--auth-text);border:1px solid var(--auth-border);border-radius:15px;background:var(--auth-card)}.auth-heading{display:grid;gap:8px;margin:34px 0 33px;text-align:center}.auth-heading.otp-title{margin-top:0;margin-bottom:32px}.auth-heading h1{margin:0;color:var(--auth-text);font-size:1.52rem;font-weight:900;line-height:1.2}.auth-heading p{margin:0;color:#5f6b7a;font-size:.94rem}.auth-heading strong{color:var(--auth-text);font-weight:900}.mode-switch{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;min-height:48px;padding:4px;background:var(--auth-soft);border:0;border-radius:24px}.mode-switch button{min-height:40px;border:0;border-radius:20px;color:#697481;background:transparent;font-weight:700;font-size:.92rem;cursor:pointer;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.mode-switch button:hover:not(.active){color:var(--auth-text)}.mode-switch button.active{color:var(--auth-text);background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 1px 4px #231e1417}.auth-form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:8px;color:#07111f;font-size:.9rem;font-weight:500}.field input{width:100%;min-height:47px;min-width:0;padding:0 17px;border:1px solid #e7e3dc;border-radius:7px;outline:0;color:#0f172a;background:var(--auth-input)}.field input:focus{border-color:var(--pink);background:#fff;box-shadow:0 0 0 3px #e5739a1f}.field input::placeholder{color:#8992a0}.primary-button,.ghost-button,.back-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;font-weight:800}.primary-button{min-height:49px;width:100%;color:#fff;background:var(--pink);border-radius:7px}.primary-button:hover{background:var(--pink-dark)}.back-button{width:max-content;color:var(--muted);background:transparent;padding:0}.form-message,.resend-copy,.demo-copy,.terms-copy{margin:0;text-align:center}.otp-form{align-items:center;gap:0}.otp-inputs{display:grid;grid-template-columns:repeat(4,48px);justify-content:center;gap:8px;margin-bottom:23px}.otp-inputs input{width:48px;height:56px;color:#0f172a;border:1px solid #e7e3dc;border-radius:7px;outline:0;background:var(--auth-input);font-size:1.28rem;text-align:center}.otp-inputs input:focus{border-color:#ff4a64;background:#fff}.resend-copy{min-height:20px;margin-bottom:27px;color:#697481;font-size:.82rem}.resend-copy strong,.resend-copy button{color:#e00046;font-weight:900}.resend-copy button,.text-button,.terms-copy button{border:0;background:transparent}.text-button{margin-top:22px;color:#596472;font-weight:500}.demo-otp-note{width:100%;min-height:41px;display:grid;place-items:center;margin-top:36px;color:#171717;border:1px solid #f4d998;border-radius:7px;background:#fff8e9;font-size:.8rem;font-weight:500}.admin-shell{--adm-rail: 276px;--adm-primary: #00a884;--adm-primary-strong: #008069;--adm-primary-soft: #dcf7ec;--adm-ink: #0b1728;--adm-muted: #506170;--adm-faint: #8794a2;--adm-surface: #ffffff;--adm-surface-2: #f1f6fb;--adm-border: #dbe4ec;--adm-border-strong: #cdd8e2;--adm-shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--adm-shadow: 0 10px 28px rgba(16, 24, 40, .06);--adm-shadow-lg: 0 18px 44px rgba(16, 24, 40, .1);--adm-danger: #dc2626;height:100vh;display:grid;grid-template-columns:var(--adm-rail) minmax(0,1fr);background:radial-gradient(circle at top left,rgba(255,255,255,.86),transparent 42%),linear-gradient(180deg,#eef4fb,#e5edf6);color:var(--adm-ink)}.admin-sidebar{position:relative;z-index:40;display:grid;align-content:start;gap:12px;padding:20px 16px;height:100vh;overflow-y:auto;color:var(--adm-ink);background:linear-gradient(180deg,#f9fbfe,#f3f7fb);border-right:1px solid #d9e1ea;box-shadow:1px 0 #0f172a05}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#0f172a29}.admin-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;padding:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-nav{display:grid;gap:8px;margin-top:4px}.admin-nav-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:center;padding:11px 12px;border:1px solid transparent;border-radius:12px;background:transparent;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}.admin-nav-item:hover{background:var(--adm-surface-2);border-color:var(--adm-border)}.admin-nav-item.active{border-color:#00a88433;background:linear-gradient(135deg,#defbd7,#d7f5ea);box-shadow:inset 3px 0 0 var(--adm-primary),0 6px 16px #00a8841a}.admin-nav-item.active .admin-nav-icon{color:#fff;background:linear-gradient(135deg,#12bd8a,#008f72);box-shadow:0 6px 16px #00a88452}.admin-nav-item.active .admin-nav-copy strong{color:var(--adm-primary-strong)}.admin-nav-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--adm-primary);background:var(--adm-primary-soft);transition:background .16s ease,color .16s ease}.admin-nav-copy{display:grid;gap:2px;min-width:0}.admin-nav-copy strong{font-size:.9rem;font-weight:600;color:var(--adm-ink)}.admin-nav-copy small{color:var(--adm-muted);font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-brand,.admin-profile{display:flex;align-items:center;gap:12px}.admin-brand{width:100%;margin:2px 0 6px;padding:4px 6px 16px;border:0;border-radius:0;border-bottom:1px solid var(--adm-border);background:transparent;text-align:left;cursor:pointer}.admin-brand:hover .admin-brand-icon{transform:translateY(-1px);box-shadow:0 10px 22px #00a88457}.admin-profile{padding:12px;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.admin-brand-icon,.admin-avatar{flex-shrink:0;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#fff;font-weight:700;background:linear-gradient(135deg,#12bd8a,#00a884);box-shadow:0 8px 20px #00a88438}.admin-sidebar .admin-brand-icon{width:44px;height:44px;color:#fff;background:linear-gradient(135deg,#12bd8a,#008f72);box-shadow:0 8px 18px #00a8844d;transition:transform .16s ease,box-shadow .16s ease}.admin-avatar.small{width:38px;height:38px;border-radius:11px;font-size:.85rem}.admin-brand div,.admin-profile div{display:grid;gap:1px;min-width:0}.admin-brand strong,.admin-profile strong{font-size:1.18rem;font-weight:800;letter-spacing:-.01em;color:var(--adm-ink)}.admin-brand span{color:var(--adm-primary);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.admin-profile small{color:var(--adm-muted);font-size:.8rem}.admin-refresh,.admin-logout{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--adm-border-strong);border-radius:11px;background:var(--adm-surface);color:var(--adm-ink);font-weight:600;font-size:.88rem;transition:background .16s ease,border-color .16s ease,color .16s ease}.admin-refresh:hover{background:var(--adm-surface-2);border-color:var(--adm-primary);color:var(--adm-primary-strong)}.admin-refresh.primary{background:var(--adm-primary);border-color:var(--adm-primary);color:#fff}.admin-refresh.primary:hover{background:var(--adm-primary-strong);border-color:var(--adm-primary-strong);color:#fff}.admin-logout{color:var(--adm-danger);border-color:#dc26263d}.admin-logout:hover{background:#fef2f2;border-color:#dc262666}.admin-content{display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.admin-topbar{position:relative;flex-shrink:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,340px) auto;gap:18px;align-items:center;min-height:72px;padding:12px 26px;background:linear-gradient(180deg,#fff,#f8f9ff);border-bottom:1px solid var(--adm-border);box-shadow:0 1px 3px #1018280d}.admin-topbar-copy h1{color:var(--adm-ink)}.admin-body{flex:1;min-height:0;overflow-y:auto;padding:22px 26px 28px}.admin-body>:first-child{margin-top:0}.admin-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.admin-topbar-menu{display:none;flex-shrink:0;width:42px;height:42px;place-items:center;gap:4px;border:1px solid var(--adm-border);border-radius:11px;background:var(--adm-surface)}.admin-topbar-menu:hover{background:var(--adm-surface-2)}.admin-topbar-menu span{width:16px;height:2px;border-radius:999px;background:#475569}.admin-topbar-copy{min-width:0}.admin-topbar-copy h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.admin-topbar-copy p{margin:3px 0 0;color:var(--adm-muted);font-size:.86rem}.admin-topbar-search{display:flex;align-items:center;gap:10px;padding:0 14px;min-height:44px;border:1px solid var(--adm-border);border-radius:11px;background:var(--adm-surface-2);color:var(--adm-faint);transition:border-color .16s ease,background .16s ease}.admin-topbar-search:focus-within{border-color:var(--adm-primary);background:var(--adm-surface)}.admin-topbar-search input{width:100%;border:0;outline:0;background:transparent;color:var(--adm-ink);font-size:.9rem}.admin-topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:10px}.admin-topbar-profile{display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border:1px solid var(--adm-border);border-radius:12px;background:var(--adm-surface);transition:background .16s ease}.admin-topbar-profile:hover{background:var(--adm-surface-2)}.admin-topbar-profile-copy{display:grid;gap:1px;text-align:left}.admin-topbar-profile-copy strong{font-size:.88rem;font-weight:600}.admin-topbar-profile-copy small{color:var(--adm-muted);font-size:.75rem}.admin-topbar-profile-wrap{position:relative}.admin-profile-caret{flex-shrink:0;color:var(--adm-faint);transition:transform .16s ease}.admin-topbar-profile[aria-expanded=true] .admin-profile-caret{transform:rotate(180deg)}.admin-profile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;border:0;padding:0;background:transparent}.admin-profile-menu{position:absolute;z-index:46;top:calc(100% + 8px);right:0;min-width:224px;padding:8px;border-radius:12px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-lg);animation:admin-menu-in .14s ease}@keyframes admin-menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-profile-menu-head{display:grid;gap:2px;padding:8px 10px 12px;margin-bottom:6px;border-bottom:1px solid var(--adm-border)}.admin-profile-menu-head strong{font-size:.9rem;font-weight:600}.admin-profile-menu-head small{color:var(--adm-muted);font-size:.78rem}.admin-profile-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:0;border-radius:9px;background:transparent;color:var(--adm-danger);font-weight:600;font-size:.88rem;text-align:left;transition:background .16s ease}.admin-profile-menu-item:hover{background:#fef2f2}.admin-message{margin-top:16px;padding:12px 14px;border-radius:11px;background:var(--adm-primary-soft);color:var(--adm-primary-strong);border:1px solid rgba(0,168,132,.16);font-size:.88rem}.admin-message.error{background:#fef2f2;color:#b91c1c;border-color:#ef44442e}.admin-stats-grid{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-stat-card{display:flex;align-items:center;gap:14px;padding:18px;border-radius:14px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);transition:box-shadow .16s ease,transform .16s ease}.admin-stat-card:hover{box-shadow:var(--adm-shadow);transform:translateY(-2px)}.admin-stat-icon{flex-shrink:0;width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:#0f172a}.admin-stat-card div{display:grid;gap:4px;min-width:0}.admin-stat-card span{color:var(--adm-muted);font-size:.82rem;font-weight:500}.admin-stat-card strong{font-size:1.7rem;line-height:1;font-weight:700}.admin-clients-section{margin-top:20px;padding:22px;border-radius:16px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm)}.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-section-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.admin-section-head h2{margin:0;font-size:1.15rem;font-weight:700}.admin-section-head p{margin:5px 0 0;color:var(--adm-muted);font-size:.85rem}.admin-filters{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px}.admin-search{display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:11px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-faint);transition:border-color .16s ease,background .16s ease}.admin-search:focus-within{border-color:var(--adm-primary);background:var(--adm-surface)}.admin-search input,.admin-filters select{width:100%;min-height:46px;border:0;outline:0;background:transparent;color:var(--adm-ink);font-size:.9rem}.admin-filters select{padding:0 14px;border-radius:11px;background:var(--adm-surface-2);border:1px solid var(--adm-border);cursor:pointer}.admin-filters select:focus{border-color:var(--adm-primary)}.admin-clients-layout{margin-top:18px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:18px}.admin-client-list{display:grid;gap:8px;align-content:start;max-height:560px;overflow:auto;padding-right:4px}.admin-client-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;border:1px solid var(--adm-border);background:var(--adm-surface);text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease}.admin-client-row:hover{background:var(--adm-surface-2);border-color:#00a88466}.admin-client-row-chevron{color:var(--adm-muted);flex-shrink:0}.admin-client-list-full{margin-top:18px;max-height:none}.admin-client-table-wrap{border:1px solid var(--adm-border);border-radius:12px;overflow:auto;background:var(--adm-surface)}.admin-client-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-client-table th,.admin-client-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--adm-border);white-space:nowrap;vertical-align:middle}.admin-client-table thead th{background:var(--adm-surface-2);color:var(--adm-muted);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0}.admin-client-table tbody tr:last-child td{border-bottom:0}.admin-client-trow{cursor:pointer;transition:background .16s ease}.admin-client-trow:hover{background:var(--adm-surface-2)}.admin-client-cell{display:flex;align-items:center;gap:12px}.admin-client-cell strong{font-size:.9rem;font-weight:600}.admin-client-id{color:var(--adm-muted);font-variant-numeric:tabular-nums}.admin-client-trow-chev{color:var(--adm-muted);width:1%;text-align:right}.admin-client-detail-panel-full{margin-top:18px}.admin-ctab-bar{display:flex;gap:4px;width:100%;padding:5px;background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:13px}.admin-ctab{flex:1 1 0;border:0;background:transparent;color:var(--adm-muted);font-size:.88rem;font-weight:600;padding:9px 18px;border-radius:9px;cursor:pointer;white-space:nowrap;text-align:center;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.admin-ctab:hover{color:var(--adm-ink)}.admin-ctab.active{background:var(--adm-surface);color:var(--adm-primary-strong);box-shadow:var(--adm-shadow-sm)}.admin-ctab-body{display:flex;flex-direction:column;gap:14px}.admin-ctab-body>.admin-usage-panel,.admin-ctab-body>.admin-wallet-panel,.admin-ctab-body>.admin-details-card,.admin-ctab-body>.admin-client-actions{margin-top:0}.admin-row-click{cursor:pointer;transition:background .12s ease}.admin-row-click:hover{background:var(--adm-primary-soft)}.admin-row-click-chev{color:var(--adm-faint);text-align:right!important;width:1%}.admin-cwd{display:flex;flex-direction:column;gap:14px}.admin-cwd-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-cwd-test{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:11px;background:var(--adm-primary);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;box-shadow:var(--adm-shadow-sm);transition:background .15s ease}.admin-cwd-test:hover{background:var(--adm-primary-strong)}.admin-cwd .admin-details-card,.admin-cwd .admin-usage-panel{margin-top:0}.admin-cwd-swatch{display:inline-block;width:14px;height:14px;border-radius:4px;margin-right:8px;vertical-align:-2px;border:1px solid rgba(0,0,0,.12)}.admin-cwd-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--adm-muted);margin-bottom:8px}.admin-cwd-suggested{margin-top:14px}.admin-cwd-chips{display:flex;flex-wrap:wrap;gap:8px}.admin-cwd-chip{padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--adm-border);font-size:.82rem;color:#334155}.admin-cwd-field+.admin-cwd-field{margin-top:16px}.admin-cwd-copyrow{display:flex;gap:8px;align-items:stretch;flex-wrap:wrap}.admin-cwd-copyrow input{flex:1;min-width:200px;padding:0 12px;min-height:40px;border:1px solid var(--adm-border);border-radius:9px;background:#fff;font-size:.85rem;color:#334155}.admin-cwd-copyrow button,.admin-cwd-open,.admin-cwd-copycode{display:inline-flex;align-items:center;gap:6px;padding:0 14px;min-height:40px;border-radius:9px;border:1px solid var(--adm-border);background:#fff;color:var(--adm-ink);font-size:.84rem;font-weight:600;cursor:pointer;text-decoration:none}.admin-cwd-copyrow button:hover,.admin-cwd-open:hover,.admin-cwd-copycode:hover{background:var(--adm-surface-2)}.admin-cwd-code{margin:0;padding:14px;background:#0f172a;color:#e2e8f0;border-radius:10px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.5;white-space:pre-wrap;word-break:break-all}.admin-cwd-copycode{margin-top:10px}.admin-doc-status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize}.admin-doc-status.ok{background:#dcfce7;color:#15803d}.admin-doc-status.err{background:#fee2e2;color:#b91c1c}.admin-doc-status.pending{background:#fef3c7;color:#b45309}.admin-doc-err{display:block;margin-top:3px;color:#b91c1c;font-size:.72rem;white-space:normal}@media(max-width:640px){.admin-ctab-bar{display:flex;width:100%}.admin-ctab{flex:1 1 auto;padding:9px 10px;text-align:center}}.admin-client-row.active{border-color:#00a88466;background:var(--adm-primary-soft)}.admin-client-row strong,.admin-client-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-client-row strong{font-size:.9rem;font-weight:600}.admin-client-row small{color:var(--adm-muted);font-size:.8rem}.admin-status{padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.admin-status.active{background:#ecfdf5;color:#047857}.admin-plan-trial-tag{display:inline-block;margin-left:8px;padding:2px 9px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#00a884);color:#fff;font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}.admin-status.disabled{background:#fef2f2;color:#b91c1c}.admin-status.pending{background:#fff7ed;color:#c2410c}.admin-status.paused{background:#f1f5f9;color:#475569}.admin-filters.clients{display:flex;flex-wrap:wrap;align-items:center}.admin-filters.clients .admin-search{flex:1 1 240px;min-width:200px}.admin-filters.clients select{flex:0 0 auto;width:auto;min-width:150px}.admin-date-filter{display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:11px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-faint);font-size:.82rem;white-space:nowrap;transition:border-color .16s ease,background .16s ease}.admin-date-filter:focus-within{border-color:var(--adm-primary);background:var(--adm-surface)}.admin-date-filter input{min-height:46px;border:0;outline:0;background:transparent;color:var(--adm-ink);font-size:.88rem}.admin-filter-clear{display:inline-flex;align-items:center;gap:6px;min-height:46px;padding:0 14px;border-radius:11px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;font-size:.85rem;transition:border-color .16s ease,color .16s ease}.admin-filter-clear:hover{border-color:var(--adm-primary);color:var(--adm-ink)}.admin-filter-apply{display:inline-flex;align-items:center;min-height:46px;padding:0 20px;border-radius:11px;background:var(--adm-primary);border:1px solid var(--adm-primary);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;transition:filter .16s ease,box-shadow .16s ease}.admin-filter-apply:hover{filter:brightness(1.05)}.admin-filter-apply.dirty{box-shadow:0 0 0 3px var(--adm-primary-soft)}.admin-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:14px}.admin-pagination-nav{display:flex;align-items:center;gap:14px;margin-left:auto}.admin-pagination-size{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--adm-muted);font-weight:600}.admin-pagination-size select{min-height:38px;padding:0 10px;border-radius:10px;background:var(--adm-surface);border:1px solid var(--adm-border);color:var(--adm-ink);cursor:pointer;font-size:.85rem}.admin-pagination button{display:inline-flex;align-items:center;gap:4px;min-height:38px;padding:0 14px;border-radius:10px;background:var(--adm-surface);border:1px solid var(--adm-border);color:var(--adm-ink);cursor:pointer;font-size:.85rem;transition:border-color .16s ease,background .16s ease}.admin-pagination button:hover:not(:disabled){border-color:var(--adm-primary);background:var(--adm-surface-2)}.admin-pagination button:disabled{opacity:.5;cursor:not-allowed}.admin-pagination-info{font-size:.85rem;color:var(--adm-muted);font-weight:600}.admin-filters.mandates{grid-template-columns:minmax(0,1fr) 170px 170px 170px}.admin-filters.payments{grid-template-columns:minmax(0,1fr) 150px 150px 170px 170px}.admin-date-input{display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:11px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-faint);transition:border-color .16s ease,background .16s ease}.admin-date-input:focus-within{border-color:var(--adm-primary);background:var(--adm-surface)}.admin-date-input input{width:100%;min-height:46px;border:0;outline:0;background:transparent;color:var(--adm-ink);font-size:.9rem}.admin-filters.collections{grid-template-columns:190px 190px auto;align-items:center}.admin-preset-row{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.admin-preset{padding:8px 14px;border-radius:999px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.admin-preset:hover{border-color:var(--adm-primary)}.admin-preset.active{background:var(--adm-primary-soft);border-color:var(--adm-primary);color:var(--adm-primary)}.admin-mandate-meta{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.admin-mandate-meta span{padding:6px 12px;border-radius:999px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-muted);font-size:.78rem;text-transform:capitalize}.admin-mandate-meta strong{margin-left:4px;color:var(--adm-ink)}.admin-mandate-hint{margin:10px 0 0;display:flex;align-items:center;gap:10px;color:var(--adm-muted);font-size:.8rem}.admin-link-button{padding:0;border:0;background:none;color:var(--adm-primary);font-size:.8rem;font-weight:600;cursor:pointer}.admin-link-button:hover{text-decoration:underline}@media(max-width:900px){.admin-filters.mandates,.admin-filters.payments{grid-template-columns:minmax(0,1fr)}}.viz-page.reloading .viz-tiles,.viz-page.reloading .viz-grid,.viz-page.reloading .viz-context{opacity:.55;transition:opacity .12s ease}.viz-tiles{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:14px}.viz-tile{padding:16px 18px;border-radius:14px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);display:grid;gap:6px;align-content:start;min-width:0;overflow:hidden}.viz-tile-label{font-size:.82rem;color:var(--adm-muted)}.viz-tile-value{font-size:1.5rem;font-weight:650;color:var(--adm-ink);line-height:1.15;font-variant-numeric:proportional-nums}.viz-tile-foot{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.viz-spark-wrap{display:block;width:100%;min-width:0;height:30px}.viz-delta{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;font-size:.8rem;font-weight:650;min-width:0}.viz-delta small{font-weight:500;color:var(--adm-faint)}.viz-delta.good{color:#006300}.viz-delta.bad{color:#b91c1c}.viz-delta.flat{color:var(--adm-faint)}.viz-spark{display:block;overflow:visible}.viz-context{margin-top:14px;font-size:.85rem;color:var(--adm-muted)}.viz-context strong{color:var(--adm-ink)}.viz-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.viz-card{padding:16px 18px 18px;border-radius:14px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);min-width:0;display:flex;flex-direction:column;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.viz-card:hover,.viz-tile:hover{box-shadow:var(--adm-shadow);border-color:var(--adm-border-strong);transform:translateY(-2px)}.viz-tile{transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.viz-card.wide{grid-column:1 / -1}.viz-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.viz-card-head h3{margin:0;font-size:.98rem;color:var(--adm-ink)}.viz-card-head p{margin:3px 0 0;font-size:.8rem;color:var(--adm-muted)}.viz-card-tools{display:flex;align-items:center;gap:14px}.viz-legend{display:flex;align-items:center;gap:12px;margin:0;padding:0;list-style:none}.viz-legend li{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:var(--adm-muted)}.viz-key.rect{width:10px;height:10px;border-radius:3px}.viz-key.line{width:14px;height:2px;border-radius:2px}.viz-toggle{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:9px;border:1px solid var(--adm-border);background:var(--adm-surface-2);color:var(--adm-muted);font-size:.76rem;font-weight:600;cursor:pointer}.viz-toggle:hover,.viz-toggle.active{color:var(--adm-primary);border-color:var(--adm-primary);background:var(--adm-primary-soft)}.viz-plot{position:relative;margin-top:12px;width:100%}.viz-tick{font-size:11px;fill:var(--adm-faint);font-variant-numeric:tabular-nums}.viz-end-label{font-size:11px;font-weight:650;fill:var(--adm-muted)}.viz-tooltip{position:absolute;transform:translate(-50%,-6px);z-index:3;pointer-events:none;min-width:132px;padding:8px 10px;border-radius:10px;background:var(--adm-surface);border:1px solid var(--adm-border-strong);box-shadow:var(--adm-shadow);display:grid;gap:4px}.viz-tooltip strong{font-size:.74rem;color:var(--adm-muted);font-weight:600}.viz-tooltip span{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--adm-muted)}.viz-tooltip b{color:var(--adm-ink);font-size:.84rem;font-variant-numeric:tabular-nums}.viz-tooltip i{width:12px;height:2px;border-radius:2px;flex:none}.viz-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;margin:0;font-size:.84rem;color:var(--adm-faint);pointer-events:none}.viz-bars{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:10px}.viz-bars li{display:grid;grid-template-columns:minmax(90px,150px) minmax(0,1fr) auto;align-items:center;gap:12px}.viz-bar-label{font-size:.82rem;color:var(--adm-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viz-bar-label small{display:block;font-size:.7rem;color:var(--adm-faint)}.viz-bar-track{display:block;min-width:0}.viz-bar-track svg{display:block;width:100%}.viz-bar-value{font-size:.82rem;font-weight:650;color:var(--adm-ink);font-variant-numeric:tabular-nums}.viz-status{margin-top:16px;flex:1;display:flex;flex-direction:column;justify-content:center;gap:20px}.viz-status-bar{display:flex;gap:2px;height:16px}.viz-status-bar span{height:100%;cursor:default}.viz-status-bar span:first-child{border-radius:6px 0 0 6px}.viz-status-bar span:last-child{border-radius:0 6px 6px 0}.viz-status-bar span.dim{opacity:.55}.viz-status-legend{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.viz-status-legend li{display:flex;align-items:center;gap:9px}.viz-status-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--adm-surface-2);border:1px solid var(--adm-border);flex:none}.viz-status-legend strong{display:block;font-size:1rem;color:var(--adm-ink)}.viz-status-legend small{font-size:.74rem;color:var(--adm-muted)}.viz-heat{margin-top:16px}.viz-heat-grid{display:grid;grid-template-columns:34px minmax(0,1fr);gap:4px 8px;align-items:center}.viz-heat-hours{position:relative;height:14px}.viz-heat-hours span{position:absolute;transform:translate(-50%);font-size:10px;color:var(--adm-faint);font-variant-numeric:tabular-nums}.viz-heat-day{font-size:11px;color:var(--adm-faint);text-align:right}.viz-heat-row{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:2px}.viz-heat-cell{height:16px;border:0;padding:0;border-radius:3px;cursor:pointer}.viz-heat-cell.empty{background:var(--adm-surface-2)!important;box-shadow:inset 0 0 0 1px var(--adm-border)}.viz-heat-cell:hover,.viz-heat-cell:focus-visible{outline:2px solid var(--adm-primary);outline-offset:1px}.viz-heat-foot{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.viz-heat-scale{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:var(--adm-faint)}.viz-heat-scale i{width:14px;height:10px;border-radius:2px}.viz-heat-readout{margin:0;font-size:.78rem;color:var(--adm-muted)}.viz-heat-readout strong{color:var(--adm-ink)}.viz-empty.static{position:static;padding:40px 0}.viz-table-wrap{margin-top:14px;max-height:260px;overflow:auto}.viz-table{width:100%;border-collapse:collapse;font-size:.82rem}.viz-table th{position:sticky;top:0;text-align:left;padding:8px 10px;background:var(--adm-surface-2);color:var(--adm-muted);font-weight:600;border-bottom:1px solid var(--adm-border)}.viz-table td{padding:8px 10px;color:var(--adm-ink);border-bottom:1px solid var(--adm-border);font-variant-numeric:tabular-nums}@media(prefers-reduced-motion:no-preference){.viz-rise{transform-box:fill-box;transform-origin:bottom;animation:viz-rise .48s cubic-bezier(.22,1,.36,1) backwards}.viz-grow{transform-box:fill-box;transform-origin:left center;animation:viz-grow .52s cubic-bezier(.22,1,.36,1) backwards}.viz-draw{stroke-dasharray:1;animation:viz-draw .9s cubic-bezier(.4,0,.2,1) backwards}.viz-fade{animation:viz-fade .9s ease backwards}.viz-widen{transform-origin:left center;animation:viz-grow .56s cubic-bezier(.22,1,.36,1) backwards}.viz-pop{animation:viz-fade .38s ease backwards}.viz-tile{animation:viz-lift .38s ease backwards}.viz-tile:nth-child(2){animation-delay:40ms}.viz-tile:nth-child(3){animation-delay:80ms}.viz-tile:nth-child(4){animation-delay:.12s}.viz-tile:nth-child(5){animation-delay:.16s}.viz-tile:nth-child(6){animation-delay:.2s}}@keyframes viz-rise{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes viz-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes viz-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes viz-fade{0%{opacity:0}}@keyframes viz-lift{0%{opacity:0;transform:translateY(6px)}}@media(max-width:1200px){.viz-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.viz-tiles,.viz-grid,.viz-status-legend{grid-template-columns:minmax(0,1fr)}}.admin-client-detail-panel{display:grid;gap:14px}.admin-details-card,.admin-details-empty{min-height:240px;padding:20px;border-radius:14px;background:var(--adm-surface);border:1px solid var(--adm-border)}.admin-details-empty{display:grid;place-items:center;color:var(--adm-muted);font-size:.9rem}.admin-details-head{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--adm-border)}.admin-avatar.large{width:54px;height:54px;border-radius:15px;font-size:1.1rem}.admin-details-head strong{display:block;font-size:1.05rem;font-weight:700}.admin-details-head span{color:var(--adm-muted);font-size:.86rem}.admin-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0}.admin-details-grid dt{color:var(--adm-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.admin-details-grid dd{margin:5px 0 0;font-weight:600;font-size:.92rem;word-break:break-word}.admin-client-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.admin-client-actions button{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 16px;border:1px solid transparent;border-radius:11px;background:var(--adm-primary);color:#fff;font-weight:600;font-size:.88rem;transition:filter .16s ease,background .16s ease}.admin-client-actions button:hover:not(:disabled){filter:brightness(1.06)}.admin-client-actions button.danger{background:var(--adm-danger)}.admin-client-actions button.secondary{background:var(--adm-surface);color:var(--adm-ink);border-color:var(--adm-border-strong)}.admin-client-actions button.secondary:hover:not(:disabled){background:var(--adm-surface-2)}.admin-key-form{margin-top:18px;display:grid;gap:14px;padding:18px;border:1px solid var(--adm-border);border-radius:14px;background:var(--adm-surface-2)}.admin-key-editor{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:end}.admin-key-editor label{display:grid;gap:6px;color:#334155;font-size:.82rem;font-weight:600}.admin-key-editor input[type=text],.admin-key-editor input:not([type]){min-height:46px;padding:0 12px;border:1px solid var(--adm-border-strong);border-radius:11px;outline:0;background:var(--adm-surface)}.admin-key-editor input:focus{border-color:var(--adm-primary)}.admin-key-toggle{display:inline-flex!important;align-items:center;gap:8px;min-width:110px;min-height:46px}.admin-key-toggle input{width:18px;height:18px;accent-color:var(--adm-primary)}.admin-key-list-shell{margin-top:18px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px}.admin-key-table-card{display:grid;gap:14px;margin-top:18px;padding:20px;border-radius:14px;background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm)}.admin-key-table-head h3,.admin-key-table-head p{margin:0}.admin-key-table-head h3{font-size:1rem;font-weight:700}.admin-key-table-head p{margin-top:4px;color:var(--adm-muted);font-size:.84rem}.admin-key-table-wrap{overflow-x:auto;border:1px solid var(--adm-border);border-radius:12px}.admin-key-table-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-table-scroll{max-height:560px;overflow-y:auto}.admin-table-scroll thead th{position:sticky;top:0;z-index:1}.admin-page-size{display:flex;align-items:center;gap:8px;color:var(--adm-muted);font-size:.8rem;white-space:nowrap}.admin-page-size select{min-height:38px;padding:0 10px;border-radius:10px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-ink);font-size:.85rem;cursor:pointer}.admin-page-size select:focus{outline:0;border-color:var(--adm-primary)}.admin-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--adm-muted);font-size:.82rem}.admin-pagination-controls{display:flex;align-items:center;gap:10px}.admin-pagination-controls button{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 12px;border-radius:10px;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-ink);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,background .16s ease}.admin-pagination-controls button:hover:not(:disabled){border-color:var(--adm-primary);background:var(--adm-surface)}.admin-pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.admin-key-table{width:100%;border-collapse:collapse;min-width:520px}.admin-key-table th,.admin-key-table td{padding:13px 14px;border-bottom:1px solid var(--adm-border);text-align:left;vertical-align:middle}.admin-key-table tr:last-child td{border-bottom:0}.admin-key-table th{background:var(--adm-surface-2);color:var(--adm-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.admin-key-table td strong,.admin-key-table td small{display:block}.admin-key-table td strong{font-size:.9rem;font-weight:600}.admin-key-table td small{color:var(--adm-muted);font-size:.78rem}.admin-key-table tr.active{background:var(--adm-primary-soft)}.admin-key-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-key-actions button{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 12px;border:1px solid transparent;border-radius:9px;background:var(--adm-primary);color:#fff;font-weight:600;font-size:.82rem;transition:filter .16s ease,background .16s ease}.admin-key-actions button:hover:not(:disabled){filter:brightness(1.06)}.admin-key-actions button.danger{background:var(--adm-danger)}.admin-key-actions button.secondary{background:var(--adm-surface);color:var(--adm-ink);border-color:var(--adm-border-strong)}.admin-key-actions button.secondary:hover:not(:disabled){background:var(--adm-surface-2)}.admin-key-details{min-width:0;margin-top:18px}@media(max-width:1024px){.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{position:fixed;top:0;left:0;width:min(300px,84vw);transform:translate(-100%);transition:transform .24s ease;box-shadow:var(--adm-shadow-lg)}.admin-shell.sidebar-open .admin-sidebar{transform:translate(0)}.admin-shell.sidebar-open .admin-sidebar-backdrop{display:block}.admin-topbar-menu{display:grid}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.admin-clients-layout{grid-template-columns:1fr}.admin-client-list{max-height:320px}.admin-key-list-shell{grid-template-columns:1fr}.admin-topbar{grid-template-columns:minmax(0,1fr) auto}.admin-topbar-search{display:none}}@media(max-width:640px){.admin-body{padding:14px 14px 22px}.admin-topbar{min-height:auto;padding:12px 14px}.admin-topbar-copy h1{font-size:1.25rem}.admin-topbar-profile-copy{display:none}.admin-stats-grid{grid-template-columns:1fr;gap:12px}.admin-clients-section{padding:16px}.admin-section-head{flex-direction:column;align-items:flex-start}.admin-section-actions{width:100%;justify-content:flex-start}.admin-filters,.admin-details-grid,.admin-key-editor{grid-template-columns:1fr}.admin-client-actions,.admin-key-actions{flex-direction:column}.admin-client-actions button,.admin-key-actions button{width:100%;justify-content:center}}.admin-simple-list{display:grid;gap:10px;margin-top:18px;max-height:560px;overflow:auto}.admin-simple-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;text-align:left}.admin-simple-row.active{border-color:#0ea5e93d;box-shadow:0 12px 24px #0f172a14}.admin-simple-row strong,.admin-simple-row small{display:block}.admin-simple-row small{color:#64748b}.form-message{margin:14px 0 0;padding:10px 12px;border-radius:7px;font-size:.9rem;font-weight:700;text-align:center}.form-message.error{color:#b4232f;background:#fff2f3;border:1px solid #ffd0d5}.form-message.notice{color:#0b6b43;background:#effdf5;border:1px solid #c8f4dc}.success-box{display:grid;gap:13px;justify-items:center;padding:43px 0 3px;text-align:center}.success-box h2,.success-box p{margin:0}.success-box h2{font-size:1.25rem;color:var(--auth-text)}.success-box p{color:var(--auth-muted)}.success-icon{width:54px;height:54px;display:grid;place-items:center;color:#fff;background:var(--pink);border-radius:50%}.demo-divider{width:100%;height:1px;margin:23px 0 19px;background:#eeeae4}.skip-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;align-self:center;padding:0 18px;color:#fff;border:0;border-radius:8px;background:#090d10;font-size:.78rem;font-weight:900}.demo-copy{margin-top:8px;color:#8b95a2;font-size:.81rem}.terms-copy{margin-top:24px;color:#8b95a2;font-size:.79rem}.terms-copy button{padding:0;color:#53606d}.spin{animation:spin .85s linear infinite}.pane-loader{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:240px;padding:40px 20px;color:#8b95a2;font-size:.9rem}.pane-loader svg{color:#00a884}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:318px 1fr;color:var(--text);background:#191a1a}.inbox-sidebar{min-width:0;display:flex;flex-direction:column;gap:18px;padding:22px;background:#222424;border-right:1px solid #353a3a}.product-bar{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px}.product-mark{width:44px;height:44px;display:grid;place-items:center;color:#062717;background:var(--green);border-radius:8px}.product-bar strong,.product-bar span{display:block}.product-bar strong{font-size:1.04rem}.product-bar span{color:var(--muted);font-size:.82rem}.sidebar-nav{display:grid;gap:7px}.sidebar-nav button{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--muted);border:1px solid transparent;border-radius:7px;background:transparent;font-weight:800;text-align:left}.sidebar-nav button.active,.sidebar-nav button:hover{color:var(--text);border-color:#3e4545;background:#2d3131}.search-box{min-height:42px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:0 11px;color:var(--muted);border:1px solid #404646;border-radius:7px;background:#1d1f1f}.search-box input{width:100%;min-width:0;color:var(--text);border:0;outline:0;background:transparent}.chat-list{display:grid;gap:8px;overflow:auto}.chat-item{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:10px;color:var(--text);border:1px solid #353b3b;border-radius:7px;background:#292d2d;text-align:left}.chat-item.active,.chat-item:hover{border-color:#08b969bf;background:#303636}.avatar{width:40px;height:40px;display:grid;place-items:center;color:#051f13;background:linear-gradient(135deg,#08b969,#4da3ff);border-radius:50%;font-weight:900}.chat-summary{min-width:0;display:grid;gap:4px}.chat-summary strong,.chat-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-summary small{color:var(--muted);font-size:.78rem}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--green)}.status-dot.waiting{background:var(--amber)}.chat-workspace{min-width:0;display:grid;grid-template-rows:auto auto auto 1fr;gap:18px;padding:24px}.workspace-topbar,.conversation-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace-topbar p,.workspace-topbar h2,.conversation-header h3,.conversation-header span{margin:0}.workspace-topbar p,.conversation-header span{color:var(--muted);font-size:.86rem}.workspace-topbar h2{font-size:1.45rem}.ghost-button{min-height:40px;padding:0 13px;color:var(--text);border:1px solid #414747;border-radius:7px;background:#252929}.metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metric{min-height:86px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:6px 10px;padding:16px;border:1px solid #343a3a;border-radius:8px;background:#232626}.metric svg{color:var(--green)}.metric span{color:var(--muted);font-size:.84rem;font-weight:800}.metric strong{grid-column:1 / -1;font-size:1.8rem}.panel-alert{margin:0;padding:10px 12px;color:#ffe9b7;border:1px solid rgba(243,181,69,.32);border-radius:7px;background:#f3b5451a}.conversation-panel{min-height:0;display:grid;grid-template-rows:auto 1fr auto;border:1px solid #343a3a;border-radius:8px;background:#222525;overflow:hidden}.conversation-header{min-height:72px;padding:0 18px;border-bottom:1px solid #343a3a}.icon-button{width:40px;height:40px;flex:0 0 auto;color:var(--text);border:1px solid #424848;border-radius:7px;background:#2a2e2e}.message-list{min-height:280px;display:flex;flex-direction:column;gap:12px;padding:18px;overflow:auto}.message{width:min(74%,640px);display:grid;gap:6px}.message span{color:var(--muted);font-size:.76rem;font-weight:800}.message p{margin:0;padding:12px 14px;color:#eaf1f7;border:1px solid #3a4141;border-radius:8px;background:#2d3232;line-height:1.45}.message.agent{align-self:flex-end}.message.agent span{text-align:right}.message.agent p{color:#052315;background:var(--green);border-color:var(--green)}.message.ai p{border-color:#4da3ff59;background:#4da3ff1f}.reply-box{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid #343a3a}.reply-box input{min-width:0;min-height:44px;padding:0 13px;color:var(--text);border:1px solid #424848;border-radius:7px;outline:0;background:#191b1b}.reply-box input:focus{border-color:var(--green)}.icon-button.send{color:#052315;background:var(--green);border-color:var(--green)}.empty-state{min-height:380px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);border:1px solid #343a3a;border-radius:8px;background:#222525;text-align:center}.empty-state h3,.empty-state p{margin:0}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.inbox-sidebar{border-right:0;border-bottom:1px solid #353a3a}.chat-workspace{padding:18px}}@media(max-width:640px){.auth-shell{padding:28px 14px 14px}.stepper{grid-template-columns:1fr}.legal-footer{gap:10px}.metrics-row{grid-template-columns:1fr}.workspace-topbar{align-items:flex-start;flex-direction:column}.ghost-button,.message{width:100%}}.dashboard-shell{--rail-w: 208px;--strip-h: 0px;--dash-h: calc(100dvh - var(--strip-h));min-height:var(--dash-h);height:var(--dash-h);overflow:hidden;display:grid;grid-template-columns:var(--rail-w) minmax(300px,420px) minmax(0,1fr);color:#0b1728;background:radial-gradient(circle at top left,rgba(255,255,255,.86),transparent 42%),linear-gradient(180deg,#eef4fb,#e5edf6)}.dashboard-shell.has-balance-strip{--strip-h: 46px;margin-top:var(--strip-h)}.dashboard-shell.profile-mode{grid-template-columns:var(--rail-w) minmax(0,1fr)}.dashboard-shell.rail-collapsed{--rail-w: 66px}.dashboard-shell.rail-collapsed .dashboard-rail{padding-left:8px;padding-right:8px}.dashboard-shell.rail-collapsed .collapse-button{align-self:center}.dashboard-shell.rail-collapsed .rail-brand{justify-content:center}.dashboard-shell.rail-collapsed .rail-brand strong,.dashboard-shell.rail-collapsed .rail-label{display:none}.dashboard-shell.rail-collapsed .rail-nav button,.dashboard-shell.rail-collapsed .rail-logout{justify-content:center;gap:0;padding:0;font-size:0}@media(min-width:901px){.dashboard-shell.websites-mode{grid-template-columns:var(--rail-w) minmax(0,1fr)}.dashboard-shell.websites-mode .website-list-pane{border-right:0}.dashboard-shell.websites-mode .website-workspace,.dashboard-shell.websites-mode.detail-open .website-list-pane{display:none}.dashboard-shell.websites-mode.detail-open .website-workspace{display:flex}}.dashboard-rail{min-width:0;display:flex;flex-direction:column;gap:18px;padding:27px 12px;background:linear-gradient(180deg,#f9fbfe,#f3f7fb);border-right:1px solid #d9e1ea}.collapse-button{align-self:flex-end;width:32px;height:32px;display:grid;place-items:center;color:#526475;border:0;background:transparent}.rail-brand{display:flex;align-items:center;gap:11px;color:#00a884;font-size:1.1rem;font-weight:900}.rail-brand span{width:29px;height:29px;display:grid;place-items:center}.rail-label{margin:3px 10px -8px;color:#8794a2;font-size:.72rem;font-weight:900;text-transform:uppercase}.rail-nav{display:grid;gap:9px}.rail-nav button,.rail-logout{min-height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;color:#506170;border:0;border-radius:7px;background:transparent;font-size:.98rem;font-weight:500;text-align:left}.rail-nav button.active{color:#008f72;background:#defbd7}.rail-logout{margin-top:auto;justify-content:center}.mobile-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;grid-template-columns:repeat(5,1fr);height:calc(58px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e3e9ef;box-shadow:0 -6px 18px #0f172a12}.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:100%;min-width:0;padding:0 2px;border:0;background:transparent;color:#647587;font-size:.64rem;font-weight:700;letter-spacing:.01em}.mobile-bottom-nav button>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav button.active{color:#00a884}.mobile-bottom-nav .nav-icon{position:relative;display:grid;place-items:center;line-height:0}.mobile-bottom-nav .nav-badge{position:absolute;top:-6px;left:60%;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#ef4444;color:#fff;font-size:.62rem;font-weight:800;line-height:1}.mobile-back-btn{display:none;align-items:center;gap:4px;padding:6px 8px 6px 2px;margin-right:2px;color:#00a884;border:0;background:transparent;font-size:.95rem;font-weight:700}.mobile-back-btn.workspace-back{position:sticky;top:0;z-index:4;width:100%;justify-content:flex-start;padding:12px 4px;margin-bottom:4px;background:linear-gradient(180deg,#eef4fb 70%,#eef4fb00)}.chat-list-pane,.website-list-pane{min-width:0;height:var(--dash-h);display:flex;flex-direction:column;background:#fff;border-right:1px solid #d4dde7}.pane-header{min-height:70px;position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 19px;border-bottom:1px solid #eef1f4;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pane-header h1{margin:0;color:#00a884;font-size:1.75rem;font-weight:900}.pane-actions{display:flex;align-items:center;gap:18px}.wa-reply-bar button{border:0;color:#536473;background:transparent}.wa-search{min-height:48px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin:14px 20px 12px;padding:0 18px;color:#5f6f7d;border-radius:25px;background:#eef2f6}.website-scope-panel{display:grid;gap:10px;margin:0 16px 12px;padding:14px;border:1px solid #dbe5ef;border-radius:16px;background:linear-gradient(180deg,#fcfdff,#f3f7fb);box-shadow:0 8px 24px #0f172a0a}.website-scope-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.website-scope-head span{display:block;color:#7a8794;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.website-scope-head strong{display:block;margin-top:4px;color:#0b1728;font-size:1.02rem;line-height:1.2}.website-scope-toggle{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;color:#627282;border:1px solid #d6e0e8;border-radius:999px;background:#fff;font-size:.78rem;font-weight:900}.website-scope-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.scope-summary-card{display:grid;gap:4px;padding:10px 12px;border:1px solid #dde6ef;border-radius:12px;background:#fff}.scope-summary-label{color:#7a8794;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.scope-summary-card strong{color:#0b1728;font-size:.98rem}.website-scope-search{min-height:42px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:0 14px;color:#6a7783;border:1px solid #d6e0e8;border-radius:14px;background:#fff}.website-scope-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0b1728}.website-scope-list{display:grid;gap:8px;max-height:264px;overflow:auto;padding-right:2px}.website-scope-list button{width:100%;min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 12px;color:#0b1728;border:1px solid #d7e0e9;border-radius:14px;background:#fff;text-align:left}.website-scope-list button.active{border-color:#00a884;background:#effdf5;box-shadow:inset 0 0 0 1px #00a8842e}.scope-avatar{width:42px;height:42px;display:grid;place-items:center;color:#008f72;background:#d4ffd0;border-radius:50%;font-weight:900;flex:0 0 auto}.scope-avatar img,.wa-avatar img,.wa-header-avatar img,.website-card-main span img{width:100%;height:100%;object-fit:cover;display:block}.scope-avatar.all{background:#eef2f6;color:#526475}.scope-copy{min-width:0;display:grid;gap:4px}.scope-copy strong,.scope-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scope-copy strong{font-size:1rem}.scope-copy small{color:#627282;font-size:.82rem}.scope-meta{display:grid;justify-items:end;gap:5px}.scope-url{max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a96a2;font-size:.72rem}.scope-count{min-width:24px;height:24px;display:grid;place-items:center;padding:0 7px;color:#fff;border-radius:999px;background:#00a884;font-size:.74rem;font-weight:900}.website-scope-collapsed{width:100%;min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid #d6e0e8;border-radius:14px;background:#fff;text-align:left}.wa-search input{width:100%;min-width:0;border:0;outline:0;color:#162231;background:transparent}.chat-filters{display:flex;flex-wrap:nowrap;gap:9px;padding:0 20px 14px}.chat-filters button{min-height:36px;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:0 17px;color:#4f6170;border:1px solid #d6e0e8;border-radius:18px;background:#fff;font-weight:800;white-space:nowrap}.chat-filters button.active{color:#008f72;background:#cfffcb;border-color:#b8f6b3}.tag-more{position:relative;display:inline-flex;flex:0 0 auto}.tag-more>button{padding:0 14px;font-size:1.1rem;line-height:1}.tag-more-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:40;min-width:150px;padding:6px;display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #e3e9ef;border-radius:14px;box-shadow:0 12px 30px #0f172a29;animation:message-pop .14s ease}.tag-more-menu button{min-height:34px;padding:0 12px;text-align:left;border:0;border-radius:9px;background:transparent;color:#334155;font-weight:700;font-size:.9rem;cursor:pointer}.tag-more-menu button:hover{background:#f1f5f9}.tag-more-menu button.active{color:#008f72;background:#cfffcb}.filter-badge{min-width:20px;height:20px;display:inline-grid;place-items:center;padding:0 6px;color:#fff;border-radius:999px;background:#00a884;font-size:.75rem;font-weight:900}.wa-chat-list{min-height:0;flex:1;overflow:auto}.wa-chat-item{width:100%;min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:0 19px;color:#0b1728;border:0;background:#fff;text-align:left}.wa-chat-item.active,.wa-chat-item:hover{background:#f0f3f7}.wa-avatar,.wa-header-avatar,.website-card-main span{width:54px;height:54px;display:grid;place-items:center;color:#008f72;background:linear-gradient(180deg,#d7ffe9,#c6f6d8);border:1px solid rgba(0,168,132,.18);border-radius:50%;font-size:1rem;font-weight:900}.wa-chat-text{min-width:0;display:grid;gap:5px}.wa-chat-text strong,.wa-chat-text small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-chat-text strong{font-size:1.04rem}.wa-thread-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.wa-thread-title>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-tag-badge{justify-self:start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:1px 8px;border-radius:999px;font-size:.72rem;font-weight:600;color:#3730a3;background:#e0e7ff;border:1px solid #c7d2fe}.wa-chat-text small,.wa-chat-item time,.chat-meta{color:#526475;font-size:.9rem}.chat-meta{display:grid;justify-items:end;gap:7px}.chat-meta strong{min-width:21px;height:21px;display:grid;place-items:center;padding:0 6px;color:#fff;border-radius:999px;background:#00a884;font-size:.75rem}.empty-chat-list{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;padding:24px;color:#607182;text-align:center}.wa-thread{min-width:0;height:var(--dash-h);display:grid;grid-template-rows:70px 1fr auto;background:#efe9df;position:relative}.wa-thread-profile-btn{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:14px;padding:6px 8px;margin:0 -8px;border:0;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease}.wa-thread-profile-btn:hover{background:#f1f5f9}.wa-thread-profile-btn>div{flex:1 1 auto;min-width:0}.wa-profile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#f5f7fa;display:flex;flex-direction:column;animation:wa-profile-in .2s ease}@keyframes wa-profile-in{0%{transform:translate(14px);opacity:0}to{transform:translate(0);opacity:1}}.wa-profile-head{flex:0 0 auto;height:64px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff;border-bottom:1px solid #eaecef;z-index:1}.wa-profile-close{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#475569;cursor:pointer;transition:background .15s ease}.wa-profile-close:hover{background:#f1f5f9}.wa-profile-heading{font-weight:700;font-size:1.02rem;color:#0f172a;letter-spacing:.01em}.wa-profile-body{flex:1 1 auto;overflow-y:auto;padding-bottom:28px}.wa-profile-hero{display:flex;flex-direction:column;align-items:center;gap:12px;padding:30px 20px 28px;background:linear-gradient(160deg,#12b28c,#0b7f68);color:#fff;text-align:center}.wa-profile-avatar{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#ffffff29;border:3px solid rgba(255,255,255,.5);color:#fff;font-weight:800;font-size:2rem;box-shadow:0 10px 26px #0003}.wa-profile-name{margin:0;font-size:1.32rem;font-weight:700;color:#fff;line-height:1.2}.wa-profile-tag{padding:3px 13px;border-radius:999px;background:#ffffff38;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:.78rem;font-weight:700}.wa-profile-actions{display:flex;gap:10px;margin-top:6px}.wa-profile-action{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.32);color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .15s ease,transform .15s ease}.wa-profile-action:hover{background:#ffffff47;transform:translateY(-1px)}.wa-profile-section{padding:18px 16px 0}.wa-profile-section-title{display:block;margin:0 6px 8px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#9aa4b2}.wa-profile-card{background:#fff;border:1px solid #eaecef;border-radius:16px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.wa-profile-row{display:flex;align-items:center;gap:14px;padding:13px 16px}.wa-profile-row+.wa-profile-row{border-top:1px solid #f1f3f5}.wa-profile-row-icon{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e8faf4;color:#0b9c7c}.wa-profile-row-text{display:flex;flex-direction:column;gap:2px;min-width:0}.wa-profile-row-label{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9aa4b2}.wa-profile-row-value{font-size:.98rem;font-weight:600;color:#0f172a;word-break:break-word}.wa-profile-row-value.empty{color:#b6bec9;font-weight:500;font-style:italic}.wa-profile-delete{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border:1px solid #fecaca;border-radius:16px;background:#fff;color:#dc2626;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s ease}.wa-profile-delete:hover{background:#fef2f2}.wa-thread-header{display:flex;align-items:center;gap:14px;padding:0 18px;background:#fff;border-bottom:1px solid #e7ebef}.wa-thread-header>div{flex:1 1 auto;min-width:0}.wa-thread-header .wa-header-avatar,.wa-thread-header .mobile-back-btn{flex:0 0 auto}.wa-thread-header .wa-header-avatar{width:40px;height:40px;font-size:.82rem}.wa-header-avatar{color:#fff;background:#6d7b86}.wa-thread-header h2,.wa-thread-header p{margin:0}.wa-thread-header h2{font-size:1.08rem}.wa-thread-header p{color:#5f6f7d;font-size:.82rem}.wa-thread-website{display:inline-flex;align-items:center;gap:6px;margin-top:2px!important;color:#0f8f6f!important;font-weight:600;font-size:.8rem}.wa-thread-website-url{color:#8a98a4;font-weight:400;font-size:.76rem}.wa-message-area{position:relative;display:flex;flex-direction:column;gap:10px;padding:42px 24px 24px;overflow:auto;background:radial-gradient(rgba(205,196,183,.45) 1.4px,transparent 1.4px),#efe9df;background-size:48px 48px;transition:opacity .12s ease-out;will-change:opacity}.message-day-group{display:flex;flex-direction:column;gap:10px}.day-pill,.chat-error{align-self:center;border-radius:8px;box-shadow:0 1px 2px #0f172a14}.day-pill{padding:8px 17px;color:#526475;background:#fff;font-size:.8rem}.wa-system-note{align-self:center;max-width:80%}.wa-system-note span{display:inline-block;padding:6px 14px;border-radius:999px;background:#e3e8ed;color:#5a6a78;font-size:.76rem;font-weight:600;text-align:center}.wa-bubble{width:max-content;max-width:min(620px,74%);min-width:78px;display:grid;grid-template-columns:minmax(0,auto) auto;gap:6px;align-items:end;padding:9px 12px;color:#111827;border-radius:9px;background:#fff;box-shadow:0 1px 1px #0f172a14}.wa-bubble.agent{align-self:flex-end;background:#d9fdd3}.wa-typing{width:max-content;max-width:min(220px,70%);display:inline-flex;align-items:center;gap:10px;margin:6px 0 10px;padding:8px 12px;color:#526475;border-radius:18px;background:#fff;box-shadow:0 1px 2px #0f172a14;font-size:.82rem}.wa-typing.visitor{margin-left:auto;background:#d9fdd3;color:#365c3f}.wa-typing-dots{display:inline-flex;align-items:center;gap:4px}.wa-typing-dots span{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.35;animation:waTypingPulse 1.2s infinite ease-in-out}.wa-typing-dots span:nth-child(2){animation-delay:.15s}.wa-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes waTypingPulse{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-2px);opacity:1}}.bubble-body{min-width:0;overflow-wrap:anywhere;white-space:pre-wrap}.bubble-body .bubble-markdown p{margin:0}.bubble-body .bubble-markdown p+p,.bubble-body .bubble-markdown ul+p,.bubble-body .bubble-markdown p+ul,.bubble-body .bubble-markdown ul+ul{margin-top:.45rem}.bubble-body .bubble-markdown ul{margin:0;padding-left:1.1rem}.bubble-body .bubble-markdown li+li{margin-top:.2rem}.bubble-body .bubble-markdown code{padding:.08rem .35rem;border-radius:.35rem;background:#0000000f;font-size:.92em}.bubble-body .bubble-markdown a{color:inherit;text-decoration:underline;text-underline-offset:.15em}.bubble-meta{display:inline-flex;align-items:center;gap:4px;color:#667781;font-size:.68rem;line-height:1;white-space:nowrap}.wa-reply-bar{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 20px;background:#f0f2f5}.wa-reply-bar input{min-width:0;min-height:52px;padding:0 20px;color:#162231;border:0;border-radius:26px;outline:0;background:#fff}.wa-reply-bar button{width:52px;height:52px;display:grid;place-items:center;color:#fff;border-radius:50%;background:#00a884}.chat-error{padding:10px 14px;color:#b4232f;background:#fff2f3}.wa-empty-thread{display:grid;place-items:center;color:#526475}.website-list-pane .pane-header{border-bottom-color:#eef1f4;background:linear-gradient(180deg,#fff,#fcfdff)}.add-website-button{width:42px;height:42px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:linear-gradient(180deg,#00b896,#009f7f);box-shadow:0 10px 20px #00a8842e;transition:transform .18s ease,box-shadow .18s ease}.add-website-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #00a88438}.add-website-button:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.website-limit-note{margin:0 20px 12px;padding:10px 14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.85rem;font-weight:600;line-height:1.4}.website-table-wrap{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable}.leads-page{min-width:0;padding:0 22px 28px;overflow-y:auto}.leads-page .pane-header{margin:0 -22px;border-bottom-color:#eef1f4;background:linear-gradient(180deg,#fff,#fcfdff);-webkit-backdrop-filter:none;backdrop-filter:none}.leads-export-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:10px;border:1px solid #cfe6d8;background:#eafaf1;color:#0a7d57;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.leads-export-btn:hover:not(:disabled){background:#d6f5e3;border-color:#a7e0c1}.leads-export-btn:disabled{opacity:.5;cursor:default}.leads-filters{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) 170px 165px 165px auto;gap:10px}.leads-apply-btn{min-height:44px;padding:0 22px;border-radius:11px;border:1px solid #03a84e;background:#03a84e;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.leads-apply-btn:hover{background:#039144}.leads-apply-btn:active{transform:translateY(1px)}.leads-apply-btn.dirty{box-shadow:0 0 0 3px #03a84e2e}.leads-search,.leads-date{display:flex;align-items:center;gap:8px;padding:0 12px;min-height:44px;border-radius:11px;background:#fff;border:1px solid #e3e9ef;color:#94a3b8}.leads-search input,.leads-date input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:.9rem}.leads-filters select{min-height:44px;padding:0 12px;border-radius:11px;border:1px solid #e3e9ef;background:#fff;color:#0f172a;font-size:.9rem;cursor:pointer}.leads-search:focus-within,.leads-date:focus-within,.leads-filters select:focus{border-color:#03a84e}.leads-table-card{margin-top:16px;border:1px solid #e3e9ef;border-radius:14px;background:#fff;overflow:hidden}.leads-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #e3e9ef}.leads-table-head strong{display:block;font-size:.95rem;color:#0f172a}.leads-table-head small{color:#64748b;font-size:.78rem}.leads-page-size{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:#64748b}.leads-page-size select{padding:6px 8px;border-radius:9px;border:1px solid #e3e9ef;background:#fff;color:#0f172a;cursor:pointer}.lead-tag{display:inline-block;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.76rem;font-weight:700}.leads-empty{padding:34px 0;text-align:center;color:#94a3b8;font-size:.9rem}.leads-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 18px;border-top:1px solid #e3e9ef;color:#64748b;font-size:.82rem}.leads-pagination.top{border-top:none;border-bottom:1px solid #e3e9ef}.leads-pagination-controls{display:flex;align-items:center;gap:10px}.leads-pagination-controls button{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:9px;border:1px solid #e3e9ef;background:#fff;color:#0f172a;font-size:.82rem;font-weight:600;cursor:pointer}.leads-pagination-controls button:disabled{opacity:.45;cursor:not-allowed}.leads-pagination-controls button:not(:disabled):hover{border-color:#03a84e;color:#03a84e}@media(max-width:1100px){.leads-filters{grid-template-columns:minmax(0,1fr) 1fr}}@media(max-width:640px){.leads-page{padding:0 14px 84px}.leads-page .pane-header{margin:0 -14px}.leads-filters{grid-template-columns:minmax(0,1fr)}}.website-table{width:100%;border-collapse:collapse;font-size:.93rem}.website-table thead th{position:sticky;top:0;z-index:1;padding:13px 22px;text-align:left;white-space:nowrap;color:#6b7a89;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:#f4f7fa;border-bottom:1px solid #e3e9ef}.website-table tbody tr{cursor:pointer;border-bottom:1px solid #eef2f6;transition:background .15s ease}.website-table tbody tr:hover{background:#f6fbf9}.website-table tbody tr.active,.website-table tbody tr:focus-visible{outline:none;background:#e9fbf3;box-shadow:inset 3px 0 #00a884}.website-table td{padding:13px 22px;color:#26313d;vertical-align:middle}.wt-name-inner{display:flex;align-items:center;gap:12px;min-width:0;font-weight:700}.wt-avatar{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#d7ffe9,#c6f6d8);color:#008f72;font-size:.76rem;font-weight:900}.wt-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wt-url{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4a5a68}.wt-date{white-space:nowrap;color:#6b7a89}.wt-ai-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;font-size:.76rem;font-weight:800;white-space:nowrap}.wt-ai-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.wt-ai-badge.on{color:#008f72;background:#dcfbef}.wt-ai-badge.off{color:#8a94a0;background:#eef1f4}.wa-back-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 auto;color:#2c3a48;border:1px solid #d6e0ea;border-radius:10px;background:#fff;transition:border-color .18s ease,color .18s ease}.wa-back-btn:hover{border-color:#00a884;color:#00a884}.wa-detail-page{display:flex;flex-direction:column;min-height:100%}.wa-list-card .website-table-wrap{overflow-x:auto}.secondary-action{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#243244;border:1px solid #d3dde8;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fafd);font-weight:800;box-shadow:0 1px 1px #0f172a08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.secondary-action:hover{transform:translateY(-1px);border-color:#bfd9cd;box-shadow:0 8px 16px #0f172a0f}.workspace-danger{width:100%;display:flex;justify-content:flex-start;padding:4px 0}.delete-website-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;color:#c0392b;border:1px solid #f0c4bd;border-radius:12px;background:#fdf2f0;font-weight:800;transition:background .18s ease,border-color .18s ease,transform .18s ease}.delete-website-button:hover{background:#fbe7e3;border-color:#e6a99f;transform:translateY(-1px)}.empty-website-list{min-height:190px;display:grid;place-items:center;align-content:center;gap:12px;color:#607182;text-align:center}.website-workspace{min-width:0;height:var(--dash-h);display:flex;flex-direction:column;overflow:hidden;background:#fff}.workspace-pane-header{gap:14px}.workspace-pane-header h1{flex:1 1 auto;min-width:0;color:#0f1b2d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-pane-header .wt-ai-badge{flex:0 0 auto}.workspace-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;padding:24px min(4vw,40px) 44px;overflow-y:auto;overflow-x:hidden;background:radial-gradient(circle at top center,rgba(255,255,255,.9),transparent 46%),linear-gradient(180deg,#eef4fb,#e5edf6);scrollbar-gutter:stable}.step-progress{width:min(414px,70%);justify-self:center;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center}.step-progress span{width:42px;height:42px;display:grid;place-items:center;color:#9aa8b7;border:4px solid #c9d3df;border-radius:50%;background:#fff;font-size:1.25rem;font-weight:900}.step-progress span.active{color:#00a884;border-color:#00a884}.step-progress i{height:5px;background:#00a884}.website-setup-card{width:min(100%,860px);justify-self:center;padding:52px min(6vw,74px);border-radius:12px;background:#fff}.property-card{align-self:start}.website-setup-card h2{margin:0 0 26px;color:#07142a;font-size:2.55rem;line-height:1.12;text-align:center}.property-card label{display:grid;gap:10px;margin-bottom:27px;color:#07142a;font-weight:900}.property-card input,.direct-link-row input{width:100%;min-width:0;min-height:55px;padding:0 18px;color:#07142a;border:1px solid #cfd9e5;border-radius:7px;outline:0;background:#fff;font-size:1.03rem;font-weight:800}.setup-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:21px;border-top:1px solid #dbe3ec}.green-action{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;color:#fff;border:0;border-radius:8px;background:#00a884;font-size:1rem;font-weight:900}.green-action:hover{background:#008f72}.dashboard-message{margin:14px 0 0;padding:11px 13px;border-radius:8px;font-weight:800;text-align:center}.dashboard-message.error{color:#b4232f;background:#fff2f3;border:1px solid #ffd0d5}.dashboard-message.notice{color:#007a62;background:#effdf5;border:1px solid #b9ecd9}.widget-card{width:100%;max-width:1040px;padding:0;border-radius:0;background:transparent}.widget-card .widget-grid{grid-template-columns:1fr;gap:10px}.widget-card h2{margin-bottom:10px}.widget-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}.widget-install-panel,.website-chats-panel{min-width:0;padding:46px 48px 28px;border:1px solid #dfe7ef;border-radius:18px;background:#fff}.widget-install-panel h2,.website-chats-panel h3{margin:0;color:#07142a;text-align:center}.widget-install-panel h2{font-size:2.15rem;font-weight:800}.website-chats-panel h3{font-size:1.25rem}.eyebrow{margin:0 0 6px;color:#00a884;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.count-pill{min-width:30px;height:30px;display:grid;place-items:center;padding:0 10px;color:#fff;border-radius:999px;background:#00a884;font-size:.84rem;font-weight:900}.widget-actions-row{display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0 24px}.website-chat-list{display:grid;gap:10px}.website-chat-row{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;color:#0b1728;border:1px solid #dbe4ee;border-radius:12px;background:#f9fbfd;text-align:left}.website-chat-row:hover{border-color:#00a884;background:#f0fbf7}.website-chat-avatar{width:42px;height:42px;display:grid;place-items:center;color:#008f72;background:#d4ffd0;border-radius:50%;font-weight:900}.website-chat-copy{min-width:0;display:grid;gap:4px}.website-chat-copy strong,.website-chat-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-install-panel textarea{width:100%;min-height:172px}.overview-grid{display:grid;gap:16px}.wt-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;padding:4px;background:#f1f5f9;border:1px solid #e6ecf3;border-radius:12px}.wt-tab{flex:1 1 auto;min-width:120px;border:none;background:transparent;color:#64748b;font-size:.9rem;font-weight:600;padding:10px 14px;border-radius:9px;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.wt-tab:hover{color:#0f172a}.wt-tab.active{background:#fff;color:#03a84e;box-shadow:0 1px 3px #0f172a1f}.direct-chat-actions{margin-bottom:14px}.overview-hero{display:flex;align-items:center;gap:16px;padding:20px 24px;border:1px solid #e6ecf3;border-radius:14px;background:linear-gradient(180deg,#fff,#f7fafd);box-shadow:0 1px 2px #0f172a0a}.overview-hero-avatar{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:linear-gradient(180deg,#d7ffe9,#c6f6d8);color:#008f72;font-size:1.05rem;font-weight:900}.overview-hero-copy{min-width:0;flex:1 1 auto;display:grid;gap:3px}.overview-hero-copy h2{margin:0;color:#0f1b2d;font-size:1.5rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-hero-url{color:#2f80c9;font-size:.9rem;font-weight:600;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-hero-url:hover{text-decoration:underline}.overview-hero .wt-ai-badge{flex:0 0 auto}.overview-header{padding:6px 6px 18px}.overview-header h2{margin:0;color:#0f172a;font-size:2.1rem;text-align:left}.overview-header p{margin:8px 0 0;color:#627282;font-size:.95rem;line-height:1.55;max-width:820px}.overview-section{padding:14px 16px;border:1px solid #e6ecf3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease}.overview-section.editing{border-color:#00a88473;box-shadow:0 0 0 1px #00a8842e}.inline-editor{display:grid;gap:12px}.overview-section .section-title{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eef2f7}.overview-section .section-title>div{display:grid;gap:4px}.overview-section .section-title h2{margin:0;color:#0f1b2d;font-size:1.12rem;font-weight:800;line-height:1.25;text-align:left;letter-spacing:-.01em}.overview-section .section-title p{margin:0;color:#7c8a99;font-size:.86rem}.section-edit-button{min-height:36px;padding:0 18px;border:1px solid #d6e0ea;border-radius:9px;background:#fff;color:#2c3a48;font-size:.88rem;font-weight:700;transition:border-color .18s ease,color .18s ease,background .18s ease}.section-edit-button:hover{border-color:#00a884;color:#00a884;background:#f2fbf8}.edit-pill{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;color:#0c6f58;border-radius:999px;background:linear-gradient(180deg,#ebfff8,#ddfff1);border:1px solid rgba(0,168,132,.18);font-size:.8rem;font-weight:900;white-space:nowrap}.inline-editor label{display:grid;gap:7px}.inline-editor label span{color:#5f7284;font-size:.82rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.inline-editor input,.inline-editor textarea{width:100%}.inline-editor input,.inline-editor textarea,.property-card input,.direct-link-row input{border:1px solid #d4dfe8;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.inline-editor input,.direct-link-row input{min-height:48px;padding:0 15px;color:#0b1728;font-size:.98rem;box-shadow:inset 0 1px 1px #0f172a08}.inline-editor textarea{padding:14px 15px;color:#0b1728;font-size:.98rem;line-height:1.5;box-shadow:inset 0 1px 1px #0f172a08}.inline-editor input:focus,.inline-editor textarea:focus,.direct-link-row input:focus{border-color:#00a88480;box-shadow:0 0 0 4px #00a88414;outline:0}.inline-editor .custom-textarea textarea{min-height:108px}.crawl-editor{gap:14px}.crawl-progress-card{display:grid;gap:10px;padding:14px 16px;border:1px solid #cceedd;border-radius:14px;background:linear-gradient(180deg,#f6fffb,#ecfff6);box-shadow:inset 0 1px #fffc}.crawl-progress-head,.crawl-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.crawl-progress-head strong{color:#0d2b22;font-size:.96rem}.crawl-progress-head span,.crawl-progress-meta span,.crawl-progress-status,.crawl-progress-url{color:#4f6472;font-size:.84rem}.crawl-progress-track{height:10px;overflow:hidden;border-radius:999px;background:#dfece6}.crawl-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#0aa884,#23c48e);transition:width .28s ease}.crawl-progress-url{margin:0;word-break:break-all}.crawl-progress-status{margin:0;font-weight:700}.crawl-progress-counts{display:flex;flex-wrap:wrap;gap:8px}.crawl-count{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:700;border:1px solid transparent}.crawl-count.ok{color:#0d6b4f;background:#e2f7ee;border-color:#bfe9d8}.crawl-count.fail{color:#a3331f;background:#fdecea;border-color:#f6cfc8}.crawl-count.embed{color:#1f4e8a;background:#e9f1fb;border-color:#cfe0f5}.crawl-progress-card.is-complete{border-color:#b6e6cf;background:linear-gradient(180deg,#f0fff8,#e3fbef)}.crawl-progress-card.is-failed{border-color:#f3c8c0;background:linear-gradient(180deg,#fff6f4,#fdecea)}.crawl-progress-card.is-complete .crawl-progress-status{color:#0d6b4f}.crawl-progress-card.is-failed .crawl-progress-status{color:#a3331f}.crawl-progress-note{border:1px dashed #cfe0f5;background:#f5f9ff;border-radius:12px;padding:12px 14px;color:#3a5268;font-size:.82rem}.crawl-progress-note strong{display:block;color:#1f4e8a;font-size:.86rem;margin-bottom:6px}.crawl-progress-note p{margin:0 0 6px}.crawl-progress-note ul{margin:0;padding-left:18px;display:grid;gap:3px}.crawl-progress-note-foot{margin:8px 0 0!important;color:#0d6b4f;font-weight:600}.inline-editor .color-picker{display:grid;gap:10px;padding:15px;border:1px solid #e2eaf1;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbfd);margin-top:2px}.inline-editor .suggested-editor{gap:12px}.inline-editor .suggested-editor label{grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2eaf1;border-radius:12px;background:#fbfdff}.inline-editor-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:6px}.ask-business-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fbfaf7}.ask-business-copy{display:grid;gap:3px;min-width:0}.ask-business-copy span{font-weight:700;color:#0f172a;font-size:.95rem}.ask-business-copy small{color:#64748b;font-size:.82rem;line-height:1.35}.ui-switch{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;cursor:pointer;padding:0;flex:0 0 auto}.ui-switch-track{width:40px;height:22px;border-radius:999px;background:#cbd5e1;padding:2px;transition:background .18s ease;display:inline-block}.ui-switch-thumb{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a4d;transition:transform .18s ease}.ui-switch.on .ui-switch-track{background:#00a884}.ui-switch.on .ui-switch-thumb{transform:translate(18px)}.ui-switch-label{font-weight:700;font-size:.85rem;color:#475569}.summary-flag{display:inline-block;justify-self:start;padding:3px 12px;border-radius:999px;font-weight:700;font-size:.82rem}.summary-flag.on{color:#047857;background:#d1fae5}.summary-flag.off{color:#64748b;background:#e2e8f0}.inline-editor-message{margin:0;padding:10px 12px;border-radius:12px;font-size:.92rem;font-weight:700;animation:message-pop 3s ease forwards}.inline-editor-message.error{color:#b4232f;background:#fff2f3;border:1px solid #ffd0d5}.inline-editor-message.notice{color:#007a62;background:#effdf5;border:1px solid #b9ecd9}@keyframes message-pop{0%{opacity:0;transform:translateY(6px)}12%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.install-card,.link-card{padding:16px;border:1px solid #e5edf4;border-radius:16px;background:linear-gradient(180deg,#fff,#f9fbfd);box-shadow:inset 0 1px #ffffffc7}.widget-install-panel .direct-link-heading{margin-top:6px}.widget-summary-panel{min-width:0;display:grid;align-content:start;gap:16px;padding:30px;border:1px solid #dbe4ee;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#fff)}.widget-summary-panel h3{margin:0;color:#07142a;font-size:1.5rem;line-height:1.15}.summary-block{display:grid;gap:3px;padding:9px 12px;border:1px solid #eef2f7;border-radius:10px;background:#f8fafc}.summary-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.summary-row .summary-block{flex:1 1 0;min-width:120px}.overview-section .summary-row .summary-block+.summary-block{margin-top:0}.summary-link{color:#2563eb;font-weight:600;text-decoration:none;word-break:break-all}.summary-link:hover,.summary-link:focus-visible{text-decoration:underline}.summary-block span.summary-count{color:#03a84e;font-weight:600}.property-crawl{margin-top:8px;padding-top:12px;border-top:1px dashed #e2e8f0;display:grid;gap:10px}.property-crawl-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.property-crawl-head strong{display:block;color:#1f2a37;font-size:.95rem;font-weight:800}.property-crawl-head small{display:block;margin-top:2px;color:#8593a2;font-size:.8rem;font-weight:500}.property-crawl-head .green-action{flex:0 0 auto}.summary-block strong{color:#8593a2;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.summary-block span,.summary-note,.summary-steps li{color:#2c3a48;font-size:.95rem;font-weight:600;line-height:1.45;word-break:break-word}.summary-note,.summary-steps li{font-weight:500;color:#4f6170}.color-summary{display:flex;align-items:center;gap:14px;justify-content:space-between;width:100%}.color-summary-value{color:#233244;font-weight:700}.color-summary-swatch{width:26px;height:26px;border:1px solid rgba(15,23,42,.12);border-radius:8px;box-shadow:inset 0 1px #ffffff59,0 2px 6px #0f172a14;flex:0 0 auto}.summary-steps{margin:0;padding-left:20px;display:grid;gap:10px}.summary-link-card{display:grid;gap:8px;padding:14px 16px;border:1px solid #dbe4ee;border-radius:12px;background:#fff}.summary-link-card span{color:#00a884;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.summary-link-card code{display:block;padding:10px 12px;color:#0b1728;border-radius:8px;background:#edf3f8;font-family:Cascadia Mono,Consolas,monospace;font-size:.84rem;word-break:break-all}.summary-note{margin:0;line-height:1.5}.website-chat-copy small{color:#627282;font-size:.82rem}.website-chat-meta{display:grid;justify-items:end;gap:6px;color:#627282;font-size:.82rem}.website-chat-meta strong{min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;color:#fff;border-radius:999px;background:#00a884;font-size:.72rem}.compact{min-height:180px;align-content:center}.install-copy{margin:0 0 16px;color:#425466;font-size:.98rem;line-height:1.55;text-align:center}.widget-card textarea{width:100%;min-height:170px;resize:vertical;padding:14px 16px;color:#243244;border:1px solid #d8e3ec;border-radius:14px;background:#fff;font-family:Cascadia Mono,Consolas,monospace;font-size:.88rem;line-height:1.55;box-shadow:inset 0 1px 2px #0f172a0a}.copy-widget{width:100%;min-height:46px;margin:14px 0 0;border-radius:12px;font-size:.98rem}.direct-link-heading{display:flex;align-items:baseline;gap:14px;margin-bottom:10px}.direct-link-heading h3{margin:0;color:#07142a;font-size:1rem;font-weight:800}.direct-link-heading button,.open-test-chat{border:0;color:#00a884;background:transparent;font-weight:700}.direct-link-row{display:grid;grid-template-columns:1fr 82px;gap:10px;align-items:center}.open-test-chat{display:inline-flex;margin-top:10px;padding:0;font-size:.94rem;text-decoration:none}.widget-actions{justify-content:flex-end;margin-top:12px;padding-top:16px;border-top:1px solid #e8edf2}.direct-link-copy{min-height:48px;padding-inline:0;border-radius:12px;font-weight:800}.overview-section .summary-block+.summary-block,.overview-section .summary-row+.summary-block,.overview-section .summary-row+.summary-row,.overview-section .summary-block+textarea,.overview-section textarea+.green-action,.overview-section .green-action+.direct-link-heading,.overview-section .link-card,.overview-section .install-card{margin-top:8px}.widget-card .customizer-grid{grid-template-columns:1fr;gap:18px}.widget-card .customizer-fields{gap:14px}.widget-card .custom-textarea,.widget-card .suggested-editor{display:grid;gap:9px;color:#0b1728;font-weight:800}.widget-card .custom-textarea textarea,.widget-card .suggested-editor input{color:#0b1728;border:1px solid #d4dfe8;border-radius:12px;background:linear-gradient(180deg,#fff,#fafcff);box-shadow:inset 0 1px 2px #0f172a08}.widget-card .custom-textarea textarea:focus,.widget-card .suggested-editor input:focus,.widget-card .color-picker input:focus{border-color:#00a88480;box-shadow:0 0 0 4px #00a88414;outline:0}.widget-card .custom-textarea textarea{min-height:118px;padding:14px 15px;color:#0b1728;font-family:inherit;font-size:.98rem;line-height:1.55}.widget-card .suggested-editor label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2eaf1;border-radius:14px;background:linear-gradient(180deg,#fff,#f9fbfe)}.widget-card .suggested-editor label>span{color:#8a96a2;letter-spacing:-.08em}.widget-card .suggested-editor input{min-height:42px;padding:0 12px;color:#0b1728;font-family:inherit;font-size:.95rem}.widget-card .suggested-editor label button{color:#ef4444}.widget-card .add-suggestion{justify-self:end;min-height:40px;padding:0 16px;border-color:#00a8844d;border-radius:12px;background:#fff;color:#00a884;box-shadow:0 4px 10px #0f172a0a}.widget-card .add-suggestion:hover{border-color:#00a884;background:#effdf5}.widget-card .color-picker{display:grid;gap:12px;padding:16px;border:1px solid rgba(0,168,132,.12);border-radius:16px;background:radial-gradient(circle at top right,rgba(0,168,132,.08),transparent 36%),linear-gradient(180deg,#fff,#f7fbfd);box-shadow:inset 0 1px #ffffffe0}.widget-card .color-picker legend{margin-bottom:8px;color:#0b1728;font-weight:900;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.widget-card .color-picker div{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.widget-card .color-picker button{width:30px;height:30px;border:2px solid rgba(255,255,255,.95);border-radius:8px;box-shadow:0 1px 2px #0f172a14,inset 0 1px #ffffff4d;transition:transform .18s ease,box-shadow .18s ease,outline-color .18s ease}.widget-card .color-picker button.active{outline:2px solid #0b1728;outline-offset:2px;transform:translateY(-1px) scale(1.05);box-shadow:0 6px 14px #0f172a1f,inset 0 1px #ffffff61}.widget-card .color-picker input{width:132px;min-height:38px;padding:0 12px;color:#0b1728;border:1px solid #d4dfe8;border-radius:12px;background:#fff;font-weight:900;font-size:.95rem;text-transform:lowercase}.widget-card .color-picker input:focus{border-color:#00a88480;box-shadow:0 0 0 4px #00a88414;outline:0}.widget-card .copy-widget{margin-top:14px;border-radius:12px}.widget-card .copy-widget.copied{background:#0b7c5f;box-shadow:0 8px 16px #0b7c5f38;animation:copyButtonPop .32s ease-out;position:relative;overflow:hidden}.widget-card .direct-link-copy.copied{color:#0b7c5f;border-color:#b9ecd9;background:#effdf5;animation:copyButtonPop .32s ease-out;position:relative;overflow:hidden}.widget-card .copy-widget.copied:after,.widget-card .direct-link-copy.copied:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:2px solid rgba(0,168,132,.28);border-radius:inherit;animation:copyButtonRipple .52s ease-out;pointer-events:none}.widget-card .copy-feedback{margin:10px 0 0;color:#0b7c5f;font-size:.93rem;font-weight:800;animation:copyFeedbackIn .18s ease-out}.widget-card .copy-feedback.success:before{content:"?";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;color:#fff;border-radius:999px;background:#0b7c5f;font-size:.78rem;vertical-align:-1px}@keyframes copyFeedbackIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes copyButtonPop{0%{transform:scale(1)}40%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes copyButtonRipple{0%{transform:scale(.96);opacity:.9}to{transform:scale(1.08);opacity:0}}.widget-card .copy-feedback.success:before{content:"?"}.widget-card .install-card,.widget-card .link-card{padding:18px;border-color:#e2eaf1;border-radius:16px}.widget-card .direct-link-heading h3{font-size:.98rem;color:#0b1728}.widget-card .open-test-chat{color:#008f72;font-weight:800}.secondary-action,.green-action{min-height:46px;padding-inline:18px;border-radius:12px;font-weight:800}.secondary-action{border:1px solid #d0dbe5;background:linear-gradient(180deg,#fff,#f7fbfe);color:#17324d;box-shadow:0 4px 10px #0f172a0a}.secondary-action:hover{border-color:#00a884;color:#00a884}.green-action{min-width:108px;box-shadow:0 10px 18px #00a8842e}.customization-card{padding:38px min(6vw,72px);color:#f8fafc;background:#111316}.customizer-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,.95fr);align-items:center;gap:min(8vw,88px)}.customizer-fields{display:grid;gap:16px}.customizer-fields h2{margin:0;color:#fff;font-size:1.45rem;text-align:left}.customizer-fields p{margin:4px 0 0;color:#a4afbd;font-size:.82rem}.custom-textarea,.suggested-editor{display:grid;gap:8px;color:#dbe5ef;font-weight:900}.color-picker{display:grid;gap:8px;padding:0;border:0}.color-picker legend{margin-bottom:8px;color:#dbe5ef;font-weight:900}.color-picker div{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.color-picker button{width:26px;height:26px;border:1px solid rgba(255,255,255,.15);border-radius:5px}.color-picker button.active{outline:2px solid #ffffff;outline-offset:2px}.color-picker input{width:112px;min-height:30px;padding:0 10px;color:#fff;border:1px solid #303741;border-radius:5px;background:#202329;font-weight:900}.custom-textarea textarea,.suggested-editor input{color:#f8fafc;border:1px solid #303741;border-radius:7px;outline:0;background:#202226}.custom-textarea textarea{min-height:54px;resize:vertical;padding:13px}.suggested-editor label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.suggested-editor label>span{color:#9aa8b7;letter-spacing:-.16em}.suggested-editor input{min-height:32px;padding:0 10px}.suggested-editor label button{display:grid;place-items:center;color:#ff5b69;border:0;background:transparent}.add-suggestion{justify-self:end;min-height:34px;padding:0 14px;color:#00d99e;border:1px solid #00a884;border-radius:8px;background:transparent;font-weight:900}.widget-preview{justify-self:center;display:grid;justify-items:end;gap:12px}.preview-panel{width:250px;height:326px;overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 18px 40px #00000052}.preview-panel header{height:42px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 14px;color:#fff}.preview-panel header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}.preview-brand-mark{width:24px;height:24px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#ffffff29;font-size:.62rem;font-weight:900;letter-spacing:.01em}.preview-body{min-height:226px;display:grid;align-content:center;gap:10px;padding:14px}.preview-welcome{justify-self:start;max-width:180px;padding:8px 10px;color:#fff;border-radius:2px 8px 8px;font-size:.74rem;font-weight:800}.preview-suggestions{display:grid;justify-items:end;gap:6px}.preview-suggestions button{max-width:160px;min-height:26px;padding:0 10px;border:1px solid;border-radius:13px;background:#fff;font-size:.72rem;font-weight:800}.preview-panel footer{padding:0 12px;color:#9aa8b7;font-size:.72rem}.preview-launcher{width:46px;height:46px;display:grid;place-items:center;color:#fff;border-radius:50%;overflow:hidden;font-size:.92rem;font-weight:900}.preview-launcher-text{line-height:1}.customizer-actions{border-top-color:#2b3139}.webhook-pane{min-width:0;height:var(--dash-h);display:flex;flex-direction:column;background:#fff;overflow-y:auto}.webhook-intro{margin:0;padding:16px 22px 0;color:#5b6b7a;font-size:.95rem}.webhook-form{display:flex;flex-direction:column;gap:16px;padding:22px;max-width:560px}.webhook-field{display:flex;flex-direction:column;gap:6px}.webhook-field span{font-weight:700;color:#1f2d3a;font-size:.9rem}.webhook-field input,.webhook-field select{border:1px solid #d4dde7;border-radius:10px;padding:11px 13px;font-size:.95rem;font-family:inherit;background:#fff;outline:0}.webhook-field input:focus,.webhook-field select:focus{border-color:#00a884;box-shadow:0 0 0 3px #00a8841f}.webhook-hint{margin:0;color:#6b7a88;font-size:.82rem;line-height:1.5}.webhook-hint code{background:#eef3f1;padding:1px 5px;border-radius:5px;font-size:.8em}.overview-section .webhook-hint+.summary-block{margin-top:10px}.lead-dest-field{display:block;margin-bottom:4px}.lead-dest-label{display:block;font-size:.92rem;font-weight:800;color:#0f172a}.lead-dest-sublabel{display:block;margin:3px 0 14px;font-size:.8rem;color:#64748b;line-height:1.4}.lead-dest-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}.lead-dest-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:11px;padding:22px 14px 18px;border:1.5px solid #e8edf3;border-radius:18px;background:#fff;cursor:pointer;text-align:center;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .1s ease}.lead-dest-card:after{content:"";position:absolute;inset:-40% 0 auto 0;height:120px;background:radial-gradient(60% 100% at 50% 0%,rgba(3,168,78,.07),transparent 70%);opacity:0;transition:opacity .18s ease;pointer-events:none}.lead-dest-card:hover{border-color:#cdd7e2;box-shadow:0 14px 30px -12px #0f172a2e;transform:translateY(-3px)}.lead-dest-card:hover:after{opacity:1}.lead-dest-card:focus-visible{outline:none;border-color:#03a84e;box-shadow:0 0 0 3px #03a84e2e}.lead-dest-card.active{border-color:#03a84e;background:linear-gradient(180deg,#f4fcf7,#fff 60%);box-shadow:0 0 0 3px #03a84e24,0 16px 32px -14px #03a84e59}.lead-dest-card.active:after{opacity:1}.lead-dest-ico{position:relative;width:66px;height:66px;border-radius:18px;display:grid;place-items:center;background:#f4f6fb;box-shadow:inset 0 0 0 1px #0f172a0d,0 6px 14px -6px #0f172a2e;transition:transform .16s ease}.lead-dest-card:hover .lead-dest-ico{transform:scale(1.06)}.lead-dest-ico>*{display:block}.lead-dest-name{font-weight:800;font-size:.95rem;color:#0f172a;line-height:1.15}.lead-dest-desc{font-size:.75rem;color:#64748b;line-height:1.3}.lead-dest-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:3px;padding:3px 8px 3px 6px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 3px 8px #f9731659}.lead-dest-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;background:#03a84e;color:#fff;display:grid;place-items:center;box-shadow:0 2px 8px #03a84e73;z-index:1}.lead-dest-picker--compact{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.lead-dest-picker--compact .lead-dest-card{padding:14px 12px 12px;gap:8px;border-radius:14px}.lead-dest-picker--compact .lead-dest-ico{width:42px;height:42px;border-radius:12px}.lead-dest-picker--compact .lead-dest-name{font-size:.85rem}.lead-dest-picker--compact .lead-dest-desc{font-size:.68rem}.lead-dest-picker--compact .lead-dest-card:hover{transform:translateY(-2px)}.lead-dest-picker--compact .lead-dest-badge{display:none}.lead-showcase{margin-top:18px}.lead-showcase-title{display:block;margin-bottom:12px;font-size:.82rem;font-weight:800;color:#334155}.lead-conn-card{display:flex;align-items:center;gap:14px;padding:15px 16px;border:1px solid #e6ebf2;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f5f9fc);box-shadow:0 1px 3px #0f172a0a}.lead-conn-logo{width:48px;height:48px;flex:0 0 48px;border-radius:13px}.lead-conn-body{display:flex;flex-direction:column;gap:3px;min-width:0}.lead-conn-top{display:flex;align-items:center;gap:9px}.lead-conn-top strong{font-size:.98rem;font-weight:700;color:#0f172a;line-height:1.1}.lead-conn-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px 3px 7px;border-radius:999px;background:#e7f8ef;color:#0a7d57;font-size:.7rem;font-weight:700;letter-spacing:.01em}.lead-conn-detail{font-size:.8rem;color:#64748b;line-height:1.35}.lead-conn-dest{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.74rem;color:#475569;background:#eef2f7;border-radius:7px;padding:3px 8px;margin-top:3px;align-self:flex-start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:26px 20px;border:1px dashed #d7deea;border-radius:14px;background:#fafbfd}.lead-empty-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:6px}.lead-brand-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px 5px 8px;border:1px solid #e6ebf2;border-radius:999px;background:#fff;font-size:.78rem;font-weight:600;color:#334155;box-shadow:0 1px 2px #0f172a0a}.lead-brand-chip svg{display:block;flex:0 0 auto}.lead-empty strong{font-size:.98rem;font-weight:700;color:#0f172a}.lead-empty span{font-size:.82rem;color:#64748b;line-height:1.45;max-width:380px}.webhook-code{margin:8px 0 0;padding:12px 14px;background:#0f172a;color:#e2e8f0;border-radius:10px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.5;white-space:pre;overflow-x:auto}.webhook-notice{margin:0;color:#0a7d57;font-weight:600;font-size:.88rem}.webhook-guide-btn{display:inline-flex;align-items:center;gap:7px;justify-self:start;padding:8px 13px;border-radius:9px;border:1px solid #d7dce6;background:#f8fafc;color:#4f46e5;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.webhook-guide-btn:hover{background:#eef2ff;border-color:#c7d2fe}.webhook-guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:plan-confirm-fade .16s ease}.webhook-guide{width:100%;max-width:480px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:#fff;border-radius:20px;border:1px solid #e6ecf3;box-shadow:0 30px 60px -20px #0f172a73;animation:plan-confirm-pop .18s ease;overflow:hidden}@media(prefers-reduced-motion:reduce){.webhook-guide-overlay,.webhook-guide{animation:none}}.webhook-guide-head{display:flex;align-items:flex-start;gap:12px;padding:18px 18px 14px;border-bottom:1px solid #eef1f6}.webhook-guide-logo{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#f4f6fb;border:1px solid #eef1f6}.webhook-guide-head-text{flex:1 1 auto;min-width:0}.webhook-guide-head-text strong{display:block;font-size:1rem;color:#0f172a}.webhook-guide-head-text span{display:block;margin-top:2px;font-size:.82rem;color:#64748b;line-height:1.4}.webhook-guide-close{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;border:1px solid #e6ecf3;background:#fff;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.webhook-guide-close:hover{background:#f1f5f9;color:#0f172a}.webhook-guide-body{padding:16px 18px;overflow-y:auto}.webhook-guide-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.webhook-guide-steps li{display:flex;align-items:flex-start;gap:11px}.webhook-guide-num{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:.78rem;font-weight:700}.webhook-guide-text{flex:1 1 auto;font-size:.86rem;line-height:1.5;color:#334155;padding-top:2px}.webhook-guide-text code{background:#eef3f1;padding:1px 5px;border-radius:5px;font-size:.85em}.webhook-guide-code-wrap{position:relative;margin-top:14px}.webhook-guide-code-wrap .webhook-guide-code{margin-top:0;padding-top:40px}.webhook-guide-copy{position:absolute;top:8px;right:8px;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:7px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.webhook-guide-copy:hover{background:#334155;border-color:#475569}.webhook-guide-foot{display:flex;justify-content:flex-end;padding:14px 18px;border-top:1px solid #eef1f6}.webhook-error{margin:0;color:#c0392b;font-weight:600;font-size:.88rem}.webhook-save{align-self:flex-start;border:0;border-radius:10px;background:#00a884;color:#fff;font-weight:700;font-size:.95rem;padding:11px 20px;cursor:pointer}.webhook-save:hover{background:#019174}.webhook-save:disabled{opacity:.6;cursor:default}.webhook-empty{padding:30px 22px;color:#6b7a88}.profile-view{grid-column:2 / -1;min-width:0;height:var(--dash-h);overflow-y:auto;padding:34px;background:radial-gradient(900px circle at 100% 0,rgba(16,185,129,.09),transparent 42%),linear-gradient(180deg,#f8fafc,#eef2f7)}.profile-shell{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:22px}.profile-hero{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding:30px 34px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#0f766e,#059669 55%,#10b981);box-shadow:0 22px 48px #05966947;overflow:hidden}.profile-hero:after{content:"";position:absolute;top:-90px;right:120px;width:260px;height:260px;border-radius:50%;background:#ffffff1a;pointer-events:none}.profile-hero-id{display:flex;align-items:center;gap:22px;min-width:0;z-index:1}.profile-hero-badge{display:inline-block;margin-bottom:8px;padding:4px 12px;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#065f46;background:#fffffff0}.profile-hero-avatar{flex-shrink:0;width:92px;height:92px;display:grid;place-items:center;border-radius:50%;font-size:2.1rem;font-weight:700;letter-spacing:.02em;color:#065f46;background:#fffffff2;box-shadow:0 8px 22px #0000002e}.profile-hero-text{min-width:0}.profile-hero-text h1{margin:0 0 8px;font-size:1.95rem;line-height:1.1;overflow-wrap:anywhere}.profile-hero-role{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;border-radius:999px;font-size:.82rem;font-weight:600;background:#ffffff2e}.profile-hero-logout{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:11px;border:1px solid rgba(255,255,255,.4);background:#ffffff29;color:#fff;font-weight:600;font-size:.86rem;cursor:pointer;z-index:1;transition:background .15s ease,border-color .15s ease}.profile-hero-logout:hover{background:#ffffff42;border-color:#ffffffb3}.profile-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.profile-ov-card{display:flex;align-items:center;gap:14px;padding:20px 22px;border-radius:16px;background:#fff;border:1px solid #e6ebf1;box-shadow:0 10px 30px #0f172a0d}.profile-ov-icon{flex-shrink:0;width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(135deg,#059669,#10b981)}.profile-ov-card.accent .profile-ov-icon{background:linear-gradient(135deg,#0ea5e9,#6366f1)}.profile-ov-text{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-ov-text strong{font-size:1.7rem;line-height:1;color:#0f172a}.profile-ov-text span{font-size:.82rem;color:#64748b}.profile-columns{display:grid;grid-template-columns:1.55fr 1fr;gap:22px;align-items:stretch}.profile-panel{padding:24px 26px;border-radius:16px;background:#fff;border:1px solid #e6ebf1;box-shadow:0 10px 30px #0f172a0d}.profile-panel-head{margin-bottom:14px}.profile-panel-head h2{margin:0 0 3px;font-size:1.06rem;color:#0f172a}.profile-panel-head p{margin:0;font-size:.82rem;color:#64748b}.profile-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.profile-detail-card{display:flex;align-items:center;gap:13px;padding:16px 18px;border-radius:13px;background:#f9fbfd;border:1px solid #eef2f6}.profile-detail-icon{flex-shrink:0;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#059669;background:#ecfdf5}.profile-detail-body{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-detail-label{font-size:.76rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:#94a3b8}.profile-detail-value{font-size:.95rem;font-weight:600;color:#0f172a;overflow-wrap:anywhere}.profile-detail-value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.profile-actions-list{display:flex;flex-direction:column;gap:10px}.profile-action-row{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border-radius:12px;border:1px solid #eef2f6;background:#f9fbfd;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.profile-action-row:hover{border-color:#a7f3d0;background:#f0fdf4;transform:translate(2px)}.profile-action-icon{flex-shrink:0;width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#059669,#10b981)}.profile-action-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.profile-action-text strong{font-size:.92rem;color:#0f172a}.profile-action-text span{font-size:.78rem;color:#64748b}.profile-action-chev{flex-shrink:0;color:#94a3b8}.profile-logout{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:12px 22px;border-radius:12px;border:1px solid #fecaca;background:#fff;color:#dc2626;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.profile-logout:hover{background:#fef2f2;border-color:#fca5a5}@media(max-width:1080px){.profile-overview{grid-template-columns:repeat(2,1fr)}.profile-columns{grid-template-columns:1fr}}@media(max-width:560px){.profile-hero{flex-direction:column;align-items:stretch;padding:26px 22px}.profile-hero-id{flex-direction:column;text-align:center;gap:16px}.profile-hero-logout{justify-content:center}.profile-overview,.profile-detail-grid{grid-template-columns:1fr}}@media(max-width:1180px){.dashboard-shell,.dashboard-shell.profile-mode{--rail-w: 184px;grid-template-columns:var(--rail-w) minmax(300px,360px) minmax(0,1fr)}.workspace-body{padding:24px 24px 40px}.customizer-grid{grid-template-columns:1fr}.widget-preview{justify-self:center}.step-progress{width:min(520px,100%)}}@media(max-width:900px){html,body,#root{width:100%;min-width:0;height:100%;overflow:hidden!important;overscroll-behavior:none}body,#root{min-width:0;max-width:100vw}.dashboard-shell,.dashboard-shell.profile-mode{--bottom-nav-h: calc(58px + env(safe-area-inset-bottom, 0px)) ;display:block;width:100%;min-width:0;max-width:100vw;height:var(--dash-h);min-height:var(--dash-h);overflow:hidden}.dashboard-shell>*,.dashboard-shell.profile-mode>*{min-width:0}.dashboard-rail{display:none}.mobile-bottom-nav{display:grid}.chat-list-pane,.website-list-pane,.wa-thread,.website-workspace,.wa-page{border-right:0;border-bottom:0;width:100%;min-width:0;max-width:100vw}.chat-list-pane,.website-list-pane{height:calc(var(--dash-h) - var(--bottom-nav-h));min-height:0}.wa-page,.billing-view,.profile-view{height:calc(var(--dash-h) - var(--bottom-nav-h));overflow-y:auto;-webkit-overflow-scrolling:touch}.profile-view{padding:24px 16px;align-content:start}.wa-thread,.website-workspace{display:none;height:var(--dash-h);min-height:var(--dash-h)}.wa-thread{grid-template-rows:auto minmax(0,1fr) auto}.workspace-body{padding:16px 14px 28px}.dashboard-shell.detail-open .chat-list-pane,.dashboard-shell.detail-open .website-list-pane{display:none}.dashboard-shell.detail-open .wa-thread{display:grid}.dashboard-shell.detail-open .website-workspace{display:flex}.dashboard-shell.detail-open .mobile-bottom-nav{display:none}.mobile-back-btn{display:inline-flex}.wa-reply-bar{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}}@media(max-width:640px){.dashboard-rail{gap:10px;padding:10px 8px 8px}.rail-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.collapse-button{width:28px;height:28px}.rail-brand{font-size:.98rem}.pane-header h1{font-size:1.35rem}.pane-header{min-height:62px;padding:0 14px}.pane-header .pane-actions{gap:10px}.website-setup-card{padding:24px 14px;border-radius:18px;box-shadow:0 16px 32px #0f172a14}.website-setup-card.widget-card{padding:0;border-radius:0;box-shadow:none}.overview-section{padding:16px 15px;border-radius:12px}.overview-section .section-title{margin-bottom:14px;padding-bottom:12px}.website-setup-card h2{font-size:1.8rem}.direct-link-row{grid-template-columns:1fr}.website-scope-panel{margin:0 10px 10px;padding:12px;border-radius:14px}.website-scope-summary{grid-template-columns:1fr}.website-scope-list{max-height:220px}.website-table-wrap{padding:12px 12px 16px}.website-table{display:block;font-size:.9rem}.website-table thead{display:none}.website-table tbody{display:block}.website-table tbody tr{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 10px;padding:13px 15px;margin-bottom:10px;border:1px solid #e6ecf3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a0d}.website-table tbody tr.active,.website-table tbody tr:focus-visible{border-color:#00a884;background:#f2fbf8;box-shadow:0 0 0 1px #00a88440}.website-table tbody td{display:block;padding:0;border:none}.wt-name{grid-column:1;grid-row:1;min-width:0}.wt-ai{grid-column:2;grid-row:1;justify-self:end}.wt-url{grid-column:1 / -1;grid-row:2;max-width:none;font-size:.84rem}.wt-date{grid-column:1 / -1;grid-row:3;font-size:.8rem}.wt-date:before{content:"Created ";color:#9aa7b4}.wt-avatar{width:34px;height:34px}.wa-conn-table.website-table tbody tr{grid-template-columns:1fr;gap:7px}.wa-conn-table.website-table tbody td{grid-column:1!important;grid-row:auto!important;display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.86rem;color:#2c3a48}.wa-conn-table.website-table tbody td:before{content:attr(data-label);flex:0 0 auto;color:#8593a2;font-weight:700;font-size:.74rem}.wa-conn-table.website-table td.wt-name{justify-content:flex-start;margin-bottom:2px}.wa-conn-table.website-table td.wt-name:before{display:none}.wa-page__inner{padding:14px 12px 40px}.wa-card{padding:16px 15px}.wa-card.wa-list-card{padding:0;border:0;background:transparent;box-shadow:none}.wa-card.wa-list-card .wa-section-title{margin:6px 2px 10px}.wa-list-card .website-table-wrap.wa-table-wrap{padding:0}.wa-detail-header{padding:0 12px}.workspace-body{padding:14px 12px 24px}.step-progress{width:min(100%,340px)}.step-progress span{width:36px;height:36px;border-width:3px;font-size:1.05rem}.website-setup-card{width:min(100%,100%)}.website-setup-card h2{margin-bottom:20px}.wa-thread{width:100%;min-width:0;height:var(--dash-h);min-height:var(--dash-h);grid-template-rows:auto minmax(0,1fr) auto;border-radius:0;overflow:hidden}.wa-thread-header{padding:0 12px;gap:10px}.wa-message-area{padding:16px 10px 12px;background-size:34px 34px}.wa-bubble{max-width:90%;padding:9px 11px;border-radius:12px}.wa-reply-bar{gap:8px;padding:8px 10px;background:#edf1f5}.wa-reply-bar input{min-height:46px;padding:0 14px}.wa-reply-bar button{width:46px;height:46px}.wa-bubble{max-width:92%}}.customizer-grid{align-items:start}.custom-textarea,.suggested-editor{width:100%}.custom-textarea textarea{width:100%;min-height:96px;resize:vertical}.suggested-editor label{grid-template-columns:auto 1fr auto}.drag-handle{display:grid;place-items:center;color:#9aa8b7;border:0;background:transparent}.suggested-editor input{width:100%;min-width:0}@media(max-width:1180px){.customizer-grid{align-items:start}}.wa-page{grid-column:2 / -1;min-width:0;height:var(--dash-h);overflow-y:auto;background:#f4f7f9}.wa-page__inner{max-width:none;margin:0;padding:22px 20px 56px}.wa-hero{display:flex;align-items:center;gap:16px;margin-bottom:24px}.wa-hero__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 12px 26px #128c7e4d;flex:0 0 auto}.wa-hero h1{margin:0;font-size:1.5rem;color:#0f1f2e;letter-spacing:-.01em}.wa-hero p{margin:3px 0 0;color:#5f6f7d;font-size:.92rem}.wa-card{background:#fff;border:1px solid #e7ecf1;border-radius:16px;padding:22px;box-shadow:0 1px 2px #0f172a0a}.wa-card+.wa-card{margin-top:16px}.wa-page-header{border-bottom:1px solid #eef1f4}.wa-card__title{margin:0 0 4px;font-size:1.04rem;color:#0f1f2e;font-weight:800}.wa-card__sub{margin:0 0 16px;color:#7c8a97;font-size:.85rem;line-height:1.4}.wa-connect-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.wa-field{display:flex;flex-direction:column;gap:6px;flex:1 1 240px}.wa-field span{font-weight:700;color:#33424f;font-size:.82rem}.wa-field select{border:1px solid #d4dde7;border-radius:10px;padding:12px 13px;font-size:.95rem;font-family:inherit;background:#fff;outline:0}.wa-field select:focus{border-color:#25d366;box-shadow:0 0 0 3px #25d36626}.wa-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:0;border-radius:10px;font-size:.94rem;font-weight:800;cursor:pointer;font-family:inherit;white-space:nowrap}.wa-btn--brand{background:linear-gradient(135deg,#25d366,#1aa851);color:#fff;box-shadow:0 8px 18px #25d36647}.wa-btn--brand:hover{filter:brightness(.97)}.wa-btn--brand:disabled{opacity:.5;cursor:default;box-shadow:none}.wa-btn--ghost{background:#fff;color:#33424f;border:1px solid #d4dde7}.wa-btn--ghost:hover{background:#f4f7f9}.wa-btn--danger{background:#fff;color:#c1342d;border:1px solid #f0c4c1}.wa-btn--danger:hover{background:#fdf2f1}.wa-btn--sm{min-height:36px;padding:0 14px;font-size:.84rem}.wa-msg{margin:14px 0 0;font-size:.85rem;border-radius:10px;padding:10px 13px}.wa-msg--error{background:#fdecea;color:#b3261e}.wa-msg--notice{background:#e9f9f1;color:#0e7a52}.wa-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;margin-top:18px;align-items:start}@media(max-width:820px){.wa-grid{grid-template-columns:1fr}}.wa-details-col{min-width:0}.inline-editor label select{width:100%;border:1px solid #d4dde7;border-radius:12px;padding:12px 14px;font-size:.95rem;font-family:inherit;background:#fff;outline:0}.inline-editor label select:focus{border-color:#00a884;box-shadow:0 0 0 3px #00a8841f}.wa-section-title{display:flex;align-items:center;gap:9px;margin:0 0 14px;font-size:1.04rem;color:#0f1f2e;font-weight:800}.wa-count{background:#e9f9f1;color:#0e7a52;font-size:.72rem;font-weight:800;border-radius:999px;padding:2px 9px}.wa-conn-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;cursor:pointer;border:1px solid #e7ecf1;background:#fff;border-radius:12px;padding:11px 12px;margin-bottom:10px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.wa-conn-item:hover{border-color:#bfe9d2}.wa-conn-item.is-active{border-color:#25d366;background:#f3fbf6;box-shadow:0 0 0 3px #25d3661f}.wa-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);flex:0 0 auto}.wa-conn-item__num{display:block;color:#0f1f2e;font-weight:800;font-size:.92rem}.wa-conn-item__site{display:block;color:#7c8a97;font-size:.8rem;margin-top:1px}.wa-empty{color:#8a98a4;font-size:.88rem;padding:10px 2px}.wa-detail-head{display:flex;align-items:center;gap:13px;margin-bottom:6px}.wa-detail-head__num{margin:0;font-size:1.15rem;color:#0f1f2e;font-weight:800}.wa-detail-head__biz{margin:1px 0 0;color:#7c8a97;font-size:.84rem}.wa-detail-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #eef2f5}.wa-detail-row:last-of-type{border-bottom:0}.wa-detail-row__label{color:#8a98a4;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;flex:0 0 auto}.wa-detail-row__value{color:#1f2d3a;font-size:.92rem;font-weight:600;text-align:right;word-break:break-word}.wa-badge--active{display:inline-flex;align-items:center;gap:6px;background:#e9f9f1;color:#0e7a52;font-size:.74rem;font-weight:800;border-radius:999px;padding:3px 11px}.wa-badge--active:before{content:"";width:7px;height:7px;border-radius:50%;background:#25d366}.wa-edit-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.wa-edit-row select{border:1px solid #d4dde7;border-radius:9px;padding:9px 11px;font-size:.9rem;font-family:inherit;min-width:150px}.wa-detail-actions{margin-top:18px;display:flex;justify-content:flex-end}.admin-usage-panel{margin-top:16px;padding:18px;border:1px solid #e6e8f0;border-radius:14px;background:#f8fafc}.admin-usage-panel h3{margin:0 0 12px;font-size:.98rem;font-weight:700;color:#0f172a}.admin-usage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.admin-usage-stat{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border:1px solid #e6e8f0;border-radius:11px;background:#fff}.admin-usage-stat span{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.admin-usage-stat strong{font-size:1.2rem;color:#0f172a}.admin-usage-stat small{font-size:.72rem;color:#94a3b8}.admin-usage-leads{margin-top:14px}.admin-usage-leads h4{margin:0 0 8px;font-size:.85rem;color:#334155}.admin-usage-leads-wrap{max-height:260px;overflow:auto;border:1px solid #e6e8f0;border-radius:11px}.admin-usage-leads-wrap table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-usage-leads-wrap th,.admin-usage-leads-wrap td{text-align:left;padding:10px 14px;border-bottom:1px solid #eef2f6;white-space:nowrap}.admin-usage-leads-wrap tbody tr:last-child td{border-bottom:0}.admin-usage-leads-wrap th{background:#f1f5f9;color:#64748b;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0}.admin-pricing-card{margin:18px 0 0;padding:20px;border:1px solid #e6e8f0;border-radius:14px;background:#fff}.admin-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:12px 0}.admin-pricing-grid label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:600;color:#475569}.admin-pricing-grid input{padding:9px 11px;border:1px solid #d7dbe8;border-radius:9px;font-size:.9rem}.admin-pricing-grid input:focus{outline:0;border-color:#00a884}.admin-pricing-notice{margin:4px 0 10px;color:#047857;font-weight:600;font-size:.82rem}@media(max-width:720px){.admin-usage-grid{grid-template-columns:1fr}.admin-pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.admin-pricing-grid{grid-template-columns:1fr}}.admin-usage-websites{margin-top:16px}.admin-usage-websites h4{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:.9rem;font-weight:700;color:#0f172a}.admin-usage-websites h4:before{content:"";width:4px;height:15px;border-radius:999px;background:linear-gradient(180deg,#12bd8a,#008f72)}.admin-usage-websites table{width:100%;border-collapse:separate;border-spacing:0;font-size:.82rem}.admin-usage-websites th,.admin-usage-websites td{padding:11px 14px;text-align:right;vertical-align:middle;border-bottom:1px solid #eef1f6}.admin-usage-websites th:first-child,.admin-usage-websites td:first-child{text-align:left}.admin-usage-websites thead th{position:sticky;top:0;z-index:1;background:#f5f6fb;color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #e6e8f0}.admin-usage-websites tbody tr{transition:background .14s ease}.admin-usage-websites tbody tr:hover{background:#f8fafc}.admin-usage-websites tbody tr:last-child td{border-bottom:0}.admin-usage-websites td:first-child{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#0f172a}.admin-usage-websites td:not(:first-child){font-variant-numeric:tabular-nums;color:#1e293b}.admin-usage-websites td small{display:block;margin-top:2px;color:#94a3b8;font-variant-numeric:tabular-nums}.website-usage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.website-usage-stat{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:1px solid #e6edf3;border-radius:12px;background:#fff}.website-usage-stat span{font-size:.74rem;color:#7a8a97;text-transform:uppercase;letter-spacing:.03em}.website-usage-stat strong{font-size:1.2rem;color:#0d2b22}.website-usage-stat small{font-size:.72rem;color:#8b95a2}@media(max-width:640px){.website-usage-grid{grid-template-columns:1fr}}.admin-pricing-grid select{padding:9px 11px;border:1px solid #d7dbe8;border-radius:9px;font-size:.9rem;background:#fff;cursor:pointer}.admin-pricing-grid select:focus{outline:0;border-color:#00a884}.admin-model-price-table{margin:12px 0;padding:12px 14px;border:1px solid #e6e8f0;border-radius:11px;background:#f8fafc}.admin-model-price-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:10px;align-items:center;padding:6px 0}.admin-model-price-headrow span{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.admin-model-price-name{font-size:.85rem;color:#0f172a;font-weight:600}.admin-model-price-row input{padding:8px 10px;border:1px solid #d7dbe8;border-radius:8px;font-size:.88rem}.admin-model-price-row input:focus{outline:0;border-color:#00a884}.admin-model-price-hint{margin:8px 0 0;font-size:.76rem;color:#94a3b8}.admin-wallet-panel{padding:16px 18px;border:1px solid var(--adm-border);border-radius:14px;background:linear-gradient(135deg,#dcf7ec,#eef8f3)}.admin-wallet-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-wallet-head h3{display:flex;align-items:center;gap:8px;margin:0;font-size:.9rem;font-weight:700;color:#0f172a}.admin-wallet-head strong{font-size:1.35rem;font-weight:800;color:#008069}.admin-wallet-head strong.empty{color:#b91c1c}.admin-wallet-sub{margin:6px 0 0;font-size:.78rem;color:#64748b}.admin-wallet-credit{display:flex;gap:8px;margin-top:12px}.admin-wallet-credit input{flex:1;min-width:0;min-height:40px;padding:0 12px;border:1px solid var(--adm-border-strong);border-radius:10px;background:#fff;outline:0}.admin-wallet-credit input:focus{border-color:var(--adm-primary)}.admin-wallet-credit button{display:inline-flex;align-items:center;gap:6px;padding:0 14px;min-height:40px;border:0;border-radius:10px;background:var(--adm-primary);color:#fff;font-weight:600;font-size:.85rem}.admin-wallet-credit button:hover:not(:disabled){filter:brightness(1.06)}.admin-enforce-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:16px 18px;border:1px solid var(--adm-border);border-radius:14px;background:var(--adm-surface)}.admin-enforce-card strong{display:block;font-size:.95rem;font-weight:700}.admin-enforce-card small{display:block;margin-top:3px;max-width:60ch;color:var(--adm-muted);font-size:.82rem}.admin-rzp-card{display:block}.admin-rzp-full{width:100%}.admin-rzp-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:14px}.admin-rzp-field{display:flex;flex-direction:column;gap:6px}.admin-rzp-field>span{font-size:.78rem;font-weight:700;color:var(--adm-muted)}.admin-rzp-field input,.admin-rzp-field select{padding:9px 11px;border:1px solid var(--adm-border);border-radius:9px;background:#fff;font-size:.88rem}.plan-confirm-billed-to{display:flex;flex-direction:column;gap:2px;margin-top:14px;padding:12px 14px;border:1px solid #e3e9ef;border-radius:11px;background:#f8fafc;font-size:.8rem;color:#64748b;line-height:1.5}.plan-confirm-billed-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.plan-confirm-billed-head button{border:0;background:none;padding:0;color:#0a7d57;font-size:.78rem;font-weight:600;cursor:pointer}.plan-confirm-billed-head button:hover:not(:disabled){text-decoration:underline}.plan-confirm-billed-head button:disabled{opacity:.5;cursor:default}.plan-confirm-billed-to strong{color:#0b1728;font-size:.88rem}.plan-confirm-billed-gstin{margin-top:3px;font-weight:600;color:#0a7d57}.plan-confirm.billing-details-modal{max-width:700px}.billing-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 14px}.billing-details-field{display:flex;flex-direction:column;gap:5px;min-width:0}.billing-details-field.wide{grid-column:1 / -1}.billing-details-field>span{font-size:.76rem;font-weight:700;color:#64748b}.billing-details-field input,.billing-details-field select{padding:9px 11px;border:1px solid #d8e0e8;border-radius:9px;background:#fff;font-size:.88rem;color:#0b1728}.billing-details-field input:focus,.billing-details-field select:focus{outline:none;border-color:#03a84e}.billing-details-field small{color:#94a3b8;font-size:.72rem}.billing-details-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #e3e9ef;border-radius:14px;background:#fff}.billing-details-summary{display:flex;flex-direction:column;gap:3px;min-width:0;font-size:.84rem;color:#64748b}.billing-details-summary strong{color:#0b1728;font-size:.95rem}.billing-details-gstin{margin-top:4px;font-weight:600;color:#0a7d57}.billing-details-edit{flex:0 0 auto;padding:8px 14px;border-radius:9px;border:1px solid #cfe6d8;background:#eafaf1;color:#0a7d57;font-size:.82rem;font-weight:600;cursor:pointer}.billing-details-edit:hover{background:#d6f5e3}@media(max-width:640px){.billing-details-card{flex-direction:column;align-items:stretch}}.admin-doc-download{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1px solid #cfe6d8;background:#eafaf1;color:#0a7d57;text-decoration:none}.admin-doc-download:hover{background:#d6f5e3}.admin-doc-none{color:#94a3b8}.admin-billfrom-warn{margin:12px 0 0;padding:9px 12px;border:1px solid #f5c2a0;border-left:3px solid #e07a3f;border-radius:8px;background:#fff6ef;color:#8a4b1d;font-size:.79rem;line-height:1.5}.admin-rzp-webhook{display:flex;gap:8px}.admin-rzp-webhook input{flex:1;min-width:0;background:#f8fafc;color:#475569;font-family:ui-monospace,Cascadia Code,monospace;font-size:.8rem}.admin-rzp-webhook button,.admin-rzp-actions button{border:1px solid var(--adm-border);background:#03a84e;color:#fff;border-radius:9px;padding:9px 16px;font-weight:700;font-size:.85rem;cursor:pointer;flex:0 0 auto}.admin-rzp-webhook button{background:#fff;color:#0f172a}.admin-rzp-actions{margin-top:14px}.admin-switch{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;flex-shrink:0}.admin-switch-track{width:46px;height:26px;padding:3px;border-radius:999px;background:#cbd5e1;transition:background .16s ease}.admin-switch-thumb{display:block;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a4d;transition:transform .16s ease}.admin-switch.on .admin-switch-track{background:var(--adm-primary)}.admin-switch.on .admin-switch-thumb{transform:translate(20px)}.admin-rate-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.admin-rate-row .admin-enforce-card{margin-top:0}@media(max-width:720px){.admin-rate-row{grid-template-columns:1fr}}.admin-price-input{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.admin-price-input>span{color:var(--adm-muted);font-weight:700}.admin-price-input input{width:90px;min-height:40px;padding:0 10px;border:1px solid var(--adm-border-strong);border-radius:10px;outline:0;background:#fff}.admin-price-input input:focus{border-color:var(--adm-primary)}.admin-price-input button{min-height:40px;padding:0 16px;border:0;border-radius:10px;background:var(--adm-primary);color:#fff;font-weight:600;font-size:.85rem}.admin-price-input button:hover:not(:disabled){filter:brightness(1.06)}.admin-switch-label{font-weight:700;font-size:.85rem;color:var(--adm-muted)}.admin-switch.on .admin-switch-label{color:var(--adm-primary-strong)}.admin-plan-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px 14px;align-items:start}.admin-plan-form>.admin-key-toggle,.admin-plan-toggles,.admin-plan-form-actions{grid-column:1 / -1}.admin-plan-toggles{display:flex;flex-wrap:wrap;gap:10px 22px;padding-top:4px}.admin-plan-form label{display:grid;gap:6px;min-width:0;font-size:.8rem;font-weight:600;color:#334155}.admin-plan-form label>span{color:#475569}.admin-plan-form input:not([type=checkbox]){min-height:44px;padding:0 12px;border:1px solid var(--adm-border-strong);border-radius:10px;outline:0;background:#fff}.admin-plan-form input:focus{border-color:var(--adm-primary)}.admin-plan-form-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;padding-top:14px;border-top:1px solid var(--adm-border)}@media(max-width:720px){.admin-enforce-card{flex-direction:column;align-items:flex-start}}.billing-view{grid-column:2 / -1;min-width:0;height:var(--dash-h);overflow-y:auto;background:radial-gradient(900px circle at 100% 0,rgba(99,102,241,.07),transparent 42%),linear-gradient(180deg,#f8fafc,#eef2f7)}.billing-page-header{justify-content:space-between}.billing-head-left{display:flex;align-items:center;gap:10px;min-width:0}.billing-back{flex-shrink:0;display:grid;place-items:center;width:38px;height:38px;border:1px solid #d9e1ea;border-radius:11px;background:#fff;color:#3a4a5a}.billing-back:hover{border-color:#6366f1;color:#4338ca}.billing-page__inner{max-width:none;margin:0;padding:22px 26px 64px}.billing-lead{margin:0 0 18px;max-width:72ch;color:#526475;font-size:.92rem;line-height:1.5}.billing-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid #eef1f6}.billing-eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.billing-header h1{margin:0;font-size:1.65rem;font-weight:800;letter-spacing:-.01em;color:#0b1728}.billing-header p{margin:6px 0 0;max-width:52ch;color:#526475;font-size:.92rem;line-height:1.5}.billing-refresh{flex-shrink:0;min-height:40px;padding:0 16px;border:1px solid #d9e1ea;border-radius:10px;background:#fff;color:#0b1728;font-weight:600}.billing-refresh:hover:not(:disabled){border-color:#6366f1;color:#4338ca}.billing-alert{padding:12px 14px;margin-bottom:16px;border-radius:12px;background:#eef2ff;color:#3730a3;border:1px solid rgba(99,102,241,.2);font-size:.88rem}.billing-alert.error{background:#fef2f2;color:#b91c1c;border-color:#ef444433}.billing-alert.ok{background:#ecfdf5;color:#047857;border-color:#10b9813d}.billing-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:14px;align-items:stretch}.billing-balance{display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:22px;border-radius:16px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 18px 40px #4f46e547}.billing-balance.low{background:linear-gradient(135deg,#b91c1c,#7c3aed);box-shadow:0 18px 40px #b91c1c4d}.billing-balance-main{display:flex;align-items:center;gap:14px}.billing-balance-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#ffffff2e;flex-shrink:0}.billing-balance-copy{display:grid;gap:2px;min-width:0}.billing-balance-copy>span{font-size:.75rem;opacity:.85;text-transform:uppercase;letter-spacing:.05em}.billing-balance-copy strong{font-size:2rem;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.billing-balance-note,.billing-balance-warn{font-size:.8rem;line-height:1.4;opacity:.9}.billing-balance-warn{padding:8px 12px;border-radius:10px;background:#ffffff2e;font-weight:600;opacity:1}.billing-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.billing-card{position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:16px 18px;border-radius:14px;background:#fff;border:1px solid #dfe7ef;box-shadow:0 8px 20px #0b17280a;overflow:hidden}.billing-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#94a3b8}.billing-card.accent-balance:before{background:linear-gradient(180deg,#6366f1,#4f46e5)}.billing-card.accent-added:before{background:linear-gradient(180deg,#10b981,#059669)}.billing-card.accent-spent:before{background:linear-gradient(180deg,#f59e0b,#d97706)}.billing-card.accent-txn:before{background:linear-gradient(180deg,#38bdf8,#0ea5e9)}.billing-card.accent-warn:before{background:linear-gradient(180deg,#ef4444,#b91c1c)}.billing-card-label{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.billing-card-value{font-size:1.5rem;font-weight:800;color:#0b1728;line-height:1.1;font-variant-numeric:tabular-nums}.billing-card.accent-warn .billing-card-value{color:#b91c1c}.billing-card-foot{font-size:.76rem;color:#94a3b8}@media(max-width:860px){.billing-overview{grid-template-columns:1fr}}@media(max-width:520px){.billing-cards{grid-template-columns:1fr}}.billing-plan-status{margin-top:16px;padding:16px 18px;border:1px solid #dfe7ef;border-radius:14px;background:#fff;box-shadow:0 8px 20px #0b17280a}.billing-plan-status-main{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.billing-plan-status-copy{display:grid;gap:2px}.billing-plan-status-copy strong{font-size:1rem;font-weight:700;color:#0b1728}.billing-plan-status-copy span{font-size:.84rem;color:#526475}.billing-switch{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;font-size:.82rem;font-weight:700;color:#64748b;flex-shrink:0}.billing-switch-track{width:42px;height:24px;padding:3px;border-radius:999px;background:#cbd5e1;transition:background .16s ease}.billing-switch-thumb{display:block;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a4d;transition:transform .16s ease}.billing-switch.on .billing-switch-track{background:#4f46e5}.billing-switch.on .billing-switch-thumb{transform:translate(18px)}.billing-switch.on{color:#4338ca}.billing-plan-pending{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:.84rem;border:1px solid rgba(234,88,12,.18)}.billing-plan-pending button{margin-left:auto;border:0;background:transparent;color:#b45309;font-weight:700;font-size:.8rem;text-decoration:underline}.billing-plan-status-note{margin:12px 0 0;font-size:.76rem;color:#94a3b8}.billing-v2 .billing-plan-status-note{position:relative;margin-top:18px;padding-top:15px;border-top:1px solid rgba(99,102,241,.12)}.billing-v2 .billing-plan-status-renew{padding:10px 12px;border-radius:14px;background:#fff9;border:1px solid #eceafe;box-shadow:0 4px 12px #4f46e50f}.billing-plan.is-current{border-color:#10b981}.billing-plan-badge.current{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 14px #10b98152}.billing-plan-current{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:auto;min-height:46px;border-radius:12px;background:#ecfdf5;color:#047857;font-weight:700;font-size:.88rem}.billing-buy.ghost{background:#fff;color:#4338ca;border:1px solid #c7d2fe;box-shadow:none}.billing-buy.ghost:hover:not(:disabled){background:#eef2ff}.billing-buy.scheduled{background:#f59e0b;box-shadow:0 8px 18px #f59e0b42}.billing-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:18px 20px;border-radius:14px;border:1px solid #dfe7ef;background:linear-gradient(135deg,#eef2ff,#f6f4ff)}.billing-cta-copy{display:grid;gap:2px;min-width:0}.billing-cta-copy strong{font-size:1rem;font-weight:700;color:#0b1728}.billing-cta-copy span{font-size:.84rem;color:#526475}.billing-primary{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 22px;border:0;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;font-size:.92rem;box-shadow:0 10px 22px #4f46e542}.billing-primary:hover{filter:brightness(1.07)}@media(max-width:560px){.billing-cta{flex-direction:column;align-items:stretch;text-align:center}.billing-primary{justify-content:center}}.billing-section-title{margin:28px 0 12px;font-size:1.1rem;font-weight:700;color:#0b1728}.billing-plans-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:28px 0 14px}.billing-plans-head h2{margin:0;font-size:1.1rem;font-weight:700;color:#0b1728}.billing-plans-head span{font-size:.8rem;color:#8794a2}.billing-plans{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:14px;align-items:stretch;grid-auto-rows:1fr}.billing-plans-v3 .billing-plan{height:100%}.billing-plans-page{max-width:1040px;margin:0 auto}.billing-plans-intro{max-width:620px;margin:6px auto 26px;text-align:center}.billing-plans-intro-icon{display:inline-grid;place-items:center;width:46px;height:46px;margin-bottom:12px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 10px 22px #4f46e547}.billing-plans-intro h2{margin:0 0 8px;font-size:1.4rem;font-weight:800;letter-spacing:-.01em;color:#0b1728}.billing-plans-intro p{margin:0;color:#526475;font-size:.92rem;line-height:1.55}.billing-plans-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:26px 2px 14px}.billing-plans-group-head h3{margin:0;font-size:1.05rem;font-weight:700;color:#0b1728}.billing-plans-group-head span{font-size:.8rem;color:#8794a2}.billing-topup{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;max-width:620px;margin:0 auto;padding:18px 20px;border:1px solid #dfe7ef;border-radius:16px;background:#fff;box-shadow:0 10px 24px #0b17280d}.billing-topup-copy{display:grid;gap:2px}.billing-topup-copy strong{font-size:1rem;font-weight:700;color:#0b1728}.billing-topup-copy span{font-size:.82rem;color:#526475}.billing-topup-controls{display:flex;gap:10px}.billing-topup-controls input{width:150px;min-height:46px;padding:0 12px;border:1px solid #d7dbe8;border-radius:12px;outline:0;font-size:.95rem}.billing-topup-controls input:focus{border-color:#6366f1}.billing-topup .billing-buy{min-width:170px;margin-top:0}.billing-topup-locked{display:flex;align-items:center;justify-content:center;gap:10px;max-width:620px;margin:0 auto;padding:16px 20px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#64748b;font-size:.88rem;text-align:center}@media(max-width:560px){.billing-topup{flex-direction:column;align-items:stretch}.billing-topup-controls{flex-direction:column}.billing-topup-controls input{width:100%}}.billing-plans-page .billing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),300px));justify-content:center;align-items:stretch;grid-auto-rows:1fr;gap:18px}.billing-plans-page .billing-plans>.billing-plan{width:auto;max-width:100%}.billing-plan{position:relative;min-width:0;display:flex;flex-direction:column;gap:8px;padding:22px 20px;border-radius:16px;background:#fff;border:1px solid #dfe7ef;box-shadow:0 10px 24px #0b17280d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.billing-plan:hover{transform:translateY(-3px);border-color:#a5b4fc;box-shadow:0 16px 32px #4f46e524}.billing-plan.recommended{border-color:#6366f1;box-shadow:0 16px 34px #4f46e52e}.billing-plan-badge{position:absolute;top:-11px;left:20px;padding:4px 12px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 6px 14px #4f46e552}.billing-plan-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}.billing-plan-top strong{min-width:0;font-size:1.02rem;font-weight:700;color:#0b1728;overflow-wrap:anywhere}.billing-plan-bonus{flex-shrink:0;padding:3px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.68rem;font-weight:700;white-space:nowrap}.billing-plan-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;font-size:1.9rem;font-weight:800;color:#0b1728;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.billing-plan-credit,.billing-plan-feats li{overflow-wrap:anywhere}.billing-plan-per{font-size:.74rem;font-weight:600;color:#8794a2;text-transform:uppercase;letter-spacing:.04em}.billing-plan-credit{margin:0;font-size:.86rem;color:#526475}.billing-plan-offer{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:5px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.78rem;font-weight:600;border:1px solid rgba(16,185,129,.2)}.billing-plan-offer strong{font-weight:800}.billing-plan-specs{display:grid;gap:8px;margin:4px 0 2px;padding:12px 0;border-top:1px solid #eef1f6;border-bottom:1px solid #eef1f6}.billing-plan-spec{display:flex;align-items:center;gap:9px;font-size:.86rem;color:#334155;line-height:1.35}.billing-plan-spec strong{font-weight:800;color:#0f172a}.billing-plan-spec-ic{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#eef2ff;color:#4f46e5}.billing-plan-spec.off{color:#94a3b8}.billing-plan-spec.off .billing-plan-spec-ic{background:#f1f5f9;color:#94a3b8}.billing-plan-bonus{color:#047857!important}.billing-plan-current.free{background:#eef2ff;color:#4338ca;border-color:#4f46e52e}.billing-plan-credit strong{color:#4338ca}.billing-plan-feats{list-style:none;margin:6px 0 14px;padding:12px 0 0;border-top:1px solid #eef1f6;display:grid;gap:8px}.billing-plan-feats li{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#3a4a5a}.billing-plan-feats svg{flex-shrink:0;color:#10b981}.billing-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;min-height:46px;border:0;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;font-size:.9rem;box-shadow:0 8px 18px #4f46e53d}.billing-buy:hover:not(:disabled){filter:brightness(1.07)}.billing-buy:disabled{opacity:.75}.billing-history{border:1px solid #dfe7ef;border-radius:14px;background:#fff;max-height:340px;overflow-y:auto}.billing-history table{width:100%;border-collapse:collapse;font-size:.86rem}.billing-history th,.billing-history td{padding:12px 16px;text-align:left;border-bottom:1px solid #eef2f6}.billing-history th{position:sticky;top:0;z-index:1;background:#f7f9fc;color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:inset 0 -1px #e6e8f0}.billing-history tr:last-child td{border-bottom:0}.billing-history td:last-child{text-align:right;font-weight:700;font-variant-numeric:tabular-nums}.billing-history td.credit{color:#047857}.billing-history td.debit{color:#b91c1c}.billing-history td.credit,.billing-history td.debit{text-align:right;font-weight:700;font-variant-numeric:tabular-nums}.billing-history td.billing-txn-doc{text-align:left;font-weight:500}.billing-doc-actions{display:inline-flex;align-items:center;gap:6px}.billing-txn-doc a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1px solid #cfe6d8;background:#eafaf1;color:#0a7d57;text-decoration:none}.billing-txn-doc a:hover{background:#d6f5e3}.billing-doc-none{color:#94a3b8}.billing-empty{margin:0;padding:20px;text-align:center;color:#8794a2;font-size:.88rem}.billing-v2 .billing-head-left{flex-direction:column;align-items:flex-start;gap:2px}.billing-v2 .billing-head-left h1{margin:0}.billing-subtitle{font-size:.82rem;color:#64748b;font-weight:500}.billing-refresh{display:inline-flex;align-items:center;gap:7px}.billing-refresh .spin{animation:billing-spin .9s linear infinite}@keyframes billing-spin{to{transform:rotate(360deg)}}.billing-hero{position:relative;overflow:hidden;margin-bottom:18px;padding:26px 28px;border-radius:22px;color:#f8fafc;background:radial-gradient(120% 140% at 0% 0%,#34d399 0%,transparent 55%),radial-gradient(120% 160% at 100% 20%,#22c1c3 0%,transparent 48%),linear-gradient(135deg,#059669,#047857 45%,#022c22);box-shadow:0 24px 60px -20px #05966999;isolation:isolate;animation:billing-hero-in .6s cubic-bezier(.22,1,.36,1) both}@keyframes billing-hero-in{0%{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:none}}.billing-hero:after{content:"";position:absolute;top:0;left:-60%;width:42%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.16),transparent);transform:skew(-18deg);pointer-events:none;z-index:0;animation:billing-hero-shine 1.5s ease .45s 1 both}@keyframes billing-hero-shine{0%{left:-60%}to{left:135%}}.billing-hero-orb--a{animation:billing-orb-a 11s ease-in-out infinite}.billing-hero-orb--b{animation:billing-orb-b 13s ease-in-out infinite}@keyframes billing-orb-a{0%,to{transform:translate(0)}50%{transform:translate(-18px,14px)}}@keyframes billing-orb-b{0%,to{transform:translate(0)}50%{transform:translate(16px,-12px)}}.billing-ring{transition:background .2s linear}@media(prefers-reduced-motion:reduce){.billing-hero,.billing-hero:after,.billing-hero-orb--a,.billing-hero-orb--b,.billing-stat,.billing-stat-bar>span{animation:none!important;transition:none!important}}.billing-hero.is-empty{background:radial-gradient(120% 140% at 0% 0%,#fb7185 0%,transparent 55%),radial-gradient(120% 160% at 100% 20%,#f59e0b 0%,transparent 48%),linear-gradient(135deg,#be123c,#7f1d1d 60%,#431407);box-shadow:0 24px 60px -20px #be123c8c}.billing-hero-orb{position:absolute;border-radius:50%;filter:blur(6px);opacity:.5;z-index:-1;pointer-events:none}.billing-hero-orb--a{top:-70px;right:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(255,255,255,.35),transparent 70%)}.billing-hero-orb--b{bottom:-90px;left:24%;width:260px;height:260px;background:radial-gradient(circle,rgba(45,212,191,.4),transparent 70%)}.billing-hero-body{display:flex;align-items:center;justify-content:space-between;gap:18px 22px;flex-wrap:wrap}.billing-hero-headline{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.billing-hero-left{min-width:0}.billing-hero-label{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.billing-hero-value{margin-top:12px;font-size:clamp(2.8rem,7vw,4.2rem);font-weight:800;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums;text-shadow:0 4px 24px rgba(0,0,0,.25)}.billing-hero-meter{position:relative;margin-top:18px;width:min(360px,60vw);height:9px;border-radius:999px;background:#fff3;overflow:hidden}.billing-hero-meter>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#a7f3d0,#6ee7b7,#34d399);box-shadow:0 0 14px #34d399b3;transition:width .5s cubic-bezier(.22,1,.36,1)}.billing-hero.is-empty .billing-hero-meter>span{background:linear-gradient(90deg,#fecaca,#fca5a5);box-shadow:none}.billing-hero-meter-cap{display:block;margin-top:9px;font-size:.8rem;color:#f8fafcd1}.billing-hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.billing-hero-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:#ffffff29;font-size:.76rem;font-weight:600}.billing-hero-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 20px;border:0;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:transform .15s ease,filter .15s ease,background .15s ease}.billing-hero-btn.primary{background:#fff;color:#047857;box-shadow:0 10px 22px #0000002e}.billing-hero.is-empty .billing-hero-btn.primary{color:#be123c}.billing-hero-btn.ghost{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.4)}.billing-hero-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.billing-hero-btn.ghost:hover{background:#ffffff3d}.billing-hero-warn{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:9px 14px;border-radius:12px;background:#00000038;font-size:.82rem;font-weight:600}@media(max-width:620px){.billing-hero-body{gap:12px 16px}.billing-hero-btn{justify-content:center}}.billing-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}@media(max-width:620px){.billing-stats{grid-template-columns:1fr}}.billing-stat{position:relative;display:flex;flex-direction:column;gap:3px;padding:18px 18px 16px;border-radius:16px;background:#fff;border:1px solid #e6ecf3;box-shadow:0 8px 22px #0b17280d;transition:transform .16s ease,box-shadow .16s ease;animation:billing-card-rise .55s cubic-bezier(.22,1,.36,1) both}.billing-stat:nth-child(1){animation-delay:.06s}.billing-stat:nth-child(2){animation-delay:.14s}.billing-stat:nth-child(3){animation-delay:.22s}.billing-stat:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0b172817}.billing-stat-ico{display:grid;place-items:center;width:38px;height:38px;margin-bottom:8px;border-radius:11px;color:#fff}.billing-stat-ico.ico-plan{background:linear-gradient(135deg,#0f9f76,#065f46)}.billing-stat-ico.ico-topup{background:linear-gradient(135deg,#22d3ee,#0891b2)}.billing-stat-ico.ico-used{background:linear-gradient(135deg,#34d399,#059669)}.billing-stat-label{font-size:.76rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.billing-stat-value{font-size:1.55rem;font-weight:800;color:#0b1728;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.billing-stat-value em{font-style:normal;font-size:1rem;font-weight:700;color:#b3bccb}.billing-stat-foot{font-size:.78rem;color:#8794a2}.billing-stat.accent-plan{background:radial-gradient(130% 100% at 100% 0%,rgba(6,148,105,.09),transparent 55%),#fff}.billing-stat.accent-topup{background:radial-gradient(130% 100% at 100% 0%,rgba(34,211,238,.1),transparent 55%),#fff}.billing-stat.accent-used{background:radial-gradient(130% 100% at 100% 0%,rgba(52,211,153,.1),transparent 55%),#fff}.billing-stat.accent-plan .billing-stat-ico{box-shadow:0 8px 16px #065f4652}.billing-stat.accent-topup .billing-stat-ico{box-shadow:0 8px 16px #0891b24d}.billing-stat.accent-used .billing-stat-ico{box-shadow:0 8px 16px #0596694d}.billing-stat-bar{height:6px;margin:6px 0 4px;border-radius:999px;background:#eef2f7;overflow:hidden}.billing-stat-bar>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#34d399,#059669);transition:width .7s cubic-bezier(.22,1,.36,1)}.billing-v2 .billing-plan-status{position:relative;overflow:hidden;margin:16px 0 0;padding:24px 26px 24px 30px;border:1px solid #e7e5ff;border-radius:18px;background:radial-gradient(150% 130% at 100% 0%,rgba(34,211,238,.09),transparent 46%),linear-gradient(135deg,#f6f4ff,#fff 54%);box-shadow:0 16px 38px -14px #4f46e547;transition:transform .25s ease,box-shadow .25s ease;animation:billing-card-rise .55s cubic-bezier(.22,1,.36,1) both}.billing-v2 .billing-plan-status:hover{transform:translateY(-3px);box-shadow:0 26px 50px -16px #4f46e566}@keyframes billing-card-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.billing-v2 .billing-plan-status:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#059669,#22c1c3,#059669);background-size:100% 220%;animation:billing-accent-flow 3.2s ease-in-out infinite}@keyframes billing-accent-flow{0%,to{background-position:0 0}50%{background-position:0 100%}}.billing-v2 .billing-plan-status:after{content:"";position:absolute;top:0;left:-65%;width:45%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-18deg);opacity:0;pointer-events:none}.billing-v2 .billing-plan-status:hover:after{animation:billing-shine .95s ease}@keyframes billing-shine{0%{left:-65%;opacity:0}18%{opacity:1}to{left:125%;opacity:0}}.billing-plan-status-watermark{position:absolute;top:-34px;right:-22px;color:#059669;opacity:.07;transform:rotate(12deg);pointer-events:none;animation:billing-watermark 9s ease-in-out infinite}@keyframes billing-watermark{0%,to{transform:rotate(12deg) translateY(0)}50%{transform:rotate(16deg) translateY(-9px)}}.billing-v2 .billing-plan-status-main{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap}.billing-v2 .billing-plan-status-copy{display:flex;align-items:center;gap:14px;min-width:0}.billing-v2 .billing-plan-status-ico{display:grid;place-items:center;width:52px;height:52px;flex-shrink:0;border-radius:15px;color:#fff;background:linear-gradient(135deg,#34d399,#047857);box-shadow:0 12px 24px #0596696b,0 0 0 6px #34d3991f;animation:billing-ico-float 4s ease-in-out infinite}@keyframes billing-ico-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.billing-v2 .billing-plan-status,.billing-v2 .billing-plan-status:before,.billing-v2 .billing-plan-status:after,.billing-v2 .billing-plan-status-ico,.billing-plan-status-watermark,.billing-live-dot{animation:none!important}.billing-v2 .billing-plan-status:hover{transform:none}}.billing-v2 .billing-plan-status-ico svg{display:block;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.billing-plan-status-text{display:flex;flex-direction:column;gap:3px;min-width:0}.billing-v2 .billing-plan-status-eyebrow{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#34a37f}.billing-plan-status-nameline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.billing-v2 .billing-plan-status-text strong{font-size:1.24rem;font-weight:800;line-height:1.2;letter-spacing:-.01em;color:#0b1728;overflow-wrap:anywhere}.billing-plan-status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 11px 3px 9px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.billing-plan-status-badge.cancelling{background:#fffbeb;border-color:#fcd34d;color:#b45309}.billing-plan-status-badge.cancelling .billing-live-dot{background:#f59e0b;animation:none;box-shadow:none}.billing-live-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 #10b9818c;animation:billing-pulse 1.9s ease-out infinite}.billing-plan-cancelnote{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:12px 14px;border-radius:12px;background:#fffbeb;border:1px solid #fde68a}.billing-plan-cancelnote-ico{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#fef3c7;color:#b45309}.billing-plan-cancelnote-text{min-width:0}.billing-plan-cancelnote-text strong{display:block;font-size:.86rem;color:#92400e;margin-bottom:2px}.billing-plan-cancelnote-text span{font-size:.8rem;line-height:1.45;color:#78716c}.billing-plan-cancelnote-text b{color:#92400e;font-weight:700}@keyframes billing-pulse{0%{box-shadow:0 0 #10b9818c}70%{box-shadow:0 0 0 7px #10b98100}to{box-shadow:0 0 #10b98100}}.billing-v2 .billing-plan-status-sub{display:inline-flex;align-items:center;gap:8px;margin-top:2px;font-size:.84rem;color:#526475}.billing-plan-status-sub svg{color:#94a3b8;flex-shrink:0}.billing-v2 .billing-plan-status-sub em{font-style:normal;padding:2px 9px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.76rem}.billing-v2 .billing-plan-status-sub em.billing-plan-mode{background:#e9f7ef;color:#067a3b}.billing-v2 .billing-plan-status-cycle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:4px;font-size:.78rem;color:#6b7c8d}.billing-plan-status-cycle svg{color:#94a3b8;flex-shrink:0}.billing-v2 .billing-plan-status-cycle strong{font-size:.78rem;font-weight:700;line-height:1.2;letter-spacing:0;color:#37474f}.billing-v2 .billing-plan-status-cycle i{font-style:normal;color:#b0bec5}.billing-plan-status-renew{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.billing-plan-status-renew-label{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.billing-v2 .billing-switch{gap:9px;padding:5px 12px 5px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;transition:background .16s ease,border-color .16s ease,color .16s ease}.billing-v2 .billing-switch.on{background:#eef2ff;border-color:#c7d2fe}.billing-switch-state{font-size:.8rem;font-weight:700}@media(max-width:560px){.billing-v2 .billing-plan-status-main{flex-direction:column;align-items:stretch;gap:0}.billing-v2 .billing-plan-status-renew{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:14px 0 0;background:transparent;border:0;border-top:1px solid rgba(99,102,241,.14);border-radius:0;box-shadow:none}.billing-plan-status-renew-label{font-size:.84rem;font-weight:700;letter-spacing:0;text-transform:none;color:#475569}.billing-v2 .billing-plan-status-ico{width:46px;height:46px;border-radius:13px}.billing-plan-status-watermark{top:-22px;right:-16px}.billing-plan-status-watermark svg{width:96px;height:96px}.billing-v2 .billing-plan-status-sub{flex-wrap:wrap}}.billing-top-cards{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:14px;align-items:stretch;margin-top:14px}.billing-top-cards.single{grid-template-columns:1fr}.billing-top-cards .billing-plan-status,.billing-top-cards .billing-cta{margin-top:0;height:100%}.billing-top-cards .billing-cta{flex-direction:column;align-items:stretch;gap:16px}.billing-v2 .billing-cta-ico{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 8px 18px #4f46e547}.billing-v2 .billing-cta-copy{display:flex;align-items:flex-start;gap:13px}.billing-v2 .billing-cta-copy>div{display:grid;gap:3px;min-width:0}.billing-top-cards .billing-primary{justify-content:center;width:100%;margin-top:auto}@media(max-width:720px){.billing-top-cards{grid-template-columns:1fr}}.billing-plan-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#4f46e5;background:#eef2ff}.billing-plan.recommended .billing-plan-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5)}.billing-plan-badge{display:inline-flex;align-items:center;gap:5px}.billing-plan-credit em{font-style:normal;color:#8794a2;font-weight:600}.billing-topup-copy{display:flex;align-items:center;gap:12px}.billing-topup-copy>div{display:grid;gap:2px}.billing-topup-icon{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#22d3ee,#0891b2)}.billing-skeleton{display:grid;gap:14px}.billing-skeleton-hero{height:170px;border-radius:22px}.billing-skeleton-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.billing-skeleton-row span{height:108px;border-radius:16px}.billing-skeleton-hero,.billing-skeleton-row span{background:linear-gradient(100deg,#eef2f7 30%,#f8fafc,#eef2f7 70%);background-size:200% 100%;animation:billing-shimmer 1.3s ease-in-out infinite}@keyframes billing-shimmer{to{background-position:-200% 0}}@media(max-width:620px){.billing-skeleton-row{grid-template-columns:1fr}}.billing-head-titles{display:flex;flex-direction:column;gap:1px}.billing-head-titles h1{margin:0}.billing-v2 .billing-hero-body{align-items:center}.billing-hero-left{flex:1;min-width:0}.billing-hero-mesh{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(130% 110% at 100% 0%,#000,transparent 62%);mask-image:radial-gradient(130% 110% at 100% 0%,#000,transparent 62%);pointer-events:none}.billing-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.billing-hero-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:#ffffff24;font-size:.78rem;font-weight:600}.billing-hero-pill.accent{background:#ffffff3d;color:#ecfdf5}.billing-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.billing-hero-ring-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.billing-ring{--pct: 0;position:relative;width:158px;height:158px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(from -90deg,#f0fdfa,#a7f3d0 calc(var(--pct) * 3.6deg),#ffffff29 calc(var(--pct) * 3.6deg));box-shadow:inset 0 0 0 1px #ffffff24,0 12px 30px #00000038}.billing-ring:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:50%;background:radial-gradient(circle at 50% 32%,#064e3bc7,#021812e6);box-shadow:inset 0 1px 12px #0006}.billing-hero.is-empty .billing-ring{background:conic-gradient(from -90deg,#fda4af,#fb7185 calc(var(--pct) * 3.6deg),#ffffff29 calc(var(--pct) * 3.6deg))}.billing-ring-mid{position:relative;z-index:1;text-align:center;line-height:1}.billing-ring-mid strong{display:block;font-size:2.15rem;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.billing-ring-mid i{font-style:normal;font-size:1rem;font-weight:700;opacity:.78;margin-left:1px}.billing-ring-mid span{display:block;margin-top:5px;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.billing-ring-cap{font-size:.8rem;color:#f8fafcd1;font-variant-numeric:tabular-nums}.billing-hero-noplan{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:8px 16px}.billing-hero-noplan-ico{display:grid;place-items:center;width:64px;height:64px;margin-bottom:4px;border-radius:50%;background:#ffffff26}.billing-hero-noplan strong{font-size:1.05rem;font-weight:700}.billing-hero-noplan span{font-size:.82rem;opacity:.82}@media(max-width:620px){.billing-hero-ring-wrap{align-self:center}.billing-hero-actions{width:100%}.billing-hero-actions .billing-hero-btn{flex:1;justify-content:center}}.billing-plans-hero{position:relative;overflow:hidden;margin-bottom:26px;padding:32px 30px;border-radius:22px;text-align:center;color:#f8fafc;background:radial-gradient(120% 140% at 0% 0%,#6d5efc 0%,transparent 55%),radial-gradient(120% 160% at 100% 20%,#22c1c3 0%,transparent 48%),linear-gradient(135deg,#4f46e5,#4338ca 45%,#1e1b4b);box-shadow:0 24px 60px -22px #4f46e599;isolation:isolate}.billing-plans-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;border-radius:999px;background:#ffffff29;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.billing-plans-hero h2{margin:15px 0 8px;font-size:clamp(1.4rem,3.4vw,1.85rem);font-weight:800;letter-spacing:-.02em}.billing-plans-hero p{margin:0 auto;max-width:62ch;font-size:.92rem;line-height:1.55;color:#f8fafcdb}.billing-plans-hero-points{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px;margin-top:18px}.billing-plans-hero-points span{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;font-weight:600;color:#f8fafcf0}.billing-plans-hero-points svg{color:#6ee7b7}.billing-plans-panel{position:relative;margin-top:6px;scroll-margin-top:84px;padding:12px 26px 30px;border-radius:24px;background:radial-gradient(120% 80% at 100% 0%,rgba(99,102,241,.07),transparent 55%),radial-gradient(110% 90% at 0% 100%,rgba(34,211,238,.06),transparent 55%),linear-gradient(180deg,#f6f7fc,#eef1f8);border:1px solid #e6e9f3;box-shadow:inset 0 1px #ffffffb3,0 20px 46px -26px #1e1b4b47;animation:billing-fade-in .5s ease both}.billing-plans-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;background-image:linear-gradient(rgba(99,102,241,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.05) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:radial-gradient(120% 90% at 50% 0%,#000,transparent 72%);mask-image:radial-gradient(120% 90% at 50% 0%,#000,transparent 72%);pointer-events:none}.billing-plans-panel>*{position:relative;z-index:1}@media(max-width:560px){.billing-plans-panel{padding:8px 14px 22px;border-radius:20px}}.billing-recharge-panel{padding-top:24px;background:radial-gradient(120% 80% at 100% 0%,rgba(34,211,238,.1),transparent 55%),radial-gradient(110% 90% at 0% 100%,rgba(16,185,129,.07),transparent 55%),linear-gradient(180deg,#f2fbfc,#eaf3f4);border-color:#d5eef1}.billing-recharge-panel:before{background-image:linear-gradient(rgba(8,145,178,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(8,145,178,.05) 1px,transparent 1px)}.billing-plans-v3 .billing-plans-group-head{display:block;margin:30px 2px 14px}.billing-plans-v3 .billing-plans-group-head h3{font-size:1.2rem;font-weight:800;letter-spacing:-.01em}.billing-plans-v3 .billing-plans-group-head span{display:block;margin-top:3px}.billing-plans-v3 .billing-plans{gap:26px;padding:14px 0 4px}.billing-plans-v3 .billing-plans-page{max-width:1080px}.billing-plans-v3 .billing-plan{width:300px;padding:26px 22px 22px;border-radius:20px;gap:6px;animation:billing-fade-in .5s ease both}.billing-plans-v3 .billing-plan:nth-child(1){animation-delay:.05s}.billing-plans-v3 .billing-plan:nth-child(2){animation-delay:.12s}.billing-plans-v3 .billing-plan:nth-child(3){animation-delay:.19s}.billing-plans-v3 .billing-plan:nth-child(4){animation-delay:.26s}.billing-plans-v3 .billing-plan:nth-child(5){animation-delay:.33s}@keyframes billing-fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.billing-plans-v3 .billing-plan{animation:none!important}}.billing-plans-v3 .billing-plan.recommended{border-color:#6366f1;box-shadow:0 24px 50px -14px #4f46e557;background:linear-gradient(180deg,#fff,#f4f3ff)}.billing-plans-v3 .billing-plan.recommended:before{content:"";position:absolute;top:0;left:26px;right:26px;height:4px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#818cf8,#4f46e5,#22d3ee)}@media(min-width:900px){.billing-plans-v3 .billing-plan.recommended{transform:scale(1.045)}.billing-plans-v3 .billing-plan.recommended:hover{transform:scale(1.045) translateY(-4px)}}.billing-plan-flag{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:5px;padding:5px 14px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:.67rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:0 8px 18px #4f46e566}.billing-plan-flag.current{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 18px #10b9815c}.billing-plan-head{display:flex;align-items:center;gap:12px;margin-top:4px}.billing-plans-v3 .billing-plan-icon{width:44px;height:44px;border-radius:13px;flex-shrink:0}.billing-plan-headtext{display:flex;flex-direction:column;gap:1px;min-width:0}.billing-plan-headtext strong{font-size:1.12rem;font-weight:800;color:#0b1728;overflow-wrap:anywhere}.billing-plan-headtext span{font-size:.78rem;color:#8794a2}.billing-plans-v3 .billing-plan-price{display:flex;align-items:baseline;flex-wrap:nowrap;gap:8px;margin-top:16px}.billing-plans-v3 .billing-plan-price-amt,.billing-plans-v3 .billing-plan-per{white-space:nowrap}.billing-plan-price-amt{font-size:1.95rem;font-weight:800;color:#0b1728;letter-spacing:-.02em}.billing-plans-v3 .billing-plan-per{font-size:.82rem;color:#8794a2;font-weight:600}.billing-plan-leadband{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:16px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #e0e7ff}.billing-plan.recommended .billing-plan-leadband{background:linear-gradient(135deg,#e0e7ff,#ede9fe);border-color:#c7d2fe}.billing-plan-leadband-main{display:inline-flex;align-items:baseline;gap:7px;min-width:0}.billing-plan-leadband-main>span{white-space:nowrap}.billing-plan-leadband-main svg{align-self:center;color:#6366f1;flex-shrink:0}.billing-plan-leadband-main strong{font-size:1.42rem;font-weight:800;color:#4338ca;letter-spacing:-.01em;line-height:1}.billing-plan-leadband-main>span{font-size:.8rem;font-weight:600;color:#6366f1}.billing-plan-leadband-rate{padding:3px 10px;border-radius:999px;background:#fff;border:1px solid #e0e7ff;color:#4338ca;font-size:.72rem;font-weight:800;white-space:nowrap}.billing-plans-v3 .billing-plan-feats{margin:16px 0 4px;display:grid;gap:10px;list-style:none;padding:0}.billing-plans-v3 .billing-plan-feats li{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#475569}.billing-plan-check{display:grid;place-items:center;width:19px;height:19px;flex-shrink:0;border-radius:50%;background:#dcfce7;color:#16a34a}.billing-plans-v3 .billing-plan>button.billing-buy,.billing-plans-v3 .billing-plan>.billing-plan-current{margin-top:auto}.billing-plans-v3 .billing-plan .billing-buy{min-height:48px;border-radius:12px}.billing-autopay{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid #e6ecf3;background:#f8fafc}.billing-autopay.on{border-color:#bbf7d0;background:#f0fdf4}.billing-autopay-info{display:flex;align-items:center;gap:10px;min-width:0}.billing-autopay-info>svg{flex:0 0 auto;color:#64748b}.billing-autopay.on .billing-autopay-info>svg{color:#16a34a}.billing-autopay-info strong{display:block;font-size:.9rem;color:#0f172a}.billing-autopay-info span{font-size:.78rem;color:#64748b}.billing-autopay-btn{flex:0 0 auto;padding:9px 15px;border-radius:10px;border:0;font-size:.82rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca)}.billing-autopay-btn.ghost{border:1px solid #d7dfe8;background:#fff;color:#334155}.billing-autopay-btn:disabled{opacity:.6;cursor:default}.billing-autopay-setup{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.billing-autopay-methods{display:inline-flex;padding:3px;border-radius:10px;background:#eef2f7;border:1px solid #e2e8f0}.billing-autopay-method{padding:5px 11px;border:0;border-radius:8px;background:transparent;font-size:.76rem;font-weight:600;color:#64748b;cursor:pointer;transition:background .15s,color .15s}.billing-autopay-method.sel{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1f}.billing-autopay-method:disabled{cursor:default}.docs-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.docs-upload small{color:#94a3b8;font-size:.76rem}.docs-empty{color:#64748b;font-size:.85rem;margin:6px 0 0}.docs-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.docs-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e6ecf3;border-radius:12px;background:#f8fafc}.docs-item-main{display:flex;align-items:center;gap:10px;min-width:0}.docs-item-main>svg{flex:0 0 auto;color:#03a84e}.docs-item-info{min-width:0}.docs-item-info strong{display:block;font-size:.86rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-item-info span{font-size:.76rem;color:#64748b}.docs-item-main{flex:1 1 auto}.docs-item-date{flex:0 0 auto;font-size:.78rem;color:#64748b;white-space:nowrap}.docs-remove{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;border:1px solid #fecaca;background:#fff;color:#dc2626;border-radius:9px;padding:7px 12px;font-size:.8rem;font-weight:600;cursor:pointer}.docs-remove:hover{background:#fef2f2}@media(max-width:640px){.docs-item{flex-wrap:wrap}.docs-item-date{order:3;flex-basis:100%}}.property-crawl-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.test-ai-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;background:#03a84e;color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;border:0;cursor:pointer;box-shadow:0 8px 18px #03a84e40;transition:background .15s,transform .1s}.test-ai-btn:hover{background:#029446}.test-ai-btn:active{transform:translateY(1px)}.test-ai-btn-lg{margin-top:14px;padding:13px 24px;font-size:.95rem}.direct-chat-actions .test-ai-btn{width:100%;justify-content:center;padding-block:12px}#overview-directchat .link-card{padding:0;border:0;border-radius:0;background:none;box-shadow:none;margin-top:4px}.wt-name-sub{display:block;font-size:.72rem;color:#94a3b8;font-weight:500}.plan-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:plan-confirm-fade .16s ease}@keyframes plan-confirm-fade{0%{opacity:0}to{opacity:1}}.plan-confirm{display:flex;flex-direction:column;width:100%;max-width:470px;max-height:calc(100vh - 40px);overflow:hidden;background:#fff;border-radius:20px;border:1px solid #e6ecf3;box-shadow:0 30px 60px -20px #0f172a73;animation:plan-confirm-pop .18s ease}@keyframes plan-confirm-pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.plan-confirm-overlay,.plan-confirm{animation:none}}.plan-confirm-head{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid #eef1f6;background:#fff}.plan-confirm-head-title{display:flex;align-items:center;gap:11px}.plan-confirm-head-ic{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eef2ff;color:#4f46e5}.plan-confirm-head-title strong{display:block;font-size:1rem;color:#0f172a}.plan-confirm-head-title span{font-size:.8rem;color:#64748b}.plan-confirm-close{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;border:1px solid #e6ecf3;background:#fff;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.plan-confirm-close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.plan-confirm-close:disabled{opacity:.5;cursor:default}.plan-confirm-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 18px}.plan-confirm-plan{border:1px solid #e6ecf3;border-radius:14px;padding:14px;background:linear-gradient(180deg,#fff,#f7f8ff)}.plan-confirm-plan-head{display:flex;align-items:center;gap:11px}.plan-confirm-plan-ic{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#4f46e5;color:#fff}.plan-confirm-plan-name{flex:1 1 auto;min-width:0}.plan-confirm-plan-name strong{display:block;font-size:1rem;color:#0f172a}.plan-confirm-plan-name span{font-size:.78rem;color:#64748b}.plan-confirm-plan-price{font-size:1.05rem;font-weight:800;color:#0f172a}.plan-confirm-specs{list-style:none;margin:12px 0 0;padding:12px 0 0;border-top:1px dashed #e2e8f0;display:grid;gap:9px}.plan-confirm-specs li{display:flex;align-items:center;gap:9px;font-size:.84rem;color:#334155}.plan-confirm-specs li.is-off{color:#94a3b8}.plan-confirm-spec-ic{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#eef2ff;color:#4f46e5}.plan-confirm-specs li.is-off .plan-confirm-spec-ic{background:#f1f5f9;color:#94a3b8}.plan-confirm-pay{margin-top:14px;border:1px solid #e6ecf3;border-radius:14px;padding:12px 14px}.plan-confirm-pay-title{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.plan-confirm-pay-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.88rem;color:#334155;padding:4px 0}.plan-confirm-pay-row.muted{color:#64748b;font-size:.82rem}.plan-confirm-bonus{color:#047857;font-weight:700}.plan-confirm-pay-row.total{margin-top:6px;padding-top:10px;border-top:1px solid #eef1f6;font-size:1rem;font-weight:800;color:#0f172a}.plan-confirm-note{display:flex;align-items:flex-start;gap:6px;margin:12px 0 4px;font-size:.76rem;line-height:1.4;color:#64748b}.plan-confirm-note svg{flex:0 0 auto;margin-top:2px;color:#10b981}.plan-confirm-actions{flex:0 0 auto;display:flex;gap:10px;padding:14px 18px 18px;border-top:1px solid #eef1f6;background:#fff}.plan-confirm-btn{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 14px;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.plan-confirm-btn.ghost{flex:0 0 auto;min-width:108px;border:1px solid #d7dfe8;background:#fff;color:#334155}.plan-confirm-btn.ghost:hover:not(:disabled){background:#f1f5f9;border-color:#c3cedb}.plan-confirm-btn.pay{border:0;color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 12px 24px -8px #4f46e58c}.plan-confirm-btn.pay:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px -8px #4f46e599}.plan-confirm-btn.danger{border:0;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 12px 24px -8px #dc262680}.plan-confirm-btn.danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px -8px #dc26268c}.plan-confirm-head-ic.danger{background:#fee2e2;color:#dc2626}.billing-cancel-copy{margin:0;font-size:.9rem;line-height:1.5;color:#475569}.plan-confirm-btn:disabled{opacity:.65;cursor:default}.billing-cancel-plan-link{margin:10px 0 0;padding:0;border:0;background:none;font:inherit;font-size:.72rem;color:#b6c0cc;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s ease}.billing-cancel-plan-link:hover{color:#dc2626}.billing-renew-plan-btn{display:inline-flex;align-items:center;gap:6px;margin:12px 0 0;padding:8px 16px;border:0;border-radius:10px;font-size:.82rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 10px 20px -8px #15803d80;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.billing-renew-plan-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px -8px #15803d8c}.billing-renew-plan-btn:disabled{opacity:.65;cursor:default}@media(max-width:480px){.plan-confirm-actions{flex-direction:column-reverse}.plan-confirm-btn.ghost{width:100%}}.billing-topup-card{max-width:640px;margin:0 auto;padding:22px 24px 24px;border-radius:20px;background:#fff;border:1px solid #e6ecf3;box-shadow:0 16px 38px #0b172814}.billing-topup-card-head{display:flex;align-items:center;gap:13px;margin-bottom:18px}.billing-topup-card-head strong{display:block;font-size:1.02rem;font-weight:700;color:#0b1728}.billing-topup-card-head>div span{font-size:.82rem;color:#526475}.billing-topup-sublabel{display:block;margin-bottom:8px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.billing-topup-picks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}@media(max-width:520px){.billing-topup-picks{grid-template-columns:repeat(2,1fr)}}.billing-topup-pick{display:flex;flex-direction:column;align-items:center;gap:1px;padding:13px 8px;border-radius:14px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.billing-topup-pick b{font-size:1.05rem;font-weight:800;color:#0b1728}.billing-topup-pick>span{font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.billing-topup-pick em{margin-top:4px;font-style:normal;font-size:.78rem;font-weight:700;color:#0e7490}.billing-topup-pick:hover{border-color:#5eead4;transform:translateY(-2px)}.billing-topup-pick.active{border-color:#0891b2;background:#ecfeff;box-shadow:0 8px 16px #0891b22e}.billing-topup-form{display:flex;flex-direction:column;gap:16px}.billing-topup-field{display:flex;flex-direction:column;gap:7px}.billing-topup-field label{font-size:.74rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.billing-topup-input{position:relative}.billing-topup-input input{width:100%;min-height:50px;padding:0 60px 0 15px;border:1.5px solid #d7dbe8;border-radius:12px;outline:0;font-size:1.05rem;font-weight:700;color:#0b1728}.billing-topup-input input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b226}.billing-topup-input-suffix{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:.82rem;font-weight:700;color:#94a3b8;pointer-events:none}.billing-topup-order{display:flex;flex-direction:column;gap:12px;padding:16px 18px;border-radius:14px;background:linear-gradient(135deg,#f0fdfa,#f8fafc);border:1px solid #e6ecf3}.billing-topup-order-line{display:flex;justify-content:space-between;gap:12px;font-size:.86rem;color:#526475;font-variant-numeric:tabular-nums}.billing-topup-order-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px dashed #cbd5e1}.billing-topup-order-total span{font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.billing-topup-order-total strong{font-size:1.6rem;font-weight:800;color:#0b1728;font-variant-numeric:tabular-nums}.billing-topup-order .billing-topup-submit{width:100%;margin-top:2px}.billing-topup-reassure{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.76rem;font-weight:600;color:#0e7490;text-align:center}.billing-topup-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 22px;border:0;border-radius:12px;background:linear-gradient(135deg,#22d3ee,#0891b2);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 12px 24px #0891b24d;transition:filter .15s ease,transform .15s ease}.billing-topup-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.billing-topup-submit:disabled{opacity:.55;cursor:not-allowed}.billing-txn-desc{display:inline-flex;align-items:center;gap:9px}.billing-txn-kind{display:inline-flex;padding:3px 9px;border-radius:7px;font-size:.66rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.billing-txn-kind.k-monthly{background:#eef2ff;color:#4338ca}.billing-txn-kind.k-topup{background:#ecfeff;color:#0e7490}.billing-txn-kind.k-admin_grant{background:#ecfdf5;color:#047857}.billing-txn-kind.k-adjust{background:#fef3c7;color:#92400e}.billing-ledger-head{display:flex;align-items:center;gap:10px;margin:28px 0 12px}.billing-ledger-head .billing-section-title{margin:0}.billing-ledger-count{display:inline-grid;place-items:center;min-width:24px;height:22px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.74rem;font-weight:800}.billing-ledger{display:flex;flex-direction:column;gap:8px}.billing-ledger-row{display:flex;align-items:center;gap:14px;padding:13px 16px;border-radius:14px;background:#fff;border:1px solid #eef1f6;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.billing-ledger-row:hover{border-color:#dbe2ea;box-shadow:0 8px 20px #0b17280f;transform:translate(2px)}.billing-ledger-ico{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:12px}.billing-ledger-ico.k-monthly{background:#eef2ff;color:#4338ca}.billing-ledger-ico.k-topup{background:#ecfeff;color:#0e7490}.billing-ledger-ico.k-admin_grant{background:#ecfdf5;color:#047857}.billing-ledger-ico.k-adjust{background:#fef3c7;color:#92400e}.billing-ledger-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.billing-ledger-copy strong{font-size:.92rem;font-weight:700;color:#0b1728;overflow-wrap:anywhere}.billing-ledger-copy span{font-size:.78rem;color:#8794a2}.billing-ledger-amt{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;line-height:1.15}.billing-ledger-amt b{font-size:1.08rem;font-weight:800;font-variant-numeric:tabular-nums}.billing-ledger-amt.credit b{color:#047857}.billing-ledger-amt.debit b{color:#b91c1c}.billing-ledger-amt i{font-style:normal;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.billing-recharge-hero{background:radial-gradient(120% 140% at 0% 0%,#22d3ee 0%,transparent 52%),radial-gradient(120% 160% at 100% 20%,#34d399 0%,transparent 46%),linear-gradient(135deg,#0891b2,#0e7490 45%,#134e4a);box-shadow:0 24px 60px -22px #0891b299}.billing-recharge-hero .billing-plans-hero-points svg{color:#a7f3d0}.billing-recharge-balance{display:flex;align-items:center;gap:13px;max-width:640px;margin:0 auto 16px;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#ecfeff,#f0fdfa);border:1px solid #cffafe}.billing-recharge-balance-ico{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#22d3ee,#0891b2);box-shadow:0 8px 18px #0891b24d}.billing-recharge-balance-main{display:flex;flex-direction:column;line-height:1.2}.billing-recharge-balance-main strong{font-size:1.5rem;font-weight:800;color:#0b1728;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.billing-recharge-balance-main span{font-size:.8rem;color:#0e7490;font-weight:600}.billing-recharge-balance-side{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;line-height:1.2}.billing-recharge-balance-side span{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#67aeb8}.billing-recharge-balance-side b{font-size:1.15rem;font-weight:800;color:#0e7490;font-variant-numeric:tabular-nums}.billing-plans-crosslink{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;max-width:640px;margin:22px auto 0;padding:16px 20px;border-radius:16px;border:1px dashed #cbd5e1;background:#f8fafc;text-align:center}.billing-plans-crosslink>span{font-size:.88rem;color:#526475}.billing-plans-crosslink button{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:0;border-radius:10px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .15s ease,transform .15s ease}.billing-plans-crosslink button:hover{background:#e0e7ff;transform:translateY(-1px)}.billing-topup-locked{flex-wrap:wrap}.billing-topup-locked .billing-topup-submit{flex-basis:100%;margin-top:4px}.billing-success-page{max-width:560px;margin:0 auto;padding-top:8px}.billing-success-card{position:relative;overflow:hidden;text-align:center;padding:42px 30px 30px;border-radius:24px;background:radial-gradient(120% 80% at 50% 0%,rgba(16,185,129,.08),transparent 60%),linear-gradient(180deg,#fff,#f6f8fc);border:1px solid #e6e9f3;box-shadow:0 26px 64px -30px #1e1b4b57;animation:billing-card-rise .55s cubic-bezier(.22,1,.36,1) both}.billing-success-glow{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.22),transparent 70%);pointer-events:none}.billing-success-check{position:relative;z-index:1;display:grid;place-items:center;width:92px;height:92px;margin:4px auto 20px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#34d399,#059669);box-shadow:0 18px 34px -10px #0596698c,0 0 0 9px #10b9811f;animation:billing-success-pop .5s cubic-bezier(.34,1.56,.64,1) .15s both}@keyframes billing-success-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.billing-success-card h1{margin:0 0 6px;font-size:1.75rem;font-weight:800;letter-spacing:-.01em;color:#0b1728}.billing-success-sub{margin:0 auto 22px;max-width:42ch;font-size:.95rem;color:#526475}.billing-success-sub strong{color:#0b1728;font-weight:700}.billing-success-summary{text-align:left;display:grid;gap:11px;margin-bottom:20px;padding:18px;border-radius:16px;background:#f7f9fc;border:1px solid #eef1f6}.billing-success-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.9rem}.billing-success-row>span{color:#64748b}.billing-success-row strong{color:#0b1728;font-weight:700;font-variant-numeric:tabular-nums}.billing-success-row strong.pos{color:#047857}.billing-success-row.total{margin-top:3px;padding-top:12px;border-top:1px dashed #dbe2ea}.billing-success-row.total>span{font-weight:700;color:#334155}.billing-success-row.total strong{font-size:1.15rem;color:#4338ca}.billing-success-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.billing-success-secondary{display:inline-flex;align-items:center;gap:7px;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid #d9e1ea;background:#fff;color:#4338ca;font-weight:700;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.billing-success-secondary:hover{border-color:#a5b4fc;background:#f5f3ff}.billing-success-note{margin:16px 0 0;font-size:.78rem;color:#94a3b8}.billing-success-confetti{position:absolute;top:54px;left:50%;width:3px;height:3px;transform:translate(-50%);pointer-events:none;box-shadow:-74px -8px 0 1px #6366f1,74px -6px 0 1px #f59e0b,-52px 26px 0 1px #22d3ee,54px 24px 0 1px #ec4899,-94px 14px #34d399,96px 10px #a855f7,-32px -22px #f43f5e,36px -24px #10b981;animation:billing-confetti .7s ease .25s both}@keyframes billing-confetti{0%{opacity:0;transform:translate(-50%) scale(.4)}55%{opacity:1}to{opacity:.85;transform:translate(-50%) scale(1)}}@media(max-width:600px){.billing-success-card{padding:32px 20px 26px}.billing-success-card h1{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.billing-success-card,.billing-success-check,.billing-success-confetti{animation:none!important}.billing-success-confetti{opacity:.85}}.billing-plans-v3 .billing-head-left{flex-direction:row;align-items:center;gap:12px}@media(max-width:600px){.billing-page__inner{padding:14px 12px 60px}.billing-hero{padding:20px 18px;border-radius:18px}.billing-hero-value{font-size:clamp(2.4rem,12vw,3.2rem)}.billing-ring{width:132px;height:132px}.billing-ring-mid strong{font-size:1.8rem}.billing-plans-hero{padding:24px 18px;border-radius:18px}.billing-plans-hero h2{font-size:1.3rem}.billing-plans-hero p{font-size:.86rem}.billing-v2 .billing-plan-status{padding:18px 16px 18px 20px;border-radius:16px}.billing-v2 .billing-plan-status-text strong{font-size:1.1rem}.billing-stat-value{font-size:1.38rem}.billing-topup-card{padding:18px 16px 20px}.billing-plans-panel{padding:6px 12px 22px}.billing-recharge-balance{flex-wrap:wrap}.billing-recharge-balance-side{margin-left:0;width:100%;align-items:flex-start;padding-top:10px;border-top:1px dashed #cfe9ed}.billing-history{border:none;background:transparent;max-height:none;overflow:visible}.billing-history table{display:block}.billing-history thead{display:none}.billing-history tbody{display:block}.billing-history tbody tr{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 10px;padding:13px 15px;margin-bottom:10px;border:1px solid #e6ecf3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a0d}.billing-history tbody td{display:block;padding:0;border:none}.billing-history tbody td:nth-child(2){grid-column:1;grid-row:1;min-width:0;font-size:.9rem}.billing-history tbody td:nth-child(3){grid-column:2;grid-row:1;justify-self:end;text-align:right;font-size:1rem;font-weight:800}.billing-history tbody td:nth-child(1){grid-column:1 / -1;grid-row:2;font-size:.78rem;color:#94a3b8}.billing-history tbody td.billing-txn-doc{grid-row:3;font-size:.78rem}.billing-history tbody td.billing-txn-doc:nth-child(4){grid-column:1}.billing-history tbody td.billing-txn-doc:nth-child(5){grid-column:2;justify-self:end}.billing-txn-desc{flex-wrap:wrap}.billing-section-title{font-size:1rem}.billing-plans-page .billing-plans{grid-template-columns:minmax(0,420px);gap:16px;padding:10px 0 2px}.billing-plans-page .billing-plan,.billing-plans-v3 .billing-plan{width:100%;max-width:420px;padding:22px 18px 18px}.billing-plans-panel{padding:6px 10px 20px;border-radius:18px}.billing-plans-v3 .billing-plans-group-head{margin:22px 4px 12px}.billing-plans-v3 .billing-plans-group-head h3{font-size:1.08rem}.billing-plan-price-amt{font-size:1.75rem}.billing-plan-leadband{padding:11px 12px}.billing-plans-crosslink{flex-direction:column;gap:10px;padding:14px 16px}.billing-plans-crosslink button{width:100%;justify-content:center}}.chat-thread-foot{display:flex;flex-direction:column}.chat-ai-promo{position:relative;display:flex;align-items:center;gap:12px;margin:10px 14px 0;padding:12px 14px;border-radius:14px;border:1px solid rgba(79,70,229,.22);background:linear-gradient(135deg,#eef2ff,#f6f4ff);box-shadow:0 6px 18px #4f46e51a}.chat-ai-promo-icon{flex-shrink:0;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 6px 14px #4f46e54d}.chat-ai-promo-copy{display:grid;gap:1px;min-width:0;flex:1}.chat-ai-promo-copy strong{font-size:.86rem;font-weight:700;color:#1e1b4b}.chat-ai-promo-copy span{font-size:.78rem;color:#4b5563;line-height:1.35}.chat-ai-promo-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 16px;border:0;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;font-size:.82rem;box-shadow:0 6px 14px #4f46e542}.chat-ai-promo-cta:hover{filter:brightness(1.07)}.chat-ai-promo-close{flex-shrink:0;width:26px;height:26px;border:0;border-radius:8px;background:transparent;color:#6b7280;font-size:1.2rem;line-height:1}.chat-ai-promo-close:hover{background:#4f46e51a;color:#4338ca}@media(max-width:620px){.chat-ai-promo{flex-wrap:wrap;gap:10px}.chat-ai-promo-copy{flex-basis:calc(100% - 50px)}.chat-ai-promo-cta{flex:1;justify-content:center}}.balance-strip{position:fixed;top:0;left:0;right:0;z-index:70;height:46px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;font-size:.86rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 14px #d9770647}.balance-strip.empty{background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 4px 14px #b91c1c4d}.balance-strip.healthy{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 14px #05966947}.balance-strip.healthy .balance-strip-cta{color:#047857}.balance-strip-icon{display:inline-flex;flex-shrink:0}.balance-strip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.balance-strip-text strong{font-weight:800}.balance-strip-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 14px;border:0;border-radius:999px;background:#fff;color:#b45309;font-weight:700;font-size:.8rem}.balance-strip.empty .balance-strip-cta{color:#b91c1c}.balance-strip-cta:hover{filter:brightness(.96)}.leads-orb{position:fixed;right:20px;bottom:24px;z-index:65;width:66px;height:66px;padding:0;border:0;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;cursor:grab;color:#fff;background:radial-gradient(circle at 30% 25%,#10c977,var(--green-dark));box-shadow:0 10px 24px #03965366,inset 0 1px #ffffff40;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease,opacity .5s ease;touch-action:none;-webkit-user-select:none;user-select:none}.leads-orb.idle{opacity:.5}.leads-orb.idle:hover{opacity:1}.leads-orb.clickable:hover{transform:translateY(-2px);filter:brightness(1.03)}.leads-orb:active{cursor:grabbing;transform:scale(1.05);transition:none}.leads-orb.low{background:radial-gradient(circle at 30% 25%,#fbbf24,#d97706);box-shadow:0 10px 24px #d9770666,inset 0 1px #ffffff40;animation:leads-orb-pulse 1.8s ease-in-out infinite}.leads-orb.empty{background:radial-gradient(circle at 30% 25%,#f87171,#b91c1c);box-shadow:0 10px 24px #b91c1c6b,inset 0 1px #ffffff40;animation:leads-orb-pulse 1.4s ease-in-out infinite}@keyframes leads-orb-pulse{0%,to{box-shadow:0 10px 24px #b91c1c6b,inset 0 1px #ffffff40,0 0 #ffffff59}50%{box-shadow:0 10px 24px #b91c1c6b,inset 0 1px #ffffff40,0 0 0 7px #fff0}}@media(prefers-reduced-motion:reduce){.leads-orb.low,.leads-orb.empty{animation:none}}.leads-orb-trash{position:fixed;left:50%;bottom:28px;transform:translate(-50%,24px);z-index:64;width:132px;height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:18px;border:2px dashed rgba(255,255,255,.45);background:#1f2937b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#e5e7eb;font-size:.68rem;font-weight:600;text-align:center;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.leads-orb-trash.visible{opacity:1;transform:translate(-50%)}.leads-orb-trash.hot{background:#b91c1ceb;border-color:#fff;border-style:solid;color:#fff;transform:translate(-50%) scale(1.08)}.leads-orb.over-trash{transform:scale(.72);opacity:.85;filter:grayscale(.3)}.leads-orb-icon{opacity:.85}.leads-orb-value{font-size:.98rem;font-weight:800;line-height:1}.leads-orb-label{font-size:.55rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.85}@media(max-width:900px){.leads-orb{right:16px;bottom:80px;width:58px;height:58px}.leads-orb-value{font-size:.9rem}}@media(max-width:640px){.balance-strip{font-size:.78rem;gap:8px;padding:0 10px}.billing-page__inner{padding:16px 14px 56px}.billing-balance-copy strong{font-size:1.6rem}.billing-balance-warn{margin-left:0}}.admin-field-hint{display:block;margin-top:4px;color:#8794a2;font-size:.72rem;line-height:1.35;font-weight:500}
