:root{color-scheme:light;--bg:#f5f7f8;--surface:#ffffff;--surface-soft:#eef3f1;--line:#d8e0dd;--line-strong:#b7c3bf;--text:#18201d;--muted:#64706b;--primary:#0f766e;--primary-dark:#115e59;--accent:#2563eb;--warning:#b45309;--danger:#b42318;--success:#15803d;--shadow:0 10px 30px rgba(22,32,29,0.08)}*{box-sizing:border-box}html{min-height:100%}body,html{overflow-x:hidden}body{min-height:100vh;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-page{display:grid;min-height:100vh;place-items:center;padding:32px 16px}.auth-panel{width:min(420px,100%);padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.brand-mark{display:inline-grid;width:40px;height:40px;place-items:center;border-radius:8px;background:var(--primary);color:#ffffff;font-weight:800}.auth-panel h1,.page-title h1{margin:18px 0 6px;font-size:28px;line-height:1.1}.auth-panel p,.muted,.page-title p{color:var(--muted)}.form-stack{display:grid;gap:14px}.field{display:grid;gap:6px}.field label,.field span{font-size:13px;font-weight:700}.input,.select,.textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:#ffffff;color:var(--text);outline:none}.input,.select{min-height:42px;padding:9px 11px}.textarea{min-height:96px;resize:vertical;padding:10px 11px}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:9px 14px;background:var(--primary);color:#ffffff;font-weight:800}.button:hover{background:var(--primary-dark)}.button.secondary{border-color:var(--line-strong);background:#ffffff;color:var(--text)}.button.secondary:hover{background:var(--surface-soft)}.button.danger{border-color:rgba(180,35,24,.24);background:#fff7f6;color:var(--danger)}.button.danger:hover{background:#ffe4e1}.button.icon{width:40px;padding:0}.button:disabled{cursor:not-allowed;opacity:.6}.notice{border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--surface-soft);color:var(--text);font-size:14px}.notice.error{border-color:rgba(180,35,24,.28);background:#fff7f6;color:var(--danger)}.app-shell{display:grid;width:100%;min-height:100vh;grid-template-columns:248px 1fr;overflow-x:hidden}.sidebar{min-width:0;border-right:1px solid var(--line);background:#ffffff;padding:22px 18px}.sidebar-brand{display:flex;align-items:center;gap:10px;font-weight:900}.nav-list{display:grid;gap:6px;margin:28px 0}.nav-link{display:flex;align-items:center;gap:10px;border-radius:8px;padding:10px 11px;color:var(--muted);font-weight:750}.nav-link.active,.nav-link:hover{background:var(--surface-soft);color:var(--text)}.main{width:100%;min-width:0;max-width:100%;padding:28px;overflow-x:hidden}.topbar{align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.topbar,.topbar-actions{display:flex;min-width:0}.topbar-actions{flex-wrap:wrap;gap:10px}.page-title h1{margin-top:0}.grid{display:grid;min-width:0;gap:16px}.metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.two-column{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);align-items:start}.panel{min-width:0;max-width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.panel-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:16px 18px}.metric h2,.panel-header h2{margin:0;font-size:16px;line-height:1.2}.panel-body{padding:18px}.metric{padding:16px}.metric strong{display:block;margin-top:8px;font-size:28px}.inline-row{display:flex;align-items:center;gap:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .full{grid-column:1/-1}.toggle-field{display:flex;min-height:42px;align-items:center;gap:10px;font-weight:750}.toggle-field input{width:18px;height:18px}.table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;table-layout:auto}.table td,.table th{border-bottom:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:middle;overflow-wrap:anywhere;word-break:break-word}.table th{white-space:nowrap;color:var(--muted);font-size:12px;letter-spacing:0;text-transform:uppercase}.table tr:last-child td{border-bottom:0}.wrap-cell{min-width:180px;max-width:420px;white-space:normal}.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:4px 8px;background:#ffffff;color:var(--muted);font-size:12px;font-weight:800}.badge.success{border-color:rgba(21,128,61,.28);background:#effaf3;color:var(--success)}.badge.warning{border-color:rgba(180,83,9,.28);background:#fff8eb;color:var(--warning)}.badge.danger{border-color:rgba(180,35,24,.28);background:#fff7f6;color:var(--danger)}.empty{padding:28px;text-align:center;color:var(--muted)}.auth-switch{margin-top:16px;font-size:14px}.auth-switch a{color:var(--accent);font-weight:800}@media (max-width:1040px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;border-right:0;border-bottom:1px solid var(--line)}.nav-list{display:flex;margin:0;overflow-x:auto}.metrics,.two-column{grid-template-columns:1fr 1fr}.table{min-width:680px}}@media (max-width:720px){.main{padding:14px}.topbar{display:grid}.form-grid,.metrics,.two-column{grid-template-columns:1fr}.sidebar{align-items:flex-start;display:grid;gap:14px;padding:16px 14px}.sidebar-brand{font-size:16px}.nav-link{flex:0 0 auto}.empty,.metric,.panel-body,.panel-header{padding:14px}.table{min-width:560px;font-size:13px}.table td,.table th{padding:10px 12px}.button:not(.icon),.topbar-actions{width:100%}}.public-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.public-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.public-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(255,255,255,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .2s ease}.header-wrap{height:72px;justify-content:space-between}.header-wrap,.logo-link{display:flex;align-items:center}.logo-link{gap:10px;font-size:20px;font-weight:900;letter-spacing:-.02em}.logo-link .brand-mark{width:36px;height:36px;border-radius:6px}.public-nav{display:flex;align-items:center;gap:28px}.public-nav a:not(.button){font-size:14px;font-weight:700;color:var(--muted);transition:color .15s ease}.public-nav a:not(.button):hover{color:var(--text)}.mobile-nav-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:8px;border-radius:6px;transition:background .2s ease;align-items:center;justify-content:center}.mobile-nav-toggle:hover{background:rgba(0,0,0,.05)}@media (max-width:768px){.mobile-nav-toggle{display:flex}.public-nav{display:none;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:#ffffff;border-bottom:1px solid var(--line);padding:24px;gap:20px;box-shadow:0 10px 15px -3px rgba(0,0,0,.05);z-index:100}.public-nav.open{display:flex}.public-nav a:not(.button){width:100%;text-align:left;padding:8px 0;font-size:16px}.public-nav .button{width:100%;text-align:center}}.hero-section{position:relative;padding:110px 0 80px;text-align:center;overflow:hidden;background-image:linear-gradient(180deg,rgba(255,255,255,.65),rgba(245,247,248,1)),url(/hero_glow_bg.png);background-size:cover;background-position:50%}.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(15,118,110,.18);border-radius:999px;padding:6px 14px;background:rgba(15,118,110,.06);color:var(--primary);font-size:13px;font-weight:750;margin-bottom:24px}.hero-title{font-size:clamp(34px,5vw,60px);font-weight:900;line-height:1.1;letter-spacing:-.03em;max-width:840px;margin:0 auto 20px}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-color:transparent;color:var(--primary)}.hero-desc{font-size:clamp(16px,2.2vw,19px);color:var(--muted);max-width:640px;margin:0 auto 36px;line-height:1.5}.cta-group{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.public-section{padding:80px 0}.section-header{text-align:center;max-width:600px;margin:0 auto 56px}.section-header h2{font-size:32px;font-weight:900;margin:0 0 12px;letter-spacing:-.02em}.section-header p{color:var(--muted);font-size:16px}.pub-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:32px;box-shadow:var(--shadow);transition:all .2s cubic-bezier(.4,0,.2,1)}.pub-card:hover{transform:translateY(-4px);box-shadow:0 20px 35px rgba(22,32,29,.1)}.pub-icon-box{width:46px;height:46px;border-radius:10px;background:rgba(15,118,110,.08);color:var(--primary);display:grid;place-items:center;margin-bottom:20px}.pub-card h3{font-size:19px;font-weight:800;margin:0 0 10px}.pub-card p{color:var(--muted);margin:0;line-height:1.5;font-size:14px}.workflow-preview{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.mock-screen{border:1px solid var(--line);border-radius:14px;background:#0d1117;color:#c9d1d9;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.4;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}.mock-titlebar{display:flex;align-items:center;gap:6px;background:#161b22;padding:10px 14px;border-bottom:1px solid #21262d}.mock-dot{width:9px;height:9px;border-radius:999px;background:#ff5f56}.mock-dot:nth-child(2){background:#ffbd2e}.mock-dot:nth-child(3){background:#27c93f}.mock-content{padding:16px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;justify-content:space-between}.pricing-card.featured{border:2px solid var(--primary);transform:scale(1.02)}.featured-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--primary);color:#ffffff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 14px;border-radius:999px}.price-tag{font-size:38px;font-weight:900;color:var(--text);margin:20px 0;display:flex;align-items:baseline;gap:2px}.price-tag span{font-size:15px;font-weight:700;color:var(--muted)}.price-features{display:grid;gap:12px;margin:28px 0;padding:0;list-style:none}.price-features li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:750}.faq-list{display:grid;gap:16px;max-width:780px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.faq-summary{padding:20px 24px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:space-between;user-select:none;outline:none}.faq-summary::-webkit-details-marker{display:none}.faq-item[open] .faq-summary{border-bottom:1px solid var(--line)}.faq-content{padding:20px 24px;color:var(--muted);line-height:1.6;font-size:14px}.public-footer{margin-top:auto;border-top:1px solid var(--line);background:#ffffff;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px;margin-bottom:48px}.footer-brand{display:grid;gap:12px}.footer-brand p{color:var(--muted);font-size:14px;margin:0;max-width:240px}.footer-column h4{font-size:14px;font-weight:900;text-transform:uppercase;color:var(--text);margin:0 0 16px;letter-spacing:.05em}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-column a{font-size:14px;font-weight:700;color:var(--muted);transition:color .15s ease}.footer-column a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--line);padding-top:28px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px;font-weight:700}.legal-content{max-width:780px;margin:40px auto;line-height:1.7}.legal-content h2{font-size:22px;font-weight:900;margin-top:36px;letter-spacing:-.01em}.legal-content p{margin-bottom:18px;color:var(--muted)}@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}.workflow-preview{grid-template-columns:1fr;gap:32px}}@media (max-width:580px){.auth-page{padding:20px 12px}.auth-panel{padding:22px 18px}.main{padding:12px}.metrics{grid-template-columns:1fr}.metric strong{font-size:24px}.inline-row{flex-wrap:wrap}.button.icon{width:38px;flex:0 0 38px}.table{min-width:500px}.wrap-cell{min-width:150px;max-width:280px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}.fb-mockup{border:1px solid var(--line);border-radius:12px;background:#ffffff;box-shadow:var(--shadow);padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1c1e21;text-align:left}.fb-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.fb-avatar{width:38px;height:38px;border-radius:999px;background:var(--primary);color:#ffffff;display:grid;place-items:center;font-weight:800;font-size:13px;flex-shrink:0}.fb-avatar.user{background:#4b5563}.fb-meta{display:grid}.fb-name{font-weight:700;font-size:14px;color:#050505}.fb-time{font-size:12px;color:#65676b}.fb-text{font-size:14px;line-height:1.4;margin:0 0 12px;color:#050505}.fb-engagement{align-items:center;justify-content:space-between;border-top:1px solid #e4e6eb;padding:10px 0;margin-bottom:10px;font-weight:700}.fb-actions,.fb-engagement{display:flex;border-bottom:1px solid #e4e6eb;font-size:13px;color:#65676b}.fb-actions{padding-bottom:8px;margin-bottom:16px;font-weight:600}.fb-actions span{flex:1;text-align:center;padding:6px;border-radius:4px;cursor:pointer;user-select:none}.fb-actions span:hover{background:#f2f3f5}.fb-comments{display:grid;gap:12px}.fb-comment-item{display:flex;gap:8px}.fb-comment-item.reply{margin-left:44px}.fb-comment-bubble{background:#f0f2f5;border-radius:18px;padding:8px 12px;max-width:85%}.fb-comment-bubble.reply-bubble{background:#eff6ff;border:1px solid rgba(37,99,235,.15)}.fb-comment-name{font-weight:700;font-size:12px;color:#050505;margin-bottom:2px}.fb-comment-text{font-size:13px;line-height:1.35;margin:0;color:#050505}.dashboard-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}@media (max-width:960px){.dashboard-grid{grid-template-columns:1fr;gap:32px}}.logs-mockup{border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);padding:20px;text-align:left}.logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.logs-title{font-size:16px;font-weight:800;color:var(--text);margin:0}.logs-badge-live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:750;color:var(--success);background:rgba(22,163,74,.1);padding:3px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.05em}.logs-dot{width:6px;height:6px;background:var(--success);border-radius:50%;animation:pulse 1.5s infinite}.logs-table-wrapper{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:#ffffff}.logs-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.logs-table th{background:var(--surface);padding:10px 14px;font-weight:750;color:var(--muted)}.logs-table td,.logs-table th{border-bottom:1px solid var(--line)}.logs-table td{padding:12px 14px;vertical-align:middle}.logs-table tr:last-child td{border-bottom:none}.status-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:750;padding:2px 8px;border-radius:99px}.status-pill.success{background:#effaf3;color:var(--success);border:1px solid rgba(22,163,74,.2)}.status-pill.failed{background:#fef2f2;color:var(--error);border:1px solid rgba(239,68,68,.2)}.marketing-site{--bg:#f7f8fc;--surface:#ffffff;--surface-soft:#f1f4fb;--line:#e2e7f1;--line-strong:#cbd3e1;--text:#101828;--muted:#5f6b7a;--primary:#3157d5;--primary-dark:#2442a6;--accent:#6d55e7;background:var(--bg)}.marketing-site .public-container{max-width:1180px;padding-inline:28px}.marketing-site .public-header{border-bottom:1px solid rgba(226,231,241,.86);background:rgba(255,255,255,.88);box-shadow:0 1px 0 rgba(16,24,40,.02);backdrop-filter:blur(18px) saturate(150%)}.marketing-site .header-wrap{height:76px}.marketing-site .logo-link{gap:11px;color:#121a2c;font-size:19px;font-weight:820;letter-spacing:-.035em}.marketing-site .logo-link .brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#4868e6,#2948ba);box-shadow:0 7px 18px rgba(49,87,213,.25);font-size:13px;letter-spacing:-.03em}.marketing-site .public-nav{gap:30px}.marketing-site .public-nav a:not(.button){color:#536073;font-size:13.5px;font-weight:650}.marketing-site .button{min-height:43px;border-radius:11px;border-color:var(--primary);background:var(--primary);box-shadow:0 7px 18px rgba(49,87,213,.2);font-weight:730;letter-spacing:-.01em}.marketing-site .button:hover{border-color:var(--primary-dark);background:var(--primary-dark);box-shadow:0 10px 24px rgba(49,87,213,.25);transform:translateY(-1px)}.marketing-site .button.secondary{border-color:#d8deea;background:rgba(255,255,255,.88);box-shadow:0 4px 14px rgba(16,24,40,.05);color:#27344a}.marketing-site .button.secondary:hover{border-color:#bdc7d8;background:#ffffff}.marketing-site .button-lg{min-height:52px;padding-inline:22px;font-size:15px}.hero-pro{min-height:720px;padding:96px 0 92px;background:radial-gradient(circle at 84% 16%,rgba(109,85,231,.13),transparent 27%),radial-gradient(circle at 12% 52%,rgba(49,87,213,.1),transparent 32%),linear-gradient(180deg,#fbfcff,#f4f6fb);text-align:left}.hero-pro:before{inset:0;background-image:linear-gradient(rgba(49,87,213,.035) 1px,transparent 0),linear-gradient(90deg,rgba(49,87,213,.035) 1px,transparent 0);background-size:54px 54px;content:"";mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 90%)}.hero-orb,.hero-pro:before{position:absolute;pointer-events:none}.hero-orb{border-radius:50%}.hero-orb-one{top:88px;right:4%;width:360px;height:360px;border:1px solid rgba(79,104,215,.09);box-shadow:0 0 0 80px rgba(79,104,215,.025),0 0 0 160px rgba(79,104,215,.016)}.hero-orb-two{bottom:40px;left:-110px;width:280px;height:280px;background:rgba(98,126,226,.05)}.hero-pro-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.93fr) minmax(500px,1.07fr);gap:74px;align-items:center}.hero-copy{max-width:610px}.marketing-site .hero-badge{border-color:rgba(49,87,213,.16);padding:8px 13px;background:rgba(255,255,255,.72);box-shadow:0 5px 18px rgba(34,56,112,.05);color:#3452ba;font-size:12px;font-weight:760}.marketing-site .hero-title{max-width:620px;margin:25px 0 22px;color:#111827;font-size:clamp(47px,5.3vw,72px);font-weight:820;line-height:1.015;letter-spacing:-.058em}.marketing-site .text-gradient{background:linear-gradient(100deg,#3157d5 8%,#7456dc 82%);-webkit-background-clip:text;background-clip:text;color:transparent}.marketing-site .hero-desc{max-width:580px;margin:0;color:#5d6879;font-size:18px;line-height:1.72}.marketing-site .cta-group{justify-content:flex-start;margin-top:32px}.hero-proof{display:flex;flex-wrap:wrap;gap:13px 22px;margin-top:24px;color:#697588;font-size:12.5px;font-weight:630}.hero-proof span{display:inline-flex;gap:6px;align-items:center}.hero-proof svg{color:#2c9b6e}.hero-product{position:relative;width:100%;max-width:590px;margin-left:auto}.product-window{position:relative;overflow:hidden;border:1px solid rgba(206,214,230,.88);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 38px 80px rgba(28,43,83,.16),0 8px 24px rgba(28,43,83,.08)}.product-window-bar{display:grid;grid-template-columns:1fr auto 1fr;min-height:57px;align-items:center;padding:0 18px;border-bottom:1px solid #e7ebf3;background:rgba(249,250,253,.9);color:#667085;font-size:12px;font-weight:700}.window-dots{display:flex;gap:6px}.window-dots span{width:7px;height:7px;border-radius:50%;background:#d2d8e4}.online-pill{display:inline-flex;justify-self:end;gap:7px;align-items:center;padding:5px 9px;border:1px solid #dcebe4;border-radius:999px;background:#f1faf5;color:#247a55;font-size:10px;font-weight:760}.online-pill i{width:6px;height:6px;border-radius:50%;background:#37ae79;box-shadow:0 0 0 3px rgba(55,174,121,.12)}.product-summary{display:flex;min-height:150px;justify-content:space-between;align-items:flex-end;margin:22px;padding:22px;border:1px solid #e5eaf4;border-radius:16px;background:linear-gradient(145deg,#f9faff,#f2f5ff)}.product-summary>div:first-child{display:grid;align-content:end}.product-summary small,.product-summary span{color:#768196;font-size:11px;font-weight:640}.product-summary strong{margin:8px 0 5px;color:#141d31;font-size:38px;line-height:1;letter-spacing:-.05em}.product-summary small{color:#27815c}.mini-chart{display:flex;width:190px;height:82px;gap:9px;align-items:end}.mini-chart i{flex:1;min-height:10px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#6f87e8,#3157d5);opacity:.82}.product-rule{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:0 22px;padding:14px 15px;border:1px solid #e6eaf2;border-radius:14px;background:#ffffff}.panel-icon,.product-rule-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#eef2ff;color:#3e5ccb}.product-rule div{display:grid;gap:2px}.product-rule small{color:#8a94a5;font-size:10px;font-weight:620}.product-rule strong{color:#27344a;font-size:13px}.rule-match{padding:5px 8px;border-radius:7px;background:#f1f3f8;color:#6b7688;font-size:10px;font-weight:700}.conversation-preview{display:grid;gap:13px;padding:22px}.message-row{display:flex;gap:10px;align-items:flex-start}.message-row p{max-width:78%;margin:0;padding:11px 13px;border-radius:5px 13px 13px 13px;background:#f0f2f6;color:#3b4658;font-size:11px;line-height:1.5}.brand-message{flex-direction:row-reverse}.brand-message p{border-radius:13px 5px 13px 13px;background:linear-gradient(135deg,#365ad2,#4b62c9);color:#ffffff}.avatar{display:grid;width:29px;height:29px;flex:0 0 29px;place-items:center;border-radius:9px;font-size:8px;font-weight:800}.avatar-customer{background:#ebeef3;color:#707a89}.avatar-brand{background:#e7edff;color:#3655bd}.floating-status{position:absolute;z-index:4;display:flex;gap:10px;align-items:center;min-width:176px;padding:12px 14px;border:1px solid rgba(218,224,236,.94);border-radius:13px;background:rgba(255,255,255,.95);box-shadow:0 14px 34px rgba(29,41,76,.13);backdrop-filter:blur(12px);color:#2a956b}.floating-status span{display:grid;gap:2px;color:#7b8595;font-size:9.5px;font-weight:620}.floating-status strong{color:#253148;font-size:11px}.status-top{top:92px;right:-48px}.status-bottom{bottom:42px;left:-44px;color:#425dc3}.trust-strip{border-block:1px solid #e4e8f0;background:rgba(255,255,255,.8)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:grid;gap:3px;min-height:108px;align-content:center;padding:18px 30px;border-right:1px solid #e8ebf2}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}.trust-grid strong{color:#27344a;font-size:21px;letter-spacing:-.035em}.trust-grid span{color:#798395;font-size:11.5px;font-weight:620}.marketing-site .public-section{padding:112px 0}.features-section{background:#ffffff}.section-heading-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:70px;align-items:end;margin-bottom:50px}.marketing-site .section-header{max-width:700px;margin:0 auto 48px}.marketing-site .section-header-left{margin:0;text-align:left}.eyebrow{display:inline-flex;margin-bottom:15px;color:#4260c5;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.activity-copy h2,.final-cta-card h2,.marketing-site .section-header h2,.workflow-copy h2{margin:0;color:#131c2d;font-size:clamp(35px,4vw,50px);font-weight:800;line-height:1.08;letter-spacing:-.05em}.section-lede{margin:0;color:#687486;font-size:16px;line-height:1.72}.feature-grid-pro{grid-template-columns:repeat(3,1fr);gap:20px}.marketing-site .pub-card{border-color:#e3e7ef;border-radius:18px;box-shadow:0 10px 30px rgba(20,32,60,.045)}.marketing-site .pub-card:hover{border-color:#ced6e4;box-shadow:0 18px 42px rgba(20,32,60,.09);transform:translateY(-3px)}.feature-card{min-height:310px;padding:30px}.marketing-site .pub-icon-box{width:48px;height:48px;border-radius:13px;background:#edf1ff;color:#3d5bc4}.marketing-site .pub-icon-box.icon-violet{background:#f1edff;color:#7558d7}.marketing-site .pub-icon-box.icon-teal{background:#e9f8f4;color:#26886a}.feature-card h3{margin:30px 0 10px;color:#202b3f;font-size:19px;letter-spacing:-.025em}.feature-card p{color:#6d7788;line-height:1.7}.feature-link{display:block;margin-top:auto;padding-top:24px;color:#536cc9;font-size:11px;font-weight:750}.workflow-section{overflow:hidden;background:linear-gradient(135deg,rgba(48,83,207,.035),transparent 38%),#f5f7fc}.activity-pro-grid,.workflow-pro-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);gap:92px;align-items:center}.activity-copy h2,.workflow-copy h2{margin-bottom:20px}.steps-list{display:grid;gap:8px;margin-top:38px}.step-item{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:17px 0;border-top:1px solid #dde3ee}.step-number{padding-top:2px;color:#7282bf;font-size:12px;font-weight:800;letter-spacing:.08em}.step-item h3{margin:0 0 5px;color:#29364b;font-size:15px;letter-spacing:-.015em}.step-item p{margin:0;color:#798395;font-size:13px;line-height:1.55}.rule-builder-card{overflow:hidden;border:1px solid #dde3ef;border-radius:21px;background:#ffffff;box-shadow:0 28px 64px rgba(27,42,82,.12)}.builder-heading{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid #e7ebf2;background:#fafbfe}.builder-heading>div{display:grid;gap:4px}.builder-field label,.builder-heading span{color:#8490a2;font-size:10px;font-weight:720}.builder-heading strong{color:#233048;font-size:14px}.draft-pill{padding:5px 9px;border-radius:999px;background:#eff1f6}.builder-field{display:grid;gap:9px;padding:20px 24px 0}.builder-input,.builder-textarea{border:1px solid #dce2ed;border-radius:11px;background:#fbfcfe}.builder-input{display:flex;flex-wrap:wrap;gap:7px;min-height:48px;align-items:center;padding:8px 10px}.builder-input span{padding:5px 8px;border-radius:7px;background:#e9edff;color:#455fc2;font-size:10px;font-weight:700}.builder-textarea{min-height:104px;padding:13px 14px;color:#687486;font-size:12px;line-height:1.6}.builder-actions{display:flex;justify-content:space-between;align-items:center;margin-top:22px;padding:17px 24px;border-top:1px solid #e7ebf2;background:#fafbfe}.builder-actions span{display:inline-flex;gap:7px;align-items:center;color:#768196;font-size:10px;font-weight:650}.builder-actions button{border:0;border-radius:9px;padding:10px 14px;background:#3157d5;color:#ffffff;font-size:10px;font-weight:760}.activity-section{background:#ffffff}.activity-pro-grid{grid-template-columns:minmax(360px,.76fr) minmax(0,1.24fr)}.check-list{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.check-list li{display:flex;gap:10px;align-items:center;color:#465369;font-size:13px;font-weight:680}.check-list svg{color:#2d9a6e}.activity-panel{overflow:hidden;border:1px solid #dfe4ee;border-radius:19px;background:#ffffff;box-shadow:0 25px 60px rgba(22,35,68,.11)}.activity-panel-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e7eaf1;background:#fafbfc}.activity-panel-head>div{display:flex;gap:11px;align-items:center}.activity-panel-head>div>div{display:grid;gap:2px}.activity-panel-head strong{color:#263249;font-size:12px}.activity-panel-head small{color:#8b95a5;font-size:9px}.activity-list{display:grid}.activity-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:17px 20px;border-bottom:1px solid #edf0f5}.activity-row:last-child{border-bottom:0}.activity-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#eef1f8;color:#546177;font-size:10px;font-weight:800}.activity-message{min-width:0}.activity-message>span{display:flex;gap:8px;align-items:center}.activity-message strong{color:#303c50;font-size:11px}.activity-message small{color:#9aa2af;font-size:9px}.activity-message p{overflow:hidden;margin:4px 0 0;color:#7a8494;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.activity-rule{display:grid;justify-items:end;gap:5px}.activity-rule>span{padding:4px 7px;border-radius:6px;background:#eef2ff;color:#4a63bf;font-size:9px;font-weight:720}.activity-rule small{display:inline-flex;gap:3px;align-items:center;color:#33936c;font-size:8px;font-weight:700}.final-cta-section{padding:0 0 100px;background:#ffffff}.final-cta-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:55px;align-items:center;min-height:320px;padding:62px 68px;border-radius:26px;background:radial-gradient(circle at 85% 20%,rgba(159,141,255,.35),transparent 28%),linear-gradient(135deg,#253f9e,#3758ca 55%,#6252c6);box-shadow:0 28px 62px rgba(43,68,154,.22);color:#ffffff}.final-cta-card:after{position:absolute;right:-80px;bottom:-160px;width:380px;height:380px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.02);content:""}.final-cta-card>*{position:relative;z-index:2}.eyebrow-light{color:#cbd5ff}.final-cta-card h2{max-width:680px;color:#ffffff}.final-cta-card p{max-width:580px;margin:18px 0 0;color:rgba(255,255,255,.75);font-size:15px;line-height:1.65}.final-cta-actions{display:grid;gap:16px;justify-items:center}.marketing-site .button-light{min-width:150px;border-color:#ffffff;background:#ffffff;box-shadow:0 10px 24px rgba(14,27,73,.18);color:#2946ad}.marketing-site .button-light:hover{border-color:#ffffff;background:#ffffff;color:#1f388f}.text-link-light{color:rgba(255,255,255,.76);font-size:12px;font-weight:680}.marketing-site .public-footer{border-top-color:#e5e9f1;background:#f8f9fc}.marketing-site .footer-column h4{color:#344054;font-size:11px;letter-spacing:.08em}.marketing-site .footer-bottom,.marketing-site .footer-brand p,.marketing-site .footer-column a{color:#788395}.marketing-site .pricing-grid{gap:18px}.marketing-site .pricing-card{min-height:475px;padding:27px}.marketing-site .pricing-card.featured{border-color:#6d7ed1;box-shadow:0 22px 48px rgba(48,76,180,.14)}.marketing-site .featured-badge{border-radius:999px;background:#3157d5}.marketing-site .faq-item{border-color:#e1e6ef;border-radius:13px;box-shadow:0 5px 16px rgba(23,34,64,.03)}@media (max-width:1080px){.hero-pro-grid{grid-template-columns:.9fr 1.1fr;gap:38px}.status-top{right:-14px}.status-bottom{left:-14px}.activity-pro-grid,.workflow-pro-grid{gap:54px}}@media (max-width:900px){.hero-pro{padding:76px 0 82px}.activity-pro-grid,.hero-pro-grid,.workflow-pro-grid{grid-template-columns:1fr}.hero-copy{max-width:700px}.hero-product{max-width:630px;margin:30px auto 0}.section-heading-row{grid-template-columns:1fr;gap:22px}.section-lede{max-width:660px}.feature-grid-pro{grid-template-columns:1fr 1fr}.feature-card:last-child{grid-column:1/-1;min-height:260px}.activity-copy{max-width:680px}.final-cta-card{grid-template-columns:1fr;gap:34px}.final-cta-actions{justify-items:start}}@media (max-width:768px){.marketing-site .public-container{padding-inline:20px}.marketing-site .public-nav{top:76px;border-color:#e3e7ef;background:rgba(255,255,255,.98)}.marketing-site .hero-title{font-size:clamp(42px,12vw,58px)}.marketing-site .public-section{padding:84px 0}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div,.trust-grid>div:first-child{min-height:94px;padding:16px 20px;border-bottom:1px solid #e8ebf2}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(n+3){border-bottom:0}.final-cta-card{min-height:0;padding:48px 38px;border-radius:21px}}@media (max-width:620px){.hero-pro{padding-top:58px}.marketing-site .hero-desc{font-size:16px}.marketing-site .cta-group{display:grid;grid-template-columns:1fr}.marketing-site .cta-group .button{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr}.product-summary{min-height:132px;padding:17px}.product-summary strong{font-size:32px}.mini-chart{width:42%;gap:5px}.floating-status{display:none}.feature-grid-pro{grid-template-columns:1fr}.feature-card:last-child{grid-column:auto;min-height:310px}.rule-builder-card{border-radius:16px}.builder-actions{align-items:flex-start;flex-direction:column;gap:14px}.builder-actions button{width:100%}.activity-row{grid-template-columns:auto 1fr}.activity-rule{grid-column:2;grid-row:2;justify-items:start}.final-cta-section{padding-bottom:70px}.final-cta-card{padding:40px 26px}}@media (prefers-reduced-motion:reduce){.marketing-site *,.marketing-site :after,.marketing-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-site{min-height:100vh;background:#f4f7fb;color:#14233b;font-family:var(--font-sans),Arial,sans-serif}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:#10233d;color:#dbe7f4;padding:22px 14px;display:flex;flex-direction:column;z-index:30;border-right:1px solid #243b58}.admin-logo{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;padding:2px 8px 24px}.admin-logo>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#29a463;font-weight:800}.admin-logo strong{font-size:19px}.admin-logo small{margin-left:auto;font-size:9px;letter-spacing:.13em;padding:4px 6px;border:1px solid #3b536f;border-radius:5px;color:#a9bdd2}.admin-sidebar nav{display:flex;flex-direction:column;gap:3px;overflow:auto}.admin-sidebar nav>p{padding:3px 10px 7px;margin:0;color:#7f9bb9;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.admin-logout,.admin-sidebar nav button{width:100%;border:0;background:transparent;color:#b9cade;border-radius:8px;display:flex;align-items:center;gap:10px;min-height:40px;padding:9px 10px;font:inherit;font-size:13px;font-weight:650;cursor:pointer;text-align:left}.admin-sidebar nav button.active,.admin-sidebar nav button:focus-visible,.admin-sidebar nav button:hover{background:#1b3657;color:#fff;outline:none}.admin-sidebar nav button.active{box-shadow:inset 3px 0 #42c37f}.admin-sidebar nav button em{margin-left:auto;background:#d34343;color:#fff;border-radius:20px;padding:2px 7px;font-size:10px;font-style:normal}.admin-security-card{margin:auto 4px 10px;padding:12px;display:flex;gap:9px;border:1px solid #2b4563;border-radius:10px;background:#162d4a}.admin-security-card svg{color:#53d190;flex:none}.admin-security-card div{display:flex;flex-direction:column;gap:3px}.admin-security-card strong{font-size:11px}.admin-security-card small{font-size:10px;color:#90a8c1;line-height:1.35}.admin-logout{margin:0 4px;color:#9fb3ca}.admin-logout:hover{background:#1b3657;color:#fff}.admin-app{min-height:100vh;margin-left:246px}.admin-topbar{height:68px;position:sticky;top:0;z-index:25;display:flex;align-items:center;gap:22px;padding:0 28px;background:rgba(255,255,255,.96);border-bottom:1px solid #dce4ee;backdrop-filter:blur(12px)}.admin-mobile-title{display:flex;align-items:center;min-width:180px}.admin-mobile-title>details{display:none}.admin-mobile-title div{display:flex;flex-direction:column}.admin-mobile-title small{font-size:10px;color:#6d7e94}.admin-mobile-title strong{font-size:14px}.admin-global-search{position:relative;display:flex;align-items:center;gap:8px;max-width:530px;flex:1;margin:0 auto;border:1px solid #d6e0eb;background:#f8fafc;border-radius:9px;padding:0 10px;color:#698097}.admin-global-search:focus-within{border-color:#3c8f67;box-shadow:0 0 0 3px #dff4e8}.admin-global-search input{border:0;outline:0;background:transparent;width:100%;height:39px;font:inherit;font-size:13px}.admin-global-search kbd{display:flex;align-items:center;gap:3px;color:#7b8da1;border:1px solid #d7e0e9;background:#fff;border-radius:5px;padding:3px 5px;font:inherit;font-size:9px;white-space:nowrap}.admin-search-results{position:absolute;top:46px;left:0;right:0;background:#fff;border:1px solid #d6e0eb;border-radius:10px;box-shadow:0 18px 50px rgba(18,39,63,.18);padding:8px;z-index:50}.admin-search-results>div>small{display:block;padding:8px 9px 4px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:9px;color:#76899e}.admin-search-results button{border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:8px 9px;border-radius:7px;cursor:pointer;color:#20344f}.admin-search-results button:hover{background:#f0f6f3}.admin-search-results button span{display:flex;flex-direction:column}.admin-search-results button strong{font-size:12px}.admin-search-results button small{font-size:10px;color:#6f8297}.admin-top-actions{display:flex;align-items:center;gap:9px}.admin-top-actions>button{border:1px solid #d9e2ec;background:#fff;color:#50677f;cursor:pointer}.admin-top-actions>button:first-child{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;position:relative}.admin-top-actions i{position:absolute;right:7px;top:7px;width:6px;height:6px;background:#e04b4b;border:2px solid #fff;border-radius:50%}.admin-profile{height:42px;border:0!important;display:flex;align-items:center;gap:8px;background:transparent!important}.admin-profile>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dff4e8;color:#167548;font-size:11px;font-weight:800}.admin-profile>span:nth-child(2){display:flex;flex-direction:column;text-align:left}.admin-profile strong{font-size:11px;color:#1c304b}.admin-profile small{font-size:9px;color:#788ba0}.admin-main{padding:24px 28px 60px;max-width:1540px;margin:0 auto}.admin-preview-note{display:inline-flex;align-items:center;gap:5px;background:#eaf7f0;color:#20764d;border:1px solid #ccebd9;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:750;letter-spacing:.02em;margin-bottom:16px}.admin-page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.admin-page-heading p{margin:0 0 4px;text-transform:uppercase;color:#258255;letter-spacing:.11em;font-size:9px;font-weight:850}.admin-page-heading h1{margin:0;color:#10233d;font-size:27px;letter-spacing:-.035em}.admin-page-heading span{display:block;margin-top:6px;color:#687b90;font-size:13px}.admin-page-actions{display:flex;gap:8px}.admin-page-actions button,.admin-primary-action,.admin-secondary-action{min-height:38px;border-radius:8px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.admin-primary-action{background:#168253;color:#fff;border:1px solid #168253}.admin-secondary-action{background:#fff;color:#314861;border:1px solid #d4dee8}.admin-attention{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff8e8;border:1px solid #f0d896;border-radius:10px;padding:13px 15px;margin-bottom:15px;color:#765514}.admin-attention>div{display:flex;align-items:center;gap:10px}.admin-attention span{display:flex;flex-direction:column}.admin-attention strong{font-size:12px}.admin-attention small{font-size:10px;margin-top:2px;color:#806a3d}.admin-attention button{border:0;background:transparent;color:#765514;font-weight:800;font-size:10px;cursor:pointer}.admin-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:15px}.admin-metric-grid article{background:#fff;border:1px solid #dce4ed;border-radius:11px;padding:14px 15px;box-shadow:0 3px 12px rgba(30,57,84,.035)}.admin-metric-grid article.primary{border-color:#b9dec9;background:linear-gradient(140deg,#fff 10%,#f1fbf5)}.admin-metric-grid article>div{display:flex;align-items:center;gap:6px}.admin-metric-grid article>div>span{width:27px;height:27px;border-radius:7px;background:#edf4f8;color:#45647f;display:grid;place-items:center}.admin-metric-grid article.primary>div>span{background:#dff4e8;color:#198054}.admin-metric-grid article small{font-size:10px;color:#64788e;font-weight:700}.admin-metric-grid article>strong{display:block;font-size:22px;margin:10px 0 3px;color:#132741;letter-spacing:-.02em}.admin-metric-grid article p{margin:0;font-size:9px;color:#6e8297}.admin-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-panel{background:#fff;border:1px solid #dce4ed;border-radius:11px;box-shadow:0 3px 12px rgba(30,57,84,.035)}.admin-wide-panel{grid-column:1/-1}.admin-panel-heading{padding:15px 16px 12px;border-bottom:1px solid #e8edf3;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-panel-heading h2{margin:0;font-size:13px;color:#172d48}.admin-panel-heading p{margin:3px 0 0;font-size:9px;color:#77899c}.admin-panel-heading button,.admin-panel-heading>div+div button{border:1px solid #d7e0e9;background:#fff;border-radius:7px;min-height:30px;padding:0 9px;font:inherit;font-size:9px;font-weight:750;color:#486178;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.admin-panel-heading>div+div{display:flex;gap:6px}.admin-status-summary{display:flex;align-items:center;gap:10px;margin:13px 14px;padding:12px;background:#eef9f3;border-radius:9px}.admin-status-summary>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d6f0e2;color:#198253}.admin-status-summary div{display:flex;flex-direction:column}.admin-status-summary strong{font-size:11px}.admin-status-summary small{font-size:9px;color:#60788b;margin-top:2px}.admin-mini-status{display:flex;align-items:center;padding:9px 15px;border-top:1px solid #edf1f5;font-size:10px}.admin-health-grid i,.admin-mini-status i{width:7px;height:7px;border-radius:50%;background:#2cac68;margin-right:9px}.admin-health-grid i.watching,.admin-mini-status i.watching{background:#e5a82f}.admin-mini-status strong{margin-left:auto;font-size:9px;color:#4b6b5b}.admin-ticket-row{width:100%;border:0;border-top:1px solid #edf1f5;background:#fff;display:flex;align-items:center;gap:10px;padding:12px 15px;text-align:left;cursor:pointer}.admin-ticket-row:hover{background:#f8fafc}.admin-ticket-list>button>span,.admin-ticket-row>span{font-size:8px;font-weight:800;padding:4px 6px;border-radius:20px;background:#edf3f8;color:#526a82}.admin-ticket-list>button>span.high,.admin-ticket-row>span.high{background:#fff0ee;color:#c1453f}.admin-ticket-row div{display:flex;flex-direction:column;min-width:0}.admin-ticket-row strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-ticket-row small{font-size:9px;color:#7c8ea0;margin-top:3px}.admin-ticket-row svg{margin-left:auto;transform:rotate(-90deg);color:#8193a6}.admin-activity-list>div{display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:9px;padding:11px 15px;border-top:1px solid #edf1f5}.admin-activity-list>div>span{width:28px;height:28px;border-radius:7px;background:#edf4f8;color:#4d6b85;display:grid;place-items:center}.admin-activity-list p{display:flex;flex-direction:column;margin:0}.admin-activity-list strong{font-size:10px}.admin-activity-list small,.admin-activity-list time{font-size:9px;color:#7a8da1;margin-top:2px}.admin-filterbar{display:flex;gap:8px;margin-bottom:12px}.admin-filterbar label{min-width:280px;flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d7e0e9;border-radius:8px;padding:0 10px}.admin-filterbar button,.admin-filterbar input,.admin-filterbar select,.admin-filterbar>select{height:38px;border:1px solid #d7e0e9;border-radius:8px;background:#fff;padding:0 10px;font:inherit;font-size:10px;color:#324a63}.admin-filterbar label input{border:0;padding:0;width:100%;outline:0}.admin-filterbar button{display:flex;align-items:center;gap:6px;font-weight:700;cursor:pointer}.admin-user-layout{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:13px;align-items:start}.admin-table-panel{overflow:hidden}.admin-table-wrap{overflow:auto}.admin-table-wrap table{width:100%;border-collapse:collapse;white-space:nowrap}.admin-table-wrap th{text-align:left;background:#f8fafc;color:#718399;font-size:8px;text-transform:uppercase;letter-spacing:.06em;padding:10px 12px;border-bottom:1px solid #e2e8ef}.admin-table-wrap td{padding:11px 12px;border-bottom:1px solid #edf1f5;font-size:9px;color:#40576e}.admin-table-wrap tr{cursor:default}.admin-table-wrap tbody tr.selected,.admin-table-wrap tbody tr:hover{background:#f2f8f5}.admin-table-wrap td>strong{font-size:10px;color:#223952}.admin-table-wrap td>button{border:0;background:transparent;cursor:pointer;color:#60758b}.admin-user-cell{display:flex;align-items:center;gap:8px}.admin-user-cell>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#e5f3eb;color:#24714e;font-size:9px;font-weight:800}.admin-user-cell p{margin:0;display:flex;flex-direction:column}.admin-user-cell strong{font-size:10px;color:#1d334d}.admin-user-cell small{font-size:8px;color:#7b8da0;margin-top:2px}.admin-pill{display:inline-flex;padding:4px 7px;border-radius:20px;background:#edf3f8;color:#536a81;font-size:8px;font-weight:800}.admin-pill.active,.admin-pill.operational,.admin-pill.paid{background:#e7f7ee;color:#19754c}.admin-pill.scheduled,.admin-pill.trial,.admin-pill.watching{background:#fff5dc;color:#886615}.admin-pill.failed,.admin-pill.past-due,.admin-pill.suspended{background:#fff0ee;color:#bd433d}.admin-pill.disabled,.admin-pill.ended,.admin-pill.refunded{background:#f0f2f5;color:#647487}.admin-text-button{color:#16784d!important;font-weight:800!important}.admin-user-profile{background:#fff;border:1px solid #dce4ed;border-radius:11px;overflow:hidden;position:sticky;top:84px}.admin-user-profile-head{display:flex;gap:11px;padding:15px;border-bottom:1px solid #e8edf3}.admin-user-profile-head>span{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#dff4e8;color:#19734b;font-weight:850;font-size:12px}.admin-user-profile-head>div{flex:1}.admin-user-profile-head h2{font-size:14px;margin:1px 0}.admin-user-profile-head p{font-size:9px;margin:0 0 5px;color:#74879a}.admin-user-profile-head>button{align-self:start;border:0;background:transparent;color:#8091a3;cursor:pointer}.admin-profile-actions{display:flex;gap:6px;padding:10px 14px}.admin-profile-actions button{flex:1;border:1px solid #d7e0e9;background:#fff;border-radius:7px;min-height:32px;display:flex;justify-content:center;align-items:center;gap:5px;font:inherit;font-size:8px;font-weight:800;color:#39536b;cursor:pointer}.admin-profile-actions button:nth-child(2){color:#176f49;border-color:#bcdcca}.admin-user-profile dl{margin:0;padding:4px 14px 10px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.admin-user-profile dl div{display:flex;flex-direction:column}.admin-user-profile dt{font-size:8px;color:#7d8fa2}.admin-user-profile dd{margin:2px 0 0;font-size:9px;font-weight:700;color:#273e57;overflow-wrap:anywhere}.admin-profile-tabs{display:flex;border-block:1px solid #e6ecf2;padding:0 9px}.admin-profile-tabs button{flex:1;border:0;background:transparent;padding:9px 2px;font:inherit;font-size:8px;color:#718398;cursor:pointer}.admin-profile-tabs button.active{color:#18754d;font-weight:850;border-bottom:2px solid #268d5f}.admin-note{padding:12px 14px}.admin-note label{display:block;font-size:9px;margin-bottom:6px}.admin-note textarea{width:100%;min-height:72px;resize:vertical;border:1px solid #d8e0e8;border-radius:7px;padding:8px;font:inherit;font-size:8px;line-height:1.5}.admin-note button{margin-top:6px;border:0;background:#173858;color:#fff;border-radius:6px;padding:7px 10px;font:inherit;font-size:8px;font-weight:800}.admin-danger-actions{border-top:1px solid #e6ecf2;padding:10px 14px;display:flex;flex-wrap:wrap;gap:6px}.admin-danger-actions button{border:1px solid #e0e5eb;background:#fff;color:#51687f;border-radius:6px;min-height:30px;padding:0 7px;display:flex;align-items:center;gap:4px;font:inherit;font-size:8px;cursor:pointer}.admin-danger-actions button:first-child{color:#b33e3a;border-color:#efd0cd}.admin-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:13px}.admin-summary-cards article{background:#fff;border:1px solid #dce4ed;border-radius:10px;padding:14px}.admin-summary-cards small{font-size:9px;color:#718398}.admin-summary-cards strong{display:block;font-size:18px;margin:6px 0 2px}.admin-summary-cards p{margin:0;font-size:8px;color:#718398}.admin-action-guide{margin-top:13px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-action-guide>div{display:flex;align-items:flex-start;gap:10px}.admin-action-guide svg{color:#2a8660}.admin-action-guide h2{font-size:12px;margin:0}.admin-action-guide p{max-width:720px;font-size:9px;line-height:1.5;margin:4px 0 0;color:#718398}.admin-action-guide>div:last-child{gap:6px;flex:none}.admin-action-guide button{border:1px solid #d5dfe8;background:#fff;border-radius:7px;padding:7px 9px;font:inherit;font-size:8px;font-weight:750;color:#3e566d;cursor:pointer}.admin-support-layout{display:grid;grid-template-columns:340px 1fr;gap:13px}.admin-ticket-list{overflow:hidden}.admin-ticket-list>button{width:100%;border:0;border-top:1px solid #edf1f5;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left;padding:12px;cursor:pointer}.admin-ticket-list>button.selected{background:#f0f7f3;box-shadow:inset 3px 0 #258c5e}.admin-ticket-list>button div{display:flex;flex-direction:column;min-width:0}.admin-ticket-list>button strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-ticket-list>button small,.admin-ticket-list>button time{font-size:8px;color:#7c8ea1;margin-top:2px}.admin-ticket-detail{overflow:hidden}.admin-ticket-detail-head{padding:15px;display:flex;justify-content:space-between;border-bottom:1px solid #e8edf3}.admin-ticket-detail-head small{font-size:8px;color:#c0463f;font-weight:800}.admin-ticket-detail-head h2{font-size:15px;margin:4px 0}.admin-ticket-detail-head p{margin:0;font-size:9px;color:#718399}.admin-ticket-detail-head select{height:32px;border:1px solid #d6dfe8;border-radius:7px;font:inherit;font-size:9px;padding:0 8px}.admin-conversation{padding:16px;min-height:210px;background:#fbfcfd}.admin-conversation article{display:flex;gap:9px;margin-bottom:15px}.admin-conversation article>span{width:29px;height:29px;border-radius:50%;background:#e6edf4;display:grid;place-items:center;font-size:8px;font-weight:800;flex:none}.admin-conversation article.staff>span{background:#dff4e8;color:#19754d}.admin-conversation article>div{max-width:80%;background:#fff;border:1px solid #dfe6ed;border-radius:4px 10px 10px 10px;padding:9px 11px}.admin-conversation strong{font-size:8px}.admin-conversation time{font-weight:400;color:#8495a6;margin-left:5px}.admin-conversation p{font-size:9px;line-height:1.5;margin:5px 0 0;color:#40566e}.admin-reply-box{margin:0 15px 15px;border:1px solid #d6e0e9;border-radius:9px;overflow:hidden}.admin-reply-box>div{display:flex;border-bottom:1px solid #e2e8ee}.admin-reply-box>div button{border:0;background:#fff;padding:8px 11px;font:inherit;font-size:8px;color:#6d8094}.admin-reply-box>div button.active{color:#19754d;font-weight:800;border-bottom:2px solid #258c5e}.admin-reply-box textarea{border:0;width:100%;min-height:75px;padding:10px;font:inherit;font-size:9px;resize:vertical;outline:0}.admin-reply-box footer{display:flex;justify-content:space-between;padding:8px;background:#f8fafc}.admin-reply-box select{border:0;background:transparent;font:inherit;font-size:8px;color:#5f7489}.admin-reply-box footer button{border:0;background:#168253;color:#fff;border-radius:6px;padding:7px 11px;font:inherit;font-size:8px;font-weight:800}.admin-health-banner{display:flex;align-items:center;gap:12px;background:#eff9f3;border:1px solid #cce8d7;border-radius:11px;padding:17px;margin-bottom:13px}.admin-health-banner>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#d7f0e2;color:#1c8053}.admin-health-banner h2{margin:0;font-size:14px}.admin-health-banner p{margin:4px 0 0;font-size:9px;color:#607b6b}.admin-health-banner time{margin-left:auto;font-size:8px;color:#6f8a7a}.admin-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-health-grid article{display:flex;align-items:center;background:#fff;border:1px solid #dce4ed;border-radius:9px;padding:13px}.admin-health-grid article>div{display:flex;flex-direction:column;flex:1}.admin-health-grid strong{font-size:10px}.admin-health-grid small{font-size:8px;color:#76899d;margin-top:3px}.admin-system-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:13px}.admin-system-facts>div{display:flex;flex-direction:column;background:#152b47;color:#fff;border-radius:9px;padding:13px}.admin-system-facts small{font-size:8px;color:#8fa8c2}.admin-system-facts strong{font-size:9px;margin-top:4px}.admin-banner-preview{background:#fff;border:1px solid #dce4ed;border-radius:11px;padding:14px;margin-bottom:13px}.admin-banner-preview>small{display:block;font-size:8px;font-weight:800;color:#7a8c9f;margin-bottom:7px}.admin-banner-preview>div{display:flex;align-items:center;gap:11px;background:#153a59;color:#fff;border-radius:8px;padding:12px}.admin-banner-preview p{display:flex;flex-direction:column;margin:0;flex:1}.admin-banner-preview strong{font-size:10px}.admin-banner-preview p span{font-size:8px;color:#c5d6e4;margin-top:3px}.admin-banner-preview button{border:1px solid #668199;background:transparent;color:#fff;border-radius:6px;padding:6px 9px;font:inherit;font-size:8px}.admin-flag-list{display:grid;gap:10px}.admin-feature-warning{display:flex;gap:10px;align-items:center;background:#fff7e4;border:1px solid #f1dcaa;border-radius:9px;padding:12px 14px;margin-bottom:12px;color:#75571b}.admin-feature-warning p{display:flex;flex-direction:column;margin:0}.admin-feature-warning strong{font-size:10px}.admin-feature-warning span{font-size:8px;margin-top:2px}.admin-flag-list article{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dce4ed;border-radius:10px;padding:15px}.admin-flag-list article>span{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:#edf3f8;color:#49677f}.admin-flag-list article>div{flex:1}.admin-flag-list h2{font-size:11px;margin:0}.admin-flag-list p{font-size:9px;color:#6f8296;margin:4px 0}.admin-flag-list small{font-size:8px;font-weight:750;color:#267e58}.admin-switch input{position:absolute;opacity:0}.admin-switch span{display:block;width:38px;height:22px;border-radius:20px;background:#cfd8e1;position:relative;cursor:pointer}.admin-switch span:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #789;transition:.2s}.admin-switch input:checked+span{background:#208a5b}.admin-switch input:checked+span:after{transform:translateX(16px)}.admin-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.admin-settings-grid>.admin-state-previews{grid-column:1/-1}.admin-settings-form{padding:15px;display:grid;grid-template-columns:1fr 1fr;gap:11px}.admin-dialog-fields label,.admin-reason,.admin-settings-form label{display:flex;flex-direction:column;gap:5px;font-size:8px;font-weight:750;color:#52687f}.admin-dialog-fields input,.admin-dialog-fields select,.admin-dialog-fields textarea,.admin-reason textarea,.admin-settings-form input,.admin-settings-form select{border:1px solid #d6dfe8;border-radius:7px;padding:8px 9px;font:inherit;font-size:9px;color:#233a53;background:#fff}.admin-settings-form button{grid-column:1/-1;justify-self:start;border:0;background:#168253;color:#fff;border-radius:7px;padding:8px 12px;font:inherit;font-size:8px;font-weight:800}.admin-access-panel>div:not(.admin-panel-heading){display:flex;align-items:center;gap:9px;padding:13px 15px;border-top:1px solid #edf1f5}.admin-access-panel>div>span:first-child{width:32px;height:32px;border-radius:8px;background:#edf4f8;display:grid;place-items:center;color:#47667f}.admin-access-panel p{display:flex;flex-direction:column;margin:0;flex:1}.admin-access-panel strong{font-size:9px}.admin-access-panel small{font-size:8px;color:#7a8c9f;margin-top:3px}.admin-access-panel button{border:1px solid #d7e0e8;background:#fff;border-radius:6px;padding:6px 8px;font:inherit;font-size:8px}.admin-state-previews>button{width:100%;border:0;border-top:1px solid #edf1f5;background:#fff;padding:13px 15px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.admin-state-previews>button>svg:first-child{color:#557189}.admin-state-previews>button span{display:flex;flex-direction:column;flex:1}.admin-state-previews strong{font-size:9px}.admin-state-previews small{font-size:8px;color:#7c8da0;margin-top:3px}.admin-state-previews>button>svg:last-child{transform:rotate(-90deg)}.admin-empty{text-align:center;padding:45px 20px}.admin-empty>span{margin:auto;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#edf4f8;color:#5b758d}.admin-empty h3{font-size:12px;margin:10px 0 4px}.admin-empty p{font-size:9px;color:#778a9e}.admin-empty button{border:0;background:#168253;color:#fff;border-radius:7px;padding:7px 10px;font:inherit;font-size:8px;font-weight:800}.admin-toast{position:fixed;right:22px;bottom:22px;z-index:100;background:#123b2b;color:#fff;border-radius:9px;padding:11px 14px;box-shadow:0 14px 35px rgba(10,31,22,.24);display:flex;align-items:center;gap:8px;font-size:10px;font-weight:750}.admin-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(10,24,40,.58);display:grid;place-items:center;padding:18px}.admin-dialog{width:min(440px,100%);background:#fff;border-radius:13px;padding:24px;position:relative;box-shadow:0 25px 80px rgba(5,20,38,.35)}.admin-dialog-close{position:absolute;right:14px;top:14px;border:0;background:transparent;color:#6f8194;cursor:pointer}.admin-dialog>span{width:44px;height:44px;border-radius:11px;background:#e5f4eb;color:#18784e;display:grid;place-items:center}.admin-dialog>span.danger{background:#fff0ee;color:#bd433d}.admin-dialog h2{font-size:17px;margin:14px 0 6px}.admin-dialog>p{font-size:10px;line-height:1.55;color:#65798d;margin:0 0 15px}.admin-dialog-fields{display:grid;gap:9px;margin-bottom:12px}.admin-dialog-fields textarea,.admin-reason textarea{min-height:64px;resize:vertical}.admin-reason{margin:12px 0}.admin-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.admin-dialog-actions button{border:1px solid #d6dfe8;background:#fff;color:#3b526a;border-radius:7px;padding:8px 11px;font:inherit;font-size:9px;font-weight:800;cursor:pointer}.admin-dialog-actions button:last-child{background:#168253;border-color:#168253;color:#fff}.admin-dialog-actions button.danger{background:#bd433d;border-color:#bd433d}.admin-dialog>small{display:block;margin-top:13px;text-align:center;color:#8998a8;font-size:7px}@media(max-width:1180px){.admin-metric-grid{grid-template-columns:repeat(2,1fr)}.admin-user-layout{grid-template-columns:1fr}.admin-user-profile{position:static}.admin-summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.admin-sidebar{display:none}.admin-app{margin-left:0}.admin-mobile-title>details{display:block;margin-right:10px;position:relative}.admin-mobile-title summary{list-style:none;width:36px;height:36px;display:grid;place-items:center;border:1px solid #d7e0e9;border-radius:8px}.admin-mobile-title details nav{position:absolute;top:42px;left:0;background:#fff;border:1px solid #d7e0e9;border-radius:9px;box-shadow:0 15px 40px rgba(20,40,60,.16);padding:7px;width:200px;display:grid;z-index:60}.admin-mobile-title details nav button{border:0;background:#fff;text-align:left;padding:8px;border-radius:6px;font:inherit;font-size:10px}.admin-global-search{max-width:none}.admin-support-layout{grid-template-columns:1fr}.admin-ticket-detail{min-height:500px}}@media(max-width:680px){.admin-topbar{padding:0 14px;height:62px;gap:10px}.admin-mobile-title{min-width:auto}.admin-global-search kbd,.admin-mobile-title div,.admin-profile>span:nth-child(2),.admin-profile>svg,.admin-top-actions>button:first-child{display:none}.admin-main{padding:18px 14px 50px}.admin-page-heading{align-items:flex-start;flex-direction:column}.admin-page-heading h1{font-size:23px}.admin-dashboard-grid,.admin-health-grid,.admin-metric-grid,.admin-settings-grid,.admin-summary-cards,.admin-system-facts{grid-template-columns:1fr}.admin-settings-grid>.admin-state-previews,.admin-wide-panel{grid-column:auto}.admin-filterbar{flex-wrap:wrap}.admin-filterbar label{min-width:100%}.admin-filterbar>*{flex:1}.admin-action-guide{align-items:flex-start;flex-direction:column}.admin-action-guide>div:last-child{flex-wrap:wrap}.admin-table-wrap table,.admin-table-wrap tbody,.admin-table-wrap td,.admin-table-wrap thead,.admin-table-wrap tr{display:block}.admin-table-wrap thead{position:absolute;left:-9999px}.admin-table-wrap tr{padding:10px;border-bottom:1px solid #e8edf3}.admin-table-wrap td{border:0;padding:4px 2px;white-space:normal}.admin-table-wrap td:empty{display:none}.admin-settings-form{grid-template-columns:1fr}.admin-settings-form button{grid-column:auto}.admin-health-banner{align-items:flex-start;flex-wrap:wrap}.admin-health-banner time{margin-left:54px}.admin-support-layout{display:block}.admin-ticket-detail{margin-top:12px}.admin-conversation article>div{max-width:90%}.admin-banner-preview>div{align-items:flex-start;flex-wrap:wrap}.admin-banner-preview p{min-width:75%}.admin-toast{left:14px;right:14px;bottom:14px;justify-content:center}}@media(prefers-reduced-motion:reduce){.admin-switch span:after{transition:none}}.comms-site{min-height:100vh;background:#f5f8fb;color:#172c46}.comms-sidebar .dash-nav a.active{background:#e8f6ef;color:#17764c}.comms-trust-card{margin:auto 7px 7px;background:#eef8f3;border:1px solid #d2eadc;border-radius:11px;padding:13px;color:#246e4e}.comms-trust-card svg{margin-bottom:7px}.comms-trust-card strong{display:block;font-size:11px}.comms-trust-card p{font-size:9px;line-height:1.45;margin:4px 0 0;color:#5f7f6d}.comms-main{padding:24px 28px 60px;max-width:1540px;margin:0 auto}.comms-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.comms-heading>div:first-child>p{margin:0 0 4px;color:#258155;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.comms-heading h1{font-size:27px;margin:0;letter-spacing:-.035em}.comms-heading>div:first-child>span{display:block;margin-top:6px;font-size:12px;color:#6c7e91}.comms-heading-summary{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #d9e3ec;border-radius:10px;padding:10px 13px}.comms-heading-summary>span{width:33px;height:33px;border-radius:8px;background:#e5f5ec;color:#1f8055;display:grid;place-items:center}.comms-heading-summary p{display:flex;flex-direction:column;margin:0}.comms-heading-summary strong{font-size:10px}.comms-heading-summary small{font-size:8px;color:#76899d;margin-top:2px}.comms-tabs{display:flex;gap:5px;padding:5px;background:#e9eef4;border-radius:10px;margin-bottom:14px;overflow-x:auto}.comms-tabs button{border:0;background:transparent;min-height:37px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:7px;color:#5c7086;font:inherit;font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer}.comms-tabs button.active{background:#fff;color:#18764d;box-shadow:0 2px 8px rgba(29,55,80,.08)}.comms-tabs em{font-style:normal;background:#d94343;color:#fff;border-radius:20px;font-size:7px;padding:2px 5px}.comms-library{display:grid;grid-template-columns:190px 270px minmax(430px,1fr);gap:11px;align-items:start}.comms-categories,.comms-center,.comms-email-preview,.comms-messages,.comms-preferences,.comms-template-list{background:#fff;border:1px solid #dbe4ed;border-radius:11px;overflow:hidden;box-shadow:0 3px 12px rgba(30,57,84,.035)}.comms-categories>div{padding:14px;border-bottom:1px solid #e9eef3}.comms-categories h2,.comms-center h2,.comms-messages h2,.comms-preferences h2,.comms-template-list h2{font-size:12px;margin:0}.comms-categories>div>span{font-size:8px;color:#7a8da0}.comms-categories>label{display:flex;align-items:center;gap:6px;margin:10px;border:1px solid #d9e2eb;border-radius:7px;padding:0 8px;color:#718599}.comms-categories input{border:0;outline:0;width:100%;height:32px;font:inherit;font-size:8px}.comms-categories nav{display:grid;padding:0 7px 9px}.comms-categories nav button{display:flex;align-items:center;border:0;background:transparent;border-radius:7px;padding:8px;color:#5d7186;font:inherit;font-size:8px;text-align:left;cursor:pointer}.comms-categories nav button.active{background:#eaf6ef;color:#17754b;font-weight:800}.comms-categories nav em{margin-left:auto;font-style:normal;background:#edf2f6;border-radius:20px;padding:2px 6px;font-size:7px}.comms-template-list>header{padding:14px;border-bottom:1px solid #e9eef3}.comms-template-list>header p{font-size:8px;color:#7b8da0;margin:3px 0 0}.comms-template-list>button{width:100%;border:0;border-bottom:1px solid #edf1f5;background:#fff;display:flex;align-items:center;gap:8px;padding:10px;text-align:left;cursor:pointer}.comms-template-list>button.active{background:#f0f8f4;box-shadow:inset 3px 0 #24885a}.comms-template-list>button>span{width:27px;height:27px;border-radius:7px;background:#edf3f7;color:#5a748b;display:grid;place-items:center;flex:none}.comms-template-list>button.active>span{background:#dff3e8;color:#1d7b51}.comms-template-list>button p{display:flex;flex-direction:column;min-width:0;margin:0;flex:1}.comms-template-list>button strong{font-size:8px}.comms-template-list>button small{font-size:7px;color:#8292a2;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comms-template-list>button>svg{transform:rotate(-90deg);color:#8a9aaa}.comms-email-preview>header{height:51px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #e5ebf1}.comms-email-preview>header>div:first-child{display:flex;flex-direction:column}.comms-email-preview>header span{font-size:7px;color:#248156;font-weight:850;letter-spacing:.09em}.comms-email-preview>header strong{font-size:10px;margin-top:2px}.comms-email-preview>header>div:last-child{display:flex;border:1px solid #d8e1ea;border-radius:6px;overflow:hidden}.comms-email-preview>header button{border:0;background:#fff;font:inherit;font-size:7px;padding:5px 7px;color:#6d8093}.comms-email-preview>header button:first-child{background:#eef6f2;color:#1b764e;font-weight:800}.comms-email-window{background:#eef2f6;padding:12px;max-height:720px;overflow:auto}.comms-email-meta{background:#fff;border:1px solid #d9e1e9;border-radius:7px;margin-bottom:9px;padding:8px 10px}.comms-email-meta>span{display:flex;gap:8px;font-size:7px;color:#52677c;padding:3px 0}.comms-email-meta strong{width:42px;color:#8191a1}.comms-email{width:min(540px,100%);margin:auto;background:#fff;border:1px solid #dbe3eb;border-radius:8px;overflow:hidden}.comms-email>header{height:58px;display:flex;align-items:center;padding:0 30px;border-bottom:1px solid #edf1f4}.comms-email>header a{font-size:18px;font-weight:850;color:#14314e;text-decoration:none}.comms-email>header a:before{content:"FB";display:inline-grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#25985f;color:#fff;font-size:8px;margin-right:7px}.comms-email>main{padding:30px}.comms-email p{font-size:10px;line-height:1.55;color:#53697e}.comms-email .comms-email-greeting{margin-top:0}.comms-email h2{font-size:20px;letter-spacing:-.025em;color:#142c47;margin:12px 0}.comms-email>main>a{display:inline-flex;background:#188353;color:#fff;text-decoration:none;border-radius:7px;padding:10px 14px;font-size:9px;font-weight:800;margin:8px 0}.comms-email>main>button{display:block;border:0;background:transparent;color:#16764c;padding:4px 0;font:inherit;font-size:8px;text-decoration:underline}.comms-email aside{display:flex;gap:8px;background:#fff8e8;border:1px solid #f0deac;border-radius:7px;padding:9px;color:#77591b;margin:12px 0}.comms-email aside span{font-size:8px;line-height:1.45}.comms-email .comms-signoff{margin-top:22px}.comms-email>footer{text-align:center;background:#f7f9fb;border-top:1px solid #e9eef2;padding:20px 25px}.comms-email>footer>strong{font-size:11px;color:#193652}.comms-email>footer p{font-size:7px;margin:5px 0;color:#7b8d9f}.comms-email>footer nav{display:flex;justify-content:center;gap:11px;margin:10px 0}.comms-email>footer nav a{font-size:7px;color:#45667f}.comms-email>footer small{font-size:6px;color:#91a0af}.comms-center>header,.comms-messages>header,.comms-preferences>header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e7edf2}.comms-center>header p,.comms-messages>header p,.comms-preferences>header p{font-size:8px;color:#7b8da0;margin:3px 0 0}.comms-center>header button,.comms-preferences>header button{border:1px solid #d6e0e9;background:#fff;border-radius:7px;min-height:32px;display:flex;align-items:center;gap:6px;padding:0 9px;font:inherit;font-size:8px;font-weight:750;color:#365068;cursor:pointer}.comms-double-check{position:relative;width:16px;height:13px}.comms-double-check svg{position:absolute;left:0}.comms-double-check svg:last-child{left:5px}.comms-center-tools{display:flex;gap:8px;padding:11px 14px;background:#f8fafc;border-bottom:1px solid #e7edf2}.comms-center-tools label{display:flex;align-items:center;gap:7px;border:1px solid #d7e0e9;background:#fff;border-radius:7px;padding:0 8px;flex:1}.comms-center-tools input{border:0;outline:0;height:34px;width:100%;font:inherit;font-size:8px}.comms-center-tools select{border:1px solid #d7e0e9;background:#fff;border-radius:7px;padding:0 9px;font:inherit;font-size:8px}.comms-notification-list article{display:flex;gap:11px;padding:14px 16px;border-bottom:1px solid #edf1f4;position:relative}.comms-notification-list article.unread{background:#f2f8f5}.comms-notification-list article.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#238b5c}.comms-notification-list article>span{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none}.comms-notification-list span.warning{background:#fff4dc;color:#9a6a0d}.comms-notification-list span.success{background:#e4f5ec;color:#1e8054}.comms-notification-list span.support{background:#e8f1fb;color:#326a9d}.comms-notification-list span.system{background:#edf0f5;color:#5c6980}.comms-notification-list span.info{background:#e9f4fa;color:#2d789e}.comms-notification-list article>div:nth-child(2){flex:1}.comms-notification-list article>div>div{display:flex;justify-content:space-between;gap:10px}.comms-notification-list article strong{font-size:9px}.comms-notification-list article time{font-size:7px;color:#8595a5}.comms-notification-list article p{font-size:8px;color:#62778c;margin:4px 0 6px}.comms-notification-list article>div>span{font-size:7px;color:#258156;font-weight:750}.comms-notification-actions{display:flex;gap:4px;align-items:center}.comms-notification-actions button{border:1px solid #dce3ea;background:#fff;color:#60758a;border-radius:6px;width:28px;height:28px;display:grid;place-items:center;cursor:pointer}.comms-empty{padding:45px 20px;display:flex;align-items:center;flex-direction:column;color:#718598}.comms-empty strong{font-size:10px;margin-top:8px;color:#263d56}.comms-empty span{font-size:8px;margin-top:3px}.comms-preferences>header button{background:#188353;color:#fff;border-color:#188353}.comms-pref-note{display:flex;gap:9px;align-items:center;background:#eef8f3;border:1px solid #d5ebde;border-radius:8px;padding:11px 13px;margin:14px}.comms-pref-note svg{color:#1c7f53}.comms-pref-note p{display:flex;flex-direction:column;margin:0}.comms-pref-note strong{font-size:9px}.comms-pref-note span{font-size:8px;color:#66806f;margin-top:2px}.comms-preferences>section{border-top:1px solid #e8edf2}.comms-preferences>section>header{padding:13px 16px 8px}.comms-preferences h3{font-size:10px;margin:0}.comms-preferences>section>header p{font-size:8px;color:#788b9e;margin:3px 0}.comms-pref-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 16px;border-top:1px solid #f0f3f6}.comms-pref-row>span{display:flex;flex-direction:column}.comms-pref-row strong{font-size:9px}.comms-pref-row small{font-size:8px;color:#72869a;margin-top:3px}.comms-pref-row em{font-style:normal;font-size:7px;color:#1e7b51;font-weight:800;margin-top:4px}.comms-pref-row .workspace-toggle{flex:none}.comms-messages>header{justify-content:flex-start}.comms-message-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px}.comms-message-grid article{display:flex;gap:9px;align-items:flex-start;border:1px solid #dce4eb;border-radius:9px;padding:12px}.comms-message-grid article>span{width:33px;height:33px;border-radius:8px;display:grid;place-items:center;flex:none}.comms-message-grid article>div{flex:1}.comms-message-grid article strong{font-size:9px}.comms-message-grid article p{font-size:8px;line-height:1.45;color:#65798d;margin:4px 0 7px}.comms-message-grid article>div button{border:0;background:transparent;padding:0;color:#1e7b52;font:inherit;font-size:8px;font-weight:800;cursor:pointer}.comms-message-grid article>button{border:0;background:transparent;color:#8796a5;cursor:pointer}.comms-message-grid article.success>span{background:#e5f6ed;color:#1e8054}.comms-message-grid article.info>span{background:#e8f4fa;color:#31789c}.comms-message-grid article.billing>span,.comms-message-grid article.warning>span{background:#fff4dc;color:#93680e}.comms-message-grid article.error>span{background:#fff0ee;color:#bd433d}.comms-message-grid article.system>span{background:#edf0f5;color:#596b7e}.comms-message-grid article.support>span{background:#e8f0fa;color:#326d9f}.comms-message-rule{display:flex;gap:11px;align-items:center;background:#153650;color:#fff;margin:0 14px 14px;border-radius:9px;padding:14px}.comms-message-rule svg{color:#6bd09a}.comms-message-rule h3{font-size:10px;margin:0}.comms-message-rule p{font-size:8px;line-height:1.5;color:#bed0dd;margin:3px 0 0}.comms-toast{background:#123b2b}.dash-profile{text-decoration:none}@media(max-width:1200px){.comms-library{grid-template-columns:180px 245px minmax(380px,1fr)}}@media(max-width:1050px){.comms-library{grid-template-columns:190px 1fr}.comms-email-preview{grid-column:1/-1}.comms-email-window{max-height:none}.comms-message-grid{grid-template-columns:1fr}}@media(max-width:760px){.comms-main{padding:18px 14px 50px}.comms-heading{align-items:flex-start;flex-direction:column}.comms-heading h1{font-size:23px}.comms-heading-summary{width:100%}.comms-tabs{justify-content:flex-start}.comms-library{grid-template-columns:1fr}.comms-email-preview{grid-column:auto}.comms-categories nav{grid-template-columns:1fr 1fr}.comms-template-list{max-height:370px;overflow:auto}.comms-email-window{padding:7px}.comms-email>main{padding:22px}.comms-email>header{padding:0 22px}.comms-center>header,.comms-preferences>header{align-items:flex-start;gap:12px}.comms-center-tools{flex-direction:column}.comms-center-tools select{height:34px}.comms-notification-list article{padding:12px}.comms-notification-list article>div>div{flex-direction:column;gap:2px}.comms-notification-actions{flex-direction:column}.comms-message-grid{padding:10px}.comms-message-rule,.comms-pref-row{align-items:flex-start}}.help-site{min-height:100vh;background:#f7f9fb;color:#172d48;font-family:var(--font-sans),Arial,sans-serif}.help-header{height:67px;background:#fff;border-bottom:1px solid #dfe6ed;position:sticky;top:0;z-index:50}.help-header-inner{max-width:1240px;height:100%;margin:auto;padding:0 22px;gap:28px}.help-header-inner,.help-logo{display:flex;align-items:center}.help-logo{gap:8px;color:#17324f;text-decoration:none}.help-logo>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#279b60;color:#fff;font-size:9px;font-weight:850}.help-logo strong{font-size:18px}.help-logo em{font-style:normal;font-size:8px;color:#698096;border-left:1px solid #d8e0e8;padding-left:8px}.help-header nav{display:flex;align-items:center;gap:4px;flex:1}.help-header nav button{height:36px;border:0;background:transparent;padding:0 9px;border-radius:7px;font:inherit;font-size:9px;font-weight:700;color:#567087;cursor:pointer;white-space:nowrap}.help-header nav button.active,.help-header nav button:hover{background:#edf7f2;color:#19764d}.help-header nav button i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2fa76b;margin-right:5px}.help-header-inner>div{display:flex;align-items:center;gap:8px}.help-header-inner>div>a{font-size:8px;color:#526b81;text-decoration:none}.help-header-inner>div>button{border:0;background:#188353;color:#fff;border-radius:7px;height:34px;padding:0 11px;font:inherit;font-size:8px;font-weight:800;cursor:pointer}.help-mobile-menu{display:none}.help-hero{background:linear-gradient(145deg,#12304e,#174462);color:#fff;padding:54px 22px 58px;position:relative;overflow:visible}.help-hero:after,.help-hero:before{content:"";position:absolute;border-radius:50%;background:rgba(56,176,111,.12)}.help-hero:before{width:310px;height:310px;right:6%;top:-150px}.help-hero:after{width:190px;height:190px;left:8%;bottom:-145px}.help-hero-inner{max-width:780px;margin:auto;text-align:center;position:relative;z-index:2}.help-preview-note{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);border-radius:20px;padding:5px 9px;font-size:8px;color:#cfe6db;margin-bottom:12px}.help-hero-inner>p{font-size:9px;color:#77d3a0;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin:0}.help-hero h1{font-size:36px;letter-spacing:-.04em;margin:7px 0}.help-hero-inner>span{font-size:12px;color:#c3d3df}.help-search-wrap{position:relative;margin-top:24px}.help-search-wrap>label{height:55px;background:#fff;border-radius:10px;box-shadow:0 14px 40px rgba(0,15,30,.24);display:flex;align-items:center;gap:10px;padding:0 13px;color:#54718a}.help-search-wrap input{flex:1;border:0;outline:0;font:inherit;font-size:11px;color:#1a334e}.help-search-wrap kbd{border:1px solid #dce3ea;background:#f5f7f9;border-radius:5px;padding:4px 6px;font:inherit;font-size:7px;color:#8191a0}.help-search-results{position:absolute;top:62px;left:0;right:0;background:#fff;color:#1d354e;border:1px solid #d7e0e9;border-radius:10px;box-shadow:0 20px 55px rgba(4,25,44,.28);padding:7px;text-align:left;z-index:20}.help-search-results>header{display:flex;justify-content:space-between;padding:7px 9px;font-size:8px;color:#75889b;font-weight:800}.help-search-results>header button{border:0;background:transparent;color:#8292a1;cursor:pointer}.help-search-results>button{width:100%;border:0;background:#fff;border-radius:7px;display:flex;align-items:center;gap:9px;padding:8px;text-align:left;cursor:pointer}.help-search-results>button:hover{background:#eff7f3}.help-search-results>button>span{width:29px;height:29px;border-radius:7px;background:#edf3f7;color:#55738a;display:grid;place-items:center}.help-search-results>button p{display:flex;flex-direction:column;flex:1;margin:0}.help-search-results>button strong{font-size:9px}.help-search-results mark{background:#fff1a8}.help-search-results>button small{font-size:7px;color:#7a8da0;margin-top:2px}.help-no-results{text-align:center;padding:28px 10px}.help-no-results strong{display:block;font-size:10px;margin-top:7px}.help-no-results p{font-size:8px;color:#74879a}.help-no-results button{border:0;background:#188353;color:#fff;border-radius:6px;padding:7px 10px;font:inherit;font-size:8px}.help-popular-searches{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin-top:13px}.help-popular-searches span{font-size:7px;color:#9db3c4}.help-popular-searches button{border:0;background:rgba(255,255,255,.1);color:#d4e1e9;border-radius:20px;padding:5px 8px;font:inherit;font-size:7px;cursor:pointer}.help-content,.help-page{max-width:1180px;margin:auto;padding:42px 22px 70px}.help-categories>header,.help-popular>header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:17px}.help-categories>header>p,.help-popular>header p{margin:0 0 4px;color:#238155;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:850}.help-categories h2,.help-popular h2{font-size:20px;margin:0}.help-categories>header>span,.help-popular>header span{font-size:9px;color:#74879a}.help-popular>header button{border:0;background:transparent;color:#18764d;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px;font-weight:800;cursor:pointer}.help-popular>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.help-popular>div>button{min-height:120px;background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:13px;display:flex;align-items:flex-start;gap:9px;text-align:left;cursor:pointer;box-shadow:0 3px 12px rgba(30,57,84,.03)}.help-popular>div>button:hover{border-color:#acd8bf;transform:translateY(-1px)}.help-popular>div>button>span{width:34px;height:34px;border-radius:8px;background:#e7f5ed;color:#1c7c51;display:grid;place-items:center;flex:none}.help-popular>div>button p{display:flex;flex-direction:column;margin:2px 0;flex:1}.help-popular>div>button strong{font-size:10px}.help-popular>div>button small{font-size:8px;line-height:1.4;color:#73869a;margin-top:4px}.help-popular>div>button em{font-style:normal;font-size:7px;color:#278159;margin-top:8px}.help-popular>div>button>svg{align-self:center;color:#8a9bab}.help-categories{margin-top:52px}.help-categories>header{display:block}.help-categories>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.help-categories>div>button{background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:14px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.help-categories>div>button:hover{border-color:#b4dac5;background:#fbfefc}.help-categories>div>button>span{width:38px;height:38px;border-radius:9px;background:#edf3f7;color:#4f6e85;display:grid;place-items:center;flex:none}.help-categories>div>button>div{flex:1}.help-categories h3{font-size:10px;margin:0}.help-categories>div p{font-size:7px;color:#718599;margin:3px 0}.help-categories>div small{font-size:7px;color:#238056}.help-categories>div>button>svg{color:#899aa9}.help-started{margin-top:48px;background:#153854;color:#fff;border-radius:13px;padding:27px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;overflow:hidden;position:relative}.help-started:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(64,187,119,.1);right:-90px;top:-120px}.help-started>div>span{width:38px;height:38px;border-radius:9px;background:#23506d;color:#64ce95;display:grid;place-items:center}.help-started>div>p{font-size:8px;color:#77d19e;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin:12px 0 4px}.help-started h2{font-size:20px;max-width:380px;margin:0}.help-started em{display:block;font-style:normal;font-size:9px;color:#bdcfdb;margin:7px 0 15px}.help-started button{border:0;background:#2aa566;color:#fff;border-radius:7px;padding:9px 11px;display:flex;align-items:center;gap:6px;font:inherit;font-size:8px;font-weight:800}.help-started ol{list-style:none;margin:0;padding:0;position:relative;z-index:2}.help-started li{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.help-started li>span{width:24px;height:24px;border-radius:50%;background:#214965;display:grid;place-items:center;font-size:8px}.help-started li strong{font-size:9px;flex:1}.help-started li svg{color:#58ca8b}.help-bottom-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:11px;margin-top:48px}.help-bottom-grid>div{background:#fff;border:1px solid #dce4ec;border-radius:10px;overflow:hidden}.help-recent header{display:flex;justify-content:space-between;align-items:center;padding:13px;border-bottom:1px solid #e8edf2}.help-recent h2{font-size:11px;margin:0}.help-recent header button{border:0;background:transparent;font:inherit;font-size:7px;color:#1d7b51}.help-recent>button{width:100%;border:0;border-bottom:1px solid #edf1f4;background:#fff;padding:10px 12px;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer}.help-recent>button>svg:first-child{color:#55758d}.help-recent>button span{display:flex;flex-direction:column;flex:1}.help-recent>button strong{font-size:8px}.help-recent>button small{font-size:7px;color:#8191a1;margin-top:2px}.help-recent>button>svg:last-child{color:#8999a8}.help-contact-card,.help-faq-card{padding:19px}.help-contact-card>span,.help-faq-card>span{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;background:#e7f5ed;color:#1e7e52}.help-bottom-grid h2{font-size:12px;margin:12px 0 5px}.help-bottom-grid p{font-size:8px;line-height:1.5;color:#6f8397}.help-bottom-grid>div>button{border:0;background:transparent;color:#1b784f;padding:0;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px;font-weight:800}.help-status-strip{margin-top:12px;background:#eef8f3;border:1px solid #d0eadb;border-radius:10px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between}.help-status-strip>div{display:flex;align-items:center;gap:9px}.help-status-services i,.help-status-strip i{width:8px;height:8px;border-radius:50%;background:#2dac69;box-shadow:0 0 0 4px #d8f0e3}.help-status-strip p{display:flex;flex-direction:column;margin:0}.help-status-strip strong{font-size:9px}.help-status-strip small{font-size:7px;color:#678170;margin-top:2px}.help-status-strip button{border:0;background:transparent;color:#1a754e;display:flex;gap:5px;align-items:center;font:inherit;font-size:8px;font-weight:800}.help-page-intro{text-align:center;margin:12px auto 35px}.help-page-intro p{margin:0 0 5px;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#218056;font-weight:850}.help-page-intro h1{font-size:28px;margin:0;letter-spacing:-.035em}.help-page-intro span{display:block;font-size:10px;color:#6e8296;margin-top:6px}.help-article-layout{display:grid;grid-template-columns:210px 1fr;gap:13px;align-items:start}.help-article-layout>aside,.help-article-layout>section,.help-contact-layout>aside,.help-contact-layout>form,.help-faq-page,.help-incidents,.help-maintenance,.help-status-services,.help-ticket-detail,.help-ticket-layout>aside{background:#fff;border:1px solid #dce4ec;border-radius:11px;overflow:hidden}.help-article-layout>aside{padding:10px;position:sticky;top:82px}.help-article-layout>aside h2{font-size:10px;padding:4px 7px 8px;margin:0}.help-article-layout>aside button{width:100%;border:0;background:transparent;border-radius:7px;padding:8px;display:flex;justify-content:space-between;color:#5d7185;font:inherit;font-size:8px;text-align:left}.help-article-layout>aside button.active{background:#eaf6ef;color:#19764d;font-weight:800}.help-article-layout>aside button span{font-size:7px}.help-article-layout>section>header{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #e8edf2}.help-article-layout>section>header h2{font-size:12px;margin:0}.help-article-layout>section>header p{font-size:8px;color:#788b9e;margin:3px 0}.help-article-layout>section>header label{display:flex;align-items:center;gap:6px;border:1px solid #d7e0e8;border-radius:7px;padding:0 8px}.help-article-layout>section>header input{border:0;outline:0;height:32px;font:inherit;font-size:8px}.help-article-layout>section>div>button{width:100%;border:0;border-bottom:1px solid #edf1f4;background:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px;text-align:left}.help-article-layout>section>div>button:hover{background:#f4f9f6}.help-article-layout>section>div>button>span{width:32px;height:32px;border-radius:8px;background:#edf3f7;color:#58758c;display:grid;place-items:center}.help-article-layout>section>div>button p{display:flex;flex-direction:column;flex:1;margin:0}.help-article-layout>section>div>button strong{font-size:9px}.help-article-layout>section>div>button small{font-size:8px;color:#76899d;margin-top:3px}.help-article-layout>section>div>button em{font-size:7px;color:#1f8054;font-style:normal;margin-top:5px}.help-article-layout>section>div>button>svg{color:#8999a9}.help-back{border:0;background:transparent;color:#547087;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px;margin-bottom:15px}.help-article-grid{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:14px;align-items:start}.help-article-grid>article{background:#fff;border:1px solid #dce4ec;border-radius:11px;padding:30px}.help-article-grid>article>header>span{font-size:8px;color:#218056;font-weight:800}.help-article-grid h1{font-size:26px;margin:7px 0}.help-article-grid>article>header>p{font-size:10px;color:#62778c;line-height:1.55}.help-article-grid>article>header>div{display:flex;align-items:center;gap:5px;font-size:7px;color:#7d8fa1}.help-article-grid>article>header em{font-style:normal;border-left:1px solid #d8e0e8;padding-left:7px;margin-left:3px}.help-article-summary{display:flex;gap:9px;background:#eef7f3;border:1px solid #d5eadd;border-radius:8px;padding:12px;margin:22px 0}.help-info-icon{width:29px;height:29px;border-radius:7px;background:#d9efe3;color:#218055;display:grid;place-items:center;flex:none}.help-article-result p,.help-article-summary p{display:flex;flex-direction:column;margin:0}.help-article-result strong,.help-article-summary strong{font-size:9px}.help-article-result span,.help-article-summary span{font-size:8px;color:#60796a;line-height:1.45;margin-top:3px}.help-article-grid>article>section>h2{font-size:15px;margin:25px 0 14px}.help-article-grid ol{list-style:none;margin:0;padding:0}.help-article-grid ol li{display:flex;gap:11px;margin-bottom:14px}.help-article-grid ol li>span{width:28px;height:28px;border-radius:50%;background:#1d8154;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;flex:none}.help-article-grid ol li p{display:flex;flex-direction:column;margin:5px 0}.help-article-grid ol li strong{font-size:9px}.help-article-grid ol li small{font-size:8px;color:#76899b;margin-top:4px}.help-article-grid figure{margin:25px 0}.help-article-grid figure>div{height:260px;background:#eef2f5;border:1px solid #d6dfe7;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#678096;text-align:center;padding:20px}.help-article-grid figure>div>span{font-size:7px;letter-spacing:.1em;font-weight:850;color:#2a855d}.help-article-grid figure>div strong{font-size:11px;margin-top:8px}.help-article-grid figure>div small{font-size:8px;max-width:360px;line-height:1.45;margin-top:4px}.help-article-grid figcaption{font-size:7px;color:#73869a;margin-top:6px;text-align:center}.help-article-result{display:flex;gap:9px;background:#f3faf6;border:1px solid #d9ece1;border-radius:8px;padding:12px}.help-article-result svg{color:#208054}.help-article-feedback{text-align:center;border-top:1px solid #e8edf2;margin-top:28px;padding-top:20px}.help-article-feedback h2{font-size:12px!important;margin:0 0 10px!important}.help-article-feedback>div{display:flex;justify-content:center;gap:7px}.help-article-feedback button{border:1px solid #d6dfe8;background:#fff;border-radius:7px;padding:7px 10px;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px}.help-related{display:grid;gap:10px;position:sticky;top:82px}.help-related>div{background:#fff;border:1px solid #dce4ec;border-radius:9px;padding:13px}.help-related h2{font-size:9px;margin:0 0 9px}.help-related a{display:block;font-size:8px;color:#63798e;text-decoration:none;padding:5px 0}.help-related>div>button{width:100%;border:0;border-top:1px solid #edf1f4;background:#fff;padding:8px 0;display:flex;text-align:left;justify-content:space-between;gap:7px;font:inherit;font-size:8px;color:#3d566e}.help-related-contact svg{color:#208154}.help-related-contact p{font-size:8px;color:#74879a}.help-related-contact button{background:#188353!important;color:#fff!important;border-radius:6px!important;padding:7px 8px!important;justify-content:center!important;font-weight:800!important}.help-faq-page{max-width:820px;margin:auto}.help-faq-page>label{display:flex;align-items:center;gap:8px;margin:14px;border:1px solid #d7e0e8;border-radius:8px;padding:0 10px}.help-faq-page>label input{height:40px;border:0;outline:0;width:100%;font:inherit;font-size:9px}.help-faq-page details{border-top:1px solid #e9edf2}.help-faq-page summary{list-style:none;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:750;cursor:pointer}.help-faq-page details[open] summary{color:#19764d}.help-faq-page details[open] summary svg{transform:rotate(180deg)}.help-faq-page details>p{font-size:9px;line-height:1.6;color:#5f7489;padding:0 16px 15px;margin:0}.help-faq-page>aside{display:flex;align-items:center;gap:10px;background:#eef7f3;margin:14px;border-radius:8px;padding:12px}.help-faq-page>aside svg{color:#218054}.help-faq-page>aside div{flex:1}.help-faq-page>aside h2{font-size:9px;margin:0}.help-faq-page>aside p{font-size:8px;color:#65806f;margin:3px 0}.help-faq-page>aside button{border:0;background:#188353;color:#fff;border-radius:6px;padding:7px 9px;font:inherit;font-size:8px;font-weight:800}.help-contact-layout{display:grid;grid-template-columns:1fr 280px;gap:13px;align-items:start}.help-contact-layout>form{padding:20px}.help-response-time{display:flex;align-items:center;gap:9px;background:#eef7f3;border:1px solid #d7eadf;border-radius:8px;padding:10px 12px;margin-bottom:16px}.help-response-time svg{color:#218054}.help-response-time p{display:flex;flex-direction:column;margin:0}.help-response-time strong{font-size:9px}.help-response-time span{font-size:8px;color:#688171;margin-top:2px}.help-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.help-form-grid label{display:flex;flex-direction:column;font-size:8px;font-weight:800;color:#344e66}.help-form-grid label>span{font-size:7px;font-weight:400;color:#7c8e9f;margin:3px 0 6px}.help-form-grid .full{grid-column:1/-1}.help-form-grid input,.help-form-grid select,.help-form-grid textarea{border:1px solid #d5dfe8;border-radius:7px;padding:9px;font:inherit;font-size:9px}.help-form-grid textarea{min-height:110px;resize:vertical}.help-file{position:relative}.help-file>span em{font-style:normal;color:#8191a0;font-weight:400}.help-file>small{font-size:7px;color:#7a8da0;font-weight:400;margin:3px 0 7px}.help-file>input{position:absolute;opacity:0;pointer-events:none}.help-file>div{border:1px dashed #bfcbd6;border-radius:8px;padding:14px;display:flex;align-items:center;justify-content:center;gap:8px;color:#5f788e}.help-file>div p{display:flex;flex-direction:column;margin:0}.help-file>div strong{font-size:8px}.help-file>div span{font-size:7px}.help-contact-layout form>footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.help-contact-layout form>footer p{display:flex;align-items:center;gap:5px;font-size:7px;color:#74879a}.help-contact-layout form>footer button{border:0;background:#188353;color:#fff;border-radius:7px;padding:9px 12px;display:flex;align-items:center;gap:6px;font:inherit;font-size:8px;font-weight:800}.help-contact-layout>aside{padding:15px}.help-contact-layout>aside>h2{font-size:11px;margin:0}.help-contact-layout>aside>p{font-size:8px;color:#74879a}.help-contact-layout>aside>button{width:100%;border:0;border-top:1px solid #edf1f4;background:#fff;padding:9px 0;display:flex;align-items:center;gap:7px;text-align:left;color:#4c667d}.help-contact-layout>aside>button span{flex:1;font-size:8px}.help-contact-layout>aside>div{background:#f3f7fa;border-radius:8px;padding:12px;margin-top:12px}.help-contact-layout>aside>div svg{color:#58778e}.help-contact-layout>aside>div h3{font-size:9px}.help-contact-layout>aside>div ul{padding-left:17px;margin:0}.help-contact-layout>aside>div li{font-size:8px;color:#647a8e;margin:4px 0}.help-ticket-layout{display:grid;grid-template-columns:280px 1fr;gap:13px;align-items:start}.help-ticket-layout>aside header{padding:13px;display:flex;justify-content:space-between;border-bottom:1px solid #e7edf2}.help-ticket-layout>aside h2{font-size:10px;margin:0}.help-ticket-layout>aside header span{font-size:7px;color:#1d7b51}.help-ticket-layout>aside>button{width:100%;border:0;border-bottom:1px solid #edf1f4;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left;padding:11px}.help-ticket-layout>aside>button.active{background:#eef7f3;box-shadow:inset 3px 0 #258a5b}.help-ticket-layout>aside>button>span{width:30px;height:30px;border-radius:8px;background:#edf3f7;color:#56748b;display:grid;place-items:center}.help-ticket-layout>aside>button p{display:flex;flex-direction:column;margin:0}.help-ticket-layout>aside>button strong{font-size:8px}.help-ticket-layout>aside>button small,.help-ticket-layout>aside>button time{font-size:7px;color:#7c8e9f;margin-top:2px}.help-ticket-detail>header{display:flex;justify-content:space-between;padding:17px;border-bottom:1px solid #e6ecf2}.help-ticket-detail>header>div>span{font-size:7px;color:#1e7c51}.help-ticket-detail h1{font-size:15px;margin:4px 0}.help-ticket-detail>header p{font-size:7px;color:#7d8fa1;margin:0}.help-ticket-status{height:24px;display:flex;align-items:center;gap:5px;background:#fff5dd;color:#8b650e;border-radius:20px;padding:0 8px;font-size:7px;font-weight:800}.help-ticket-status i{width:6px;height:6px;border-radius:50%;background:#daa226}.help-ticket-status.closed{background:#edf2f5;color:#5c7184}.help-ticket-status.closed i{background:#738698}.help-ticket-timeline{padding:18px;background:#fbfcfd;min-height:240px}.help-ticket-timeline article{display:flex;gap:9px;margin-bottom:16px}.help-ticket-timeline article>span{width:30px;height:30px;border-radius:50%;background:#e6edf3;display:grid;place-items:center;font-size:8px;font-weight:850;flex:none}.help-ticket-timeline article.support>span{background:#dff3e8;color:#1c7a50}.help-ticket-timeline article>div{background:#fff;border:1px solid #dfe6ed;border-radius:4px 9px 9px 9px;padding:10px;max-width:80%}.help-ticket-timeline article strong{font-size:8px}.help-ticket-timeline article time{font-weight:400;color:#8191a1;margin-left:5px}.help-ticket-timeline article p{font-size:8px;line-height:1.55;color:#4e657b}.help-ticket-timeline article button{border:1px solid #d9e1e8;background:#f7f9fb;border-radius:6px;padding:5px 7px;display:flex;gap:4px;font:inherit;font-size:7px}.help-ticket-timeline article.history{align-items:center;margin-left:9px}.help-ticket-timeline article.history>span{width:25px;height:25px}.help-ticket-timeline article.history>p{display:flex;flex-direction:column;margin:0}.help-ticket-timeline article.history small{font-size:7px;color:#8292a2}.help-ticket-reply{margin:0 16px 16px;border:1px solid #d7e0e8;border-radius:8px;overflow:hidden}.help-ticket-reply>label{display:block;font-size:8px;font-weight:800;padding:9px 10px;border-bottom:1px solid #e7edf2}.help-ticket-reply textarea{border:0;width:100%;min-height:85px;padding:10px;font:inherit;font-size:8px;outline:0}.help-ticket-reply footer{display:flex;justify-content:space-between;align-items:center;background:#f7f9fb;padding:8px}.help-ticket-reply footer label{position:relative;display:flex;align-items:center;gap:5px;font-size:7px;color:#5d7489}.help-ticket-reply footer input{position:absolute;opacity:0}.help-ticket-reply footer button{border:0;background:#188353;color:#fff;border-radius:6px;padding:7px 10px;font:inherit;font-size:8px;font-weight:800}.help-ticket-footer{border-top:1px solid #e7edf2;padding:11px 16px;display:flex;justify-content:space-between;align-items:center}.help-ticket-footer button{border:1px solid #d5dfe8;background:#fff;border-radius:6px;padding:6px 8px;font:inherit;font-size:7px;color:#526a7f}.help-ticket-footer span{font-size:7px;color:#8291a1}.help-ticket-closed{display:flex;align-items:center;gap:9px;background:#eef7f3;margin:15px;border-radius:8px;padding:11px}.help-ticket-closed svg{color:#218054}.help-ticket-closed p{display:flex;flex-direction:column;flex:1;margin:0}.help-ticket-closed strong{font-size:8px}.help-ticket-closed span{font-size:7px;color:#688171}.help-ticket-closed button{border:0;background:#188353;color:#fff;border-radius:6px;padding:7px 9px;font:inherit;font-size:7px}.help-status-page{max-width:900px}.help-status-overall{display:flex;align-items:center;gap:12px;background:#ecf8f2;border:1px solid #cae9d8;border-radius:11px;padding:17px;margin-bottom:12px}.help-status-overall>span{width:42px;height:42px;border-radius:50%;background:#d7f0e2;color:#208154;display:grid;place-items:center}.help-status-overall p{display:flex;flex-direction:column;margin:0}.help-status-overall strong{font-size:12px}.help-status-overall small{font-size:8px;color:#688273;margin-top:3px}.help-incidents header,.help-maintenance header,.help-status-services header{display:flex;justify-content:space-between;padding:13px 15px;border-bottom:1px solid #e7edf2}.help-incidents h2,.help-maintenance h2,.help-status-services h2{font-size:10px;margin:0}.help-status-services header span{font-size:7px;color:#7f90a0}.help-status-services>div{display:flex;align-items:center;gap:11px;padding:12px 15px;border-bottom:1px solid #edf1f4}.help-status-services>div p{display:flex;flex-direction:column;flex:1;margin:0}.help-status-services>div strong{font-size:9px}.help-status-services>div small{font-size:7px;color:#7b8da0;margin-top:2px}.help-status-services>div>span{font-size:7px;color:#1e7d51;font-weight:800}.help-incidents,.help-maintenance{margin-top:12px}.help-incidents article,.help-maintenance article{display:flex;align-items:flex-start;gap:10px;padding:13px 15px}.help-maintenance article>span:first-child{width:33px;height:33px;border-radius:8px;background:#fff4dd;color:#93680d;display:grid;place-items:center}.help-incidents article p,.help-maintenance article p{display:flex;flex-direction:column;flex:1;margin:0}.help-incidents article strong,.help-maintenance article strong{font-size:9px}.help-incidents article small,.help-maintenance article small{font-size:7px;color:#7c8e9f;margin-top:2px}.help-incidents article em,.help-maintenance article em{font-size:8px;font-style:normal;color:#546b81;margin-top:6px}.help-maintenance article>span:last-child{font-size:7px;background:#fff4dd;color:#8b650e;border-radius:20px;padding:4px 7px}.help-incidents header select{border:0;font:inherit;font-size:7px;color:#61778b}.help-incidents article>span:first-child,.help-incidents article>svg{color:#218054}.help-incidents article button{border:0;background:transparent;color:#1d7b51;font:inherit;font-size:7px}.help-incidents article.none{border-top:1px solid #edf1f4;color:#6f8397;font-size:8px;align-items:center}.help-empty{text-align:center;padding:42px 20px}.help-empty>span{width:45px;height:45px;border-radius:50%;background:#edf3f7;color:#5b768c;display:grid;place-items:center;margin:auto}.help-empty h3{font-size:10px;margin:8px 0 3px}.help-empty p{font-size:8px;color:#798b9e}.help-toast{position:fixed;right:20px;bottom:20px;z-index:80;background:#123b2b;color:#fff;border-radius:8px;padding:10px 13px;box-shadow:0 14px 35px rgba(10,31,22,.24);display:flex;align-items:center;gap:7px;font-size:9px;font-weight:750}@media(max-width:980px){.help-header nav,.help-header-inner>div{display:none}.help-header-inner{justify-content:space-between}.help-mobile-menu{display:block;position:relative}.help-mobile-menu summary{list-style:none;width:36px;height:36px;border:1px solid #d7e0e8;border-radius:8px;display:grid;place-items:center}.help-mobile-menu nav{position:absolute;display:grid!important;right:0;top:42px;width:190px;background:#fff;border:1px solid #d7e0e8;border-radius:9px;padding:7px;box-shadow:0 15px 40px rgba(19,40,62,.18)}.help-mobile-menu nav button{text-align:left}.help-categories>div,.help-popular>div{grid-template-columns:repeat(2,1fr)}.help-bottom-grid{grid-template-columns:1fr 1fr}.help-recent{grid-column:1/-1}.help-contact-layout{grid-template-columns:1fr}.help-contact-layout>aside{display:none}}@media(max-width:720px){.help-header-inner{padding:0 14px}.help-logo em{display:none}.help-hero{padding:40px 14px 46px}.help-hero h1{font-size:29px}.help-search-wrap>label{height:52px}.help-search-wrap kbd{display:none}.help-content,.help-page{padding:30px 14px 55px}.help-article-grid,.help-article-layout,.help-bottom-grid,.help-categories>div,.help-popular>div,.help-started,.help-ticket-layout{grid-template-columns:1fr}.help-popular>header{align-items:flex-start}.help-popular>header>div>span{display:none}.help-popular>div>button{min-height:auto}.help-started{padding:22px}.help-article-layout>aside{position:static;display:flex;overflow-x:auto}.help-article-layout>aside h2{display:none}.help-article-layout>aside button{width:auto;white-space:nowrap;gap:8px}.help-article-layout>section>header{align-items:flex-start;flex-direction:column;gap:9px}.help-article-layout>section>header input,.help-article-layout>section>header label{width:100%}.help-article-grid>article{padding:20px}.help-article-grid h1{font-size:22px}.help-related{position:static}.help-form-grid{grid-template-columns:1fr}.help-form-grid .full{grid-column:auto}.help-contact-layout form>footer{align-items:flex-start;flex-direction:column;gap:10px}.help-contact-layout form>footer button{width:100%;justify-content:center}.help-ticket-layout>aside{max-height:210px}.help-ticket-timeline article>div{max-width:90%}.help-status-strip{align-items:flex-start;gap:10px;flex-direction:column}.help-status-strip button{margin-left:17px}.help-faq-page>aside{align-items:flex-start;flex-wrap:wrap}.help-faq-page>aside button{margin-left:31px}.help-toast{left:14px;right:14px;bottom:14px;justify-content:center}}.legal-site{min-height:100vh;background:#f7f9fb;color:#172d48;font-family:var(--font-sans),Arial,sans-serif}.legal-header{height:67px;background:#fff;border-bottom:1px solid #dfe6ed;position:sticky;top:0;z-index:50}.legal-header>div{max-width:1240px;height:100%;margin:auto;padding:0 22px;gap:24px}.legal-header>div,.legal-logo{display:flex;align-items:center}.legal-logo{gap:8px;color:#17324f;text-decoration:none}.legal-logo>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#279b60;color:#fff;font-size:9px;font-weight:850}.legal-logo strong{font-size:18px}.legal-logo em{font-style:normal;font-size:8px;color:#698096;border-left:1px solid #d8e0e8;padding-left:8px}.legal-header nav{display:flex;gap:3px}.legal-header nav button{height:35px;border:0;background:transparent;border-radius:7px;padding:0 8px;font:inherit;font-size:8px;font-weight:750;color:#5b7186;cursor:pointer}.legal-header nav button.active,.legal-header nav button:hover{background:#edf7f2;color:#19764d}.legal-header-search{position:relative;display:flex;align-items:center;gap:6px;border:1px solid #d7e0e8;border-radius:7px;padding:0 8px;margin-left:auto}.legal-header-search input{height:33px;border:0;outline:0;width:150px;font:inherit;font-size:8px}.legal-header-search>div{position:absolute;top:40px;right:0;width:360px;background:#fff;border:1px solid #d7e0e8;border-radius:9px;box-shadow:0 16px 45px rgba(20,43,66,.18);padding:7px}.legal-header-search>div>header{padding:7px;display:flex;justify-content:space-between;font-size:8px;color:#7b8da0;font-weight:800}.legal-header-search>div>header button{border:0;background:transparent}.legal-header-search>div>button{width:100%;border:0;background:#fff;border-radius:7px;padding:8px;display:flex;align-items:center;gap:8px;text-align:left}.legal-header-search>div>button:hover{background:#eff7f3}.legal-header-search>div>button span{display:flex;flex-direction:column;flex:1}.legal-header-search>div>button strong{font-size:8px}.legal-header-search>div>button small{font-size:7px;color:#7b8da0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.legal-header>div>a:last-of-type{font-size:8px;color:#516b82;text-decoration:none}.legal-mobile-menu{display:none}.legal-hero{min-height:520px;background:linear-gradient(145deg,#112d48,#17465f);color:#fff;padding:70px max(22px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;position:relative;overflow:hidden}.legal-hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:rgba(50,175,108,.09);right:-210px;top:-300px}.legal-preview-note{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:5px 9px;font-size:7px;color:#cee1d7;margin-bottom:15px}.legal-hero>div>p{font-size:9px;color:#71d09a;text-transform:uppercase;letter-spacing:.12em;font-weight:850;margin:0}.legal-hero h1{font-size:43px;line-height:1.08;letter-spacing:-.045em;margin:9px 0 15px}.legal-hero h1 em{font-style:normal;color:#71d09a}.legal-hero>div>span{display:block;max-width:600px;font-size:11px;line-height:1.6;color:#c2d3de}.legal-hero>div>div:last-child{display:flex;gap:8px;margin-top:22px}.legal-hero>div>div:last-child button{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:7px;padding:9px 11px;display:flex;align-items:center;gap:6px;font:inherit;font-size:8px;font-weight:800}.legal-hero>div>div:last-child button:first-child{background:#2aa566;border-color:#2aa566}.legal-hero>aside{background:#fff;color:#18324d;border-radius:13px;padding:25px;position:relative;z-index:2;box-shadow:0 20px 55px rgba(5,22,38,.2)}.legal-hero>aside>span{width:46px;height:46px;border-radius:11px;background:#e4f5eb;color:#218154;display:grid;place-items:center}.legal-hero>aside h2{font-size:16px;margin:14px 0 7px}.legal-hero>aside p{font-size:9px;line-height:1.55;color:#667b8f}.legal-hero>aside ul{list-style:none;margin:15px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.legal-hero>aside li{font-size:8px;display:flex;align-items:center;gap:5px;color:#486477}.legal-hero>aside li svg{color:#218154}.legal-overview-content{max-width:1120px;margin:auto;padding:52px 22px 80px}.legal-overview-content>header{text-align:center;margin-bottom:22px}.legal-overview-content>header p{font-size:8px;color:#238155;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin:0 0 5px}.legal-overview-content>header h2{font-size:23px;margin:0}.legal-overview-content>header span{display:block;font-size:9px;color:#718599;margin-top:6px}.legal-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.legal-card-grid>button{background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:15px;display:flex;align-items:flex-start;gap:11px;text-align:left;cursor:pointer}.legal-card-grid>button:hover{border-color:#b7dbc6;background:#fcfefd}.legal-card-grid>button>span{width:39px;height:39px;border-radius:9px;background:#eaf5ef;color:#218055;display:grid;place-items:center;flex:none}.legal-card-grid>button>div{flex:1}.legal-card-grid h3{font-size:10px;margin:1px 0}.legal-card-grid p{font-size:8px;line-height:1.45;color:#718599;margin:4px 0}.legal-card-grid small{font-size:7px;color:#8999a8}.legal-card-grid>button>svg{color:#8a9aa9;align-self:center}.legal-rights{background:#153854;color:#fff;border-radius:13px;padding:25px;margin-top:35px;display:grid;grid-template-columns:1fr 1.25fr auto;gap:25px;align-items:center}.legal-rights>div>p{font-size:8px;color:#6dd098;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin:0}.legal-rights h2{font-size:18px;margin:5px 0}.legal-rights>div>span{font-size:8px;line-height:1.5;color:#bfd0dc}.legal-rights ol{list-style:none;margin:0;padding:0;display:grid;gap:9px}.legal-rights li{display:flex;align-items:center;gap:8px}.legal-rights li>span{width:25px;height:25px;border-radius:50%;background:#254d68;display:grid;place-items:center;font-size:8px}.legal-rights li p{display:flex;flex-direction:column;margin:0}.legal-rights li strong{font-size:8px}.legal-rights li small{font-size:7px;color:#a9bdca}.legal-rights>button{border:0;background:#2aa566;color:#fff;border-radius:7px;padding:9px 11px;font:inherit;font-size:8px;font-weight:800}.legal-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:35px}.legal-trust-grid article{background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:17px}.legal-trust-grid article>span{width:37px;height:37px;border-radius:9px;background:#edf3f7;color:#55748b;display:grid;place-items:center}.legal-trust-grid h3{font-size:10px;margin:11px 0 4px}.legal-trust-grid p{font-size:8px;line-height:1.45;color:#718599}.legal-trust-grid button{border:0;background:transparent;color:#1c7a50;padding:0;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px;font-weight:800}.legal-counsel-note{display:flex;align-items:center;gap:10px;background:#fff8e8;border:1px solid #efdca8;border-radius:9px;padding:13px 15px;margin-top:14px;color:#765a1d}.legal-counsel-note p{display:flex;flex-direction:column;margin:0}.legal-counsel-note strong{font-size:9px}.legal-counsel-note span{font-size:8px;margin-top:2px}.legal-policy-page{max-width:1120px;margin:auto;padding:30px 22px 80px}.legal-back{border:0;background:transparent;color:#567188;display:flex;align-items:center;gap:5px;font:inherit;font-size:8px;margin-bottom:13px}.legal-policy-page>header{background:#153854;color:#fff;border-radius:12px;padding:28px;display:flex;justify-content:space-between;align-items:flex-start}.legal-policy-page>header>div>span{width:41px;height:41px;border-radius:10px;background:#24506c;color:#6cd099;display:grid;place-items:center}.legal-policy-page>header p{font-size:8px;color:#70d09a;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin:12px 0 4px}.legal-policy-page>header h1{font-size:28px;margin:0}.legal-policy-page>header em{display:block;max-width:690px;font-style:normal;font-size:10px;line-height:1.55;color:#c3d3de;margin-top:7px}.legal-policy-page>header small{display:block;font-size:7px;color:#91aabc;margin-top:12px}.legal-policy-page>header>button{border:1px solid #56738a;background:transparent;color:#fff;border-radius:7px;padding:7px 9px;display:flex;align-items:center;gap:5px;font:inherit;font-size:7px}.legal-policy-layout{display:grid;grid-template-columns:220px 1fr;gap:14px;margin-top:14px;align-items:start}.legal-toc{background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:12px;position:sticky;top:82px}.legal-toc h2{font-size:9px;margin:0 0 8px}.legal-toc>a{display:block;color:#63798e;text-decoration:none;font-size:8px;padding:6px;border-left:2px solid #e2e8ee}.legal-toc>a:hover{color:#19764d;border-left-color:#27945f}.legal-toc>div{background:#edf7f2;border-radius:8px;padding:11px;margin-top:11px}.legal-toc>div svg{color:#218054}.legal-toc>div strong{display:block;font-size:8px;margin-top:6px}.legal-toc>div p{font-size:7px;color:#668071}.legal-toc>div button{border:0;background:#188353;color:#fff;border-radius:6px;padding:6px 8px;font:inherit;font-size:7px}.legal-policy-layout>article{background:#fff;border:1px solid #dce4ec;border-radius:10px;padding:25px}.legal-plain-summary{display:flex;gap:9px;background:#eef7f3;border:1px solid #d6eadf;border-radius:8px;padding:12px;color:#1c7650}.legal-plain-summary>div{display:flex;flex-direction:column}.legal-plain-summary strong{font-size:9px}.legal-plain-summary p{font-size:8px;line-height:1.5;color:#607b69;margin:3px 0 0}.legal-policy-section{display:grid;grid-template-columns:35px 1fr;gap:11px;padding:24px 0;border-bottom:1px solid #e8edf2;scroll-margin-top:90px}.legal-policy-section>span{font-size:8px;color:#238155;font-weight:850;padding-top:3px}.legal-policy-section h2{font-size:15px;margin:0}.legal-policy-section>div>p{font-size:9px;line-height:1.55;color:#5f758a}.legal-policy-section ul{padding-left:17px}.legal-policy-section li{font-size:8px;line-height:1.5;color:#516980;margin:5px 0}.legal-policy-section aside{background:#f4f7fa;border-left:3px solid #43966d;padding:10px 12px;margin-top:12px}.legal-policy-section aside strong{font-size:8px}.legal-policy-section aside p{font-size:8px;color:#63798d;margin:4px 0 0}.legal-policy-contact{display:flex;align-items:center;gap:10px;background:#153854;color:#fff;border-radius:9px;padding:14px;margin-top:24px}.legal-policy-contact>svg{color:#68d096}.legal-policy-contact>div{flex:1}.legal-policy-contact h2{font-size:10px;margin:0}.legal-policy-contact p{font-size:8px;color:#bfd0dc;margin:3px 0}.legal-policy-contact button{border:0;background:#2aa566;color:#fff;border-radius:6px;padding:7px 9px;font:inherit;font-size:7px;font-weight:800}.legal-related{margin-top:24px}.legal-related h2{font-size:11px}.legal-related>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.legal-related button{border:1px solid #d8e1e9;background:#fff;border-radius:7px;padding:9px;display:flex;justify-content:space-between;align-items:center;text-align:left;font:inherit;font-size:8px;color:#3f586f}.legal-contact-form,.legal-deletion-box{border:1px solid #e2c9c5;background:#fff9f8;border-radius:9px;padding:15px;margin-top:14px}.legal-contact-form>header,.legal-deletion-box>header{display:flex;gap:9px;align-items:center}.legal-deletion-box>header svg{color:#b94740}.legal-contact-form h2,.legal-deletion-box h2{font-size:11px;margin:0}.legal-contact-form>header p,.legal-deletion-box>header p{font-size:7px;color:#7c6866;margin:3px 0}.legal-deletion-box ol{list-style:none;margin:13px 0;padding:0;display:grid;gap:8px}.legal-deletion-box li{display:flex;align-items:center;gap:8px}.legal-deletion-box li>span{width:25px;height:25px;border-radius:50%;background:#f2dfdc;color:#a5443e;display:grid;place-items:center;font-size:8px}.legal-deletion-box li p{display:flex;flex-direction:column;margin:0}.legal-deletion-box li strong{font-size:8px}.legal-deletion-box li small{font-size:7px;color:#776b69}.legal-deletion-box>label{display:flex;gap:6px;font-size:7px;margin:12px 0}.legal-deletion-box>button{border:0;background:#b64640;color:#fff;border-radius:6px;padding:7px 9px;font:inherit;font-size:7px;font-weight:800}.legal-contact-form{background:#f6faf8;border-color:#d6eadf}.legal-contact-form>header svg{color:#218054}.legal-contact-form>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:13px 0}.legal-contact-form label{display:flex;flex-direction:column;gap:4px;font-size:7px;font-weight:800}.legal-contact-form label.full{grid-column:1/-1}.legal-contact-form input,.legal-contact-form select,.legal-contact-form textarea{border:1px solid #d4dee7;border-radius:6px;padding:8px;font:inherit;font-size:8px;background:#fff}.legal-contact-form textarea{min-height:80px}.legal-contact-form>button{border:0;background:#188353;color:#fff;border-radius:6px;padding:7px 10px;font:inherit;font-size:7px;font-weight:800}.legal-footer{background:#102a43;color:#fff}.legal-footer>div{max-width:1120px;margin:auto;padding:30px 22px}.legal-footer .legal-logo{display:inline-flex;color:#fff}.legal-footer>div>p{font-size:8px;color:#aec2d1}.legal-footer nav{display:flex;gap:13px;flex-wrap:wrap;margin:18px 0}.legal-footer nav a,.legal-footer nav button{border:0;background:transparent;color:#c1d0dc;text-decoration:none;padding:0;font:inherit;font-size:7px}.legal-footer small{font-size:7px;color:#7f9aaf}.legal-cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:70;max-width:1030px;margin:auto;background:#fff;border:1px solid #d6e0e8;border-radius:11px;box-shadow:0 18px 55px rgba(15,35,55,.24);padding:14px;display:flex;align-items:center;gap:11px}.legal-cookie-banner>span{width:38px;height:38px;border-radius:9px;background:#edf3f7;color:#58758b;display:grid;place-items:center}.legal-cookie-banner>div:nth-child(2){flex:1}.legal-cookie-banner strong{font-size:9px}.legal-cookie-banner p{font-size:8px;color:#64798e;margin:3px 0}.legal-cookie-banner>div:nth-child(2)>button{border:0;background:transparent;padding:0;color:#1e7b51;text-decoration:underline;font:inherit;font-size:7px}.legal-cookie-banner>div:last-child{display:flex;gap:6px}.legal-cookie-banner>div:last-child button{border:1px solid #d6dfe7;background:#fff;color:#405970;border-radius:6px;padding:7px 8px;font:inherit;font-size:7px;font-weight:750}.legal-cookie-banner>div:last-child button:last-child{background:#188353;border-color:#188353;color:#fff}.legal-modal-backdrop{position:fixed;inset:0;background:rgba(10,25,40,.58);z-index:90;display:grid;place-items:center;padding:18px}.legal-cookie-dialog{width:min(490px,100%);background:#fff;border-radius:12px;overflow:hidden}.legal-cookie-dialog>header{display:flex;align-items:center;gap:9px;padding:17px;border-bottom:1px solid #e7edf2}.legal-cookie-dialog>header>span{width:37px;height:37px;border-radius:9px;background:#edf3f7;color:#5a758c;display:grid;place-items:center}.legal-cookie-dialog>header>div{flex:1}.legal-cookie-dialog h2{font-size:12px;margin:0}.legal-cookie-dialog>header p{font-size:8px;color:#73869a;margin:3px 0}.legal-cookie-dialog>header>button{border:0;background:transparent}.legal-cookie-row{display:flex;align-items:center;gap:15px;padding:12px 17px;border-bottom:1px solid #edf1f4}.legal-cookie-row>div{flex:1}.legal-cookie-row strong{font-size:9px}.legal-cookie-row p{font-size:8px;color:#72869a;margin:3px 0}.legal-cookie-row em{font-size:7px;font-style:normal;color:#218055;font-weight:800}.legal-cookie-dialog>footer{display:flex;justify-content:flex-end;gap:7px;padding:13px 17px}.legal-cookie-dialog>footer button{border:1px solid #d6dfe7;background:#fff;border-radius:6px;padding:7px 9px;font:inherit;font-size:7px;font-weight:800}.legal-cookie-dialog>footer button:last-child{background:#188353;border-color:#188353;color:#fff}.legal-toast{position:fixed;right:20px;bottom:20px;z-index:100;background:#123b2b;color:#fff;border-radius:8px;padding:10px 13px;display:flex;align-items:center;gap:7px;font-size:8px;font-weight:800;box-shadow:0 14px 35px rgba(10,31,22,.24)}@media(max-width:950px){.legal-header nav,.legal-header>div>a:last-of-type{display:none}.legal-mobile-menu{display:block;position:relative}.legal-mobile-menu summary{list-style:none;width:35px;height:35px;border:1px solid #d7e0e8;border-radius:7px;display:grid;place-items:center}.legal-mobile-menu nav{position:absolute;right:0;top:41px;width:210px;background:#fff;border:1px solid #d7e0e8;border-radius:9px;padding:7px;box-shadow:0 15px 40px rgba(20,40,60,.18);display:grid!important}.legal-mobile-menu nav button{text-align:left}.legal-hero{grid-template-columns:1fr;gap:30px;padding-block:55px}.legal-hero>aside{max-width:560px}.legal-rights{grid-template-columns:1fr 1fr}.legal-rights>button{grid-column:1/-1;justify-self:start}.legal-policy-layout{grid-template-columns:1fr}.legal-toc{position:static;display:flex;overflow-x:auto;gap:5px}.legal-toc h2,.legal-toc>div{display:none}.legal-toc>a{white-space:nowrap;border-left:0;border-bottom:2px solid #e2e8ee}.legal-cookie-banner{align-items:flex-start}.legal-cookie-banner>div:last-child{flex-direction:column}}@media(max-width:680px){.legal-header>div{padding:0 14px;gap:10px}.legal-logo em{display:none}.legal-header-search{margin-left:auto}.legal-header-search input{width:105px}.legal-header-search>div{right:-46px;width:calc(100vw - 28px)}.legal-hero{padding:42px 14px}.legal-hero h1{font-size:34px}.legal-hero>div>div:last-child{flex-direction:column;align-items:flex-start}.legal-overview-content,.legal-policy-page{padding:35px 14px 65px}.legal-card-grid,.legal-hero>aside ul,.legal-related>div,.legal-rights,.legal-trust-grid{grid-template-columns:1fr}.legal-policy-page>header{padding:22px;flex-direction:column;gap:13px}.legal-policy-page>header h1{font-size:24px}.legal-policy-layout>article{padding:18px}.legal-policy-section{grid-template-columns:28px 1fr}.legal-policy-contact{align-items:flex-start;flex-wrap:wrap}.legal-policy-contact button{margin-left:29px}.legal-contact-form>div{grid-template-columns:1fr}.legal-contact-form label.full{grid-column:auto}.legal-cookie-banner{left:10px;right:10px;bottom:10px;flex-wrap:wrap}.legal-cookie-banner>span{display:none}.legal-cookie-banner>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.legal-cookie-banner>div:last-child button:last-child{grid-column:1/-1}.legal-toast{left:14px;right:14px;bottom:14px;justify-content:center}}@media print{.legal-back,.legal-cookie-banner,.legal-footer,.legal-header,.legal-policy-contact,.legal-policy-page>header>button,.legal-related,.legal-toc{display:none!important}.legal-policy-layout>article,.legal-policy-page,.legal-site{background:#fff!important;border:0!important}.legal-policy-page{padding:0}.legal-policy-layout{display:block}.legal-policy-page>header{display:block;background:#fff!important;color:#000!important;padding:0}.legal-policy-page>header em,.legal-policy-page>header small{color:#333!important}}.hp-site{--hp-blue:#3563e9;--hp-blue-dark:#254bc4;--hp-blue-soft:#edf3ff;--hp-navy:#13213c;--hp-copy:#536178;--hp-line:#dfe6f2;--hp-soft:#f6f8fc;--hp-green:#19875f;background:#ffffff;color:var(--hp-navy)}.hp-site .public-header{border-bottom-color:rgba(215,223,236,.8);background:rgba(255,255,255,.92)}.hp-site .brand-mark{border-radius:10px;background:var(--hp-blue);box-shadow:0 7px 18px rgba(53,99,233,.22)}.hp-site .public-nav{gap:24px}.hp-site .public-nav a:not(.button){color:#5f6b7e;font-size:13px}.hp-site .public-nav .button{min-height:42px;border-radius:10px;padding-inline:18px;background:var(--hp-blue);box-shadow:0 8px 20px rgba(53,99,233,.2)}.hp-site .button:hover,.hp-site .public-nav .button:hover{background:var(--hp-blue-dark)}.hp-hero{position:relative;overflow:hidden;padding:94px 0 88px;background:radial-gradient(circle at 82% 12%,rgba(96,129,236,.11),transparent 30%),linear-gradient(180deg,#fbfcff,#f7f9fd)}.hp-hero:after{right:-210px;bottom:-360px;width:700px;height:700px;border:1px solid rgba(71,109,228,.09);box-shadow:0 0 0 80px rgba(71,109,228,.025),0 0 0 160px rgba(71,109,228,.018);content:""}.hp-hero-glow,.hp-hero:after{position:absolute;border-radius:50%}.hp-hero-glow{top:80px;left:-180px;width:390px;height:390px;background:rgba(75,116,236,.06);filter:blur(2px)}.hp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:68px;align-items:center}.hp-hero-copy{max-width:590px}.hp-eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border:1px solid #d9e3fb;border-radius:999px;background:rgba(255,255,255,.86);color:#3c5fc3;font-size:12px;font-weight:800;box-shadow:0 7px 20px rgba(41,66,130,.05)}.hp-hero h1{max-width:690px;margin:24px 0 20px;color:#111d35;font-size:clamp(46px,5.2vw,67px);font-weight:850;line-height:1.04;letter-spacing:-.056em}.hp-hero-copy>p{max-width:590px;margin:0;color:var(--hp-copy);font-size:18px;line-height:1.68}.hp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.hp-site .hp-demo-button,.hp-site .hp-primary-button{min-height:52px;border-radius:11px;padding:12px 20px;font-size:14px}.hp-site .hp-primary-button{background:var(--hp-blue);box-shadow:0 12px 25px rgba(53,99,233,.24)}.hp-site .hp-demo-button{border-color:#d6deeb;color:#33415a;box-shadow:0 7px 18px rgba(22,38,72,.04)}.hp-trust-row{display:flex;flex-wrap:wrap;gap:12px 19px;margin-top:23px;color:#69758a;font-size:11.5px;font-weight:700}.hp-final-trust span,.hp-trust-row span{display:inline-flex;gap:5px;align-items:center}.hp-trust-row svg{color:var(--hp-green)}.hp-hero-product{position:relative;width:100%}.hp-product-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding-inline:4px;color:#8490a3;font-size:10px;font-weight:700}.hp-product-label>span{display:inline-flex;gap:7px;align-items:center;color:#5f6f89}.hp-product-label i{width:7px;height:7px;border-radius:50%;background:#2bb87b;box-shadow:0 0 0 4px rgba(43,184,123,.12)}.hp-dashboard-shell{overflow:hidden;border:1px solid #d8e0ed;border-radius:19px;background:#ffffff;box-shadow:0 34px 70px rgba(28,45,88,.15),0 7px 20px rgba(28,45,88,.07)}.hp-dashboard-topbar{display:flex;min-height:54px;justify-content:space-between;align-items:center;padding:0 17px;border-bottom:1px solid #e6ebf3;background:#fbfcfe}.hp-dashboard-brand{display:flex;gap:9px;align-items:center;color:#3a465a;font-size:10px;font-weight:800}.hp-mini-logo{display:grid;width:25px;height:25px;place-items:center;border-radius:7px;background:var(--hp-blue);color:#ffffff;font-size:8px}.hp-connected,.hp-live-pill,.hp-on-pill{display:inline-flex;gap:6px;align-items:center;border-radius:999px;background:#ecf8f2;color:#23805b;font-size:8px;font-weight:800}.hp-live-pill{padding:5px 8px}.hp-live-pill i{width:5px;height:5px;border-radius:50%;background:#2cb47b}.hp-dashboard-body{display:grid;grid-template-columns:47px 1fr;min-height:390px}.hp-dashboard-side{display:grid;gap:15px;align-content:start;justify-items:center;padding-top:27px;border-right:1px solid #e8ecf3;background:#f8faff}.hp-dashboard-side span{width:18px;height:7px;border-radius:3px;background:#d7deea}.hp-dashboard-side span.active{width:28px;height:28px;border-radius:8px;background:linear-gradient(var(--hp-blue),var(--hp-blue)) 50% /11px 7px no-repeat,#e8eeff}.hp-dashboard-main{padding:25px 25px 27px;background:#f9fafe}.hp-dashboard-heading{display:flex;justify-content:space-between;align-items:center}.hp-dashboard-heading>div{display:grid;gap:4px}.hp-dashboard-heading small,.hp-keyword-card small,.hp-stat-card small,.hp-stat-card span{color:#8792a5;font-size:8px;font-weight:700}.hp-dashboard-heading strong{color:#29364c;font-size:13px}.hp-create-keyword{display:inline-flex;gap:6px;align-items:center;padding:9px 11px;border-radius:8px;background:var(--hp-blue);box-shadow:0 0 0 4px rgba(53,99,233,.12),0 7px 14px rgba(53,99,233,.2);color:#ffffff;font-size:8px;font-weight:800}.hp-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.hp-stat-card{display:grid;min-width:0;min-height:101px;align-content:center;padding:13px;border:1px solid #e2e7f0;border-radius:10px;background:#ffffff}.hp-stat-card strong{margin:7px 0 5px;color:#243149;font-size:23px;line-height:1;letter-spacing:-.04em}.hp-stat-card small{overflow:hidden;color:#5d9a7e;text-overflow:ellipsis;white-space:nowrap}.hp-keyword-card{overflow:hidden;margin-top:13px;border:1px solid #dfe5ef;border-radius:11px;background:#ffffff}.hp-keyword-card-head{display:flex;justify-content:space-between;align-items:center;padding:13px;border-bottom:1px solid #e8ecf3}.hp-keyword-card-head>div,.hp-keyword-card-head>div>span:last-child{display:flex;gap:9px;align-items:center}.hp-keyword-card-head>div>span:last-child{display:grid;gap:2px}.hp-keyword-card-head strong{color:#39465a;font-size:9px}.hp-facebook-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#eaf0ff;color:#3971e8}.hp-connected{padding:5px 7px}.hp-keyword-row{display:grid;grid-template-columns:auto .55fr 1fr auto;gap:10px;align-items:center;padding:15px 13px}.hp-keyword-bolt{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;background:#fff5df;color:#d48a13}.hp-keyword-row>span:not(.hp-keyword-bolt):not(.hp-on-pill){display:grid;gap:4px}.hp-keyword-row strong{color:#344156;font-size:9px}.hp-keyword-reply{padding-left:12px;border-left:1px solid #e5eaf2}.hp-on-pill{padding:5px 8px}.hp-success-float{position:absolute;right:-24px;bottom:34px;display:flex;gap:10px;align-items:center;min-width:146px;padding:11px 13px;border:1px solid #dce6e1;border-radius:11px;background:rgba(255,255,255,.97);box-shadow:0 14px 30px rgba(23,42,71,.14);color:var(--hp-green)}.hp-success-float>span{display:grid;gap:2px}.hp-success-float strong{color:#29374c;font-size:10px}.hp-success-float small{color:#8a95a6;font-size:8px}.hp-confidence-strip{border-block:1px solid #e5eaf2;background:#ffffff}.hp-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr)}.hp-confidence-grid>div{display:flex;gap:13px;align-items:center;min-height:96px;justify-content:center;border-right:1px solid #e6ebf2;color:var(--hp-blue)}.hp-confidence-grid>div:last-child{border-right:0}.hp-confidence-grid span{display:grid;gap:3px}.hp-confidence-grid strong{color:#344157;font-size:12px}.hp-confidence-grid small{color:#8590a2;font-size:10px}.hp-section{padding:104px 0}.hp-section-heading{max-width:680px;margin:0 auto 48px;text-align:center}.hp-kicker{display:inline-block;margin-bottom:12px;color:var(--hp-blue);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hp-final h2,.hp-section h2{margin:0;color:#14213a;font-size:clamp(34px,4vw,48px);font-weight:830;line-height:1.08;letter-spacing:-.048em}.hp-comparison-copy>p,.hp-faq-intro>p,.hp-section-heading>p{margin:16px 0 0;color:var(--hp-copy);font-size:16px;line-height:1.65}.hp-heading-left{max-width:720px;margin-left:0;text-align:left}.hp-how{background:#ffffff}.hp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hp-step-card{position:relative;overflow:hidden;padding:27px 26px 0;border:1px solid #e0e6ef;border-radius:18px;background:#ffffff;box-shadow:0 12px 32px rgba(23,39,75,.055)}.hp-step-number{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--hp-blue);box-shadow:0 7px 16px rgba(53,99,233,.18);color:#ffffff;font-size:12px;font-weight:850}.hp-step-copy{min-height:126px;padding-top:19px}.hp-audience-card h3,.hp-benefit-card h3,.hp-step-copy h3{margin:0;color:#26344b;font-size:18px;letter-spacing:-.025em}.hp-audience-card p,.hp-benefit-card p,.hp-step-copy p{margin:9px 0 0;color:#6f7b8e;font-size:13px;line-height:1.6}.hp-step-shot{overflow:hidden;min-height:254px;margin-top:6px;border:1px solid #dfe5ef;border-bottom:0;border-radius:13px 13px 0 0;background:#f8faff;box-shadow:0 14px 28px rgba(27,43,78,.09)}.hp-shot-bar{display:flex;gap:5px;align-items:center;height:30px;padding:0 10px;border-bottom:1px solid #e3e8f1;background:#ffffff}.hp-shot-bar span{width:5px;height:5px;border-radius:50%;background:#d1d7e1}.hp-connect-card{display:grid;justify-items:center;padding:28px 18px;text-align:center}.hp-facebook-large{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;background:#e8efff;color:#3970e4}.hp-connect-card strong{margin-top:13px;color:#334158;font-size:11px}.hp-connect-card small{margin-top:5px;color:#8a95a7;font-size:8px}.hp-shot-button{display:inline-flex;justify-content:center;margin-top:16px;border-radius:7px;padding:8px 12px;background:var(--hp-blue);color:#ffffff;font-size:8px;font-weight:800}.hp-form-shot{display:grid;padding:19px}.hp-form-shot label{margin:0 0 6px;color:#6f7b8e;font-size:8px;font-weight:800}.hp-form-shot label:nth-of-type(2){margin-top:11px}.hp-shot-input,.hp-shot-textarea{border:1px solid #dbe2ed;border-radius:7px;background:#ffffff;color:#4f5d72;font-size:8px;font-weight:700}.hp-shot-input{padding:8px 9px}.hp-shot-textarea{min-height:47px;padding:9px}.hp-form-shot .hp-shot-button{justify-self:end}.hp-post-shot{padding:17px;color:#536178;font-size:8px}.hp-post-page{display:flex;gap:8px;align-items:center;color:#344158}.hp-post-page>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#e9efff;color:#4266c8;font-weight:850}.hp-post-shot>p{margin:13px 0;padding:12px;border-radius:8px;background:#ffffff;line-height:1.5}.hp-auto-reply,.hp-comment{margin-left:14px;border-radius:8px;padding:8px 10px;background:#eef1f6}.hp-auto-reply{display:flex;gap:6px;align-items:center;margin-top:7px;margin-left:29px;background:#e9efff;color:#3f5db8;font-weight:700}.hp-benefits{background:var(--hp-soft)}.hp-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.hp-benefit-card{min-height:225px;padding:27px;border:1px solid #e1e6ef;border-radius:16px;background:#ffffff;box-shadow:0 9px 25px rgba(26,41,75,.04)}.hp-icon-box{display:grid;width:43px;height:43px;place-items:center;margin-bottom:28px;border-radius:12px;background:var(--hp-blue-soft);color:var(--hp-blue)}.hp-audiences{background:#ffffff}.hp-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hp-audience-card{display:flex;min-height:155px;gap:14px;align-items:flex-start;padding:22px;border:1px solid #e1e6ef;border-radius:15px;background:#ffffff}.hp-audience-card>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:10px;background:#f0f4ff;color:#4968c8}.hp-audience-card h3{font-size:15px}.hp-audience-card p{font-size:12px}.hp-comparison{background:#f5f7fb}.hp-comparison-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px;align-items:center}.hp-comparison-copy h2{max-width:490px}.hp-text-link{display:inline-flex;gap:7px;align-items:center;margin-top:25px;color:var(--hp-blue);font-size:13px;font-weight:800}.hp-table-card{overflow:hidden;border:1px solid #dce3ed;border-radius:17px;background:#ffffff;box-shadow:0 20px 45px rgba(26,41,76,.08)}.hp-table-card table{width:100%;border-collapse:collapse}.hp-table-card td,.hp-table-card th{padding:16px 18px;border-bottom:1px solid #e8ecf2;text-align:center}.hp-table-card th{background:#fbfcfe;color:#667287;font-size:11px}.hp-table-card td:first-child,.hp-table-card th:first-child{text-align:left}.hp-table-card td{color:#526075;font-size:12px;font-weight:700}.hp-table-card td:nth-child(2){background:#f5f8ff;color:var(--hp-green)}.hp-table-card tr:last-child td{border-bottom:0}.hp-table-brand{display:inline-grid;width:22px;height:22px;place-items:center;margin-right:4px;border-radius:6px;background:var(--hp-blue);color:#ffffff;font-size:7px}.hp-minus{color:#a9b1bf;font-size:18px}.hp-testimonials{background:#ffffff}.hp-testimonial-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.hp-testimonial-card{grid-column:span 2;min-height:287px;padding:25px;border:1px solid #e1e6ef;border-radius:16px;background:#ffffff;box-shadow:0 8px 22px rgba(21,36,70,.04)}.hp-testimonial-4{grid-column:2/span 2}.hp-quote-row{display:flex;justify-content:space-between;align-items:center;color:#9aabd7}.hp-sample-badge{padding:4px 7px;border-radius:999px;background:#f1f3f7;color:#8a94a5;font-size:7px;font-weight:800;text-transform:uppercase}.hp-stars{display:flex;gap:3px;margin-top:20px;color:#e5a92c}.hp-testimonial-card blockquote{min-height:98px;margin:16px 0 22px;color:#4c596e;font-size:14px;line-height:1.65}.hp-customer{display:flex;gap:10px;align-items:center}.hp-customer-photo{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e9efff;color:#526cc0;font-size:9px;font-weight:850}.hp-customer>span:last-child{display:grid;gap:3px}.hp-customer strong{color:#354258;font-size:11px}.hp-customer small{color:#8994a5;font-size:9px}.hp-testimonial-note{margin:22px auto 0;color:#929baa;font-size:10px;text-align:center}.hp-faq{background:#f6f8fc}.hp-faq-wrap{display:grid;grid-template-columns:minmax(290px,.68fr) minmax(0,1.32fr);gap:80px;align-items:start}.hp-faq-intro{position:sticky;top:112px}.hp-support-link{display:flex;gap:11px;align-items:center;margin-top:27px;color:#344157}.hp-support-link>span:first-child{display:grid;width:39px;height:39px;place-items:center;border-radius:11px;background:#e8efff;color:var(--hp-blue)}.hp-support-link>span:last-child{display:grid;gap:3px}.hp-support-link small{color:#8a95a7;font-size:9px}.hp-support-link strong{font-size:11px}.hp-faq-list{display:grid;gap:10px}.hp-faq-list details{overflow:hidden;border:1px solid #dfe5ee;border-radius:13px;background:#ffffff}.hp-faq-list summary{display:flex;min-height:64px;justify-content:space-between;align-items:center;gap:20px;padding:17px 19px;color:#354258;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.hp-faq-list summary::-webkit-details-marker{display:none}.hp-faq-list summary span{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border-radius:7px;background:#eef3ff;color:var(--hp-blue);font-size:16px;transition:transform .18s ease}.hp-faq-list details[open] summary span{transform:rotate(45deg)}.hp-faq-list details p{margin:0;padding:0 19px 18px;color:#6d798c;font-size:12px;line-height:1.65}.hp-final{padding:0 0 100px;background:#ffffff}.hp-final-card{position:relative;overflow:hidden;display:grid;justify-items:center;min-height:420px;align-content:center;padding:65px 30px;border-radius:24px;background:radial-gradient(circle at 85% 15%,rgba(160,180,255,.32),transparent 28%),linear-gradient(135deg,#2149b9,#3563e9 55%,#5a62d9);box-shadow:0 27px 60px rgba(43,76,179,.22);color:#ffffff;text-align:center}.hp-final-card:after,.hp-final-card:before{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.hp-final-card:before{top:-190px;left:-130px;width:390px;height:390px}.hp-final-card:after,.hp-final-card:before{box-shadow:0 0 0 60px rgba(255,255,255,.025)}.hp-final-card:after{right:-120px;bottom:-190px;width:360px;height:360px}.hp-final-card>*{position:relative;z-index:2}.hp-final-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:21px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.12)}.hp-final h2{color:#ffffff}.hp-final-card>p{max-width:570px;margin:18px 0 26px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.65}.hp-site .hp-final-button{min-height:51px;min-width:160px;border-color:#ffffff;border-radius:11px;background:#ffffff;box-shadow:0 12px 25px rgba(18,39,107,.2);color:#2e55c7}.hp-site .hp-final-button:hover{border-color:#ffffff;background:#ffffff;color:#1f43ae}.hp-final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 21px;margin-top:20px;color:rgba(255,255,255,.72);font-size:10px;font-weight:700}.hp-site .public-footer{border-top-color:#e3e8f0;background:#f7f9fc}.hp-site .footer-grid{grid-template-columns:1.7fr repeat(4,1fr)}.footer-email{color:var(--hp-blue)!important;font-size:12px!important}.footer-coming-soon{display:flex;gap:6px;align-items:center;color:#7d8899;font-size:13px;font-weight:700}.footer-coming-soon small{padding:3px 5px;border-radius:999px;background:#e9edf4;color:#929baa;font-size:7px;text-transform:uppercase}@media (max-width:1080px){.hp-hero-grid{grid-template-columns:.86fr 1.14fr;gap:35px}.hp-hero h1{font-size:clamp(43px,5.2vw,58px)}.hp-success-float{right:-8px}.hp-audience-grid{grid-template-columns:repeat(3,1fr)}.hp-comparison-wrap{gap:45px}.hp-site .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media (max-width:900px){.hp-hero{padding:76px 0 82px}.hp-comparison-wrap,.hp-faq-wrap,.hp-hero-grid{grid-template-columns:1fr}.hp-hero-copy{max-width:720px}.hp-hero-product{max-width:680px;margin:24px auto 0}.hp-steps{grid-template-columns:1fr 1fr}.hp-step-card:last-child{grid-column:1/-1}.hp-audience-grid,.hp-benefit-grid{grid-template-columns:1fr 1fr}.hp-comparison-copy{max-width:680px}.hp-testimonial-4,.hp-testimonial-card{grid-column:span 3}.hp-faq-wrap{gap:40px}.hp-faq-intro{position:static;max-width:620px}}@media (max-width:768px){.hp-site .public-nav{top:72px;gap:13px;border-bottom-color:#e1e6ef;background:rgba(255,255,255,.99)}.hp-site .public-container{padding-inline:20px}.hp-section{padding:82px 0}.hp-confidence-grid{grid-template-columns:1fr;padding-block:8px}.hp-confidence-grid>div{min-height:74px;justify-content:flex-start;padding-inline:18px;border-right:0;border-bottom:1px solid #e6ebf2}.hp-confidence-grid>div:last-child{border-bottom:0}.hp-final-card{min-height:390px;border-radius:20px}}@media (max-width:620px){.hp-hero{padding:58px 0 68px}.hp-hero h1{font-size:clamp(40px,12vw,53px)}.hp-hero-copy>p{font-size:16px}.hp-actions{display:grid}.hp-actions .button{width:100%}.hp-trust-row{display:grid;grid-template-columns:1fr}.hp-dashboard-main{padding:18px 13px 20px}.hp-dashboard-body{grid-template-columns:32px 1fr;min-height:350px}.hp-dashboard-side span:not(.active){width:12px}.hp-dashboard-side span.active{width:24px;height:24px}.hp-dashboard-heading{align-items:flex-start}.hp-dashboard-heading small{display:none}.hp-create-keyword{padding:8px}.hp-create-keyword svg{display:none}.hp-stat-row{grid-template-columns:1fr 1fr}.hp-stat-card:last-child{display:none}.hp-keyword-row{grid-template-columns:auto 1fr auto}.hp-keyword-reply{display:none!important}.hp-success-float{display:none}.hp-audience-grid,.hp-benefit-grid,.hp-steps{grid-template-columns:1fr}.hp-step-card:last-child{grid-column:auto}.hp-benefit-card{min-height:200px}.hp-table-card{overflow:hidden}.hp-table-card table{table-layout:fixed}.hp-table-card td,.hp-table-card th{padding:13px 7px;font-size:9px;overflow-wrap:anywhere}.hp-table-card td:first-child,.hp-table-card th:first-child{width:42%}.hp-table-brand{display:none}.hp-testimonial-grid{grid-template-columns:1fr}.hp-testimonial-4,.hp-testimonial-card{grid-column:auto}.hp-testimonial-card blockquote{min-height:0}.hp-final{padding-bottom:70px}.hp-final-card{padding:50px 22px}.hp-final-trust{display:grid;grid-template-columns:1fr}.hp-site .footer-grid{grid-template-columns:1fr 1fr}.hp-site .footer-brand{grid-column:1/-1;margin-bottom:12px}}@media (max-width:390px){.hp-site .public-container{padding-inline:16px}.hp-hero h1{font-size:39px}.hp-step-card{padding-inline:20px}.hp-site .footer-grid{grid-template-columns:1fr}.hp-site .footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){.hp-site *,.hp-site :after,.hp-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.hiw-site{--hiw-blue:#3563e9;--hiw-blue-dark:#254bc4;--hiw-blue-soft:#edf3ff;--hiw-navy:#14213a;--hiw-copy:#5d6a7f;--hiw-line:#dfe6f1;--hiw-soft:#f6f8fc;--hiw-green:#19875f;background:#ffffff;color:var(--hiw-navy)}.hiw-site .public-header{border-bottom-color:rgba(215,223,236,.8);background:rgba(255,255,255,.92)}.hiw-site .brand-mark{border-radius:10px;background:var(--hiw-blue);box-shadow:0 7px 18px rgba(53,99,233,.22)}.hiw-site .public-nav{gap:24px}.hiw-site .public-nav a:not(.button){color:#5f6b7e;font-size:13px}.hiw-site .public-nav .button{min-height:42px;border-radius:10px;padding-inline:18px;background:var(--hiw-blue);box-shadow:0 8px 20px rgba(53,99,233,.2)}.hiw-site .button:hover,.hiw-site .public-nav .button:hover{background:var(--hiw-blue-dark)}.hiw-hero{position:relative;overflow:hidden;padding:104px 0 98px;background:radial-gradient(circle at 50% 2%,rgba(91,126,233,.14),transparent 34%),linear-gradient(180deg,#fbfcff,#f7f9fd)}.hiw-hero:after,.hiw-hero:before{position:absolute;width:330px;height:330px;border:1px solid rgba(53,99,233,.075);border-radius:50%;content:""}.hiw-hero:before{top:-210px;left:-130px}.hiw-hero:after,.hiw-hero:before{box-shadow:0 0 0 65px rgba(53,99,233,.018)}.hiw-hero:after{right:-150px;bottom:-240px}.hiw-hero-glow{position:absolute;top:50%;left:50%;width:700px;height:310px;border-radius:50%;background:rgba(79,112,222,.06);filter:blur(55px);transform:translate(-50%,-50%)}.hiw-hero-inner{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.hiw-eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border:1px solid #d9e3fb;border-radius:999px;background:rgba(255,255,255,.88);color:#3d5fc1;box-shadow:0 7px 20px rgba(41,66,130,.05);font-size:12px;font-weight:800}.hiw-hero h1{max-width:840px;margin:24px 0 19px;color:#111d35;font-size:clamp(48px,6vw,74px);font-weight:850;line-height:1.02;letter-spacing:-.058em}.hiw-hero p{max-width:680px;margin:0;color:var(--hiw-copy);font-size:18px;line-height:1.7}.hiw-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;align-items:center;margin-top:31px}.hiw-site .hiw-main-button{min-height:52px;border-radius:11px;padding:12px 20px;background:var(--hiw-blue);box-shadow:0 12px 25px rgba(53,99,233,.24);font-size:14px}.hiw-hero-actions>span{display:inline-flex;gap:7px;align-items:center;color:#778397;font-size:11px}.hiw-hero-actions>span svg{color:var(--hiw-green)}.hiw-hero-actions>span strong{color:#4f5d74}.hiw-section{padding:108px 0}.hiw-heading{max-width:720px;margin:0 auto 57px;text-align:center}.hiw-heading>span,.hiw-workflow-copy>span{display:inline-block;margin-bottom:13px;color:var(--hiw-blue);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hiw-final h2,.hiw-heading h2,.hiw-workflow-copy h2{margin:0;color:var(--hiw-navy);font-size:clamp(35px,4.2vw,51px);font-weight:830;line-height:1.08;letter-spacing:-.049em}.hiw-heading p,.hiw-workflow-copy p{margin:16px 0 0;color:var(--hiw-copy);font-size:16px;line-height:1.65}.hiw-heading-left{max-width:760px;margin-left:0;text-align:left}.hiw-steps-section{background:#ffffff}.hiw-step-list{display:grid;gap:33px}.hiw-step{display:grid;grid-template-columns:minmax(0,.72fr) minmax(510px,1.28fr);gap:66px;align-items:center;min-height:510px;padding:55px;border:1px solid #e0e6ef;border-radius:22px;background:#f8fafe}.hiw-step-reverse .hiw-step-copy{order:2}.hiw-step-reverse .hiw-screen{order:1}.hiw-step-label{display:inline-grid;min-width:61px;min-height:30px;place-items:center;margin-bottom:19px;border-radius:8px;background:var(--hiw-blue);box-shadow:0 7px 16px rgba(53,99,233,.16);color:#ffffff;font-size:10px;font-weight:850;text-transform:uppercase}.hiw-step-copy h3{margin:0;color:#1d2a42;font-size:clamp(29px,3vw,39px);line-height:1.1;letter-spacing:-.04em}.hiw-step-copy>p{margin:18px 0 0;color:#606d82;font-size:15px;line-height:1.75}.hiw-step-copy>p strong{color:#324158}.hiw-step-copy ul{display:grid;gap:11px;margin:25px 0 0;padding:0;list-style:none}.hiw-step-copy li{display:flex;gap:9px;align-items:center;color:#526076;font-size:12px;font-weight:700}.hiw-step-copy li svg{color:var(--hiw-green)}.hiw-keyword-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.hiw-keyword-chips span{padding:7px 9px;border:1px solid #dbe4fb;border-radius:8px;background:#ffffff;color:#4864bd;font-size:9px;font-weight:850}.hiw-example-line{display:flex;gap:9px;align-items:flex-start;margin-top:25px;padding:13px 14px;border:1px solid #dce4f3;border-radius:10px;background:#ffffff;color:#506078;font-size:11px;font-weight:700;line-height:1.5}.hiw-example-line svg{flex:0 0 auto;color:var(--hiw-blue)}.hiw-screen{overflow:hidden;border:1px solid #d7dfec;border-radius:16px;background:#ffffff;box-shadow:0 27px 58px rgba(28,44,81,.13),0 7px 18px rgba(28,44,81,.06)}.hiw-window-bar{display:grid;grid-template-columns:1fr auto 1fr;min-height:45px;align-items:center;padding:0 14px;border-bottom:1px solid #e7ebf2;background:#fbfcfe}.hiw-window-bar strong{color:#718097;font-size:9px}.hiw-window-dots{display:flex;gap:5px}.hiw-window-dots i{width:6px;height:6px;border-radius:50%;background:#d1d7e2}.hiw-connect-screen{display:grid;min-height:364px;justify-items:center;align-content:center;padding:35px;text-align:center}.hiw-fb-icon{display:grid;width:57px;height:57px;place-items:center;border-radius:16px;background:#eaf0ff;color:#3970e6}.hiw-connect-screen h4{margin:17px 0 0;color:#344157;font-size:15px}.hiw-connect-screen>p{margin:7px 0 0;color:#8792a4;font-size:10px}.hiw-highlight-wrap,.hiw-save-highlight{position:relative;display:grid;justify-items:center;margin-top:23px;padding:8px;border:2px solid rgba(53,99,233,.46);border-radius:12px;box-shadow:0 0 0 5px rgba(53,99,233,.07)}.hiw-highlight-wrap>small,.hiw-save-highlight>small{position:absolute;top:calc(100% + 7px);color:#5670c2;font-size:8px;font-weight:800}.hiw-mock-button{gap:7px;padding:11px 15px;border-radius:8px;background:var(--hiw-blue);box-shadow:0 8px 16px rgba(53,99,233,.19);color:#ffffff;font-size:9px;font-weight:800}.hiw-mock-button,.hiw-safe-note{display:inline-flex;align-items:center}.hiw-safe-note{gap:5px;margin-top:33px;color:#768399;font-size:8px;font-weight:700}.hiw-safe-note svg{color:var(--hiw-green)}.hiw-keyword-screen{display:grid;min-height:364px;padding:37px 42px}.hiw-mock-field{position:relative;display:grid;gap:7px;margin-bottom:19px;padding:12px;border:2px solid rgba(53,99,233,.4);border-radius:11px;box-shadow:0 0 0 5px rgba(53,99,233,.055)}.hiw-mock-field label{display:flex;gap:4px;align-items:center;color:#66748a;font-size:8px;font-weight:800}.hiw-mock-field>span{border:1px solid #dbe2ed;border-radius:7px;padding:9px 10px;background:#fbfcfe;color:#40506a;font-size:9px;font-weight:800}.hiw-mock-field small{color:#929cab;font-size:7px}.hiw-mock-field .hiw-mock-textarea{min-height:61px;line-height:1.55}.hiw-save-highlight{justify-self:end;margin-top:0}.hiw-post-screen{min-height:364px;padding:25px 33px;background:#f7f9fc}.hiw-page-name{display:flex;gap:9px;align-items:center}.hiw-page-name>span,.hiw-person{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#e6edff;color:#4865bf;font-size:9px;font-weight:850}.hiw-page-name>div{display:grid;gap:2px}.hiw-comment-highlight strong,.hiw-page-name strong,.hiw-reply-bubble strong{color:#3c495e;font-size:9px}.hiw-page-name small{color:#929baa;font-size:7px}.hiw-post-highlight{margin-top:14px;padding:13px;border:2px solid rgba(53,99,233,.36);border-radius:10px;background:#ffffff;box-shadow:0 0 0 4px rgba(53,99,233,.05);color:#536077;font-size:9px}.hiw-post-highlight p{margin:0 0 6px}.hiw-comment-highlight,.hiw-reply-bubble{position:relative;display:flex;gap:9px;align-items:center;margin-top:15px;margin-left:9px;padding:10px;border:2px solid rgba(53,99,233,.32);border-radius:10px;background:#ffffff}.hiw-comment-highlight p,.hiw-reply-bubble p{display:grid;gap:3px;margin:0;color:#5f6d82;font-size:8px}.hiw-comment-highlight>small,.hiw-reply-bubble>small{position:absolute;right:8px;bottom:-15px;color:#7284bb;font-size:7px;font-weight:800}.hiw-reply-bubble{margin-top:22px;margin-left:35px;border-color:rgba(26,143,100,.34);background:#f1faf6;color:var(--hiw-green)}.hiw-workflow-section{padding:88px 0;background:#17284b;color:#ffffff}.hiw-workflow-wrap{display:grid;grid-template-columns:.64fr 1.36fr;gap:70px;align-items:center}.hiw-workflow-copy h2{color:#ffffff}.hiw-workflow-copy>span{color:#adc0ff}.hiw-workflow-copy p{color:rgba(255,255,255,.68)}.hiw-flow{display:grid;grid-template-columns:1fr 52px 1fr 52px 1.2fr;align-items:center}.hiw-flow-card{display:grid;justify-items:center;align-content:center;min-height:155px;padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.07);text-align:center}.hiw-flow-icon{display:grid;width:39px;height:39px;place-items:center;margin-bottom:13px;border-radius:11px;background:rgba(255,255,255,.1);color:#c4d1ff}.hiw-flow-card>span:last-child{display:grid;gap:5px}.hiw-flow-card small{color:rgba(255,255,255,.55);font-size:8px;font-weight:700}.hiw-flow-card strong{color:#ffffff;font-size:10px;line-height:1.4}.hiw-flow-line{position:relative;height:2px;overflow:hidden;background:rgba(255,255,255,.12)}.hiw-flow-line i{position:absolute;top:0;left:-45%;width:45%;height:100%;background:linear-gradient(90deg,transparent,#82a3ff);animation:hiw-flow-pulse 2.2s ease-in-out infinite}.hiw-flow-line:nth-of-type(4) i{animation-delay:.55s}.hiw-flow-comment{animation:hiw-card-glow 4.6s ease-in-out infinite}.hiw-flow-match{animation:hiw-card-glow 4.6s ease-in-out .8s infinite}.hiw-flow-reply{border-color:rgba(71,198,144,.25);background:rgba(61,176,126,.1);animation:hiw-card-glow-green 4.6s ease-in-out 1.6s infinite}.hiw-flow-reply .hiw-flow-icon{background:rgba(63,192,139,.14);color:#7be0b4}@keyframes hiw-flow-pulse{0%{left:-45%}55%,to{left:100%}}@keyframes hiw-card-glow{0%,14%,to{border-color:rgba(255,255,255,.13)}22%,38%{border-color:rgba(130,163,255,.5)}}@keyframes hiw-card-glow-green{0%,14%,to{border-color:rgba(71,198,144,.25)}22%,38%{border-color:rgba(88,220,159,.62)}}.hiw-benefits{background:var(--hiw-soft)}.hiw-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.hiw-benefit-grid article{min-height:225px;padding:27px;border:1px solid #e1e6ef;border-radius:16px;background:#ffffff;box-shadow:0 9px 25px rgba(26,41,75,.04)}.hiw-benefit-grid article>span{display:grid;width:43px;height:43px;place-items:center;margin-bottom:28px;border-radius:12px;background:var(--hiw-blue-soft);color:var(--hiw-blue)}.hiw-benefit-grid h3,.hiw-example-head h3{margin:0;color:#26344b;font-size:18px;letter-spacing:-.025em}.hiw-benefit-grid p{margin:9px 0 0;color:#6f7b8e;font-size:13px;line-height:1.6}.hiw-examples{background:#ffffff}.hiw-example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.hiw-example-card{overflow:hidden;border:1px solid #e0e6ef;border-radius:16px;background:#ffffff;box-shadow:0 9px 25px rgba(26,41,75,.045)}.hiw-example-head{display:flex;gap:11px;align-items:center;padding:18px 19px;border-bottom:1px solid #e8ecf2;background:#fafbfe}.hiw-example-head>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#eaf0ff;color:#4b68c5}.hiw-example-head h3{font-size:14px}.hiw-example-post{min-height:103px;padding:18px 19px}.hiw-example-comment small,.hiw-example-post small,.hiw-example-reply small{color:#929caa;font-size:8px;font-weight:750}.hiw-example-post p{margin:7px 0 0;color:#4f5d72;font-size:12px;font-weight:700;line-height:1.55}.hiw-example-comment,.hiw-example-reply{display:flex;gap:9px;align-items:center;margin:0 19px 11px;padding:11px;border-radius:10px;background:#f1f3f7}.hiw-example-comment>span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;background:#e3e7ee;color:#697589;font-size:8px;font-weight:850}.hiw-example-comment p,.hiw-example-reply p{display:grid;gap:3px;margin:0}.hiw-example-comment strong,.hiw-example-reply strong{color:#4f5d72;font-size:9px;line-height:1.45}.hiw-example-reply{margin-left:38px;margin-bottom:19px;background:#ebf2ff;color:var(--hiw-blue)}.hiw-example-reply strong{color:#435dba}.hiw-faq{background:var(--hiw-soft)}.hiw-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.hiw-faq-grid details{overflow:hidden;border:1px solid #dfe5ee;border-radius:13px;background:#ffffff}.hiw-faq-grid summary{display:flex;min-height:64px;justify-content:space-between;align-items:center;gap:20px;padding:17px 19px;color:#354258;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.hiw-faq-grid summary::-webkit-details-marker{display:none}.hiw-faq-grid summary span{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border-radius:7px;background:#eef3ff;color:var(--hiw-blue);font-size:16px;transition:transform .18s ease}.hiw-faq-grid details[open] summary span{transform:rotate(45deg)}.hiw-faq-grid details p{margin:0;padding:0 19px 18px;color:#6d798c;font-size:12px;line-height:1.65}.hiw-final{padding:0 0 100px;background:#ffffff}.hiw-final-card{position:relative;overflow:hidden;display:grid;justify-items:center;min-height:425px;align-content:center;padding:65px 30px;border-radius:24px;background:radial-gradient(circle at 85% 15%,rgba(160,180,255,.32),transparent 28%),linear-gradient(135deg,#2149b9,#3563e9 55%,#5a62d9);box-shadow:0 27px 60px rgba(43,76,179,.22);color:#ffffff;text-align:center}.hiw-final-card:after,.hiw-final-card:before{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.hiw-final-card:before{top:-190px;left:-130px;width:390px;height:390px;box-shadow:0 0 0 60px rgba(255,255,255,.025)}.hiw-final-card:after{right:-120px;bottom:-190px;width:360px;height:360px;box-shadow:0 0 0 60px rgba(255,255,255,.025)}.hiw-final-card>*{position:relative;z-index:2}.hiw-final-badge{display:inline-flex;gap:7px;align-items:center;margin-bottom:20px;padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);color:#dbe4ff;font-size:10px;font-weight:800}.hiw-final h2{max-width:760px;color:#ffffff}.hiw-final-card>p{max-width:600px;margin:18px 0 26px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.65}.hiw-site .hiw-final-button{min-height:51px;min-width:160px;border-color:#ffffff;border-radius:11px;background:#ffffff;box-shadow:0 12px 25px rgba(18,39,107,.2);color:#2e55c7}.hiw-site .hiw-final-button:hover{border-color:#ffffff;background:#ffffff;color:#1f43ae}.hiw-final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 21px;margin-top:20px;color:rgba(255,255,255,.72);font-size:10px;font-weight:700}.hiw-final-trust span{display:inline-flex;gap:5px;align-items:center}.hiw-site .public-footer{border-top-color:#e3e8f0;background:#f7f9fc}.hiw-site .footer-grid{grid-template-columns:1.7fr repeat(4,1fr)}@media (max-width:1080px){.hiw-step{grid-template-columns:minmax(0,.78fr) minmax(450px,1.22fr);gap:38px;padding:42px}.hiw-workflow-wrap{gap:40px}.hiw-example-grid{grid-template-columns:1fr 1fr}.hiw-site .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media (max-width:900px){.hiw-hero{padding:82px 0}.hiw-step,.hiw-workflow-wrap{grid-template-columns:1fr}.hiw-step{gap:35px}.hiw-step-reverse .hiw-screen,.hiw-step-reverse .hiw-step-copy{order:0}.hiw-workflow-copy{max-width:680px}.hiw-benefit-grid{grid-template-columns:1fr 1fr}.hiw-flow{max-width:730px}}@media (max-width:768px){.hiw-site .public-nav{top:72px;gap:13px;border-bottom-color:#e1e6ef;background:rgba(255,255,255,.99)}.hiw-site .public-container{padding-inline:20px}.hiw-section{padding:82px 0}.hiw-step{min-height:0;padding:32px;border-radius:18px}.hiw-flow{grid-template-columns:1fr;gap:0}.hiw-flow-line{width:2px;height:34px;justify-self:center}.hiw-flow-line i{top:-45%;left:0;width:100%;height:45%;background:linear-gradient(180deg,transparent,#82a3ff);animation-name:hiw-flow-pulse-vertical}@keyframes hiw-flow-pulse-vertical{0%{top:-45%}55%,to{top:100%}}.hiw-flow-card{min-height:125px}.hiw-faq-grid{grid-template-columns:1fr}.hiw-final-card{min-height:400px;border-radius:20px}}@media (max-width:620px){.hiw-hero{padding:60px 0 66px}.hiw-hero h1{font-size:clamp(42px,12vw,56px)}.hiw-hero p{font-size:16px}.hiw-hero-actions{display:grid;width:100%}.hiw-hero-actions .button{width:100%}.hiw-hero-actions>span{justify-content:center}.hiw-step{padding:25px 20px}.hiw-keyword-screen{padding:29px 20px}.hiw-post-screen{padding:22px 18px}.hiw-benefit-grid,.hiw-example-grid{grid-template-columns:1fr}.hiw-benefit-grid article{min-height:195px}.hiw-final{padding-bottom:70px}.hiw-final-card{padding:50px 22px}.hiw-final-trust{display:grid;grid-template-columns:1fr}.hiw-site .footer-grid{grid-template-columns:1fr 1fr}.hiw-site .footer-brand{grid-column:1/-1;margin-bottom:12px}}@media (max-width:390px){.hiw-site .public-container{padding-inline:16px}.hiw-hero h1{font-size:40px}.hiw-connect-screen{padding-inline:18px}.hiw-site .footer-grid{grid-template-columns:1fr}.hiw-site .footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){.hiw-site *,.hiw-site :after,.hiw-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.price-site{--price-blue:#3563e9;--price-blue-dark:#254bc4;--price-blue-soft:#edf3ff;--price-navy:#14213a;--price-copy:#5d6a7f;--price-line:#dfe6f1;--price-soft:#f6f8fc;--price-green:#19875f;background:#ffffff;color:var(--price-navy)}.price-site .public-header{border-bottom-color:rgba(215,223,236,.8);background:rgba(255,255,255,.92)}.price-site .brand-mark{border-radius:10px;background:var(--price-blue);box-shadow:0 7px 18px rgba(53,99,233,.22)}.price-site .public-nav{gap:24px}.price-site .public-nav a:not(.button){color:#5f6b7e;font-size:13px}.price-site .public-nav .button{min-height:42px;border-radius:10px;padding-inline:18px;background:var(--price-blue);box-shadow:0 8px 20px rgba(53,99,233,.2)}.price-site .button:hover,.price-site .public-nav .button:hover{background:var(--price-blue-dark)}.price-hero{position:relative;overflow:hidden;padding:98px 0 91px;background:radial-gradient(circle at 50% 0,rgba(91,126,233,.14),transparent 35%),linear-gradient(180deg,#fbfcff,#f7f9fd)}.price-hero:after,.price-hero:before{position:absolute;width:340px;height:340px;border:1px solid rgba(53,99,233,.07);border-radius:50%;content:""}.price-hero:before{top:-220px;left:-145px}.price-hero:after,.price-hero:before{box-shadow:0 0 0 70px rgba(53,99,233,.017)}.price-hero:after{right:-150px;bottom:-240px}.price-hero-glow{position:absolute;top:40%;left:50%;width:650px;height:280px;border-radius:50%;background:rgba(79,112,222,.06);filter:blur(52px);transform:translate(-50%,-50%)}.price-hero-inner{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.price-eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border:1px solid #d9e3fb;border-radius:999px;background:rgba(255,255,255,.88);color:#3d5fc1;box-shadow:0 7px 20px rgba(41,66,130,.05);font-size:12px;font-weight:800}.price-hero h1{max-width:920px;margin:24px 0 19px;color:#111d35;font-size:clamp(48px,6vw,72px);font-weight:850;line-height:1.02;letter-spacing:-.058em}.price-hero p{max-width:680px;margin:0;color:var(--price-copy);font-size:18px;line-height:1.7}.price-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 23px;margin-top:26px;color:#6e7a8e;font-size:11px;font-weight:700}.price-final-trust span,.price-hero-trust span{display:inline-flex;gap:5px;align-items:center}.price-final-trust svg,.price-hero-trust svg{color:var(--price-green)}.price-plans-section{padding:78px 0 105px;background:#ffffff}.price-all-plans{display:flex;max-width:720px;gap:13px;align-items:center;margin:0 auto 44px;padding:15px 18px;border:1px solid #dce4f4;border-radius:14px;background:#f7f9ff}.price-all-plans>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:#e7eeff;color:var(--price-blue)}.price-all-plans>div{display:grid;gap:4px}.price-all-plans strong{color:#39465d;font-size:12px}.price-all-plans p{margin:0;color:#7a8699;font-size:10px;line-height:1.5}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;align-items:stretch}.price-card{position:relative;display:flex;min-width:0;min-height:560px;flex-direction:column;padding:27px 23px 23px;border:1px solid #dfe5ee;border-radius:18px;background:#ffffff;box-shadow:0 11px 30px rgba(24,40,76,.055)}.price-card-popular{z-index:2;border:2px solid #6986e3;box-shadow:0 21px 45px rgba(47,79,182,.15),0 0 0 5px rgba(53,99,233,.04);transform:translateY(-9px)}.price-popular-badge{position:absolute;top:-14px;left:50%;padding:6px 12px;border-radius:999px;background:var(--price-blue);box-shadow:0 7px 16px rgba(53,99,233,.23);color:#ffffff;font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;transform:translateX(-50%);white-space:nowrap}.price-card-top h2{margin:0;color:#28364c;font-size:21px;letter-spacing:-.03em}.price-card-top>p{min-height:43px;margin:8px 0 0;color:#7b8799;font-size:11px;line-height:1.55}.price-amount{display:flex;gap:5px;align-items:flex-end;margin-top:22px}.price-amount strong{color:#17243c;font-size:42px;line-height:1;letter-spacing:-.055em}.price-amount span{padding-bottom:5px;color:#8b95a5;font-size:10px;font-weight:700}.price-reply-limit{display:flex;gap:8px;align-items:center;margin-top:18px;padding:11px;border-radius:10px;background:#f1f5ff;color:var(--price-blue)}.price-reply-limit span{display:grid;gap:2px;color:#66738a;font-size:8px}.price-reply-limit strong{color:#3f5fc2;font-size:10px}.price-card ul{display:grid;gap:12px;margin:25px 0;padding:23px 0 0;border-top:1px solid #e8ecf2;list-style:none}.price-card li{display:flex;gap:8px;align-items:flex-start;color:#536177;font-size:11px;font-weight:700;line-height:1.45}.price-card li svg{flex:0 0 auto;color:var(--price-green)}.price-site .price-card-button{width:100%;min-height:47px;margin-top:auto;border-radius:10px;font-size:11px}.price-card-popular .price-card-button{background:var(--price-blue);box-shadow:0 10px 22px rgba(53,99,233,.2)}.price-card-note{margin-top:9px;color:#919aa8;font-size:8px;text-align:center}.price-start-note{display:flex;justify-content:center;gap:9px;align-items:center;margin-top:34px;color:#6f7b90;font-size:11px}.price-start-note svg{color:#a9752a}.price-start-note strong{color:#3f4e65}.price-section{padding:105px 0}.price-heading{max-width:740px;margin:0 auto 52px;text-align:center}.price-heading>span,.price-kicker{display:inline-block;margin-bottom:13px;color:var(--price-blue);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.price-counting-copy h2,.price-final h2,.price-heading h2{margin:0;color:var(--price-navy);font-size:clamp(35px,4.2vw,50px);font-weight:830;line-height:1.08;letter-spacing:-.049em}.price-counting-copy>p,.price-heading p{margin:16px 0 0;color:var(--price-copy);font-size:16px;line-height:1.65}.price-heading-left{max-width:760px;margin-left:0;text-align:left}.price-compare{background:var(--price-soft)}.price-table-wrap{overflow:hidden;border:1px solid #dae2ed;border-radius:17px;background:#ffffff;box-shadow:0 18px 42px rgba(25,41,77,.075)}.price-table-wrap table{width:100%;border-collapse:collapse}.price-table-wrap td,.price-table-wrap th{padding:16px 17px;border-right:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1;text-align:center}.price-table-wrap td:last-child,.price-table-wrap th:last-child{border-right:0}.price-table-wrap tr:last-child td{border-bottom:0}.price-table-wrap th{background:#fbfcfe;color:#556278;font-size:11px}.price-table-wrap td:first-child,.price-table-wrap th:first-child{width:24%;text-align:left}.price-table-wrap td:nth-child(3),.price-table-wrap th:nth-child(3){background:#f4f7ff}.price-table-wrap td{color:#647087;font-size:10px;font-weight:700}.price-table-wrap td:not(:first-child){white-space:nowrap}.price-table-wrap td svg{margin-right:3px;color:var(--price-green);vertical-align:middle}.price-compare-mobile{display:none}.price-counting{background:#ffffff}.price-counting-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:75px;align-items:center}.price-simple-rule{display:flex;gap:10px;align-items:flex-start;margin-top:26px;padding:14px;border:1px solid #dce4f3;border-radius:11px;background:#f7f9ff;color:var(--price-blue)}.price-simple-rule span{display:grid;gap:3px;color:#718097;font-size:10px;line-height:1.5}.price-simple-rule strong{color:#465674}.price-count-example{overflow:hidden;border:1px solid #dbe2ed;border-radius:18px;background:#ffffff;box-shadow:0 22px 50px rgba(25,41,77,.1)}.price-count-top{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid #e6eaf1;background:#fafbfe}.price-count-top>span:first-child{display:inline-flex;gap:8px;align-items:center;color:#45536a;font-size:10px;font-weight:800}.price-count-top svg{color:var(--price-blue)}.price-count-month{padding:5px 8px;border-radius:999px;background:#eef2f8;color:#7d8899;font-size:8px;font-weight:800}.price-count-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:21px;align-items:center;padding:36px}.price-count-flow>div{display:grid;min-height:155px;justify-items:center;align-content:center;border:1px solid #e0e6ef;border-radius:14px;background:#f9fafe;text-align:center}.price-count-flow .price-count-result{border-color:#cfdfd7;background:#f3faf7}.price-count-number{color:#2d56ca;font-size:39px;font-weight:850;line-height:1;letter-spacing:-.05em}.price-count-result .price-count-number{color:var(--price-green)}.price-count-flow strong{margin-top:10px;color:#455269;font-size:11px}.price-count-flow small{margin-top:4px;color:#909aa9;font-size:8px}.price-count-arrow{color:#a4aebb}.price-one-example{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;align-items:center;margin:0 36px 33px;padding:11px;border-radius:9px;background:#f1f4f9;color:#7d8899;font-size:9px;font-weight:700}.price-one-example strong{color:#3b6d59}.price-upgrade{background:var(--price-soft)}.price-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.price-use-grid article{min-height:250px;padding:22px;border:1px solid #dfe5ee;border-radius:15px;background:#ffffff;box-shadow:0 8px 22px rgba(24,39,73,.04)}.price-use-head{display:flex;gap:10px;align-items:center}.price-use-head>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:10px;background:#eaf0ff;color:#4b68c5}.price-use-head>div{display:grid;gap:3px}.price-use-head h3{margin:0;color:#36445b;font-size:13px}.price-use-head small{color:#8b95a5;font-size:8px;line-height:1.4}.price-use-plan{display:flex;justify-content:space-between;align-items:center;margin-top:21px;padding:10px;border-radius:9px;background:#f1f5ff}.price-use-plan span{color:#78859a;font-size:8px;font-weight:700}.price-use-plan strong{color:#4261bd;font-size:10px}.price-use-grid article>p{margin:16px 0 0;color:#6f7b8f;font-size:11px;line-height:1.6}.price-faq{background:#ffffff}.price-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.price-faq-grid details{overflow:hidden;border:1px solid #dfe5ee;border-radius:13px;background:#ffffff}.price-faq-grid summary{display:flex;min-height:64px;justify-content:space-between;align-items:center;gap:20px;padding:17px 19px;color:#354258;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.price-faq-grid summary::-webkit-details-marker{display:none}.price-faq-grid summary span{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border-radius:7px;background:#eef3ff;color:var(--price-blue);font-size:16px;transition:transform .18s ease}.price-faq-grid details[open] summary span{transform:rotate(45deg)}.price-faq-grid details p{margin:0;padding:0 19px 18px;color:#6d798c;font-size:12px;line-height:1.65}.price-trust{padding:82px 0;background:#17284b}.price-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.1)}.price-trust-grid article{display:flex;min-height:160px;gap:12px;align-items:flex-start;padding:26px 23px;background:#17284b}.price-trust-grid article>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:rgba(116,151,255,.13);color:#a9bdff}.price-trust-grid h3{margin:1px 0 0;color:#ffffff;font-size:13px}.price-trust-grid p{margin:7px 0 0;color:rgba(255,255,255,.59);font-size:10px;line-height:1.55}.price-final{padding:96px 0 100px;background:#ffffff}.price-final-card{position:relative;overflow:hidden;display:grid;justify-items:center;min-height:430px;align-content:center;padding:65px 30px;border-radius:24px;background:radial-gradient(circle at 85% 15%,rgba(160,180,255,.32),transparent 28%),linear-gradient(135deg,#2149b9,#3563e9 55%,#5a62d9);box-shadow:0 27px 60px rgba(43,76,179,.22);color:#ffffff;text-align:center}.price-final-card:after,.price-final-card:before{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.price-final-card:before{top:-190px;left:-130px;width:390px;height:390px;box-shadow:0 0 0 60px rgba(255,255,255,.025)}.price-final-card:after{right:-120px;bottom:-190px;width:360px;height:360px;box-shadow:0 0 0 60px rgba(255,255,255,.025)}.price-final-card>*{position:relative;z-index:2}.price-final-icon{display:grid;width:50px;height:50px;place-items:center;margin-bottom:20px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(255,255,255,.11)}.price-final h2{color:#ffffff}.price-final-card>p{max-width:600px;margin:18px 0 27px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.65}.price-final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:11px}.price-site .price-final-primary,.price-site .price-final-secondary{min-height:51px;border-radius:11px;padding-inline:20px}.price-site .price-final-primary{border-color:#ffffff;background:#ffffff;box-shadow:0 12px 25px rgba(18,39,107,.2);color:#2e55c7}.price-site .price-final-primary:hover{border-color:#ffffff;background:#ffffff;color:#1f43ae}.price-site .price-final-secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:#ffffff}.price-site .price-final-secondary:hover{background:rgba(255,255,255,.16)}.price-final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 21px;margin-top:20px;color:rgba(255,255,255,.72);font-size:10px;font-weight:700}.price-final-trust svg{color:#a8efcf}.price-site .public-footer{border-top-color:#e3e8f0;background:#f7f9fc}.price-site .footer-grid{grid-template-columns:1.7fr repeat(4,1fr)}@media (max-width:1080px){.price-grid{grid-template-columns:1fr 1fr;gap:22px}.price-card{min-height:520px}.price-card-popular{transform:none}.price-use-grid{grid-template-columns:repeat(3,1fr)}.price-trust-grid{grid-template-columns:1fr 1fr}.price-site .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media (max-width:900px){.price-hero{padding:82px 0}.price-counting-grid{grid-template-columns:1fr;gap:45px}.price-counting-copy{max-width:680px}.price-table-wrap{display:none}.price-compare-mobile{display:grid;grid-template-columns:1fr 1fr;gap:14px}.price-compare-mobile article{overflow:hidden;border:1px solid #dce3ed;border-radius:14px;background:#ffffff}.price-compare-mobile h3{margin:0;padding:16px 17px;border-bottom:1px solid #e6ebf2;background:#f9fafe;color:#344258;font-size:14px}.price-compare-mobile dl{margin:0}.price-compare-mobile dl>div{display:flex;justify-content:space-between;gap:20px;padding:12px 17px;border-bottom:1px solid #edf0f4}.price-compare-mobile dl>div:last-child{border-bottom:0}.price-compare-mobile dd,.price-compare-mobile dt{margin:0;font-size:10px}.price-compare-mobile dt{color:#758196}.price-compare-mobile dd{color:#3e4d64;font-weight:800;text-align:right}}@media (max-width:768px){.price-site .public-nav{top:72px;gap:13px;border-bottom-color:#e1e6ef;background:rgba(255,255,255,.99)}.price-site .public-container{padding-inline:20px}.price-section{padding:82px 0}.price-use-grid{grid-template-columns:1fr 1fr}.price-faq-grid{grid-template-columns:1fr}}@media (max-width:620px){.price-hero{padding:60px 0 67px}.price-hero h1{font-size:clamp(42px,12vw,56px)}.price-hero p{font-size:16px}.price-hero-trust{display:grid;grid-template-columns:1fr}.price-all-plans{align-items:flex-start}.price-compare-mobile,.price-grid,.price-use-grid{grid-template-columns:1fr}.price-card,.price-card-top>p{min-height:0}.price-start-note{align-items:flex-start;text-align:left}.price-count-flow{grid-template-columns:1fr;padding:25px 22px}.price-count-arrow{transform:rotate(90deg)}.price-one-example{margin-inline:22px}.price-trust-grid{grid-template-columns:1fr}.price-trust-grid article{min-height:130px}.price-final{padding:70px 0}.price-final-card{min-height:440px;padding:50px 22px;border-radius:20px}.price-final-actions{display:grid;width:100%}.price-final-actions .button{width:100%}.price-final-trust{display:grid;grid-template-columns:1fr}.price-site .footer-grid{grid-template-columns:1fr 1fr}.price-site .footer-brand{grid-column:1/-1;margin-bottom:12px}}@media (max-width:390px){.price-site .public-container{padding-inline:16px}.price-hero h1{font-size:40px}.price-site .footer-grid{grid-template-columns:1fr}.price-site .footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){.price-site *,.price-site :after,.price-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0);white-space:nowrap}.dash-site{--dash-blue:#3563e9;--dash-blue-dark:#254bc4;--dash-blue-soft:#edf3ff;--dash-navy:#1b2942;--dash-copy:#617087;--dash-line:#dfe5ee;--dash-soft:#f5f7fb;--dash-green:#19875f;display:grid;grid-template-columns:238px 1fr;min-height:100vh;background:var(--dash-soft);color:var(--dash-navy)}.dash-site a,.dash-site button{outline-offset:3px}.dash-site a:focus-visible,.dash-site button:focus-visible,.dash-site input:focus-visible,.dash-site summary:focus-visible{outline:3px solid rgba(53,99,233,.3)}.dash-sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;padding:23px 16px 18px;border-right:1px solid #e0e5ed;background:#ffffff}.dash-logo{display:flex;gap:9px;align-items:center;padding:0 8px 23px;border-bottom:1px solid #e8ecf2}.dash-logo>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--dash-blue);box-shadow:0 7px 16px rgba(53,99,233,.2);color:#ffffff;font-size:11px;font-weight:850}.dash-logo strong{color:#223149;font-size:17px;letter-spacing:-.03em}.dash-mobile-nav-list,.dash-nav{display:grid;gap:5px;margin-top:24px}.dash-nav-label{margin:0 10px 7px;color:#9aa3b1;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.dash-mobile-nav-list a,.dash-mobile-nav-list button,.dash-nav a,.dash-nav button{display:flex;width:100%;min-height:42px;gap:11px;align-items:center;border:0;border-radius:9px;padding:9px 11px;background:transparent;color:#667287;font-size:11px;font-weight:750;text-align:left}.dash-mobile-nav-list a:hover,.dash-mobile-nav-list button:hover,.dash-nav a:hover,.dash-nav button:hover{background:#f3f5f9;color:#34435a}.dash-mobile-nav-list a.active,.dash-mobile-nav-list button.active,.dash-nav a.active,.dash-nav button.active{background:#ecf2ff;color:#3859bd}.dash-mobile-nav-list a.active svg,.dash-mobile-nav-list button.active svg,.dash-nav a.active svg,.dash-nav button.active svg{color:var(--dash-blue)}.dash-mobile-nav-list .dash-logout,.dash-nav .dash-logout{margin-top:10px;border-top:1px solid #e8ecf2;border-radius:0;padding-top:16px;color:#8a6570}.kw-site{min-height:100vh}.kw-main{width:100%;max-width:1370px;margin:0 auto;padding:27px 30px 65px}.kw-site button,.kw-site input,.kw-site textarea{font:inherit}.kw-site button{cursor:pointer}.kw-page-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.kw-page-head h1{margin:0;color:#1d2b43;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.05em}.kw-page-head>div>p:last-child{margin:10px 0 0;color:#768398;font-size:11px;line-height:1.55}.kw-eyebrow{margin:0 0 7px;color:#5370c9;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.kw-primary-button{display:inline-flex;min-height:45px;gap:8px;justify-content:center;align-items:center;border:0;border-radius:10px;padding:0 17px;background:linear-gradient(135deg,#315bd4,#416be1);box-shadow:0 10px 22px rgba(53,99,233,.2);color:#fff;font-size:10px;font-weight:850}.kw-primary-button:hover{background:linear-gradient(135deg,#294fc2,#365dce);transform:translateY(-1px)}.kw-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:26px}.kw-summary>div{display:flex;min-height:82px;gap:12px;align-items:center;border:1px solid #dfe5ed;border-radius:13px;padding:14px 17px;background:#fff;box-shadow:0 7px 20px rgba(25,40,73,.035)}.kw-summary-icon{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border-radius:10px}.kw-summary-icon.blue{background:#eaf0ff;color:#3563e9}.kw-summary-icon.green{background:#e7f6ef;color:#19875f}.kw-summary-icon.purple{background:#f0ecff;color:#7656c9}.kw-summary>div>span:last-child{display:grid;gap:2px}.kw-summary strong{color:#35445a;font-size:18px;line-height:1}.kw-summary small{color:#8c96a5;font-size:8px}.kw-workspace{overflow:hidden;margin-top:18px;border:1px solid #dce3ed;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(24,39,72,.04)}.kw-toolbar{display:flex;min-height:88px;justify-content:space-between;gap:24px;align-items:center;padding:17px 20px;border-bottom:1px solid #e7ebf1}.kw-card-head h2,.kw-help-card h2,.kw-toolbar h2{margin:0;color:#334158;font-size:14px;letter-spacing:-.02em}.kw-card-head p,.kw-toolbar p{margin:4px 0 0;color:#919baa;font-size:8px}.kw-list-search{display:flex;width:min(370px,48%);min-height:42px;gap:9px;align-items:center;border:1px solid #d9e0ea;border-radius:10px;padding:0 11px;background:#f9fafc;color:#8490a2}.kw-list-search:focus-within{border-color:#7794e8;box-shadow:0 0 0 3px rgba(53,99,233,.1);background:#fff}.kw-list-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#45536a;font-size:9px}.kw-list-search input::placeholder{color:#9aa4b3}.kw-list-search button{display:grid;flex:0 0 auto;width:25px;height:25px;place-items:center;border:0;border-radius:7px;background:#edf0f5;color:#728095}.kw-filters{display:flex;gap:7px;overflow-x:auto;padding:12px 20px;border-bottom:1px solid #e7ebf1;scrollbar-width:thin}.kw-filters button{flex:0 0 auto;min-height:32px;border:1px solid #dce2eb;border-radius:999px;padding:0 12px;background:#fff;color:#788498;font-size:8px;font-weight:800}.kw-filters button:hover{border-color:#bfcbe2;color:#4c5a70}.kw-filters button.active{border-color:#d6e0fb;background:#edf3ff;color:#3c5cba}.kw-table-head{min-height:40px;padding:0 20px;border-bottom:1px solid #e7ebf1;background:#fafbfc;color:#9aa3b1;font-size:7px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.kw-row,.kw-table-head{display:grid;grid-template-columns:minmax(300px,2.2fr) .72fr .55fr .8fr 1.05fr;gap:18px;align-items:center}.kw-row{min-height:88px;padding:14px 20px;border-bottom:1px solid #edf0f4;background:#fff}.kw-row:last-child{border-bottom:0}.kw-row:hover{background:#fcfdff}.kw-word-cell{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-width:0}.kw-letter{display:grid;width:39px;height:39px;place-items:center;border-radius:10px;background:#eaf0ff;color:#4665c4;font-size:12px;font-weight:900}.kw-word-cell>span:last-child{display:grid;min-width:0;gap:5px}.kw-word-cell strong{color:#35445a;font-size:10px;letter-spacing:.035em}.kw-word-cell small{overflow:hidden;color:#818d9f;font-size:8px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.kw-reply-type{width:max-content;min-height:22px;gap:5px;border:1px solid #dce6fb;padding:0 8px;background:#f3f7ff;color:#3563e9;font-size:7px;font-style:normal;font-weight:800}.kw-reply-type,.kw-status{display:inline-flex;align-items:center;border-radius:999px}.kw-status{width:fit-content;min-height:27px;gap:6px;padding:0 9px;font-size:8px;font-weight:850}.kw-status i{width:6px;height:6px;border-radius:50%}.kw-status.active{background:#eaf7f1;color:#27775b}.kw-status.active i{background:#23a273}.kw-status.inactive{background:#f0f2f5;color:#758093}.kw-status.inactive i{background:#9aa3b1}.kw-replies{display:grid;gap:3px}.kw-replies strong{color:#45536a;font-size:11px}.kw-replies small{color:#9aa3b1;font-size:7px}.kw-last{display:flex;gap:6px;align-items:center;color:#7e899b;font-size:8px}.kw-last svg{color:#9aa6b8}.kw-actions,.kw-toggle{display:flex;gap:6px;align-items:center}.kw-toggle{min-height:32px;border:0;background:transparent;color:#778397;font-size:8px;font-weight:800}.kw-toggle>span{position:relative;display:block;width:29px;height:17px;border-radius:999px;background:#c9cfda;transition:background .16s ease}.kw-toggle>span i{position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(24,39,72,.24);transition:transform .16s ease}.kw-toggle[aria-pressed=true]>span{background:#3563e9}.kw-toggle[aria-pressed=true]>span i{transform:translateX(12px)}.kw-action-button{display:inline-flex;min-width:32px;min-height:32px;gap:5px;justify-content:center;align-items:center;border:1px solid #dce2eb;border-radius:8px;padding:0 8px;background:#fff;color:#718096;font-size:8px;font-weight:800}.kw-action-button:hover{border-color:#becbe2;color:#4562bb}.kw-action-button.delete:hover{border-color:#eccdd2;background:#fff8f8;color:#b84959}.kw-action-button.more,.kw-mobile-label{display:none}.kw-empty{display:grid;min-height:310px;place-items:center;align-content:center;padding:35px 20px;text-align:center}.kw-empty>span{display:grid;width:66px;height:66px;place-items:center;margin-bottom:16px;border-radius:20px;background:#edf3ff;color:#5270cc}.kw-empty h3{margin:0;color:#35445a;font-size:17px}.kw-empty p{max-width:410px;margin:8px auto 18px;color:#818d9f;font-size:10px;line-height:1.55}.kw-empty>button:not(.kw-primary-button){min-height:40px;border:1px solid #d6dfea;border-radius:9px;padding:0 15px;background:#fff;color:#4e64aa;font-size:9px;font-weight:800}.kw-bottom-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:17px;margin-top:18px}.kw-activity-card,.kw-help-card{overflow:hidden;border:1px solid #dce3ed;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.kw-card-head{display:flex;min-height:69px;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #e8ecf2}.kw-card-head>div{display:flex;gap:10px;align-items:center}.kw-card-head>div>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#eaf0ff;color:#3563e9}.kw-card-head button{border:0;background:transparent;color:#506bc0;font-size:8px;font-weight:850}.kw-activity-list>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:61px;padding:10px 20px;border-bottom:1px solid #edf0f4}.kw-activity-list>div:last-child{border-bottom:0}.kw-activity-list>div>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px}.kw-activity-list>div>span.green{background:#e9f7f0;color:#19875f}.kw-activity-list>div>span.blue{background:#eaf0ff;color:#3563e9}.kw-activity-list p{margin:0;color:#758195;font-size:8px}.kw-activity-list p strong{color:#45536a}.kw-activity-list time{color:#99a2af;font-size:7px;white-space:nowrap}.kw-help-card{display:flex;flex-direction:column;padding:21px;background:radial-gradient(circle at 92% 4%,rgba(85,119,226,.11),transparent 35%),#fff}.kw-help-card>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:15px;border-radius:12px;background:#eaf0ff;color:#3563e9}.kw-help-card p{margin:7px 0 16px;color:#808b9c;font-size:9px;line-height:1.5}.kw-help-card a{display:flex;min-height:40px;justify-content:space-between;gap:8px;align-items:center;border-top:1px solid #e7ebf1;color:#4f66b4;font-size:8px;font-weight:800}.kw-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;overflow-y:auto;place-items:start center;padding:34px 18px;background:rgba(22,32,52,.52);backdrop-filter:blur(5px)}.kw-modal{width:min(620px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.4);border-radius:18px;background:#fff;box-shadow:0 30px 70px rgba(18,31,60,.24)}.kw-modal>header{display:flex;min-height:88px;justify-content:space-between;align-items:center;padding:17px 22px;border-bottom:1px solid #e4e9f0;background:#fbfcfe}.kw-modal>header>div{display:flex;gap:12px;align-items:center}.kw-modal>header>div>span{display:grid;width:43px;height:43px;place-items:center;border-radius:12px;background:#eaf0ff;color:#3563e9}.kw-modal>header p{margin:0 0 3px;color:#8d97a6;font-size:8px}.kw-confirm h2,.kw-modal>header h2{margin:0;color:#2f3e56;font-size:17px}.kw-modal>header>button{display:grid;width:37px;height:37px;place-items:center;border:1px solid #dce2eb;border-radius:9px;background:#fff;color:#758195}.kw-modal form{display:grid;gap:19px;padding:22px}.kw-field{display:grid}.kw-field>span,.kw-reply-type-choice legend,.kw-status-choice legend{margin-bottom:4px;color:#3e4d64;font-size:10px;font-weight:850}.kw-field>small,.kw-reply-type-choice>p,.kw-status-choice>p{margin:0 0 9px;color:#8792a3;font-size:8px;line-height:1.45}.kw-field input,.kw-field textarea{width:100%;border:1px solid #d6deea;border-radius:10px;outline:0;background:#fff;color:#3f4e64;font-size:10px}.kw-field input{min-height:46px;padding:0 13px;text-transform:uppercase}.kw-field textarea{min-height:112px;resize:vertical;padding:12px 13px;line-height:1.55}.kw-field input:focus,.kw-field textarea:focus{border-color:#7794e8;box-shadow:0 0 0 3px rgba(53,99,233,.1)}.kw-field input[aria-invalid=true],.kw-field textarea[aria-invalid=true]{border-color:#d47784;box-shadow:0 0 0 3px rgba(190,73,88,.08)}.kw-field>i{margin-top:6px;color:#a0a8b4;font-size:7px;font-style:normal;text-align:right}.kw-field>em{display:flex;gap:6px;align-items:center;margin-top:7px;color:#b94b5a;font-size:8px;font-style:normal;font-weight:750}.kw-dm-field{border:1px solid #dce6fb;border-radius:12px;padding:14px;background:#f7f9ff}.kw-dm-field>span{display:flex;gap:6px;align-items:center;color:#315dcf}.kw-dm-field>span svg{flex:0 0 auto}.kw-dm-field textarea{background:#fff}.kw-status-choice{grid-template-columns:1fr 1fr}.kw-reply-type-choice,.kw-status-choice{display:grid;gap:9px;margin:0;padding:0;border:0}.kw-reply-type-choice{grid-template-columns:repeat(3,1fr)}.kw-reply-type-choice legend,.kw-reply-type-choice>p{grid-column:1/-1}.kw-reply-type-choice label{position:relative;min-height:86px;border:1px solid #dce2eb;border-radius:11px;padding:11px;cursor:pointer}.kw-reply-type-choice label.selected{border-color:#7894e4;background:#f5f8ff;box-shadow:0 0 0 2px rgba(53,99,233,.07)}.kw-reply-type-choice input{position:absolute;top:12px;right:12px;width:15px;height:15px;accent-color:#3563e9}.kw-reply-type-choice label>span{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center;padding-right:16px}.kw-reply-type-choice label>span>i{grid-row:1/span 2;display:grid;width:31px;height:31px;place-items:center;border-radius:8px;background:#eaf0ff;color:#3563e9}.kw-reply-type-choice label>span>strong{color:#435168;font-size:9px;line-height:1.25}.kw-reply-type-choice label>span>small{color:#8c96a5;font-size:7px;line-height:1.35}.kw-status-choice legend,.kw-status-choice>p{grid-column:1/-1}.kw-status-choice label{position:relative;min-height:70px;border:1px solid #dce2eb;border-radius:11px;padding:11px}.kw-status-choice label.selected{border-color:#7894e4;background:#f5f8ff;box-shadow:0 0 0 2px rgba(53,99,233,.07)}.kw-status-choice input{position:absolute;top:12px;right:12px;width:15px;height:15px;accent-color:#3563e9}.kw-status-choice label>span{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:center}.kw-status-choice label>span>i{grid-row:1/span 2;display:grid;width:31px;height:31px;place-items:center;border-radius:8px;background:#eaf0ff;color:#3563e9}.kw-status-choice label>span>strong{color:#435168;font-size:9px}.kw-status-choice label>span>small{color:#8c96a5;font-size:7px}.kw-dates{display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow:hidden;margin:0;border:1px solid #e1e6ed;border-radius:10px;background:#e1e6ed}.kw-dates>div{display:flex;justify-content:space-between;gap:15px;padding:11px 12px;background:#f9fafc}.kw-dates dt{color:#8c96a5;font-size:8px}.kw-dates dd{margin:0;color:#59667a;font-size:8px;font-weight:800}.kw-modal footer{display:flex;justify-content:flex-end;gap:9px;margin:2px -22px -22px;padding:16px 22px;border-top:1px solid #e5e9ef;background:#fafbfc}.kw-cancel,.kw-confirm button{min-height:43px;border:1px solid #d7dfea;border-radius:9px;padding:0 16px;background:#fff;color:#68758a;font-size:9px;font-weight:800}.kw-confirm{width:min(430px,100%);border-radius:17px;padding:28px;background:#fff;box-shadow:0 28px 70px rgba(17,29,56,.24);text-align:center}.kw-confirm>span{display:grid;width:51px;height:51px;place-items:center;margin:0 auto 16px;border-radius:15px;background:#fff0f2;color:#bd4d5d}.kw-confirm p{margin:9px auto 22px;color:#7d899b;font-size:9px;line-height:1.55}.kw-confirm>div{display:flex;justify-content:center;gap:9px}.kw-confirm>div button:last-child{display:inline-flex;gap:7px;align-items:center;border-color:#bd4d5d;background:#bd4d5d;color:#fff}.kw-toast{position:fixed;right:22px;bottom:22px;z-index:120;display:flex;min-height:49px;gap:10px;align-items:center;border:1px solid #cfe3da;border-radius:12px;padding:10px 15px 10px 10px;background:#fff;box-shadow:0 15px 38px rgba(20,39,70,.16);color:#466253;font-size:9px;font-weight:800}.kw-toast>span{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#e6f5ee;color:#19875f}@media (max-width:1180px){.kw-row,.kw-table-head{grid-template-columns:minmax(260px,2fr) .7fr .52fr .8fr .85fr;gap:12px}.kw-action-button.edit span{display:none}}@media (max-width:980px){.kw-table-head{display:none}.kw-row{grid-template-columns:1.7fr .6fr .6fr .7fr;grid-template-areas:"word status replies last" "word actions actions actions";min-height:118px;gap:10px 16px}.kw-word-cell{grid-area:word}.kw-status{grid-area:status}.kw-replies{grid-area:replies}.kw-last{grid-area:last}.kw-actions{grid-area:actions;justify-content:flex-end}}@media (max-width:760px){.kw-main{padding:23px 18px 50px}.kw-page-head{align-items:flex-start;flex-direction:column;gap:18px}.kw-page-head .kw-primary-button{width:100%}.kw-summary{grid-template-columns:1fr 1fr}.kw-summary>div:last-child{grid-column:1/-1}.kw-toolbar{align-items:flex-start;flex-direction:column;gap:13px}.kw-list-search{width:100%}.kw-bottom-grid{grid-template-columns:1fr}.kw-row{grid-template-columns:1fr 1fr;grid-template-areas:"word word" "status replies" "last last" "actions actions";gap:12px 18px;padding-block:18px}.kw-word-cell small{white-space:normal}.kw-actions{justify-content:flex-start;padding-top:11px;border-top:1px solid #edf0f4}.kw-actions,.kw-last,.kw-replies,.kw-status{position:relative}.kw-mobile-label{display:none}}@media (max-width:520px){.kw-page-head h1{font-size:36px}.kw-summary{grid-template-columns:1fr}.kw-summary>div:last-child{grid-column:auto}.kw-workspace{margin-inline:-4px}.kw-filters,.kw-row,.kw-toolbar{padding-inline:15px}.kw-filters{padding-right:10px}.kw-dates,.kw-reply-type-choice,.kw-status-choice{grid-template-columns:1fr}.kw-status-choice label{min-height:67px}.kw-dates>div{min-height:41px;align-items:center}.kw-modal-backdrop{align-items:end;padding:0}.kw-modal{max-height:94vh;overflow-y:auto;border-radius:18px 18px 0 0}.kw-modal footer,.kw-modal form,.kw-modal>header{padding-inline:18px}.kw-modal footer{position:sticky;bottom:0;margin-inline:-18px}.kw-modal footer .kw-cancel,.kw-modal footer .kw-primary-button{flex:1}.kw-confirm{border-radius:18px 18px 0 0}.kw-confirm>div{flex-direction:column-reverse}.kw-confirm button{width:100%;justify-content:center}.kw-toast{right:14px;bottom:14px;left:14px}.kw-activity-list>div{grid-template-columns:auto 1fr}.kw-activity-list time{grid-column:2}}@media (prefers-reduced-motion:reduce){.kw-site *,.kw-site :after,.kw-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.pages-main{width:100%;max-width:1370px;margin:0 auto;padding:27px 30px 65px}.pages-site button,.pages-site input{font:inherit}.pages-site button{cursor:pointer}.pages-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.pages-eyebrow{margin:0 0 7px;color:#5370c9;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.pages-head h1{margin:0;color:#1d2b43;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.05em}.pages-head>div>p:last-child{margin:10px 0 0;color:#768398;font-size:11px;line-height:1.55}.pages-primary-button{display:inline-flex;min-height:45px;gap:8px;justify-content:center;align-items:center;border:0;border-radius:10px;padding:0 17px;background:linear-gradient(135deg,#315bd4,#416be1);box-shadow:0 10px 22px rgba(53,99,233,.2);color:#fff;font-size:10px;font-weight:850}.pages-primary-button:hover{background:linear-gradient(135deg,#294fc2,#365dce);transform:translateY(-1px)}.pages-health{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-top:25px;border:1px solid #d6e7de;border-radius:14px;padding:16px 18px;background:#f3faf6}.pages-health>span{display:grid;width:43px;height:43px;place-items:center;border-radius:12px;background:#e0f4e9;color:#19875f}.pages-health>div{display:grid;gap:2px}.pages-health small{color:#7a9084;font-size:7px;font-weight:750}.pages-health strong{color:#356f58;font-size:11px}.pages-health p{margin:2px 0 0;color:#71847a;font-size:8px}.pages-health.attention{border-color:#eadcb6;background:#fffbef}.pages-health.attention>span{background:#fff1c8;color:#a66e13}.pages-health.attention strong{color:#805d24}.pages-health.attention p,.pages-health.attention small{color:#8d7c60}.pages-health>button{min-height:38px;border:1px solid #dfc882;border-radius:9px;padding:0 13px;background:#fff;color:#8a651e;font-size:8px;font-weight:850}.pages-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:17px}.pages-summary>div{display:grid;grid-template-columns:auto auto 1fr;gap:9px;align-items:center;min-height:70px;border:1px solid #dfe5ed;border-radius:12px;padding:12px 14px;background:#fff;box-shadow:0 6px 18px rgba(25,40,73,.03)}.pages-summary>div>span{display:grid;width:35px;height:35px;grid-row:1/span 2;place-items:center;border-radius:9px}.pages-summary>div>span.blue{background:#eaf0ff;color:#3563e9}.pages-summary>div>span.green{background:#e7f6ef;color:#19875f}.pages-summary>div>span.amber{background:#fff3d3;color:#a66e13}.pages-summary>div>span.purple{background:#f0ecff;color:#7656c9}.pages-summary strong{align-self:end;color:#3e4d64;font-size:15px}.pages-summary small{grid-column:2/-1;align-self:start;color:#8d97a6;font-size:7px}.pages-workspace{overflow:hidden;margin-top:18px;border:1px solid #dce3ed;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(24,39,72,.04)}.pages-toolbar{display:flex;min-height:82px;justify-content:space-between;gap:22px;align-items:center;padding:16px 20px;border-bottom:1px solid #e7ebf1}.pages-activity h2,.pages-help h2,.pages-toolbar h2{margin:0;color:#334158;font-size:14px;letter-spacing:-.02em}.pages-activity header p,.pages-toolbar p{margin:4px 0 0;color:#919baa;font-size:8px}.pages-toolbar>label{display:flex;width:min(340px,48%);min-height:41px;gap:8px;align-items:center;border:1px solid #d9e0ea;border-radius:10px;padding:0 11px;background:#f9fafc;color:#8490a2}.pages-toolbar>label:focus-within{border-color:#7794e8;box-shadow:0 0 0 3px rgba(53,99,233,.1);background:#fff}.pages-toolbar input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#45536a;font-size:9px}.pages-toolbar label button{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border:0;border-radius:7px;background:#edf0f5;color:#728095}.pages-filters{display:flex;gap:7px;overflow-x:auto;padding:11px 20px;border-bottom:1px solid #e7ebf1}.pages-filters button{min-height:32px;flex:0 0 auto;border:1px solid #dce2eb;border-radius:999px;padding:0 12px;background:#fff;color:#788498;font-size:8px;font-weight:800}.pages-filters button.active{border-color:#d6e0fb;background:#edf3ff;color:#3c5cba}.pages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:17px;background:#fafbfc}.page-add-card,.page-card{overflow:hidden;border:1px solid #dce2eb;border-radius:14px;background:#fff;box-shadow:0 7px 18px rgba(25,40,73,.035)}.page-card.attention{border-color:#e6d39a;box-shadow:0 7px 18px rgba(154,111,30,.06)}.page-card.disconnected{opacity:.86}.page-card>header{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;padding:16px;border-bottom:1px solid #edf0f4}.page-avatar{display:grid;width:43px;height:43px;flex:0 0 auto;place-items:center;border-radius:12px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.03em}.page-avatar.blue{background:linear-gradient(135deg,#315bd4,#5f80e5)}.page-avatar.orange{background:linear-gradient(135deg,#df7039,#f2a35c)}.page-avatar.purple{background:linear-gradient(135deg,#6c50c4,#967be2)}.page-avatar.green{background:linear-gradient(135deg,#238465,#58ad8f)}.page-card>header h3{overflow:hidden;margin:0;color:#35445a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.page-card>header p{margin:4px 0 0;color:#96a0ae;font-size:7px}.page-card>header>button{display:grid;width:31px;height:31px;place-items:center;border:0;border-radius:8px;background:transparent;color:#8691a3}.page-card>header>button:hover{background:#f1f4f8}.page-status{display:flex;gap:9px;align-items:center;margin:14px 16px 0;border-radius:10px;padding:10px 11px}.page-status>div{display:grid;gap:2px}.page-status strong{font-size:9px}.page-status small{font-size:7px}.page-status.connected{background:#edf8f2;color:#26765a}.page-status.connected small{color:#708d80}.page-status.needs-attention{background:#fff7df;color:#936717}.page-status.needs-attention small{color:#998460}.page-status.disconnected{background:#f0f2f5;color:#6f7b8d}.page-status.disconnected small{color:#8c96a5}.page-card dl{margin:12px 16px 0}.page-card dl>div{display:flex;min-height:35px;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px solid #edf0f4}.page-card dl>div:last-child{border-bottom:0}.page-card dt{color:#8b95a5;font-size:7px}.page-card dd{margin:0;color:#4e5c72;font-size:8px;font-weight:800;text-align:right}.page-card>footer{display:flex;gap:7px;align-items:center;margin-top:13px;padding:12px 16px;border-top:1px solid #e8ecf2;background:#fafbfc}.page-card>footer button{min-height:33px;border-radius:8px;font-size:8px;font-weight:800}.page-manage{border:1px solid #d7dfea;padding:0 12px;background:#fff;color:#58667b}.page-reconnect{display:inline-flex;gap:6px;align-items:center;border:1px solid #d6c27e;padding:0 10px;background:#fffdf7;color:#8a651e}.page-disconnect-link{margin-left:auto;border:0;background:transparent;color:#a2787f}.page-add-card{display:grid;min-height:305px;place-items:center;align-content:center;border-style:dashed;padding:22px;color:#7e899b;text-align:center}.page-add-card:hover{border-color:#8da5e7;background:#f8faff}.page-add-card>span{display:grid;width:49px;height:49px;place-items:center;margin-bottom:13px;border-radius:14px;background:#eaf0ff;color:#3563e9}.page-add-card strong{color:#4a586e;font-size:10px}.page-add-card small{margin-top:6px;color:#909aa9;font-size:7px}.pages-empty{display:grid;min-height:330px;place-items:center;align-content:center;padding:35px 20px;text-align:center}.pages-empty>span{display:grid;width:67px;height:67px;place-items:center;margin-bottom:16px;border-radius:20px;background:#eaf0ff;color:#3563e9}.pages-empty h3{margin:0;color:#35445a;font-size:17px}.pages-empty p{max-width:440px;margin:8px auto 18px;color:#818d9f;font-size:9px;line-height:1.55}.pages-empty>button:not(.pages-primary-button){min-height:40px;border:1px solid #d6dfea;border-radius:9px;padding:0 15px;background:#fff;color:#4e64aa;font-size:9px;font-weight:800}.pages-bottom-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:17px;margin-top:18px}.pages-activity,.pages-help{overflow:hidden;border:1px solid #dce3ed;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.pages-activity>header{display:flex;min-height:69px;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #e8ecf2}.pages-activity>header>div{display:flex;gap:10px;align-items:center}.pages-activity>header>div>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#eaf0ff;color:#3563e9}.pages-activity>header>button{border:0;background:transparent;color:#506bc0;font-size:8px;font-weight:850}.pages-activity>div>article{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:61px;padding:10px 20px;border-bottom:1px solid #edf0f4}.pages-activity>div>article:last-child{border-bottom:0}.pages-activity article>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px}.pages-activity article>span.green{background:#e9f7f0;color:#19875f}.pages-activity article>span.blue{background:#eaf0ff;color:#3563e9}.pages-activity article>span.purple{background:#f0ecff;color:#7656c9}.pages-activity article p{margin:0;color:#758195;font-size:8px}.pages-activity article p strong{color:#45536a}.pages-activity article time{color:#99a2af;font-size:7px;white-space:nowrap}.pages-help{display:flex;flex-direction:column;padding:21px;background:radial-gradient(circle at 92% 4%,rgba(85,119,226,.11),transparent 35%),#fff}.pages-help>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:15px;border-radius:12px;background:#eaf0ff;color:#3563e9}.pages-help>p{margin:7px 0 14px;color:#808b9c;font-size:9px;line-height:1.5}.pages-help>a,.pages-help>button{display:flex;min-height:39px;justify-content:space-between;gap:8px;align-items:center;border:0;border-top:1px solid #e7ebf1;background:transparent;color:#4f66b4;font-size:8px;font-weight:800;text-align:left}.pages-modal-backdrop{position:fixed;inset:0;z-index:130;display:grid;overflow-y:auto;place-items:start center;padding:34px 18px;background:rgba(22,32,52,.54);backdrop-filter:blur(5px)}.connect-modal,.page-detail-modal{width:min(640px,100%);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 30px 70px rgba(18,31,60,.25)}.connect-modal>header,.page-detail-modal>header{display:flex;min-height:84px;justify-content:space-between;align-items:center;padding:16px 22px;border-bottom:1px solid #e4e9f0;background:#fbfcfe}.connect-modal>header>div,.page-detail-modal>header>div{display:flex;gap:12px;align-items:center}.connect-modal>header>div>span:not(.page-avatar){display:grid;width:43px;height:43px;place-items:center;border-radius:12px;background:#eaf0ff;color:#3563e9}.connect-modal>header p,.page-detail-modal>header p{margin:0 0 3px;color:#8d97a6;font-size:8px}.connect-modal>header h2,.page-confirm h2,.page-detail-modal>header h2{margin:0;color:#2f3e56;font-size:17px}.connect-modal>header>button,.page-detail-modal>header>button{display:grid;width:37px;height:37px;place-items:center;border:1px solid #dce2eb;border-radius:9px;background:#fff;color:#758195}.connect-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:15px 22px;border-bottom:1px solid #e6eaf0;background:#f8faff;list-style:none}.connect-steps li{position:relative;display:grid;justify-items:center;gap:5px;color:#9aa3b1}.connect-steps li:before{position:absolute;top:13px;left:-50%;width:100%;height:2px;background:#dfe5ee;content:""}.connect-steps li:first-child:before{display:none}.connect-steps li>span{z-index:1;display:grid;width:27px;height:27px;place-items:center;border:2px solid #d9e0e9;border-radius:50%;background:#fff;font-size:8px;font-weight:850}.connect-steps li.done{color:#4563bd}.connect-steps li.done:before{background:#7895e5}.connect-steps li.done>span{border-color:#4f70d2;background:#4f70d2;color:#fff}.connect-steps small{font-size:7px;font-weight:800}.connect-body{display:grid;justify-items:center;padding:27px 28px 25px;text-align:center}.connect-hero-icon,.connect-success{display:grid;width:60px;height:60px;place-items:center;margin-bottom:15px;border-radius:18px;background:#eaf0ff;color:#3563e9}.connect-success{background:#e6f6ee;color:#19875f}.connect-body h3{margin:0;color:#34435a;font-size:18px}.connect-body>p{max-width:470px;margin:8px auto 20px;color:#7d899b;font-size:9px;line-height:1.6}.connect-preview-note,.connect-safe{display:flex;width:100%;gap:10px;align-items:center;border:1px solid #d5e8df;border-radius:11px;padding:12px;background:#f3faf6;color:#19875f;text-align:left}.connect-preview-note{border-color:#d8e1f6;background:#f5f8ff;color:#4563bd}.connect-preview-note>span,.connect-safe>span{display:grid;gap:3px}.connect-preview-note strong,.connect-safe strong{color:#436353;font-size:8px}.connect-preview-note strong{color:#536aa9}.connect-preview-note small,.connect-safe small{color:#819087;font-size:7px}.connect-preview-note small{color:#7e8db6}.connect-actions{display:flex;width:calc(100% + 56px);justify-content:flex-end;gap:9px;margin:25px -28px -25px;padding:16px 22px;border-top:1px solid #e5e9ef;background:#fafbfc}.connect-actions.single{justify-content:center}.connect-actions button,.page-confirm button,.page-detail-modal footer button{display:inline-flex;min-height:43px;gap:7px;justify-content:center;align-items:center;border:1px solid #d7dfea;border-radius:9px;padding:0 15px;background:#fff;color:#68758a;font-size:9px;font-weight:800}.connect-actions button:last-child{border-color:#3563e9;background:#3563e9;color:#fff}.choose-page{justify-items:stretch;text-align:left}.choose-page h3,.choose-page>p{text-align:center}.choose-page label{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin-top:9px;border:1px solid #dce2eb;border-radius:11px;padding:11px}.choose-page label.selected{border-color:#7894e4;background:#f5f8ff}.choose-page label>input{position:absolute;opacity:0}.choose-page label>span:nth-of-type(2){display:grid;gap:3px}.choose-page label strong{color:#435168;font-size:9px}.choose-page label small{color:#8c96a5;font-size:7px}.choose-page label>svg{color:#9ba6b5}.choose-page label.selected>svg{color:#3563e9}.connect-complete-list{display:grid;width:100%;gap:1px;overflow:hidden;border:1px solid #dfe7e3;border-radius:10px;background:#dfe7e3}.connect-complete-list span{display:flex;min-height:38px;gap:8px;align-items:center;padding:0 12px;background:#f7fbf9;color:#4c6b5c;font-size:8px;font-weight:750}.connect-complete-list svg{color:#19875f}.page-detail-modal{width:min(540px,100%)}.page-detail-modal>.page-status{margin:18px 22px 0}.page-detail-modal dl{margin:16px 22px 0}.page-detail-modal dl>div{display:flex;min-height:44px;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #edf0f4}.page-detail-modal dt{color:#8792a3;font-size:8px}.page-detail-modal dd{margin:0;color:#4b596f;font-size:8px;font-weight:800;text-align:right}.page-detail-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding:15px 22px;border-top:1px solid #e5e9ef;background:#fafbfc}.page-detail-modal footer button:not(:first-child){border-color:#3563e9;background:#3563e9;color:#fff}.page-detail-modal footer .danger-link{border-color:#eccdd2;background:#fff;color:#b84959}.page-confirm{width:min(440px,100%);border-radius:17px;padding:28px;background:#fff;box-shadow:0 28px 70px rgba(17,29,56,.24);text-align:center}.page-confirm>span{display:grid;width:51px;height:51px;place-items:center;margin:0 auto 16px;border-radius:15px;background:#eaf0ff;color:#3563e9}.page-confirm.disconnect>span{background:#fff0f2;color:#bd4d5d}.page-confirm>p{margin:9px auto 22px;color:#7d899b;font-size:9px;line-height:1.55}.page-confirm>div{display:flex;justify-content:center;gap:9px}.page-confirm>div button:last-child{border-color:#3563e9;background:#3563e9;color:#fff}.page-confirm.disconnect>div button:last-child{border-color:#bd4d5d;background:#bd4d5d}@media (max-width:1120px){.pages-grid,.pages-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.pages-main{padding:23px 18px 50px}.pages-head{align-items:flex-start;flex-direction:column;gap:18px}.pages-head .pages-primary-button{width:100%}.pages-health{grid-template-columns:auto 1fr}.pages-health>button{grid-column:1/-1;width:100%}.pages-toolbar{align-items:flex-start;flex-direction:column;gap:13px}.pages-toolbar>label{width:100%}.pages-grid{grid-template-columns:1fr}.page-add-card{min-height:180px}.pages-bottom-grid{grid-template-columns:1fr}}@media (max-width:520px){.pages-head h1{font-size:36px}.pages-summary{grid-template-columns:1fr}.pages-workspace{margin-inline:-4px}.pages-grid{padding:12px}.pages-filters,.pages-toolbar{padding-inline:15px}.pages-activity>div>article{grid-template-columns:auto 1fr}.pages-activity article time{grid-column:2}.pages-modal-backdrop{align-items:end;padding:0}.connect-modal,.page-confirm,.page-detail-modal{max-height:95vh;overflow-y:auto;border-radius:18px 18px 0 0}.connect-steps{padding-inline:10px}.connect-steps small{font-size:6px}.connect-actions,.connect-body{padding-inline:18px}.connect-actions{position:sticky;bottom:0;width:calc(100% + 36px);margin-inline:-18px}.connect-actions button{flex:1}.page-detail-modal dl>div{align-items:flex-start;flex-direction:column;gap:5px;padding-block:10px}.page-detail-modal dd{text-align:left}.page-confirm>div{flex-direction:column-reverse}.page-confirm button{width:100%}}@media (prefers-reduced-motion:reduce){.pages-site *,.pages-site :after,.pages-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.auth-site{--auth-blue:#3563e9;--auth-navy:#192841;min-height:100vh;background:#f3f6fb;color:var(--auth-navy)}.auth-site button,.auth-site input,.auth-site select{font:inherit}.auth-site button{cursor:pointer}.auth-site a:focus-visible,.auth-site button:focus-visible,.auth-site input:focus-visible,.auth-site select:focus-visible{outline:3px solid rgba(53,99,233,.26);outline-offset:3px}.auth-preview-bar{position:fixed;top:16px;right:18px;z-index:30;display:flex;gap:12px;align-items:center;border:1px solid rgba(217,225,239,.9);border-radius:12px;padding:7px 8px 7px 12px;background:rgba(255,255,255,.93);box-shadow:0 10px 28px rgba(24,40,73,.1);backdrop-filter:blur(12px)}.auth-preview-bar>span{display:flex;gap:6px;align-items:center;color:#687bb7;font-size:8px;font-weight:800;white-space:nowrap}.auth-preview-bar label{position:relative;display:flex;min-height:34px;align-items:center;border-left:1px solid #e2e7ef;padding-left:9px}.auth-preview-bar label>span{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0,0,0,0)}.auth-preview-bar select{min-width:150px;height:32px;appearance:none;border:0;outline:0;padding:0 28px 0 7px;background:transparent;color:#4c5b72;font-size:8px;font-weight:800}.auth-preview-bar label svg{position:absolute;right:7px;pointer-events:none;color:#8290a5}.auth-shell{display:grid;grid-template-columns:minmax(340px,.84fr) minmax(520px,1.16fr);min-height:100vh}.auth-brand{position:relative;display:flex;overflow:hidden;flex-direction:column;padding:43px clamp(36px,5.2vw,76px);background:radial-gradient(circle at 12% 88%,rgba(110,143,235,.34),transparent 29%),radial-gradient(circle at 94% 8%,rgba(112,145,238,.25),transparent 25%),linear-gradient(145deg,#18336f,#244db0 53%,#315fd2);color:#fff}.auth-brand:after,.auth-brand:before{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;content:""}.auth-brand:before{right:-170px;bottom:-150px;width:420px;height:420px}.auth-brand:after{top:22%;left:-140px;width:310px;height:310px}.auth-logo,.auth-mobile-logo a{position:relative;z-index:1;display:flex;width:fit-content;gap:9px;align-items:center;color:#fff}.auth-logo>span,.auth-mobile-logo a>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15);font-size:11px;font-weight:900}.auth-logo strong,.auth-mobile-logo strong{font-size:19px;letter-spacing:-.035em}.auth-brand-copy{position:relative;z-index:1;max-width:510px;margin:auto 0 36px}.auth-brand-icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:24px;border:1px solid rgba(255,255,255,.17);border-radius:17px;background:rgba(255,255,255,.11)}.auth-kicker{margin:0 0 10px;color:#c9d7ff;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.auth-brand-copy h1{margin:0;color:#fff;font-size:clamp(30px,3.3vw,48px);line-height:1.1;letter-spacing:-.045em}.auth-brand-copy>p:last-child{max-width:430px;margin:18px 0 0;color:rgba(255,255,255,.72);font-size:11px;line-height:1.65}.auth-trust-list{position:relative;z-index:1;display:grid;gap:11px;margin-bottom:36px}.auth-trust-list span{display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.76);font-size:9px}.auth-trust-list svg{color:#a8f1cf}.auth-brand>small{position:relative;z-index:1;color:rgba(255,255,255,.44);font-size:7px}.auth-form-side{display:grid;min-width:0;place-items:center;align-content:center;padding:76px clamp(30px,7vw,110px) 34px;background:radial-gradient(circle at 100% 0,rgba(91,126,224,.08),transparent 25%),#f6f8fb}.auth-mobile-logo{display:none}.auth-card{width:min(460px,100%);border:1px solid #dde4ed;border-radius:18px;padding:31px 32px 28px;background:#fff;box-shadow:0 20px 55px rgba(24,39,72,.09)}.auth-heading{display:grid;justify-items:center;margin-bottom:23px;text-align:center}.auth-heading>span{display:grid;width:47px;height:47px;place-items:center;margin-bottom:13px;border-radius:14px;background:#eaf0ff;color:var(--auth-blue)}.auth-heading>p,.auth-status-page>p{margin:0 0 4px;color:#7187c5;font-size:8px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}.auth-heading h2,.auth-status-page h2{margin:0;color:#27364e;font-size:24px;letter-spacing:-.035em}.auth-heading small{max-width:350px;margin-top:7px;color:#7d899b;font-size:9px;line-height:1.55}.auth-card form{display:grid;gap:15px}.auth-field{display:grid}.auth-field>span{margin-bottom:6px;color:#45536a;font-size:9px;font-weight:850}.auth-field>small{margin:-2px 0 7px;color:#929baa;font-size:7px;line-height:1.45}.auth-input-wrap{display:grid;grid-template-columns:auto 1fr auto;min-height:47px;gap:9px;align-items:center;border:1px solid #d6deea;border-radius:10px;padding:0 12px;background:#fff;color:#8b96a7}.auth-input-wrap:focus-within{border-color:#7995e6;box-shadow:0 0 0 3px rgba(53,99,233,.1)}.auth-input-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#3f4e64;font-size:9px}.auth-input-wrap input::placeholder{color:#a2aab6}.auth-input-wrap>button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:7px;background:transparent;color:#7d899b}.auth-input-wrap>button:hover{background:#f0f3f7}.auth-form-options{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:-2px}.auth-form-options label{display:flex;gap:7px;align-items:center;color:#68758a;font-size:8px}.auth-form-options input{width:15px;height:15px;accent-color:var(--auth-blue)}.auth-back,.auth-form-options>button,.auth-switch button,.auth-text-button{border:0;padding:0;background:transparent;color:#4563bd;font-size:8px;font-weight:850}.auth-primary,.auth-secondary{display:flex;width:100%;min-height:47px;gap:8px;justify-content:center;align-items:center;border:0;border-radius:10px;padding:0 16px;font-size:9px;font-weight:850}.auth-primary{background:linear-gradient(135deg,#315bd4,#416be1);box-shadow:0 10px 22px rgba(53,99,233,.18);color:#fff}.auth-primary:hover{background:linear-gradient(135deg,#294fc2,#365dce)}.auth-primary:disabled,.auth-secondary:disabled{cursor:wait;opacity:.72}.auth-secondary{border:1px solid #d7dfea;background:#fff;color:#5c6980}.auth-switch{margin:20px 0 0;border-top:1px solid #e8ecf2;padding-top:17px;color:#7e899b;font-size:8px;text-align:center}.auth-password-checks{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:-4px 0 0;padding:10px 11px;border-radius:9px;background:#f7f9fc;list-style:none}.auth-password-checks li{display:flex;gap:6px;align-items:center;color:#8994a5;font-size:7px}.auth-password-checks li>span{display:grid;width:14px;height:14px;place-items:center;border:1px solid #cdd4df;border-radius:50%;background:#fff}.auth-password-checks li.done{color:#38785f}.auth-password-checks li.done>span{border-color:#78b79d;background:#e5f5ed;color:#19875f}.auth-message{display:flex;gap:8px;align-items:flex-start;border-radius:9px;padding:10px 11px;font-size:8px;line-height:1.45}.auth-message.error{border:1px solid #efd4d8;background:#fff6f7;color:#a44d5a}.auth-message.success{border:1px solid #d3e8de;background:#f2faf6;color:#47735f}.auth-message svg{flex:0 0 auto;margin-top:1px}.auth-back{display:inline-flex;gap:6px;align-items:center;margin-bottom:20px}.auth-help-note{margin:16px 0 0;border-radius:9px;padding:10px 11px;background:#f5f7fa;color:#8490a2;font-size:7px;line-height:1.5;text-align:center}.auth-status-page{display:grid;justify-items:center;min-height:360px;align-content:center;text-align:center}.auth-status-icon{display:grid;width:67px;height:67px;place-items:center;margin-bottom:19px;border-radius:20px}.auth-status-icon.blue{background:#eaf0ff;color:#3563e9}.auth-status-icon.green{background:#e5f5ed;color:#19875f}.auth-status-icon.amber{background:#fff2d1;color:#a66e13}.auth-status-icon.red{background:#fff0f2;color:#b94d5c}.auth-status-text{max-width:370px;margin:9px auto 20px;color:#7d899b;font-size:9px;line-height:1.6}.auth-status-text strong{color:#55647b}.auth-status-page .auth-message{width:100%;margin-bottom:12px;text-align:left}.auth-status-actions{display:grid;width:100%;gap:9px}.auth-status-page>.auth-text-button{margin-top:14px}.auth-footer{display:flex;width:min(460px,100%);gap:11px;justify-content:center;align-items:center;margin-top:20px;color:#99a2af;font-size:7px}.auth-footer i{width:3px;height:3px;border-radius:50%;background:#b7bec8}.auth-footer a{color:#78869a}@media (max-width:960px){.auth-shell{grid-template-columns:minmax(300px,.7fr) minmax(470px,1.3fr)}.auth-brand{padding-inline:34px}.auth-brand-copy h1{font-size:34px}.auth-form-side{padding-inline:34px}}@media (max-width:760px){.auth-preview-bar{position:sticky;top:0;right:auto;justify-content:space-between;border:0;border-bottom:1px solid #dce3ed;border-radius:0;box-shadow:none}.auth-shell{display:block;min-height:calc(100vh - 49px)}.auth-brand{display:none}.auth-form-side{min-height:calc(100vh - 49px);padding:27px 18px 24px}.auth-mobile-logo{display:block;width:min(460px,100%);margin:0 auto 19px}.auth-mobile-logo a{color:#263753}.auth-mobile-logo a>span{width:35px;height:35px;background:#3563e9;color:#fff}}@media (max-width:520px){.auth-preview-bar>span{display:none}.auth-preview-bar label{width:100%;border:0;padding:0}.auth-preview-bar select{width:100%;min-width:0}.auth-form-side{place-items:start center;align-content:start}.auth-card{border-radius:15px;padding:25px 19px 23px}.auth-heading h2,.auth-status-page h2{font-size:22px}.auth-password-checks{grid-template-columns:1fr}.auth-form-options{align-items:flex-start;flex-direction:column}.auth-footer{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.auth-site *,.auth-site :after,.auth-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.workspace-main{width:100%;max-width:1370px;margin:0 auto;padding:27px 30px 65px}.workspace-site button,.workspace-site input,.workspace-site select{font:inherit}.workspace-site button{cursor:pointer}.workspace-heading{display:flex;justify-content:space-between;gap:28px;align-items:flex-end}.workspace-heading>div:first-child>p{margin:0 0 7px;color:#5370c9;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.workspace-heading h1{margin:0;color:#1d2b43;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.05em}.workspace-heading>div:first-child>span{display:block;margin-top:10px;color:#768398;font-size:11px}.workspace-health{display:flex;min-width:205px;gap:10px;align-items:center;border:1px solid #d4e6dd;border-radius:12px;padding:12px 14px;background:#f2faf6}.workspace-health>span{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:#e0f4e9;color:#19875f}.workspace-health>div{display:grid;gap:2px}.workspace-health small{color:#779083;font-size:7px}.workspace-health strong{color:#35735a;font-size:9px}.workspace-layout{display:grid;grid-template-columns:215px minmax(0,1fr);gap:18px;align-items:start;margin-top:25px}.workspace-section-nav{position:sticky;top:91px;overflow:hidden;border:1px solid #dce3ed;border-radius:14px;padding:12px;background:#fff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.workspace-section-nav>p{margin:3px 8px 9px;color:#9aa3b1;font-size:7px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.workspace-section-nav>button{display:grid;grid-template-columns:auto 1fr auto;width:100%;min-height:40px;gap:9px;align-items:center;border:0;border-radius:9px;padding:8px 9px;background:transparent;color:#6f7c90;font-size:8px;font-weight:750;text-align:left}.workspace-section-nav>button>svg:last-child{color:#b0b8c3}.workspace-section-nav>button:hover{background:#f4f6f9}.workspace-section-nav>button.active{background:#edf3ff;color:#3d5dbb}.workspace-section-nav>button.danger{margin-top:9px;border-top:1px solid #e8ecf2;border-radius:0 0 9px 9px;padding-top:13px;color:#a36670}.workspace-content{min-width:0}.workspace-overview,.workspace-section{overflow:hidden;border:1px solid #dce3ed;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.workspace-overview>header,.workspace-section>header{display:flex;min-height:79px;justify-content:space-between;gap:18px;align-items:center;padding:17px 21px;border-bottom:1px solid #e7ebf1}.workspace-overview>header h2,.workspace-section>header h2{margin:0;color:#334158;font-size:16px;letter-spacing:-.025em}.workspace-overview>header p,.workspace-section>header p{margin:5px 0 0;color:#8893a4;font-size:8px}.workspace-overview>header>span{display:inline-flex;min-height:30px;gap:6px;align-items:center;border-radius:999px;padding:0 10px;background:#eaf7f1;color:#27775b;font-size:7px;font-weight:850}.workspace-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;padding:17px;background:#fafbfc}.workspace-overview-grid article{display:grid;min-width:0;min-height:144px;align-content:start;border:1px solid #dfe5ed;border-radius:12px;padding:13px;background:#fff}.workspace-overview-grid article>span{display:grid;width:35px;height:35px;place-items:center;margin-bottom:12px;border-radius:9px;background:#eaf0ff;color:#3563e9}.workspace-overview-grid article>small{overflow:hidden;color:#8b95a5;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.workspace-overview-grid article>strong{margin-top:4px;color:#3c4b62;font-size:16px}.workspace-overview-grid article>strong i{color:#8a95a6;font-size:7px;font-style:normal;font-weight:600}.workspace-overview-grid article>a,.workspace-overview-grid article>button{display:flex;gap:5px;align-items:center;margin-top:auto;border:0;padding:0;background:transparent;color:#4e69bd;font-size:7px;font-weight:850}.workspace-mini-progress{overflow:hidden;height:5px;margin-top:auto;border-radius:999px;background:#e6eaf0}.workspace-mini-progress i{display:block;height:100%;border-radius:inherit;background:#3563e9}.workspace-quick-actions{border-top:1px solid #e5e9ef;padding:19px}.workspace-quick-actions>header h3,.workspace-sessions h3{margin:0;color:#425067;font-size:11px}.workspace-quick-actions>header p,.workspace-sessions header p{margin:4px 0 0;color:#929baa;font-size:7px}.workspace-quick-actions>div{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:13px}.workspace-quick-actions>div>a,.workspace-quick-actions>div>button{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;min-height:65px;align-items:center;border:1px solid #dfe5ed;border-radius:10px;padding:10px;background:#fff;color:#718096;text-align:left}.workspace-quick-actions>div>:hover{border-color:#bccae5;background:#f9fbff}.workspace-quick-actions>div span{grid-row:1/span 2;display:grid;width:31px;height:31px;place-items:center;border-radius:8px;background:#edf3ff;color:#3563e9}.workspace-quick-actions strong{color:#4b596f;font-size:8px}.workspace-quick-actions small{color:#919baa;font-size:6px}.workspace-profile-form{padding:21px}.workspace-photo{display:flex;gap:13px;align-items:center;margin-bottom:21px;border-bottom:1px solid #e8ecf2;padding-bottom:19px}.workspace-photo>span{display:grid;width:59px;height:59px;place-items:center;border-radius:16px;background:#e8edfa;color:#4f64a6;font-size:14px;font-weight:900}.workspace-photo>div{display:grid;gap:3px}.workspace-photo strong{color:#45536a;font-size:9px}.workspace-photo small{color:#909aa9;font-size:7px}.workspace-photo button{width:fit-content;margin-top:4px;border:0;padding:0;background:transparent;color:#4e69bd;font-size:7px;font-weight:850}.workspace-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.workspace-dialog-body label,.workspace-form-grid label{display:grid}.workspace-dialog-body label>span,.workspace-form-grid label>span{margin-bottom:5px;color:#45536a;font-size:8px;font-weight:850}.workspace-form-grid label>small{min-height:20px;margin-bottom:6px;color:#929baa;font-size:7px;line-height:1.4}.workspace-dialog-body input,.workspace-form-grid input,.workspace-form-grid select{width:100%;min-height:44px;border:1px solid #d6deea;border-radius:9px;outline:0;padding:0 11px;background:#fff;color:#425067;font-size:9px}.workspace-dialog-body input:focus,.workspace-form-grid input:focus,.workspace-form-grid select:focus{border-color:#7895e5;box-shadow:0 0 0 3px rgba(53,99,233,.09)}.workspace-form-actions{display:flex;justify-content:flex-end;gap:8px;margin:22px -21px -21px;border-top:1px solid #e5e9ef;padding:15px 21px;background:#fafbfc}.workspace-form-actions button,.workspace-payment-card footer button,.workspace-plan-card footer button,.workspace-sessions button{min-height:40px;border:1px solid #d7dfea;border-radius:9px;padding:0 14px;background:#fff;color:#657287;font-size:8px;font-weight:850}.workspace-form-actions button:last-child,.workspace-primary{border-color:#3563e9!important;background:#3563e9!important;color:#fff!important}.workspace-plan-card{margin:19px;overflow:hidden;border:1px solid #dce3ed;border-radius:13px}.workspace-plan-card>header{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid #e6eaf0;background:linear-gradient(135deg,#f6f8ff,#fff)}.workspace-plan-card>header>div{display:flex;gap:11px;align-items:center}.workspace-plan-card>header>div>span{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:#e7eeff;color:#3563e9}.workspace-plan-card header small{color:#8995a6;font-size:7px;font-weight:600}.workspace-plan-card header h3{margin:3px 0 0;color:#37465d;font-size:15px}.workspace-plan-card>header>strong{color:#2f3e56;font-size:20px}.workspace-plan-usage{padding:18px}.workspace-plan-usage>div:first-child,.workspace-usage-hero{display:flex;justify-content:space-between;gap:15px;align-items:flex-end}.workspace-plan-usage span{color:#68758a;font-size:8px}.workspace-plan-usage span strong{color:#334158;font-size:17px}.workspace-plan-usage>div>small{color:#4e69bd;font-size:9px;font-weight:850}.workspace-progress{overflow:hidden;height:8px;margin-top:12px;border-radius:999px;background:#e7ebf1}.workspace-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5277e6,#3563e9)}.workspace-progress.large{height:10px;margin:0 21px 20px}.workspace-plan-usage>p{margin:10px 0 0;color:#5e7c6e;font-size:8px}.workspace-plan-card>dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-top:1px solid #e6eaf0;background:#f9fafc}.workspace-plan-card dl>div{display:grid;gap:5px;padding:14px 18px;border-right:1px solid #e6eaf0}.workspace-plan-card dl>div:last-child{border-right:0}.workspace-plan-card dt{color:#8e98a7;font-size:7px}.workspace-plan-card dd{margin:0;color:#4a586e;font-size:9px;font-weight:850}.workspace-plan-card>footer{display:flex;gap:8px;align-items:center;padding:14px 18px;border-top:1px solid #e6eaf0}.workspace-text-danger{margin-left:auto;border:0!important;background:transparent!important;color:#a75f6a!important}.workspace-encouragement,.workspace-info-note{display:flex;gap:10px;align-items:flex-start;margin:0 19px 19px;border:1px solid #dae3f5;border-radius:11px;padding:12px;background:#f5f8ff;color:#5872c8}.workspace-encouragement>div,.workspace-info-note>div{display:grid;gap:3px}.workspace-encouragement strong,.workspace-info-note strong{color:#536486;font-size:8px}.workspace-encouragement p,.workspace-info-note p{margin:0;color:#7f8ca5;font-size:7px}.workspace-usage-hero{padding:22px 21px 15px}.workspace-usage-hero>div{display:grid;gap:5px}.workspace-usage-hero small{color:#8792a3;font-size:8px}.workspace-usage-hero strong{color:#314057;font-size:32px;letter-spacing:-.04em}.workspace-usage-hero strong span{color:#7d899b;font-size:9px;font-weight:650;letter-spacing:0}.workspace-usage-hero p{margin:0;color:#5e7c6e;font-size:8px}.workspace-usage-hero>span{color:#4d69bf;font-size:13px;font-weight:900}.workspace-usage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0 21px 18px}.workspace-usage-grid article{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;border:1px solid #dfe5ed;border-radius:11px;padding:12px}.workspace-usage-grid article>span{grid-row:1/span 2;display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#edf3ff;color:#3563e9}.workspace-usage-grid small{color:#8b95a5;font-size:7px}.workspace-usage-grid strong{color:#445269;font-size:13px}.workspace-usage-details{margin:0 21px 18px;border:1px solid #e0e5ed;border-radius:11px}.workspace-usage-details>div{display:flex;min-height:43px;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #e8ecf2;padding:0 13px}.workspace-usage-details>div:last-child{border-bottom:0}.workspace-usage-details dt{color:#8792a3;font-size:8px}.workspace-usage-details dd{margin:0;color:#4c5a70;font-size:8px;font-weight:850}.workspace-encouragement{border-color:#d5e8df;background:#f3faf6;color:#19875f}.workspace-encouragement strong{color:#416b58}.workspace-encouragement p{color:#769083}.workspace-payment-card{margin:20px;overflow:hidden;border:1px solid #dce3ed;border-radius:13px}.workspace-payment-card>header{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:17px;border-bottom:1px solid #e7ebf1}.workspace-card-mark,.workspace-card-summary>span{display:grid;width:48px;height:33px;place-items:center;border-radius:7px;background:#1f4db5;color:#fff;font-size:8px;font-weight:900;letter-spacing:.06em}.workspace-payment-card header>div{display:grid;gap:3px}.workspace-payment-card header small{color:#8d97a6;font-size:7px}.workspace-payment-card header strong{color:#45536a;font-size:10px}.workspace-default-pill{border-radius:999px;padding:5px 8px;background:#eaf7f1;color:#27775b;font-size:7px;font-weight:850}.workspace-payment-card dl{margin:0;padding:8px 17px}.workspace-payment-card dl>div{display:flex;min-height:39px;justify-content:space-between;gap:18px;align-items:center;border-bottom:1px solid #edf0f4}.workspace-payment-card dl>div:last-child{border-bottom:0}.workspace-payment-card dt{color:#8792a3;font-size:8px}.workspace-payment-card dd{margin:0;color:#4c5a70;font-size:8px;font-weight:800}.workspace-payment-card footer{display:flex;gap:8px;padding:13px 17px;border-top:1px solid #e7ebf1;background:#fafbfc}.workspace-add-card{display:grid;grid-template-columns:auto 1fr auto;width:calc(100% - 40px);min-height:69px;gap:11px;align-items:center;margin:0 20px 20px;border:1px dashed #becbe2;border-radius:11px;padding:11px 13px;background:#f9fbff;color:#6076bd;text-align:left}.workspace-add-card>span{display:grid;width:37px;height:37px;place-items:center;border-radius:10px;background:#eaf0ff}.workspace-add-card>div{display:grid;gap:3px}.workspace-add-card strong{color:#4b5b78;font-size:9px}.workspace-add-card small{color:#8996aa;font-size:7px}.workspace-invoice-tools{display:flex;justify-content:space-between;gap:11px;padding:16px 20px;border-bottom:1px solid #e7ebf1}.workspace-invoice-tools>label{display:flex;width:min(370px,60%);min-height:40px;gap:8px;align-items:center;border:1px solid #d8e0ea;border-radius:9px;padding:0 11px;color:#8793a5}.workspace-invoice-tools input{width:100%;border:0;outline:0;color:#4a586e;font-size:8px}.workspace-invoice-tools select{min-width:110px;border:1px solid #d8e0ea;border-radius:9px;padding:0 10px;background:#fff;color:#58667b;font-size:8px}.workspace-invoice-head,.workspace-invoice-table article{display:grid;grid-template-columns:1.2fr 1fr .6fr .65fr .85fr;gap:12px;align-items:center}.workspace-invoice-head{min-height:37px;padding:0 20px;border-bottom:1px solid #e7ebf1;background:#fafbfc;color:#98a1af;font-size:7px;font-weight:850;text-transform:uppercase}.workspace-invoice-table article{min-height:61px;padding:9px 20px;border-bottom:1px solid #edf0f4;color:#738095;font-size:8px}.workspace-invoice-table article:last-child{border-bottom:0}.workspace-invoice-table article>span:first-child{display:flex;gap:8px;align-items:center;color:#5872c8}.workspace-invoice-table article strong{color:#45536a;font-size:8px}.workspace-invoice-table .paid{gap:4px;border-radius:999px;padding:5px 8px;background:#eaf7f1;color:#27775b}.workspace-invoice-table .paid,.workspace-invoice-table article>button{display:inline-flex;width:fit-content;align-items:center;font-weight:850}.workspace-invoice-table article>button{min-height:31px;gap:5px;border:1px solid #d7dfea;border-radius:8px;padding:0 9px;background:#fff;color:#506bc0;font-size:7px}.workspace-empty{display:grid;min-height:260px;place-items:center;align-content:center;padding:28px;text-align:center}.workspace-empty>span{display:grid;width:55px;height:55px;place-items:center;margin-bottom:13px;border-radius:16px;background:#edf3ff;color:#3563e9}.workspace-empty h3{margin:0;color:#45536a;font-size:13px}.workspace-empty p{margin:6px 0 14px;color:#8994a5;font-size:8px}.workspace-empty button{min-height:38px;border:1px solid #d7dfea;border-radius:9px;padding:0 13px;background:#fff;color:#4e69bd;font-size:8px;font-weight:850}.workspace-toggle-list{display:grid}.workspace-notification-row{position:relative;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;min-height:70px;border-bottom:1px solid #e8ecf2;padding:12px 21px}.workspace-notification-row>span{display:grid;gap:4px}.workspace-notification-row strong{color:#45536a;font-size:9px}.workspace-notification-row small{color:#8994a5;font-size:7px}.workspace-notification-row input{position:absolute;opacity:0}.workspace-notification-row>i{position:relative;width:34px;height:19px;border-radius:999px;background:#c9cfda}.workspace-notification-row>i b{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(24,39,72,.22);transition:transform .16s ease}.workspace-notification-row input:checked+i{background:#3563e9}.workspace-notification-row input:checked+i b{transform:translateX(15px)}.workspace-notification-row em{width:22px;color:#8a95a6;font-size:7px;font-style:normal;font-weight:800}.workspace-security-list{display:grid;gap:10px;padding:19px}.workspace-security-list article{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;border:1px solid #dfe5ed;border-radius:11px;padding:13px}.workspace-security-list article>span{display:grid;width:37px;height:37px;place-items:center;border-radius:10px;background:#edf3ff;color:#3563e9}.workspace-security-list article>div{display:grid;gap:3px}.workspace-security-list strong{color:#45536a;font-size:9px}.workspace-security-list small{color:#8b95a5;font-size:7px}.workspace-security-list button{min-height:37px;border:1px solid #d7dfea;border-radius:8px;padding:0 11px;background:#fff;color:#526bb9;font-size:7px;font-weight:850}.workspace-security-list button:disabled{cursor:not-allowed;color:#949daa}.workspace-sessions{margin:0 19px 19px;overflow:hidden;border:1px solid #dfe5ed;border-radius:11px}.workspace-sessions>header{display:flex;min-height:62px;justify-content:space-between;gap:15px;align-items:center;padding:11px 13px;border-bottom:1px solid #e7ebf1;background:#fafbfc}.workspace-sessions>article{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:57px;border-bottom:1px solid #edf0f4;padding:10px 13px}.workspace-sessions>article:last-child{border-bottom:0}.workspace-sessions>article>span:first-child{display:grid;width:33px;height:33px;place-items:center;border-radius:9px;background:#eef2f8;color:#60718b}.workspace-sessions article>div{display:grid;gap:3px}.workspace-sessions article strong{color:#4b596f;font-size:8px}.workspace-sessions article small{color:#8d97a6;font-size:7px}.workspace-sessions .current{border-radius:999px;padding:5px 8px;background:#eaf7f1;color:#27775b;font-size:7px;font-weight:850}.workspace-sessions article button{min-height:31px;padding-inline:9px}.workspace-danger-zone{display:grid;justify-items:center;margin:21px;border:1px solid #efd1d6;border-radius:13px;padding:26px;background:#fffafa;text-align:center}.workspace-danger-zone>span{display:grid;width:51px;height:51px;place-items:center;margin-bottom:14px;border-radius:15px;background:#fff0f2;color:#bd4d5d}.workspace-danger-zone h3{margin:0;color:#59434a;font-size:15px}.workspace-danger-zone>p{max-width:590px;margin:8px auto 16px;color:#846f75;font-size:8px;line-height:1.6}.workspace-danger-zone ul{display:grid;gap:8px;width:min(440px,100%);margin:0 0 20px;padding:13px;border-radius:10px;background:#fff;list-style:none;text-align:left}.workspace-danger-zone li{display:flex;gap:7px;align-items:flex-start;color:#7f6970;font-size:8px}.workspace-danger-zone button{min-height:41px;border:0;border-radius:9px;padding:0 15px;background:#bd4d5d;color:#fff;font-size:8px;font-weight:850}.workspace-modal-backdrop{position:fixed;inset:0;z-index:140;display:grid;overflow-y:auto;place-items:start center;padding:35px 18px;background:rgba(22,32,52,.54);backdrop-filter:blur(5px)}.workspace-dialog{width:min(530px,100%);overflow:hidden;border-radius:17px;background:#fff;box-shadow:0 30px 70px rgba(18,31,60,.24)}.workspace-dialog>header{display:flex;min-height:82px;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e4e9f0;background:#fbfcfe}.workspace-dialog>header>div{display:flex;gap:11px;align-items:center}.workspace-dialog>header>div>span{display:grid;width:41px;height:41px;place-items:center;border-radius:11px;background:#eaf0ff;color:#3563e9}.workspace-dialog.danger>header>div>span{background:#fff0f2;color:#bd4d5d}.workspace-dialog header small{color:#8d97a6;font-size:7px}.workspace-delete-dialog h2,.workspace-dialog header h2{margin:3px 0 0;color:#2f3e56;font-size:16px}.workspace-dialog>header>button{display:grid;width:35px;height:35px;place-items:center;border:1px solid #dce2eb;border-radius:9px;background:#fff;color:#758195}.workspace-dialog-body{display:grid;gap:14px;padding:20px}.workspace-dialog-body>p{margin:0;color:#7d899b;font-size:9px;line-height:1.55;text-align:center}.workspace-dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.workspace-safe-note{display:flex;gap:9px;align-items:center;border:1px solid #d5e8df;border-radius:10px;padding:11px;background:#f3faf6;color:#19875f}.workspace-safe-note>span{display:grid;gap:3px}.workspace-safe-note strong{color:#436353;font-size:8px}.workspace-safe-note small{color:#819087;font-size:7px}.workspace-card-summary{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;align-items:center;border:1px solid #e0e5ed;border-radius:10px;padding:12px}.workspace-card-summary>span{grid-row:1/span 2}.workspace-card-summary strong{color:#4b596f;font-size:9px}.workspace-card-summary small{color:#909aa9;font-size:7px}.workspace-dialog>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #e5e9ef;background:#fafbfc}.workspace-delete-dialog>div button,.workspace-dialog>footer button{min-height:41px;border:1px solid #d7dfea;border-radius:9px;padding:0 14px;background:#fff;color:#667388;font-size:8px;font-weight:850}.workspace-dialog>footer button:last-child{border-color:#3563e9;background:#3563e9;color:#fff}.workspace-dialog.danger>footer button:last-child{border-color:#bd4d5d;background:#bd4d5d}.workspace-delete-dialog{width:min(450px,100%);border-radius:17px;padding:27px;background:#fff;box-shadow:0 30px 70px rgba(18,31,60,.24);text-align:center}.workspace-delete-dialog>span{display:grid;width:52px;height:52px;place-items:center;margin:0 auto 14px;border-radius:15px;background:#fff0f2;color:#bd4d5d}.workspace-delete-dialog>p{margin:9px auto 18px;color:#7d6b71;font-size:8px;line-height:1.6}.workspace-delete-dialog>label{display:flex;gap:8px;align-items:flex-start;border:1px solid #eadcdf;border-radius:10px;padding:11px;background:#fffafa;color:#745f66;font-size:8px;line-height:1.45;text-align:left}.workspace-delete-dialog input{width:16px;height:16px;flex:0 0 auto;accent-color:#bd4d5d}.workspace-delete-dialog>div{display:flex;justify-content:center;gap:8px;margin-top:19px}.workspace-delete-dialog>div button:last-child{border-color:#bd4d5d;background:#bd4d5d;color:#fff}.workspace-delete-dialog>div button:disabled{cursor:not-allowed;border-color:#dbc6ca;background:#dbc6ca}@media (max-width:1180px){.workspace-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-quick-actions>div{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.workspace-layout{grid-template-columns:1fr}.workspace-section-nav{position:static;display:flex;gap:6px;overflow-x:auto;padding:9px}.workspace-section-nav>p{display:none}.workspace-section-nav>button{width:auto;min-width:max-content}.workspace-section-nav>button>svg:last-child{display:none}.workspace-section-nav>button.danger{margin-top:0;border:0;border-radius:9px;padding-top:8px}}@media (max-width:760px){.workspace-main{padding:23px 18px 50px}.workspace-heading{align-items:flex-start;flex-direction:column;gap:18px}.workspace-health{width:100%}.workspace-overview-grid,.workspace-quick-actions>div,.workspace-usage-grid{grid-template-columns:repeat(2,1fr)}.workspace-form-grid{grid-template-columns:1fr}.workspace-invoice-head{display:none}.workspace-invoice-table article{grid-template-columns:1fr 1fr;gap:9px;padding-block:14px}.workspace-invoice-table article>span:first-child{grid-column:1/-1}}@media (max-width:520px){.workspace-heading h1{font-size:36px}.workspace-overview>header,.workspace-section>header{align-items:flex-start;flex-direction:column}.workspace-overview-grid,.workspace-plan-card>dl,.workspace-quick-actions>div,.workspace-usage-grid{grid-template-columns:1fr}.workspace-plan-card dl>div{border-right:0;border-bottom:1px solid #e6eaf0}.workspace-form-actions,.workspace-payment-card footer,.workspace-plan-card>footer{align-items:stretch;flex-direction:column}.workspace-text-danger{margin-left:0}.workspace-payment-card dl>div,.workspace-usage-details>div{align-items:flex-start;flex-direction:column;gap:5px;padding-block:10px}.workspace-invoice-tools{flex-direction:column}.workspace-invoice-tools select,.workspace-invoice-tools>label{width:100%}.workspace-notification-row{grid-template-columns:1fr auto}.workspace-notification-row em{display:none}.workspace-security-list article,.workspace-sessions>article,.workspace-sessions>header{grid-template-columns:auto 1fr}.workspace-security-list article button,.workspace-sessions .current,.workspace-sessions article>button,.workspace-sessions header button{grid-column:1/-1;width:100%}.workspace-modal-backdrop{align-items:end;padding:0}.workspace-delete-dialog,.workspace-dialog{max-height:95vh;overflow-y:auto;border-radius:18px 18px 0 0}.workspace-dialog-grid{grid-template-columns:1fr}.workspace-delete-dialog>div,.workspace-dialog>footer{flex-direction:column-reverse}.workspace-delete-dialog>div button,.workspace-dialog>footer button{width:100%}}@media (prefers-reduced-motion:reduce){.workspace-site *,.workspace-site :after,.workspace-site :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.dash-sidebar-help{display:grid;margin-top:auto;padding:16px;border:1px solid #dde5f5;border-radius:13px;background:#f5f8ff}.dash-sidebar-help>span{display:grid;width:34px;height:34px;place-items:center;margin-bottom:12px;border-radius:10px;background:#e3ebff;color:var(--dash-blue)}.dash-sidebar-help strong{color:#3d4c64;font-size:11px}.dash-sidebar-help p{margin:5px 0 12px;color:#7d899b;font-size:9px;line-height:1.5}.dash-sidebar-help a{color:var(--dash-blue);font-size:9px;font-weight:800}.dash-app{min-width:0}.dash-topbar{position:sticky;top:0;z-index:20;display:flex;min-height:72px;justify-content:space-between;align-items:center;padding:0 28px;border-bottom:1px solid #e1e6ed;background:rgba(255,255,255,.93);backdrop-filter:blur(12px)}.dash-topbar-title{display:flex;gap:12px;align-items:center}.dash-topbar-title>div:last-child{display:grid;gap:2px}.dash-topbar-title small{color:#929ba9;font-size:8px;font-weight:700}.dash-topbar-title strong{color:#344258;font-size:15px}.dash-mobile-menu{display:none}.dash-search,.dash-topbar-actions{display:flex;gap:8px;align-items:center}.dash-search{width:210px;min-height:39px;padding:0 11px;border:1px solid #dce2eb;border-radius:9px;background:#f9fafc;color:#8c96a6}.dash-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#4c5a70;font-size:10px}.dash-search input::placeholder{color:#9aa3b1}.dash-icon-button{position:relative;display:grid;width:39px;height:39px;place-items:center;border:1px solid #dce2eb;border-radius:9px;background:#ffffff;color:#68758a}.dash-icon-button:hover{background:#f5f7fa;color:#344258}.dash-notification i{position:absolute;top:8px;right:8px;width:6px;height:6px;border:2px solid #ffffff;border-radius:50%;background:#e24b5b}.dash-profile{display:flex;min-height:42px;gap:8px;align-items:center;margin-left:3px;border:0;border-radius:10px;padding:4px 7px 4px 4px;background:transparent;color:#748095}.dash-profile:hover{background:#f1f4f8}.dash-profile>span:first-child{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#e8edfa;color:#4f64a6;font-size:9px;font-weight:850}.dash-profile-name{display:grid;min-width:70px;justify-items:start;gap:2px}.dash-profile-name strong{color:#425067;font-size:10px}.dash-profile-name small{color:#98a1ae;font-size:7px}.dash-main{width:100%;max-width:1370px;margin:0 auto;padding:27px 30px 65px}.dash-preview-note{display:inline-flex;gap:6px;align-items:center;margin-bottom:19px;padding:6px 9px;border:1px solid #dde5f5;border-radius:999px;background:#f6f8ff;color:#7181b5;font-size:8px;font-weight:800}.dash-welcome{display:flex;justify-content:space-between;gap:30px;align-items:center}.dash-welcome>div:first-child>p{margin:0 0 5px;color:#67758a;font-size:12px;font-weight:700}.dash-welcome h1{margin:0;color:#1d2b43;font-size:clamp(28px,3.2vw,42px);line-height:1.1;letter-spacing:-.046em}.dash-welcome>div:first-child>span{display:block;margin-top:9px;color:#7c8798;font-size:11px}.dash-system-pill{display:flex;min-width:205px;gap:11px;align-items:center;padding:14px 16px;border:1px solid #d4e6dd;border-radius:13px;background:#f2faf6}.dash-system-pill>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#e0f4e9;color:var(--dash-green)}.dash-system-pill>div{display:grid;gap:3px}.dash-system-pill small{color:#779083;font-size:8px;font-weight:700}.dash-system-pill strong{color:#35735a;font-size:11px}.dash-section{margin-top:31px}.dash-section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.dash-card-head h2,.dash-help-card h2,.dash-section-heading h2{margin:0;color:#334158;font-size:14px;letter-spacing:-.02em}.dash-section-heading p{margin:4px 0 0;color:#8c96a5;font-size:9px}.dash-quick-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:11px}.dash-quick-card{display:grid;grid-template-columns:auto 1fr auto;min-width:0;min-height:91px;gap:10px;align-items:center;border:1px solid #dfe5ed;border-radius:13px;padding:15px;background:#ffffff;color:#778398;box-shadow:0 7px 20px rgba(25,40,73,.035);text-align:left}.dash-quick-card:hover{border-color:#cad4e4;box-shadow:0 12px 27px rgba(25,40,73,.075);transform:translateY(-1px)}.dash-quick-card.primary{border-color:#5677db;background:linear-gradient(135deg,#315bd4,#416be1);box-shadow:0 13px 27px rgba(53,99,233,.2);color:#ffffff}.dash-quick-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#eef3ff;color:var(--dash-blue)}.dash-quick-card.primary .dash-quick-icon{background:rgba(255,255,255,.14);color:#ffffff}.dash-quick-card>span:nth-child(2){display:grid;min-width:0;gap:3px}.dash-quick-card strong{color:#45536a;font-size:10px}.dash-quick-card small,.dash-quick-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-quick-card small{color:#8a95a6;font-size:7px;line-height:1.4}.dash-quick-card.primary strong{color:#ffffff}.dash-quick-card.primary small{color:rgba(255,255,255,.7)}.dash-lower-grid,.dash-overview-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:17px;margin-top:20px}.dash-card{overflow:hidden;border:1px solid #dde4ed;border-radius:15px;background:#ffffff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.dash-card-head{display:flex;min-height:69px;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #e8ecf2}.dash-card-head>div{display:flex;gap:10px;align-items:center}.dash-card-head>div>span:last-child{display:grid;gap:2px}.dash-card-head small{color:#929baa;font-size:7px;font-weight:700}.dash-card-head h2{font-size:12px}.dash-card-head>button{border:0;padding:5px;background:transparent;color:#8b95a5;font-size:9px;font-weight:800}.dash-card-head>button:hover{color:var(--dash-blue)}.dash-card-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#eaf0ff;color:var(--dash-blue)}.dash-card-icon.purple{background:#f0ecff;color:#7656c9}.dash-card-icon.green{background:#e7f6ef;color:var(--dash-green)}.dash-usage-card{padding-bottom:19px}.dash-usage-main{display:flex;justify-content:space-between;align-items:flex-end;padding:24px 22px 15px}.dash-usage-main>div{display:flex;gap:8px;align-items:baseline}.dash-usage-main strong{color:#25344c;font-size:35px;line-height:1;letter-spacing:-.05em}.dash-usage-main>div span{color:#7f8a9b;font-size:10px}.dash-percent{color:#5872c8;font-size:11px;font-weight:850}.dash-progress{overflow:hidden;height:9px;margin:0 22px;border-radius:999px;background:#e9edf4}.dash-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5277e6,#3563e9)}.dash-usage-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:20px 22px 0;overflow:hidden;border:1px solid #e4e8ef;border-radius:10px;background:#e4e8ef}.dash-usage-stats>span{display:grid;gap:4px;padding:12px 14px;background:#f9fafc}.dash-usage-stats small{color:#8b95a5;font-size:8px}.dash-usage-stats strong{color:#45536a;font-size:13px}.dash-encouragement{display:flex;gap:8px;align-items:flex-start;margin:15px 22px 0;padding:11px 12px;border-radius:9px;background:#eff8f4;color:var(--dash-green)}.dash-encouragement span{color:#6b8176;font-size:9px;line-height:1.5}.dash-encouragement strong{color:#3e705a}.dash-account-card dl{margin:0;padding:12px 20px 15px}.dash-account-card dl>div{display:flex;min-height:45px;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #edf0f4}.dash-account-card dl>div:last-child{border-bottom:0}.dash-account-card dt{color:#8590a1;font-size:9px}.dash-account-card dd{margin:0;color:#46546a;font-size:9px;font-weight:800;text-align:right}.dash-plan-pill{padding:5px 8px;border-radius:999px;background:#eaf0ff;color:#4964bf}.dash-account-card .dash-working{display:inline-flex;gap:4px;align-items:center;color:var(--dash-green)}.dash-lower-grid{grid-template-columns:1.35fr .65fr}.dash-activity-list{display:grid}.dash-activity-row{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;min-height:64px;padding:10px 20px;border-bottom:1px solid #edf0f4}.dash-activity-row:last-child{border-bottom:0}.dash-activity-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#edf2ff;color:var(--dash-blue)}.dash-activity-icon.green{background:#e9f7f0;color:var(--dash-green)}.dash-activity-icon.purple{background:#f1edff;color:#7356c5}.dash-activity-icon.gray{background:#eff1f5;color:#707b8d}.dash-activity-copy{display:grid;gap:3px}.dash-activity-copy strong{color:#4a586e;font-size:9px}.dash-activity-copy small,.dash-activity-row time{color:#929baa;font-size:8px}.dash-activity-row time{white-space:nowrap}.dash-help-card{display:flex;flex-direction:column;padding:22px;border:1px solid #dce3ed;border-radius:15px;background:radial-gradient(circle at 90% 5%,rgba(85,119,226,.1),transparent 32%),#ffffff;box-shadow:0 8px 24px rgba(24,39,72,.04)}.dash-help-icon{display:grid;width:44px;height:44px;place-items:center;margin-bottom:16px;border-radius:12px;background:#eaf0ff;color:var(--dash-blue)}.dash-help-card h2{font-size:15px}.dash-help-card>p{margin:7px 0 17px;color:#7d899b;font-size:9px;line-height:1.5}.dash-help-link{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;min-height:57px;padding:9px 0;border-top:1px solid #e8ecf2;color:var(--dash-blue)}.dash-help-link>span{display:grid;gap:3px}.dash-help-link strong{color:#4c5a70;font-size:9px}.dash-help-link small{color:#939caa;font-size:7px}@media (max-width:1200px){.dash-quick-grid{grid-template-columns:1.3fr 1fr 1fr}.dash-quick-card:nth-child(4),.dash-quick-card:nth-child(5){grid-column:span 1}}@media (max-width:980px){.dash-site{grid-template-columns:1fr}.dash-sidebar{display:none}.dash-mobile-menu{position:relative;display:block}.dash-mobile-menu summary{display:grid;width:39px;height:39px;place-items:center;border:1px solid #dce2eb;border-radius:9px;background:#ffffff;color:#5f6d82;cursor:pointer;list-style:none}.dash-mobile-menu summary::-webkit-details-marker{display:none}.dash-mobile-menu-panel{position:absolute;top:48px;left:0;z-index:50;width:min(290px,calc(100vw - 32px));padding:14px;border:1px solid #dce3ed;border-radius:12px;background:#ffffff;box-shadow:0 20px 45px rgba(21,36,68,.16)}.dash-mobile-nav-list{margin-top:0}}@media (max-width:760px){.dash-topbar{padding-inline:18px}.dash-profile-name,.dash-profile>svg,.dash-search{display:none}.dash-main{padding:23px 18px 50px}.dash-welcome{align-items:flex-start;flex-direction:column}.dash-system-pill{width:100%}.dash-quick-grid{grid-template-columns:1fr 1fr}.dash-quick-card.primary{grid-column:1/-1}.dash-lower-grid,.dash-overview-grid{grid-template-columns:1fr}}@media (max-width:520px){.dash-topbar-title>div:last-child{display:none}.dash-topbar{min-height:64px}.dash-icon-button{width:38px;height:38px}.dash-welcome h1{font-size:31px}.dash-quick-grid{grid-template-columns:1fr}.dash-quick-card.primary{grid-column:auto}.dash-quick-card{min-height:78px}.dash-usage-main{gap:9px}.dash-usage-main,.dash-usage-main>div{align-items:flex-start;flex-direction:column}.dash-usage-stats{grid-template-columns:1fr}.dash-account-card dl>div{align-items:flex-start;flex-direction:column;gap:6px;padding-block:12px}.dash-account-card dd{text-align:left}.dash-activity-row{grid-template-columns:auto 1fr}.dash-activity-row time{grid-column:2}}@media (max-width:370px){.dash-main,.dash-topbar{padding-inline:14px}.dash-topbar-actions{gap:5px}}@media (prefers-reduced-motion:reduce){.dash-site *,.dash-site :after,.dash-site :before{transition-duration:.01ms!important;animation-duration:.01ms!important}}html{font-size:clamp(16px,calc(15px + .18vw),19px);text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.6}body :where(p,li,dt,dd,label,input,select,textarea,button,a,td,th,summary,small){font-size:max(.875rem,1em)!important}body :where(h1){font-size:clamp(2.25rem,5vw,4.75rem)!important;line-height:1.08}body :where(h2){font-size:clamp(1.75rem,3.2vw,3rem)!important;line-height:1.15}body :where(h3){font-size:clamp(1.15rem,1.8vw,1.5rem)!important;line-height:1.3}body :where(p,li,dd){line-height:1.65}body :where(input,select,textarea,button,.button){min-height:44px}body :where(input,select,textarea){padding-block:.72rem}.public-container{width:min(1200px,calc(100% - clamp(32px, 7vw, 96px)))}.price-table-wrap,.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:720px){html{font-size:16px}body :where(h1){font-size:clamp(2rem,10vw,3rem)!important}body :where(h2){font-size:clamp(1.55rem,7vw,2.25rem)!important}.public-container{width:min(100% - 28px,1200px)}body :where(.button,button){white-space:normal}}.auth-live .auth-shell{min-height:100vh}.auth-live .auth-brand-copy h1{font-size:clamp(2.4rem,4.6vw,4.6rem)!important}.auth-live .auth-brand>small{display:flex;gap:7px;align-items:center}.auth-live .auth-form-side{padding-block:44px}.auth-live .auth-card{width:min(540px,100%)}.auth-live .auth-heading h2{font-size:clamp(2rem,3.2vw,2.8rem)!important}.auth-live .auth-heading small{font-size:1rem!important;line-height:1.55}.auth-live-form{display:grid;gap:20px}.auth-password-label{display:flex;align-items:center;justify-content:space-between}.auth-consent a,.auth-live-switch a,.auth-password-label a{color:#1d56d8;font-weight:800}.auth-live .auth-input-wrap{min-height:56px}.auth-live .auth-input-wrap input{min-height:52px;font-size:1rem!important}.auth-live .auth-primary{min-height:56px;font-size:1rem!important}.auth-consent,.auth-help-note{margin:-3px 0 0;color:#657286;font-size:.82rem!important;line-height:1.55}.auth-live-switch{width:min(540px,100%);margin-top:16px;color:#667489;font-size:.9rem;text-align:center}.auth-status-compact{display:grid;justify-items:center;border:1px solid #bfe6d4;border-radius:16px;padding:30px;background:#f0faf6;text-align:center}.auth-status-compact>span{display:grid;width:50px;height:50px;place-items:center;border-radius:14px;background:#daf3e7;color:#14845c}.auth-status-compact h3{margin:14px 0 4px}.auth-status-compact p{margin:0;color:#52667a}.content-site{background:#f4f7fb}.content-hero{position:relative;overflow:hidden;padding:clamp(72px,9vw,120px) 0 clamp(62px,8vw,100px);background:radial-gradient(circle at 88% 12%,rgba(72,118,232,.24),transparent 28%),linear-gradient(145deg,#0d2350,#143a79);color:#fff}.content-hero:after{position:absolute;right:-90px;bottom:-150px;width:380px;height:380px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}.content-hero .public-container{position:relative;z-index:1}.content-hero span{color:#79d8b1;font-size:.82rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.content-hero h1{max-width:820px;margin:13px 0 16px;color:#fff}.content-hero p{max-width:700px;margin:0;color:#dce7ff;font-size:clamp(1rem,1.35vw,1.2rem)!important}.content-body{padding-block:clamp(44px,7vw,88px)}.content-site .faq-item,.content-site .pub-card{border:1px solid #d8e2f0;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(16,38,83,.06)}.content-site .pub-card{padding:28px}.content-site .pub-card h4{color:#102653;font-size:1.08rem}.content-site .faq-content,.content-site .pub-card p{color:#536277}.content-site .faq-summary{min-height:66px;padding:18px 22px;color:#102653;font-weight:850}.content-site .faq-content{padding:0 22px 22px}.legal-hero{padding-block:clamp(60px,7vw,90px)}.legal-card{width:min(900px,100%);margin:0 auto;border:1px solid #d8e2f0;border-radius:22px;padding:clamp(28px,5vw,60px);background:#fff;box-shadow:0 18px 50px rgba(16,38,83,.07)}.legal-updated{margin:0 0 36px;color:#718096;font-weight:750}.legal-card section{padding:25px 0;border-top:1px solid #e5ebf3}.legal-card section:first-of-type{border-top:0}.legal-card h2{margin:0 0 12px;color:#102653;font-size:clamp(1.35rem,2vw,1.7rem)!important}.legal-card p{color:#526277}@media (max-width:800px){.auth-live .auth-shell{display:block}.auth-live .auth-brand{display:none}.auth-live .auth-form-side{min-height:100vh;padding:28px 18px}.auth-live .auth-mobile-logo{display:block}}