html,body,#root{scroll-behavior:smooth;width:100%;min-height:100vh;overflow-x:hidden}body{color:#0f172a;background:#fff;margin:0;font-family:Arial,sans-serif}.app{background:#fff;width:100%;min-height:100vh}*{box-sizing:border-box}.app{padding-top:76px}.nx-navbar{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #e5e7eb;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0f172a0a}.nx-navbar-inner{align-items:center;gap:30px;width:min(1440px,100% - 64px);min-height:76px;margin:auto;display:flex}.nx-brand{flex-shrink:0}.nx-brand a{align-items:center;text-decoration:none;display:flex}.nx-logo{object-fit:contain;width:auto;height:54px;transition:transform .25s;display:block}.nx-logo:hover{transform:scale(1.03)}.nx-nav{align-items:center;gap:4px;margin-left:18px;display:flex}.nx-nav-link{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:11px 14px;font-family:inherit;font-size:15px;font-weight:550;text-decoration:none;transition:color .2s,background .2s;display:inline-flex;position:relative}.nx-nav-link:hover{color:#2563eb;background:#f1f5f9}.nx-nav-link svg{transition:transform .25s}.nx-chevron-open{transform:rotate(180deg)}.nx-nav-dropdown{position:relative}.nx-dropdown{opacity:0;visibility:hidden;z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:360px;padding:12px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 14px);left:0;transform:translateY(8px);box-shadow:0 20px 60px #0f172a24,0 4px 12px #0f172a0d}@media (width>=769px){.nx-nav-dropdown:hover .nx-dropdown{opacity:1;visibility:visible;transform:translateY(0)}}.nx-dropdown-intro{border-bottom:1px solid #eef2f7;margin-bottom:6px;padding:12px 14px 14px}.nx-dropdown-intro span{color:#2563eb;letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.nx-dropdown-intro strong{color:#0f172a;font-size:14px;display:block}.nx-dropdown-item{border-radius:10px;align-items:flex-start;gap:13px;padding:13px;text-decoration:none;transition:background .2s,transform .2s;display:flex}.nx-dropdown-item:hover{background:#f8fafc;transform:translate(2px)}.nx-dropdown-item>div:last-child{flex-direction:column;gap:4px;display:flex}.nx-dropdown-item strong{color:#0f172a;font-size:14px}.nx-dropdown-item span{color:#64748b;font-size:12px;line-height:1.5}.nx-dropdown-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.nx-dropdown-icon.blue{color:#2563eb;background:#eff6ff}.nx-dropdown-icon.purple{color:#7c3aed;background:#f5f3ff}.nx-dropdown-icon.green{color:#059669;background:#ecfdf5}.nx-resources-dropdown{width:520px}.nx-resource-grid{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.nx-resource-item{color:#64748b;border-radius:10px;align-items:flex-start;gap:11px;padding:13px;text-decoration:none;transition:all .2s;display:flex}.nx-resource-item:hover{color:#2563eb;background:#f8fafc}.nx-resource-item svg{flex-shrink:0;margin-top:2px}.nx-resource-item div{flex-direction:column;gap:3px;display:flex}.nx-resource-item strong{color:#0f172a;font-size:13px}.nx-resource-item span{color:#64748b;font-size:11px;line-height:1.4}.nx-sales-dropdown{width:300px}.nx-sales-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;padding:12px;font-family:inherit;transition:background .2s;display:grid}.nx-sales-item:hover{background:#f8fafc}.nx-sales-item>svg:first-child{color:#2563eb;background:#eff6ff;border-radius:9px;width:36px;height:36px;padding:9px}.nx-sales-item div{flex-direction:column;gap:3px;display:flex}.nx-sales-item strong{color:#0f172a;font-size:13px}.nx-sales-item span{color:#64748b;font-size:11px}.nx-sales-item>svg:last-child{color:#94a3b8}.nx-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.nx-login-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.nx-login-btn:hover{color:#2563eb;background:#f8fafc;border-color:#cbd5e1}.nx-dashboard{color:#334155;border-radius:8px;align-items:center;gap:7px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.nx-dashboard:hover{color:#2563eb;background:#f1f5f9}.nx-start-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:9px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:650;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 5px 14px #2563eb38}.nx-start-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb47}.nx-mobile-toggle{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;margin-left:auto;display:none}@media (width<=1200px){.nx-navbar-inner{gap:15px;width:min(100% - 40px,1200px)}.nx-nav{margin-left:5px}.nx-nav-link{padding:10px 9px;font-size:14px}.nx-start-btn{padding:10px 14px}}@media (width<=900px){.app{padding-top:70px}.nx-navbar-inner{width:calc(100% - 32px);min-height:70px}.nx-logo{height:50px}.nx-mobile-toggle{display:flex}.nx-actions{display:none}.nx-nav{background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;align-items:stretch;gap:2px;width:100%;padding:12px 16px 20px;display:none;position:absolute;top:calc(100% + 1px);left:0;box-shadow:0 15px 35px #0f172a1a}.nx-nav-open{display:flex}.nx-nav-link{justify-content:space-between;width:100%;padding:13px 12px;font-size:15px}.nx-dropdown{width:100%;box-shadow:none;opacity:1;visibility:visible;background:#f8fafc;border:none;border-radius:10px;margin:0;padding:6px;display:none;position:static;transform:none}.nx-dropdown-mobile-open{display:block}.nx-resource-grid{grid-template-columns:1fr}.nx-resources-dropdown,.nx-solutions-dropdown,.nx-sales-dropdown{width:100%}.nx-dropdown-intro{display:none}.nx-dropdown-item,.nx-resource-item{padding:11px}}@media (width<=480px){.nx-navbar-inner{width:calc(100% - 24px)}.nx-logo{height:46px}.nx-nav{padding-left:12px;padding-right:12px}.nx-dropdown-item span,.nx-resource-item span{display:none}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172aad;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.demo-modal{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:620px;max-height:calc(100vh - 40px);padding:34px;animation:.25s ease-out modalIn;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0f172a38,0 10px 30px #0f172a14}@keyframes modalIn{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.demo-modal::-webkit-scrollbar{width:6px}.demo-modal::-webkit-scrollbar-track{background:0 0}.demo-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.close-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1;transform:rotate(3deg)}.demo-header{align-items:center;gap:14px;margin-bottom:14px;padding-right:45px;display:flex}.demo-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 8px 20px #4f46e538}.demo-eyebrow{color:#4f46e5;letter-spacing:1.4px;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.demo-header h2{color:#0f172a;margin:0;font-size:27px;font-weight:750;line-height:1.2}.demo-description{color:#64748b;max-width:520px;margin:0 0 27px;font-size:14px;line-height:1.7}.demo-form{flex-direction:column;gap:17px;display:flex}.demo-field{flex-direction:column;gap:7px;display:flex}.demo-field label{color:#334155;font-size:12px;font-weight:700}.demo-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.input-wrapper,.textarea-wrapper{background:#fff;border:1px solid #dbe2ea;border-radius:11px;align-items:center;min-height:40px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative}.input-wrapper input{box-sizing:border-box;color:#111827;background:0 0;border:none;outline:none;width:100%;height:40px;padding:0 14px 0 42px;font-family:inherit;font-size:14px}.textarea-wrapper textarea{box-sizing:border-box;resize:vertical;color:#111827;background:0 0;border:none;outline:none;width:100%;min-height:86px;padding:13px 14px 13px 42px;font-family:inherit;font-size:14px;line-height:1.5}.input-wrapper svg,.textarea-wrapper svg{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:14px}.input-wrapper:focus-within,.textarea-wrapper:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.input-wrapper:focus-within svg,.textarea-wrapper:focus-within svg{color:#4f46e5}.demo-modal input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;height:22px;padding:0 14px 0 40px;font-family:inherit;font-size:13px}.demo-modal input::placeholder,.demo-modal textarea::placeholder{color:#94a3b8}.textarea-wrapper{align-items:flex-start}.textarea-wrapper svg{top:12px}.demo-modal textarea{resize:vertical;color:#0f172a;background:0 0;border:none;outline:none;width:100%;min-height:60px;padding:13px 14px 13px 40px;font-family:inherit;font-size:13px;line-height:1.6}.demo-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#2563eb);border:none;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:49px;margin-top:2px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #4f46e533}.demo-submit:hover{transform:translateY(-2px);box-shadow:0 12px 28px #4f46e547}.demo-submit:active{transform:translateY(0)}.demo-submit svg{transition:transform .2s}.demo-submit:hover svg{transform:translate(3px)}.demo-trust{color:#94a3b8;justify-content:center;align-items:center;gap:6px;margin-top:1px;font-size:11px;display:flex}.demo-trust svg{color:#16a34a}@media (width<=650px){.modal-overlay{padding:15px}.demo-modal{border-radius:20px;max-height:calc(100vh - 30px);padding:27px 22px}.demo-header h2{font-size:24px}.demo-row{grid-template-columns:1fr}}@media (width<=480px){.modal-overlay{padding:10px}.demo-modal{border-radius:18px;padding:24px 18px}.close-btn{width:34px;height:34px;top:13px;right:13px}.demo-icon{width:42px;height:42px}.demo-header h2{font-size:22px}.demo-description{margin-bottom:22px;font-size:13px}.demo-form{gap:14px}}.auth-overlay{z-index:9999;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);background:#0f172a9e;justify-content:center;align-items:center;padding:24px;animation:.25s authOverlayIn;display:flex;position:fixed;inset:0;overflow:hidden}.auth-modal{background:#fff;border:1px solid #e2e8f0e6;border-radius:24px;grid-template-columns:43% 57%;width:min(980px,100%);height:min(760px,100vh - 48px);max-height:calc(100vh - 48px);animation:.3s authModalIn;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 90px #0f172a47,0 10px 30px #0f172a1a}.auth-brand-panel{color:#fff;box-sizing:border-box;background:radial-gradient(circle at 10% 10%,#3b82f652,#0000 34%),radial-gradient(circle at 90% 85%,#22c55e29,#0000 35%),linear-gradient(145deg,#071426,#0d2341 55%,#102e52);min-width:0;min-height:0;padding:42px;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";filter:blur(60px);pointer-events:none;background:#3b82f62e;border-radius:50%;width:320px;height:320px;position:absolute;top:-150px;right:-150px}.auth-brand-panel:after{content:"";filter:blur(60px);pointer-events:none;background:#22c55e1a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-130px;left:-100px}.auth-brand-content{z-index:2;box-sizing:border-box;flex-direction:column;width:100%;height:100%;min-height:0;display:flex;position:relative}.auth-brand-main{margin-top:5px}.auth-brand-badge{color:#bfdbfe;letter-spacing:.03em;box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:7px 11px;font-size:10px;font-weight:650;display:inline-flex}.auth-brand-main h2{color:#fff;letter-spacing:-.8px;max-width:360px;margin:15px 0 0;font-size:34px;font-weight:750;line-height:1.15}.auth-brand-main h2 span{background:linear-gradient(90deg,#60a5fa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:2px;display:block}.auth-brand-main>p{color:#b7c5d8;max-width:360px;margin:10px 0 0;font-size:14px;line-height:1.75}.auth-benefits{flex-direction:column;gap:13px;margin-top:15px;display:flex}.auth-benefits div{color:#dbeafe;align-items:center;gap:9px;font-size:12px;line-height:1.4;display:flex}.auth-benefits svg{color:#34d399;flex-shrink:0}.auth-product-preview{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:15px;width:100%;margin-top:10px;padding:16px}.auth-preview-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.auth-preview-title{align-items:center;gap:9px;display:flex}.auth-preview-icon{color:#60a5fa;background:#3b82f62e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.auth-preview-title div:last-child{flex-direction:column;gap:2px;display:flex}.auth-preview-title strong{color:#fff;font-size:11px;font-weight:700}.auth-preview-title span{color:#94a3b8;font-size:9px}.auth-online span{background:#22c55e;border-radius:50%;width:7px;height:7px;display:block;box-shadow:0 0 0 4px #22c55e1a}.auth-message{box-sizing:border-box;border-radius:9px;align-items:flex-start;gap:8px;max-width:88%;margin-top:12px;padding:9px 10px;font-size:10px;line-height:1.5;display:flex}.auth-message.customer{color:#dbeafe;background:#3b82f624;margin-left:auto}.auth-message.ai{color:#d1d5db;background:#ffffff12}.auth-message-avatar{background:#ffffff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:flex}.auth-preview-footer{color:#94a3b8;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:12px;padding-top:11px;font-size:9px;display:flex}.auth-preview-footer div{color:#86efac;align-items:center;gap:5px;display:flex}.auth-brand-footer{color:#64748b;text-align:center;margin-top:auto;padding-top:18px;font-size:10px}.auth-form-panel{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;box-sizing:border-box;background:#fff;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden auto}.auth-form-panel::-webkit-scrollbar{width:7px}.auth-form-panel::-webkit-scrollbar-track{background:0 0}.auth-form-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.auth-form-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.auth-close{color:#64748b;cursor:pointer;z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.auth-close:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.auth-form-container{box-sizing:border-box;width:min(500px,100%);min-height:100%;margin:0 auto;padding:35px 48px 40px}.auth-form-header{margin-bottom:15px;padding-right:45px}.auth-form-eyebrow{color:#2563eb;letter-spacing:.13em;margin-bottom:9px;font-size:10px;font-weight:750;display:block}.auth-form-header h1{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:750;line-height:1.2}.auth-form-header p{color:#64748b;margin:7px 0 0;font-size:13px;line-height:1.6}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:5px;display:flex}.auth-field label{color:#334155;font-size:12px;font-weight:650}.auth-field input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #dbe2ea;border-radius:8px;outline:none;width:100%;height:35px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.auth-field input::placeholder{color:#a1aab8}.auth-field input:hover{border-color:#cbd5e1}.auth-field input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61a}.auth-password{width:100%;position:relative}.auth-password input{padding-right:45px}.auth-password button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.auth-password button:hover{color:#2563eb;background:#f8fafc}.auth-phone{grid-template-columns:78px 1fr;gap:8px;display:grid}.auth-phone .country-code{text-align:center}.auth-forgot-row{justify-content:space-between;align-items:center;gap:12px;margin-top:-3px;display:flex}.auth-checkbox{color:#64748b;cursor:pointer;align-items:center;gap:7px;font-size:11px;display:flex}.auth-checkbox input{accent-color:#2563eb;cursor:pointer;width:14px;height:14px;margin:0}.forgot-password{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;font-weight:600}.forgot-password:hover{text-decoration:underline}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:3px;font-family:inherit;font-size:13px;font-weight:650;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 8px 20px #2563eb33}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #2563eb42}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{cursor:not-allowed;opacity:.7}.auth-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite authSpin}.auth-divider{color:#cbd5e1;align-items:center;gap:12px;font-size:9px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.auth-security{color:#64748b;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:11px 12px;font-size:10px;line-height:1.5;display:flex}.auth-security svg{color:#16a34a;flex-shrink:0}.auth-switch{color:#64748b;text-align:center;margin:4px 0 0;font-size:12px;line-height:1.5}.auth-switch button{color:#2563eb;font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;margin-left:5px;padding:0;font-weight:650}.auth-switch button:hover{text-decoration:underline}.auth-terms{color:#94a3b8;text-align:center;margin:-4px 0 0;padding:0;font-size:10px;line-height:1.6}.auth-terms-link{z-index:30;color:#2563eb;cursor:pointer;pointer-events:auto;font-weight:600;text-decoration:none;display:inline;position:relative}.auth-terms-link:hover{color:#1d4ed8;text-decoration:underline}.signup-form{gap:14px}.signup-form .auth-submit{margin-top:4px}@keyframes authOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes authModalIn{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes authSpin{to{transform:rotate(360deg)}}@media (width<=850px){.auth-overlay{padding:12px}.auth-modal{border-radius:20px;grid-template-columns:1fr;width:min(520px,100%);height:calc(100vh - 24px);max-height:calc(100vh - 24px)}.auth-brand-panel{display:none}.auth-form-panel{width:100%}.auth-form-container{width:min(430px,100%);padding:45px 40px}}@media (width<=600px){.auth-overlay{padding:8px}.auth-modal{border-radius:17px;height:calc(100vh - 16px);max-height:calc(100vh - 16px)}.auth-form-container{width:100%;padding:52px 24px 30px}.auth-form-header{margin-bottom:25px;padding-right:40px}.auth-form-eyebrow{font-size:11px}.auth-form-header h1{letter-spacing:-.7px;font-size:28px}.auth-form-header p{font-size:13px}.auth-form{gap:18px}.auth-field input{height:42px}.auth-phone{grid-template-columns:85px 1fr}.auth-close{border-radius:10px;width:42px;height:42px;top:14px;right:14px}.auth-forgot-row{align-items:flex-start}.auth-submit{height:52px;font-size:14px}}@media (width<=380px){.auth-form-container{padding-left:18px;padding-right:18px}.auth-form-header h1{font-size:25px}.auth-form-header p{font-size:12px}.auth-field label{font-size:11px}.auth-field input{font-size:12px}.auth-phone{grid-template-columns:75px 1fr;gap:7px}.auth-forgot-row{flex-direction:column;gap:10px}.auth-security{font-size:9px}}.whatsapp-btn{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:30px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 10px 30px #25d36666}.whatsapp-btn:hover{transform:scale(1.1)}body.chat-fullscreen .whatsapp-btn{display:none!important}.mini-widget{z-index:99999;-webkit-user-select:none;user-select:none;width:70px;height:70px;transition:left 80ms linear,top 80ms linear;position:fixed}.mini-widget.is-dragging{transition:none}.mini-launcher{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.mini-launcher:active{cursor:grabbing}.mini-launcher-ring{pointer-events:none;border:1px solid #3b82f640;border-radius:50%;animation:2.5s ease-out infinite miniPulse;position:absolute;inset:-4px}.mini-launcher-image{background:#fff;border:2px solid #fff;border-radius:50%;width:62px;height:62px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0f172a2e,0 2px 8px #0f172a14}.mini-launcher:hover .mini-launcher-image{transform:scale(1.04);box-shadow:0 12px 30px #0f172a38}.mini-launcher-image img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.mini-online-dot{background:#22c55e;border:3px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;bottom:2px;right:1px;box-shadow:0 2px 6px #0f172a33}.mini-label{color:#111827;white-space:nowrap;pointer-events:none;background:#fff;border-radius:20px;padding:4px 13px;font-size:12px;font-weight:700;position:absolute;bottom:-24px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0f172a1f}.mini-chat-box{background:#fff;border:1px solid #94a3b82e;border-radius:20px;width:360px;max-width:calc(100vw - 24px);animation:.2s ease-out miniChatOpen;position:absolute;bottom:82px;right:0;overflow:hidden;box-shadow:0 30px 80px #0f172a2e,0 8px 25px #0f172a14}.mini-chat-header{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;height:76px;padding:0 16px;display:flex}.mini-brand{cursor:grab;touch-action:none;align-items:center;gap:11px;display:flex}.mini-brand:active{cursor:grabbing}.mini-avatar{background:#fff;border:1px solid #e5e7eb;border-radius:13px;width:44px;height:44px;overflow:hidden;box-shadow:0 4px 12px #0f172a1a}.mini-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mini-name{letter-spacing:-.3px;color:#0f172a;font-size:16px;font-weight:750}.mini-status{color:#64748b;align-items:center;gap:5px;margin-top:3px;font-size:12px;display:flex}.mini-status span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #22c55e1f}.mini-header-actions{align-items:center;gap:4px;display:flex}.mini-drag-button{cursor:grab;touch-action:none;background:0 0;border:0;border-radius:8px;grid-template-rows:repeat(3,4px);grid-template-columns:repeat(3,4px);place-content:center;gap:3px;width:30px;height:30px;padding:0;display:grid}.mini-drag-button:hover{background:#f1f5f9}.mini-drag-button:active{cursor:grabbing}.mini-drag-button span{background:#94a3b8;border-radius:50%;width:4px;height:4px}.mini-control{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:21px;line-height:1;transition:background .15s,color .15s;display:flex}.mini-control:hover{color:#0f172a;background:#f1f5f9}.mini-chat-body{padding:20px 17px 17px}.mini-message{gap:10px;display:flex}.mini-message-avatar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;width:34px;height:34px;overflow:hidden}.mini-message-avatar img{object-fit:cover;width:100%;height:100%}.mini-message-content{flex:1}.mini-message-bubble{background:linear-gradient(135deg,#f5f8ff,#eef4ff);border:1px solid #e4ebf8;border-radius:5px 16px 16px;padding:14px 15px}.mini-message-bubble strong{color:#0f172a;margin-bottom:5px;font-size:14px;display:block}.mini-message-bubble p{color:#64748b;margin:0;font-size:13px;line-height:1.55}.mini-suggestions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.mini-suggestions button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dbe5f4;border-radius:10px;padding:10px 8px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,transform .15s}.mini-suggestions button:hover{background:#f5f8ff;border-color:#bfdbfe;transform:translateY(-1px)}.mini-contact-button{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:13px;align-items:center;gap:11px;margin-top:14px;padding:13px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 8px 20px #2563eb2e}.mini-contact-button:hover{transform:translateY(-1px);box-shadow:0 12px 25px #2563eb40}.mini-contact-icon{background:#ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.mini-contact-text{flex-direction:column;flex:1;display:flex}.mini-contact-text strong{font-size:13px}.mini-contact-text span{opacity:.82;margin-top:2px;font-size:11px}.mini-contact-arrow{opacity:.9;font-size:18px}.mini-response-time{color:#94a3b8;justify-content:center;align-items:center;gap:5px;margin-top:13px;font-size:11px;display:flex}.mini-response-time span{color:#2563eb}.mini-footer{text-align:center;color:#94a3b8;background:#fafbfc;border-top:1px solid #edf1f7;padding:10px 16px;font-size:10px}.mini-footer strong{color:#64748b}.mini-reset-position{color:#64748b;cursor:pointer;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:27px;height:27px;font-size:14px;transition:opacity .2s,background .2s;display:flex;position:absolute;bottom:-34px;right:0;box-shadow:0 4px 12px #0f172a14}.mini-widget:hover .mini-reset-position{opacity:1}.mini-reset-position:hover{color:#2563eb;background:#f8fafc}@keyframes miniPulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.12)}to{opacity:0;transform:scale(1.12)}}@keyframes miniChatOpen{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}body.chat-fullscreen .mini-widget{display:none!important}@media (width<=600px){.mini-widget{width:64px;height:64px}.mini-launcher{width:58px;height:58px}.mini-launcher-image{width:56px;height:56px}.mini-online-dot{width:14px;height:14px;bottom:0;right:0}.mini-chat-box{width:auto;max-width:none;position:fixed;bottom:82px;left:12px;right:12px}.mini-label{bottom:-22px}}@media (prefers-reduced-motion:reduce){.mini-launcher-ring,.mini-chat-box{animation:none}.mini-widget{transition:none}}.hero{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b,#2563eb);justify-content:space-between;align-items:center;min-height:100vh;padding:100px 60px;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);background:#2563eb40;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.hero-left{z-index:2;flex:1;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;margin-bottom:25px;padding:10px 18px;display:inline-block}.hero-left h1{color:#000;margin-bottom:25px;font-size:72px;line-height:1.1}.hero-left h1 span{color:#fff}.hero-left p{color:#cbd5e1;max-width:650px;font-size:20px;line-height:1.8}.primary-btn{cursor:pointer;background:#22c55e;border:none;border-radius:12px;padding:15px 32px;font-size:16px;font-weight:700;transition:all .3s}.secondary-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;padding:15px 32px}.hero-stats{gap:50px;margin-top:50px;display:flex}.hero-stats h3{color:#60a5fa;font-size:32px}.hero-stats p{color:#94a3b8;font-size:14px}.hero-right{z-index:2;flex:1;justify-content:center;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;padding:15px;box-shadow:0 20px 50px #0000004d}.glass-card img{border-radius:18px;width:100%;max-width:650px;display:block}@media (width<=992px){.hero{text-align:center;flex-direction:column;padding:80px 25px}.hero-left h1{font-size:48px}.hero-buttons,.hero-stats{justify-content:center}.hero-right{margin-top:40px}}@media (width<=768px){.hero-left h1{font-size:36px}.hero-stats{flex-wrap:wrap;gap:25px}.hero-buttons{flex-direction:column}}.trusted-section{color:#fff;background:#020617;padding:100px 20px;overflow:hidden}.trusted-header{text-align:center;max-width:800px;margin:auto}.trusted-header span{color:#60a5fa;letter-spacing:1px;font-weight:600}.trusted-header h2{margin:15px 0;font-size:42px}.trusted-header p{color:#94a3b8;line-height:1.8}.logo-slider{margin-top:60px;position:relative;overflow:hidden}.logo-track{gap:25px;width:max-content;animation:25s linear infinite scroll;display:flex}.company-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;min-width:220px;padding:25px;font-size:20px;font-weight:700;transition:all .3s}.company-card:hover{color:#60a5fa;border-color:#60a5fa;transform:translateY(-6px)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.trusted-header h2{font-size:30px}.company-card{min-width:180px;font-size:16px}}.features-section{color:#101828;background:radial-gradient(circle at 8% 20%,#2563eb0e,#0000 28%),linear-gradient(#fff 0%,#f8faff 100%);border-radius:35px;padding:115px 0 105px;position:relative;overflow:hidden}.features-container{width:min(1200px,100% - 64px);margin:0 auto}.features-intro{max-width:760px;margin-bottom:58px}.features-eyebrow{color:#635bff;letter-spacing:.12em;align-items:center;gap:9px;font-size:11px;font-weight:800;display:flex}.eyebrow-line{background:#635bff;border-radius:10px;width:24px;height:2px;display:inline-block}.features-intro h2{letter-spacing:-.045em;max-width:750px;margin:18px 0 0;font-size:clamp(40px,4.5vw,60px);font-weight:750;line-height:1.08}.features-intro h2 span,.scale-heading h2 span{color:#635bff}.features-intro>p{color:#667085;max-width:670px;margin:23px 0 0;font-size:17px;line-height:1.75}.features-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.feature-card{background:#ffffffdb;border:1px solid #e4e7ec;border-radius:16px;flex-direction:column;min-height:385px;padding:27px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 4px 15px #10182806}.feature-card:hover{border-color:#c7d7fe;transform:translateY(-5px);box-shadow:0 18px 40px #10182813}.feature-card-top{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.feature-icon{color:#635bff;background:#eff5ff;border:1px solid #dbe7ff;border-radius:11px;justify-content:center;align-items:center;width:43px;height:43px;font-size:19px;font-weight:700;display:flex}.feature-tag{color:#667085;letter-spacing:.09em;width:fit-content;margin-bottom:12px;font-size:9px;font-weight:800}.feature-card h3{color:#101828;letter-spacing:-.02em;margin:0;font-size:21px;line-height:1.3}.feature-card p{color:#667085;margin:14px 0 0;font-size:13px;line-height:1.7}.feature-arrow{color:#667085;border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;margin-top:auto;padding-top:28px;font-size:10px;font-weight:700;display:flex}.feature-arrow strong{color:#635bff;font-size:17px;transition:transform .2s}.feature-card:hover .feature-arrow strong{transform:translate(4px)}.scale-section{background:radial-gradient(circle at 85% 15%,#2563eb1c,#0000 32%),linear-gradient(135deg,#f8faff 0%,#fff 65%);border:1px solid #e1e6ef;border-radius:22px;margin-top:95px;padding:58px;position:relative;overflow:hidden;box-shadow:0 15px 45px #1018280b}.scale-section:before{content:"";filter:blur(70px);pointer-events:none;background:#2563eb12;border-radius:50%;width:350px;height:350px;position:absolute;top:-220px;right:-80px}.scale-header{z-index:2;border-bottom:1px solid #e7eaf0;grid-template-columns:1fr .8fr;align-items:end;gap:80px;padding-bottom:48px;display:grid;position:relative}.scale-heading h2{letter-spacing:-.035em;max-width:580px;margin:16px 0 0;font-size:40px;line-height:1.12}.scale-header>p{color:#667085;margin:0;font-size:14px;line-height:1.75}.metrics-grid{z-index:2;border-top:1px solid #e7eaf0;border-left:1px solid #e7eaf0;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:38px;display:grid;position:relative}.metric-card{background:#ffffff8c;border-bottom:1px solid #e7eaf0;border-right:1px solid #e7eaf0;min-height:170px;padding:25px 22px;transition:background .2s,transform .2s}.metric-card:hover{background:#fff}.metric-value{color:#635bff;letter-spacing:-.035em;font-size:31px;font-weight:750;line-height:1}.metric-card h3{color:#344054;margin:15px 0 0;font-size:12px;font-weight:700;line-height:1.4}.metric-card p{color:#98a2b3;margin:7px 0 0;font-size:10px;line-height:1.55}.features-bottom{align-items:center;gap:25px;margin-top:65px;display:flex}.bottom-line{background:#e4e7ec;flex:1;height:1px}.features-bottom p{color:#667085;white-space:nowrap;margin:0;font-size:13px}.features-bottom strong{color:#101828}@media (width<=1050px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{min-height:340px}.scale-header{grid-template-columns:1fr;gap:25px}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.features-section{padding:85px 0}.features-container{width:calc(100% - 40px)}.features-intro{margin-bottom:42px}.features-intro h2{font-size:40px}.features-intro>p{font-size:15px}.features-grid{grid-template-columns:1fr;gap:13px}.feature-card{min-height:auto;padding:25px}.feature-card-top{margin-bottom:28px}.scale-section{border-radius:18px;margin-top:65px;padding:35px 25px}.scale-heading h2{font-size:32px}.scale-header{padding-bottom:32px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{min-height:155px;padding:22px 18px}.features-bottom{gap:15px}.features-bottom p{text-align:center;white-space:normal;font-size:11px}}@media (width<=480px){.features-section{padding:70px 0}.features-container{width:calc(100% - 32px)}.features-intro h2{letter-spacing:-.04em;font-size:35px}.features-intro>p{font-size:14px}.feature-card h3{font-size:20px}.feature-card p{font-size:13px}.scale-section{padding:30px 18px}.scale-heading h2{font-size:29px}.scale-header>p{font-size:13px}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:auto;padding:22px}.metric-value{font-size:30px}.features-bottom{margin-top:45px}.bottom-line{display:none}}.about-section{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;gap:50px;width:100%;padding:100px 60px;display:flex}.about-left{flex:1}.about-left h2{margin-bottom:20px;font-size:42px}.about-left p{color:#94a3b8;margin-bottom:20px;line-height:1.8}.about-cards{gap:20px;margin-top:30px;display:flex}.about-card{background:#111827;border:1px solid #1e293b;border-radius:15px;flex:1;padding:25px}.about-card h3{margin-bottom:10px}.about-right{flex:1;justify-content:center;display:flex}.about-right img{border-radius:20px;width:100%;max-width:550px;box-shadow:0 20px 40px #0006}@media (width<=992px){.about-section{flex-direction:column;padding:80px 30px}}@media (width<=768px){.about-section{padding:60px 20px}.about-left h2{font-size:32px}.about-cards{flex-direction:column}}.pricing-preview{background:radial-gradient(circle at 15%,#2563eb1a,#0000 35%),linear-gradient(#f8fafc 0%,#fff 100%);border-radius:35px;padding:110px 24px 45px;position:relative;overflow:hidden}.pricing-preview-glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.pricing-preview-glow-one{background:#2563eb1a;width:400px;height:400px;top:-150px;right:-100px}.pricing-preview-glow-two{background:#22c55e14;width:300px;height:300px;bottom:-150px;left:-100px}.pricing-preview-container{z-index:2;grid-template-columns:1fr .9fr;align-items:center;gap:90px;max-width:1250px;margin:0 auto;display:grid;position:relative}.pricing-preview-content{max-width:650px}.pricing-eyebrow{color:#2563eb;letter-spacing:.12em;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;margin-bottom:22px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.pricing-preview-content h2{letter-spacing:-.045em;color:#0f172a;margin:0;font-size:clamp(42px,5vw,68px);line-height:1.05}.pricing-preview-content h2 span{background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.pricing-preview-description{color:#64748b;max-width:600px;margin-top:28px;font-size:18px;line-height:1.8}.pricing-preview-actions{margin-top:34px}.pricing-primary-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;align-items:center;gap:12px;padding:15px 25px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.pricing-primary-btn span{font-size:20px;transition:transform .25s}.pricing-preview-model{position:relative}.pricing-model-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe0;border:1px solid #e2e8f0;border-radius:28px;padding:32px;position:relative;box-shadow:0 25px 70px #0f172a1a}.pricing-model-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.pricing-model-label{color:#64748b;letter-spacing:.12em;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.pricing-model-top h3{color:#0f172a;margin:0;font-size:25px}.pricing-model-icon{color:#2563eb;background:#eff6ff;border-radius:15px;justify-content:center;align-items:center;width:52px;height:52px;font-size:23px;font-weight:800;display:flex}.pricing-calculation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:22px}.calculation-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;display:grid}.calculation-row div{flex-direction:column;gap:5px;display:flex}.calculation-row span{color:#64748b;font-size:12px}.calculation-row strong{color:#0f172a;font-size:21px}.calculation-symbol{color:#94a3b8!important;font-size:20px!important}.calculation-line{background:#e2e8f0;height:1px;margin:20px 0}.calculation-result{justify-content:space-between;align-items:center;display:flex}.calculation-result span{color:#475569;font-size:13px;font-weight:600}.calculation-result strong{color:#2563eb;font-size:28px}.pricing-rule{background:#f0fdf4;border:1px solid #dcfce7;border-radius:16px;gap:14px;margin-top:22px;padding:17px;display:flex}.rule-icon{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:800;display:flex}.pricing-rule strong{color:#166534;margin-bottom:4px;font-size:14px;display:block}.pricing-rule p{color:#4b5563;margin:0;font-size:12px;line-height:1.6}.pricing-benefits{gap:10px;margin-top:22px;display:grid}.pricing-benefits div{color:#475569;align-items:center;gap:9px;font-size:13px;display:flex}.pricing-benefits span{color:#22c55e;font-weight:800}.pricing-preview-bottom{z-index:2;color:#64748b;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;gap:35px;max-width:900px;margin:75px auto 0;padding-top:25px;font-size:13px;font-weight:600;display:flex;position:relative}.pricing-preview-bottom span{position:relative}.pricing-preview-bottom span:not(:last-child):after{content:"•";color:#cbd5e1;position:absolute;right:-20px}@media (width<=992px){.pricing-preview{padding:85px 24px 40px}.pricing-preview-container{grid-template-columns:1fr;gap:55px;max-width:750px}.pricing-preview-content{text-align:center;max-width:700px;margin:auto}.pricing-preview-description{margin-left:auto;margin-right:auto}.pricing-preview-actions{justify-content:center;display:flex}}@media (width<=600px){.pricing-preview{padding:70px 18px 35px}.pricing-eyebrow{font-size:10px}.pricing-preview-content h2{font-size:40px}.pricing-preview-description{font-size:16px;line-height:1.7}.pricing-model-card{border-radius:22px;padding:22px}.pricing-model-top h3{font-size:21px}.calculation-row{grid-template-columns:1fr;gap:12px}.calculation-symbol{display:none}.calculation-result strong{font-size:25px}.pricing-preview-bottom{flex-direction:column;align-items:center;gap:10px;margin-top:50px}.pricing-preview-bottom span:not(:last-child):after{display:none}}.faq-section{color:#fff;box-sizing:border-box;background:#000;flex-direction:column;align-items:center;width:100%;padding:90px 20px;display:flex}.faq-header{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;margin-bottom:42px;display:flex}.faq-badge{color:#38bdf8;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;margin-bottom:20px;padding:8px 18px;font-size:.875rem;font-weight:600;display:inline-flex}.faq-header h2{letter-spacing:-.025em;color:#fff;margin:0 0 16px;font-size:42px;font-weight:800;line-height:1.15}.faq-header p{color:#94a3b8;max-width:760px;margin:0;font-size:1.08rem;line-height:1.7}.category-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:30px;display:flex}.pill{appearance:none;color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #1e293b;border-radius:9999px;padding:8px 17px;font-family:inherit;font-size:.88rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s}.pill:hover{color:#fff;border-color:#334155}.pill.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 4px 16px #2563eb47}.faq-scroll-wrapper{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#334155 #0f172a;width:100%;max-width:1000px;max-height:470px;padding-right:10px;overflow-y:auto}.faq-scroll-wrapper::-webkit-scrollbar{width:6px}.faq-scroll-wrapper::-webkit-scrollbar-track{background:#0f172a;border-radius:10px}.faq-scroll-wrapper::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.faq-container{flex-direction:column;gap:12px;display:flex}.faq-card{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0f172a;border:1px solid #1e293b;border-radius:15px;width:100%;padding:19px 22px;transition:background-color .25s,border-color .25s,box-shadow .25s}.faq-card:hover{border-color:#334155}.faq-card.open{background:#111827;border-color:#2563eb;box-shadow:0 8px 25px #2563eb1f}.faq-question{justify-content:space-between;align-items:center;gap:18px;display:flex}.faq-question h3{color:#f8fafc;margin:0;font-size:1.05rem;font-weight:600;line-height:1.45}.icon-wrapper{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chevron{color:#38bdf8;transition:transform .3s cubic-bezier(.16,1,.3,1)}.chevron.rotated{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-card.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer p{color:#94a3b8;border-top:1px solid #ffffff14;margin:14px 0 0;padding-top:14px;font-size:.96rem;line-height:1.75}@media (width<=992px){.faq-section{padding:80px 20px}.faq-header{max-width:820px}.faq-scroll-wrapper{max-width:900px}}@media (width<=768px){.faq-section{padding:70px 16px}.faq-header{margin-bottom:32px}.faq-header h2{font-size:31px}.faq-header p{font-size:.98rem}.category-pills{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding:4px 2px 10px;overflow-x:auto}.category-pills::-webkit-scrollbar{display:none}.pill{flex-shrink:0}.faq-scroll-wrapper{max-height:520px;padding-right:5px}.faq-card{padding:17px}.faq-question{gap:12px}.faq-question h3{font-size:.98rem}.faq-answer p{font-size:.93rem}}@media (width<=480px){.faq-section{padding:60px 12px}.faq-header h2{font-size:27px}.faq-badge{font-size:.82rem}.faq-card{border-radius:13px;padding:16px}.icon-wrapper{width:30px;height:30px}}.footer{color:#fff;background:linear-gradient(135deg,#020617,#0f172a,#111827);padding:90px 40px 25px;position:relative;overflow:hidden}.footer-glow{filter:blur(120px);pointer-events:none;background:#2563eb26;border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;right:-100px}.footer-glow-secondary{background:#22c55e14;width:320px;height:320px;inset:auto auto -160px -120px}.footer-container{z-index:2;grid-template-columns:2.2fr 1fr 1.15fr 1.1fr 1.4fr;gap:45px;max-width:1350px;margin:0 auto;display:grid;position:relative}.footer-brand{min-width:0}.footer-logo{letter-spacing:-.8px;background:linear-gradient(90deg,#60a5fa,#22c55e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.15rem;font-weight:800;text-decoration:none;display:inline-block}.footer-description{color:#cbd5e1;max-width:430px;margin-top:18px;margin-bottom:0;font-size:.95rem;line-height:1.8}.footer-badges{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.footer-badges span{color:#cbd5e1;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:7px 12px;font-size:.78rem;display:inline-flex}.footer-social-section{margin-top:28px}.footer-social-title{color:#94a3b8;letter-spacing:.2px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:block}.footer-social-links{align-items:center;gap:9px;display:flex}.footer-social-links a{color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .25s;display:inline-flex}.footer-social-links a:hover{color:#fff;background:#ffffff17;border-color:#ffffff40;transform:translateY(-2px)}.footer-column{min-width:0}.footer-column h3{color:#fff;letter-spacing:.2px;margin:0 0 20px;font-size:.95rem;font-weight:700}.footer-column>a{color:#94a3b8;width:fit-content;margin-bottom:12px;font-size:.9rem;line-height:1.5;text-decoration:none;transition:color .25s,transform .25s;display:block}.footer-column>a:hover{color:#60a5fa;transform:translate(4px)}.footer-contact-item{align-items:flex-start;gap:11px;text-decoration:none;color:#94a3b8!important;width:100%!important;margin-bottom:14px!important;display:flex!important}.footer-contact-item:hover{color:#cbd5e1!important;transform:none!important}.footer-contact-icon{color:#60a5fa;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;display:flex}.footer-contact-note{color:#64748b;margin-top:20px;font-size:.82rem;line-height:1.7}.footer-cta{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff09;border:1px solid #ffffff17;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;max-width:1350px;margin:65px auto 0;padding:28px 30px;display:flex;position:relative}.footer-cta h3{color:#fff;margin:0 0 7px;font-size:1.15rem}.footer-cta p{color:#94a3b8;margin:0;font-size:.88rem;line-height:1.6}.footer-cta-button{color:#fff;background:linear-gradient(135deg,#2563eb,#22c55e);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding:11px 19px;font-size:.87rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 25px #2563eb2e}.footer-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2563eb40}.footer-bottom{z-index:2;color:#64748b;border-top:1px solid #ffffff17;align-items:center;gap:22px;max-width:1350px;margin:45px auto 0;padding-top:22px;font-size:.78rem;display:flex;position:relative}.footer-copyright{flex-shrink:0}.footer-bottom-links{align-items:center;gap:16px;display:flex}.footer-bottom-links a{color:#64748b;text-decoration:none;transition:color .25s}.footer-bottom-links a:hover{color:#94a3b8}.footer-powered{white-space:nowrap;margin-left:auto}.footer-powered span{color:#475569;margin:0 6px}.footer-back-top{color:#94a3b8;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:inline-flex}.footer-back-top:hover{color:#fff;background:#ffffff0f;transform:translateY(-2px)}@media (width<=1200px){.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand,.footer-contact{grid-column:span 2}}@media (width<=992px){.footer{padding:75px 30px 25px}.footer-container{grid-template-columns:repeat(2,1fr);gap:40px 35px}.footer-brand{grid-column:span 2}.footer-contact{grid-column:span 1}.footer-cta{margin-top:50px}.footer-bottom{flex-wrap:wrap}.footer-powered{margin-left:0}}@media (width<=768px){.footer{padding:65px 20px 20px}.footer-container{text-align:left;grid-template-columns:1fr;gap:35px}.footer-brand,.footer-contact{grid-column:span 1}.footer-description{max-width:100%}.footer-badges,.footer-social-links{justify-content:flex-start}.footer-column>a{width:auto}.footer-cta{flex-direction:column;align-items:flex-start;margin-top:45px;padding:25px}.footer-cta-button{width:100%}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;margin-top:35px}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.footer-powered{margin-left:0}.footer-back-top{display:none}}@media (width<=480px){.footer{padding-left:16px;padding-right:16px}.footer-logo{font-size:1.9rem}.footer-description{font-size:.88rem}.footer-badges span{padding:6px 10px;font-size:.72rem}.footer-social-links a{width:34px;height:34px}.footer-cta h3{font-size:1rem}.footer-cta p{font-size:.82rem}.footer-bottom-links{gap:12px}}.dashboard-section{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;gap:60px;padding:100px 60px;display:flex}.dashboard-left{flex:1}.badge{color:#60a5fa;background:#60a5fa26;border:1px solid #60a5fa;border-radius:30px;margin-bottom:20px;padding:8px 18px;display:inline-block}.dashboard-left h2{margin-bottom:20px;font-size:48px}.dashboard-left p{color:#94a3b8;margin-bottom:30px;line-height:1.8}.dashboard-features{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.dashboard-features div{background:#111827;border:1px solid #1e293b;border-radius:12px;padding:18px}.dashboard-right{flex:1}.dashboard-right img{border-radius:24px;width:100%;box-shadow:0 25px 50px #00000059}@media (width<=992px){.dashboard-section{text-align:center;flex-direction:column;padding:70px 25px}.dashboard-left h2{font-size:36px}.dashboard-features{grid-template-columns:1fr}}.why-choose-us{color:#101828;background:radial-gradient(circle at 10% 15%,#2563eb14,#0000 28%),radial-gradient(circle at 90% 70%,#6366f112,#0000 30%),#fff;border-radius:35px;padding:120px 24px;position:relative;overflow:hidden}.why-container{width:min(1200px,100%);margin:0 auto}.why-header{text-align:center;max-width:820px;margin:0 auto 75px}.why-eyebrow{color:#635bff;letter-spacing:.14em;align-items:center;gap:9px;margin-bottom:20px;font-size:12px;font-weight:800;display:inline-flex}.why-eyebrow-dot{background:#635bff;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #2563eb1a}.why-header h2{letter-spacing:-.045em;margin:0;font-size:clamp(38px,5vw,60px);font-weight:750;line-height:1.08}.why-header h2 span{color:#635bff;display:block}.why-subtitle{color:#667085;max-width:720px;margin:25px auto 0;font-size:17px;line-height:1.75}.why-value-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:80px;margin-bottom:90px;display:grid}.why-value-left{max-width:530px}.why-value-label{color:#635bff;letter-spacing:.14em;margin-bottom:20px;font-size:11px;font-weight:800;display:inline-block}.why-value-left h3{letter-spacing:-.04em;margin:0 0 24px;font-size:clamp(34px,4vw,48px);line-height:1.1}.why-value-left h3 span{color:#635bff;display:block}.why-value-left>p{color:#667085;margin:0 0 18px;font-size:16px;line-height:1.8}.why-value-mini{gap:12px;margin-top:30px;display:grid}.mini-item{background:#fff;border:1px solid #eaecf0;border-radius:12px;align-items:flex-start;gap:14px;padding:15px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.mini-item:hover{border-color:#c7d7fe;transform:translate(4px);box-shadow:0 10px 25px #1018280f}.mini-icon{color:#635bff;background:#eff6ff;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.mini-item strong{color:#101828;margin-bottom:3px;font-size:14px;display:block}.mini-item small{color:#667085;font-size:12px;line-height:1.5;display:block}.why-visual{min-width:0;padding:10px 25px 30px 0;position:relative}.why-image-card{background:#fff;border:1px solid #e4e7ec;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 25px 70px #1018281f,0 4px 12px #1018280a}.why-image-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#10182880 100%);position:absolute;inset:0}.why-image-card img{object-fit:cover;width:100%;height:480px;transition:transform .6s;display:block}.why-image-card:hover img{transform:scale(1.025)}.why-image-overlay{z-index:2;flex-direction:column;gap:12px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.live-indicator{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.08em;background:#101828b8;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:800;display:inline-flex}.live-indicator span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e26}.conversation-preview{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:12px;padding:15px;display:flex;box-shadow:0 15px 35px #0000002e}.conversation-icon{color:#635bff;background:#eff6ff;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.conversation-content{flex-direction:column;min-width:0;display:flex}.conversation-content small{color:#667085;letter-spacing:.08em;margin-bottom:3px;font-size:9px;font-weight:800}.conversation-content strong{color:#101828;font-size:13px}.success-arrow{color:#16a34a;margin-left:auto;font-size:13px}.why-floating-stat{z-index:5;background:#fff;border:1px solid #e4e7ec;border-radius:14px;align-items:center;gap:12px;min-width:190px;padding:14px 17px;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 18px 40px #1018281f}.stat-icon{color:#16a34a;background:#ecfdf3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.why-floating-stat strong{color:#101828;font-size:18px;line-height:1.2;display:block}.why-floating-stat span{color:#667085;margin-top:2px;font-size:11px;display:block}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.why-card{background:#fff;border:1px solid #eaecf0;border-radius:16px;padding:25px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.why-card:hover{border-color:#c7d7fe;transform:translateY(-4px);box-shadow:0 18px 40px #10182812}.why-card-top{justify-content:space-between;align-items:center;margin-bottom:23px;display:flex}.why-icon{color:#635bff;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;transition:background .25s,color .25s;display:flex}.why-card:hover .why-icon{color:#fff;background:#635bff}.why-number{color:#98a2b3;letter-spacing:.08em;font-size:11px;font-weight:800}.why-card-content h3{color:#101828;letter-spacing:-.015em;margin:0 0 10px;font-size:18px;line-height:1.35}.why-card-content p{color:#667085;max-width:520px;margin:0;font-size:14px;line-height:1.7}.why-card-line{background:#635bff;border-radius:10px;width:0;height:2px;margin-top:22px;transition:width .3s}.why-card:hover .why-card-line{width:45px}.why-bottom{background:linear-gradient(135deg,#f8faff,#fff);border:1px solid #e4e7ec;border-radius:18px;align-items:center;gap:22px;margin-top:75px;padding:32px 35px;display:flex}.why-bottom-mark{color:#fff;background:#101828;border-radius:14px;flex:0 0 50px;justify-content:center;align-items:center;width:50px;height:50px;font-size:21px;font-weight:800;display:flex}.why-bottom h3{color:#101828;letter-spacing:-.02em;margin:0 0 7px;font-size:20px;line-height:1.35}.why-bottom h3 span{color:#635bff}.why-bottom p{color:#667085;max-width:780px;margin:0;font-size:14px;line-height:1.7}@media (width<=1000px){.why-choose-us{padding:95px 22px}.why-value-section{grid-template-columns:1fr;gap:55px}.why-value-left{max-width:750px}.why-visual{width:100%;max-width:800px;margin:0 auto}.why-image-card img{height:420px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.why-choose-us{padding:75px 16px}.why-header{margin-bottom:55px}.why-header h2{font-size:38px}.why-subtitle{font-size:15px;line-height:1.7}.why-value-section{gap:40px;margin-bottom:65px}.why-value-left h3{font-size:34px}.why-value-left>p{font-size:15px}.why-visual{padding:0 8px 25px 0}.why-image-card{border-radius:18px}.why-image-card img{height:300px}.why-image-overlay{bottom:12px;left:12px;right:12px}.conversation-preview{padding:11px}.conversation-content strong{font-size:11px}.why-floating-stat{min-width:165px;padding:11px 13px;right:0}.why-grid{grid-template-columns:1fr;gap:13px}.why-card{padding:22px}.why-bottom{flex-direction:column;align-items:flex-start;margin-top:55px;padding:25px}.why-bottom h3{font-size:18px}}@media (width<=420px){.why-header h2{font-size:33px}.why-value-left h3{font-size:30px}.why-image-card img{height:260px}.live-indicator,.conversation-content small{font-size:8px}.conversation-content strong{font-size:10px}.why-floating-stat{min-width:150px}}.security-section{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:100px 20px}.security-section .container{text-align:center;max-width:1300px;margin:auto}.security-section h2{margin-bottom:15px;font-size:42px;font-weight:700}.subtitle{color:#38bdf8;margin-bottom:25px;font-size:22px}.intro{color:#d6e2ef;max-width:850px;margin:auto;font-size:17px;line-height:1.8}.security-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:70px;display:grid}.security-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;padding:35px 30px;transition:all .35s;position:relative}.security-card:hover{background:#ffffff1f;transform:translateY(-8px);box-shadow:0 20px 40px #00000059}.step-number{color:#ffffff14;font-size:40px;font-weight:700;position:absolute;top:18px;right:20px}.step-icon{color:#fff;background:linear-gradient(135deg,#06b6d4,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:auto auto 25px;font-size:30px;display:flex}.security-card h3{margin-bottom:15px;font-size:24px}.security-card p{color:#d6e2ef;font-size:15px;line-height:1.8}@media (width<=992px){.security-section h2{font-size:34px}.subtitle{font-size:20px}}@media (width<=768px){.security-section{padding:70px 20px}.security-section h2{font-size:30px}.subtitle{font-size:18px}.intro{font-size:15px}.security-grid{grid-template-columns:1fr}}.testimonials{color:#101828;background:radial-gradient(circle at 10% 10%,#2563eb14,#0000 30%),radial-gradient(circle at 90% 85%,#4f46e512,#0000 30%),#f8fafc;border-radius:35px;padding:120px 20px;position:relative;overflow:hidden}.testimonials-container{width:min(1200px,100%);margin:0 auto}.testimonial-header{text-align:center;max-width:760px;margin:0 auto 70px}.testimonial-eyebrow{letter-spacing:.14em;color:#2563eb;align-items:center;gap:9px;margin-bottom:20px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow-dot{background:#2563eb;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #2563eb14}.testimonial-header h2{letter-spacing:-.045em;margin:0;font-size:clamp(40px,5vw,58px);font-weight:750;line-height:1.08}.testimonial-header h2 span{color:#2563eb}.testimonial-header p{color:#667085;max-width:690px;margin:22px auto 0;font-size:17px;line-height:1.75}.testimonial-feature{background:#fff;border:1px solid #e4e7ec;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:500px;margin-bottom:70px;display:grid;overflow:hidden;box-shadow:0 20px 60px #10182812}.testimonial-visual{background:#101828;min-height:500px;position:relative;overflow:hidden}.visual-glow{filter:blur(80px);z-index:1;background:#2563eb59;border-radius:50%;width:350px;height:350px;position:absolute;top:-120px;right:-80px}.product-image{position:absolute;inset:0;overflow:hidden}.product-image img{object-fit:cover;opacity:.78;width:100%;height:100%;transition:transform .6s,opacity .4s;display:block}.testimonial-feature:hover .product-image img{opacity:.88;transform:scale(1.035)}.visual-overlay{background:linear-gradient(135deg,#0f172aa6,#0f172a2e);position:absolute;inset:0}.ai-status{z-index:4;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#0f172ac2;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:13px;padding:14px 17px;display:flex;position:absolute;bottom:28px;left:28px;box-shadow:0 15px 40px #00000040}.ai-status-icon{color:#60a5fa;background:#2563eb33;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:flex}.ai-status div:nth-child(2){flex-direction:column;display:flex}.ai-status span{color:#98a2b3;letter-spacing:.1em;font-size:9px;font-weight:700}.ai-status strong{margin-top:3px;font-size:12px}.status-live{align-items:center;gap:5px;margin-left:8px;color:#86efac!important;flex-direction:row!important;font-size:9px!important;display:flex!important}.status-live span{background:#22c55e;border-radius:50%;width:6px;height:6px}.performance-card{z-index:4;background:#ffffffed;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex;position:absolute;top:28px;right:28px;box-shadow:0 15px 40px #0003}.performance-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.performance-content{flex-direction:column;display:flex}.performance-content span{color:#667085;font-size:9px;font-weight:600}.performance-content strong{color:#101828;margin-top:3px;font-size:17px}.performance-arrow{color:#22c55e;font-size:13px}.testimonial-feature-content{flex-direction:column;justify-content:center;padding:60px;display:flex}.quote-icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;font-size:18px;display:flex}.stars{color:#f59e0b;gap:5px;margin-bottom:22px;font-size:13px;display:flex}.testimonial-feature-content blockquote{color:#101828;letter-spacing:-.02em;margin:0;font-size:23px;font-weight:600;line-height:1.55}.featured-author{border-top:1px solid #eaecf0;align-items:center;gap:12px;margin-top:32px;padding-top:25px;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:800;display:flex}.featured-author div:last-child{flex-direction:column;display:flex}.featured-author strong{color:#101828;font-size:14px}.featured-author span{color:#98a2b3;margin-top:3px;font-size:12px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.testimonial-card{background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:30px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.testimonial-card:hover{border-color:#c7d2fe;transform:translateY(-6px);box-shadow:0 18px 45px #10182817}.card-stars{color:#f59e0b;gap:4px;font-size:11px;display:flex}.card-quote{color:#dbeafe;font-size:22px}.review-text{color:#475467;min-height:130px;margin:0;font-size:14px;line-height:1.8}.review-result{background:#f8fafc;border-radius:10px;align-items:center;gap:10px;margin-top:24px;padding:13px 14px;display:flex}.review-result strong{color:#2563eb;font-size:18px}.review-result span{color:#667085;font-size:11px;font-weight:600}.review-user{border-top:1px solid #eaecf0;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.review-avatar{color:#2563eb;background:#eef4ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:800;display:flex}.review-user-info{flex-direction:column;display:flex}.review-user-info strong{color:#101828;font-size:13px}.review-user-info span{color:#98a2b3;margin-top:3px;font-size:11px}.testimonial-trust{align-items:center;gap:25px;margin-top:65px;display:flex}.trust-line{background:#e4e7ec;flex:1;height:1px}.trust-content{align-items:center;gap:10px;display:flex}.trust-icon{color:#2563eb;background:#eff6ff;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.trust-content p{color:#667085;margin:0;font-size:13px}.trust-content strong{color:#101828}@media (width<=1000px){.testimonial-feature{grid-template-columns:1fr}.testimonial-visual{min-height:420px}.testimonial-feature-content{padding:45px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.testimonials{padding:80px 16px}.testimonial-header{margin-bottom:50px}.testimonial-header h2{font-size:36px}.testimonial-header p{font-size:15px}.testimonial-feature{border-radius:20px}.testimonial-visual{min-height:340px}.testimonial-feature-content{padding:30px}.testimonial-feature-content blockquote{font-size:19px}.ai-status{padding:11px 12px;bottom:18px;left:18px}.performance-card{padding:11px;top:18px;right:18px}.testimonial-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:25px}.review-text{min-height:auto}.testimonial-trust{margin-top:45px}.trust-line{display:none}.trust-content{text-align:center;justify-content:center;width:100%}}.integrations{background:#fff;border-radius:35px;padding:50px 0;overflow:hidden}.container{width:100%;max-width:1400px;margin:auto}.header-block{text-align:center;flex-direction:column;align-items:center;margin-bottom:50px;padding:0 20px;display:flex}.badge span{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;margin-bottom:16px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}.integrations h2{text-align:center;color:#0f172a;letter-spacing:-.02em;margin-bottom:16px;font-size:42px;font-weight:800}.subtitle{text-align:center;color:#64748b;max-width:680px;margin:0 auto;font-size:16px;line-height:1.6}.marquee{width:100%;margin-bottom:24px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.track{width:max-content;animation:40s linear infinite scrollLeft;display:flex}.reverse .track{animation:40s linear infinite scrollRight}.logo-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:120px;margin:10px;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000a}.icon-box{color:#2563eb;margin-bottom:10px;transition:transform .3s}.logo-card span{color:#334155;font-size:.9rem;font-weight:600}.logo-card:hover{border-color:#3b82f6;transform:translateY(-6px);box-shadow:0 12px 30px #2563eb1f}.logo-card:hover .icon-box{transform:scale(1.1)}.track:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (width<=992px){.integrations h2{font-size:34px}.logo-card{width:130px;height:105px}}@media (width<=768px){.integrations{padding:60px 0}.integrations h2{font-size:28px}.subtitle{font-size:.95rem}.logo-card{border-radius:14px;width:110px;height:95px;margin:6px}.logo-card span{font-size:.8rem}}.cta{color:#fff;background:radial-gradient(circle at 20%,#2563eb2e,#0000 40%),radial-gradient(circle at 80%,#22c55e1f,#0000 40%),#07111f;border-radius:35px;padding:70px 20px;position:relative;overflow:hidden}.cta-container{text-align:center;z-index:2;max-width:900px;margin:0 auto;position:relative}.cta-eyebrow{letter-spacing:1.5px;color:#60a5fa;margin-bottom:18px;font-size:13px;font-weight:700;display:inline-block}.cta h2{letter-spacing:-1.5px;margin:0 auto 18px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.15}.cta h2 span{color:#60a5fa;display:inline}.cta p{color:#b8c5d6;max-width:850px;margin:0 auto;font-size:16px;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:30px;display:flex}.cta-btn{border-radius:10px;min-width:145px;padding:13px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn.primary{color:#06120a;background:#22c55e;box-shadow:0 8px 25px #22c55e2e}.cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #22c55e47}.cta-btn.secondary{color:#fff;background:#ffffff0a;border:1px solid #ffffff29}.cta-btn.secondary:hover{background:#ffffff14;border-color:#ffffff47;transform:translateY(-2px)}@media (width<=768px){.cta{padding:55px 20px}.cta h2{letter-spacing:-.8px;font-size:32px}.cta p{font-size:15px}.cta-buttons{margin-top:25px}.cta-btn{width:100%;max-width:280px}}.about-page{color:#101828;background:#fff;min-height:100vh}.about-container{width:min(1180px,100% - 48px);margin:0 auto}.about-page .section-label{color:#635bff;letter-spacing:.13em;font-size:12px;font-weight:700;display:inline-flex}.about-hero{background:radial-gradient(circle at 85% 20%,#2563eb1a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 110px}.about-hero-content{max-width:900px}.about-eyebrow{color:#635bff;letter-spacing:.13em;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.about-hero h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.about-hero h1 span{color:#635bff}.about-hero p{color:#667085;max-width:760px;margin:28px 0 0;font-size:19px;line-height:1.7}.about-intro{padding:105px 0}.intro-grid{grid-template-columns:.32fr 1fr;gap:80px;display:grid}.intro-label span{color:#98a2b3;letter-spacing:.13em;font-size:11px;font-weight:700}.intro-content{max-width:780px}.intro-content h2{letter-spacing:-.03em;margin:0 0 28px;font-size:38px;line-height:1.18}.intro-content h2 span{color:#635bff}.intro-content p{color:#667085;margin:0 0 18px;font-size:16px;line-height:1.8}.intro-content .intro-lead{color:#344054;font-size:18px;line-height:1.75}.about-capabilities{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:100px 0}.section-heading{max-width:760px}.section-heading h2 span{color:#635bff}.section-heading p{color:#667085;max-width:650px;margin:0;font-size:15px;line-height:1.75}.capability-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:50px;display:grid}.capability-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;min-height:220px;padding:30px;transition:transform .2s,box-shadow .2s,border-color .2s}.capability-card:hover{border-color:#d0d5dd;transform:translateY(-3px);box-shadow:0 12px 30px #10182812}.capability-number{color:#98a2b3;letter-spacing:.1em;font-size:11px;font-weight:700}.capability-card h3{margin:28px 0 10px;font-size:20px;line-height:1.3}.capability-card p{color:#667085;max-width:500px;margin:0;font-size:14px;line-height:1.7}.about-process{padding:105px 0}.process-heading{max-width:750px}.process-heading h2{letter-spacing:-.03em;margin:11px 0 14px;font-size:38px;line-height:1.2}.process-heading h2 span{color:#635bff}.process-heading p{color:#667085;max-width:650px;margin:0;font-size:15px;line-height:1.75}.process-list{border-top:1px solid #e4e7ec;margin-top:60px}.process-item{border-bottom:1px solid #e4e7ec;grid-template-columns:100px 1fr;gap:35px;padding:32px 0;display:grid}.process-number{color:#635bff;letter-spacing:.08em;font-size:13px;font-weight:700}.process-item h3{margin:0 0 9px;font-size:20px}.process-item p{color:#667085;max-width:680px;margin:0;font-size:14px;line-height:1.7}.about-impact{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:105px 0}.impact-grid{grid-template-columns:.9fr 1.1fr;gap:90px;display:grid}.impact-content h2{letter-spacing:-.035em;margin:12px 0 0;font-size:43px;line-height:1.12}.impact-content h2 span{color:#635bff}.impact-text{padding-top:30px}.impact-text p{color:#667085;margin:0 0 20px;font-size:16px;line-height:1.8}.about-mission{padding:105px 0}.mission-box{text-align:center;max-width:850px;margin:0 auto}.mission-box h2{letter-spacing:-.035em;margin:15px 0 25px;font-size:42px;line-height:1.15}.mission-box h2 span{color:#635bff}.mission-box p{color:#667085;max-width:750px;margin:0 auto 18px;font-size:16px;line-height:1.8}.about-commitment{border-top:1px solid #edf0f5;padding:100px 0}.commitment-inner{grid-template-columns:.9fr 1.1fr;gap:90px;display:grid}.commitment-inner h2{letter-spacing:-.03em;max-width:500px;margin:12px 0 0;font-size:38px;line-height:1.18}.commitment-inner h2 span{color:#635bff}.commitment-content p{color:#667085;margin:0 0 20px;font-size:16px;line-height:1.8}.about-cta{padding:0 0 100px}.about-cta-inner{color:#fff;background:radial-gradient(circle at 85% 20%,#2563eb26,#0000 30%),#101828;border-radius:20px;justify-content:space-between;align-items:center;gap:45px;padding:55px 60px;display:flex}.about-cta-inner .section-label{color:#8fa7ff}.about-cta h2{letter-spacing:-.025em;max-width:650px;margin:11px 0 12px;font-size:31px;line-height:1.2}.about-cta p{color:#98a2b3;margin:0;font-size:14px;line-height:1.7}.about-cta-actions{flex-shrink:0;gap:10px;display:flex}.about-primary-btn,.about-secondary-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.about-primary-btn{color:#101828;background:#fff;border:1px solid #fff}.about-primary-btn:hover{background:#f2f4f7;transform:translateY(-2px);box-shadow:0 7px 20px #00000029}.about-primary-btn span{transition:transform .2s}.about-primary-btn:hover span{transform:translate(4px)}.about-secondary-btn{color:#fff;background:0 0;border:1px solid #475467}.about-secondary-btn:hover{border-color:#98a2b3;transform:translateY(-2px)}@media (width<=900px){.intro-grid,.impact-grid,.commitment-inner{grid-template-columns:1fr;gap:40px}.intro-label{margin-bottom:-15px}.capability-grid{grid-template-columns:1fr}.about-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=620px){.about-container{width:min(100% - 32px,1180px)}.about-hero{padding:75px 0 65px}.about-hero h1{font-size:43px}.about-hero p{font-size:16px}.about-intro,.about-capabilities,.about-process,.about-impact,.about-mission,.about-commitment{padding:65px 0}.intro-content h2,.section-heading h2,.process-heading h2{font-size:30px}.impact-content h2{font-size:35px}.mission-box h2{font-size:34px}.commitment-inner h2{font-size:31px}.process-item{grid-template-columns:55px 1fr;gap:15px}.about-cta{padding-bottom:65px}.about-cta-inner{padding:32px 26px}.about-cta h2{font-size:26px}.about-cta-actions{flex-direction:column;align-items:stretch;width:100%}.about-primary-btn,.about-secondary-btn{box-sizing:border-box;width:100%}}.solutions{background:#f7f9fc;padding:40px 8%}.section-header{text-align:center;max-width:760px;margin:auto auto 70px}.badge{color:#2563eb;letter-spacing:.5px;background:#eef5ff;border-radius:30px;margin-bottom:18px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-block}.section-header h2{color:#0f172a;margin-bottom:20px;font-size:48px;line-height:1.2}.section-header p{color:#64748b;font-size:18px;line-height:1.9}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:30px;max-width:1400px;margin:auto;display:grid}.solution-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:35px;transition:all .35s;position:relative;overflow:hidden}.solution-card:before{content:"";background:#2563eb;width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.solution-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0f172a14}.solution-card:hover:before{transform:scaleX(1)}.card-top{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.icon{background:#f4f7fb;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:28px;display:flex}.product-tag{color:#15803d;background:#f0fdf4;border-radius:30px;padding:6px 14px;font-size:12px;font-weight:600}.solution-card h3{color:#0f172a;margin-bottom:18px;font-size:28px}.solution-card p{color:#64748b;margin-bottom:28px;font-size:16px;line-height:1.9}.feature-title{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:13px;font-weight:700}.solution-card ul{margin:0 0 35px;padding:0;list-style:none}.solution-card li{color:#334155;align-items:center;gap:12px;margin-bottom:15px;font-size:15px;display:flex}.solution-card li span{color:#16a34a;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.solution-card button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:600;transition:all .3s}.solution-card button:hover{letter-spacing:.5px}@media (width<=992px){.section-header h2{font-size:38px}}@media (width<=768px){.solutions{padding:70px 5%}.section-header h2{font-size:32px}.solutions-grid{grid-template-columns:1fr}}.icon{color:#2563eb;background:#eef6ff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:30px;transition:all .3s;display:flex}.solution-card:hover .icon{color:#fff;background:#2563eb;transform:rotate(-8deg)}.coming-soon-btn{display:inline-block;position:relative}.tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#020617;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .3s;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.coming-soon-btn:hover .tooltip{opacity:1;visibility:visible}.blogs-page{color:#101828;background:#fff;min-height:100vh}.blogs-container{width:min(1180px,100% - 48px);margin:0 auto}.blogs-hero{background:radial-gradient(circle at 85% 20%,#6366f11a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 110px}.blogs-hero-content{max-width:850px}.blogs-eyebrow,.section-label{letter-spacing:.13em;color:#635bff;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.blogs-eyebrow{margin-bottom:22px}.blogs-hero h1{letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.blogs-hero h1 span{color:#635bff}.blogs-hero p{color:#667085;max-width:720px;margin:28px 0 0;font-size:19px;line-height:1.7}.featured-section{padding:90px 0 30px}.section-heading h2,.articles-header h2{letter-spacing:-.025em;margin:8px 0 0;font-size:30px;line-height:1.2}.featured-card{background:#fff;border:1px solid #e7eaf0;border-radius:20px;grid-template-columns:1.1fr .9fr;min-height:440px;display:grid;overflow:hidden;box-shadow:0 12px 40px #1018280e}.featured-image{min-height:440px;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.featured-card:hover .featured-image img{transform:scale(1.025)}.featured-content{flex-direction:column;justify-content:center;padding:55px;display:flex}.article-meta{color:#667085;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:17px;font-size:12px;font-weight:600;display:flex}.article-meta span:first-child{color:#635bff}.featured-content h3{letter-spacing:-.03em;margin:0;font-size:34px;line-height:1.18}.featured-content p{color:#667085;margin:20px 0 30px;font-size:16px;line-height:1.7}.read-link,.card-read-link{color:#101828;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-size:14px;font-weight:700}.read-link span,.card-read-link span{margin-left:7px;transition:transform .2s;display:inline-block}.read-link:hover span,.card-read-link:hover span{transform:translate(4px)}.articles-section{padding:90px 0}.articles-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:30px;display:flex}.articles-header>p{color:#667085;max-width:460px;margin:0;font-size:15px;line-height:1.7}.category-filter{border-bottom:1px solid #edf0f5;flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:28px;display:flex}.category-filter button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:600;transition:all .2s}.category-filter button:hover{color:#635bff;border-color:#c7c9ff}.category-filter button.active{color:#fff;background:#635bff;border-color:#635bff}.blogs-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px;display:grid}.blog-card{background:#fff;border:1px solid #e7eaf0;border-radius:16px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden}.blog-card:hover{border-color:#d9dcff;transform:translateY(-4px);box-shadow:0 14px 35px #10182814}.blog-card-image{background:#f2f4f7;height:210px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card-content{padding:25px}.blog-card-content .article-meta{margin-bottom:12px}.blog-card-content h3{letter-spacing:-.015em;min-height:66px;margin:0;font-size:19px;line-height:1.35}.blog-card-content p{color:#667085;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:13px 0 22px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.blogs-cta{padding:0 0 90px}.blogs-cta-inner{color:#fff;background:radial-gradient(circle at 85% 20%,#ffffff24,#0000 30%),#101828;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;padding:55px 60px;display:flex}.blogs-cta-inner .section-label{color:#a8a4ff}.blogs-cta h2{letter-spacing:-.025em;max-width:650px;margin:12px 0;font-size:31px;line-height:1.2}.blogs-cta p{color:#98a2b3;max-width:620px;margin:0;line-height:1.65}.cta-actions{flex-shrink:0;gap:10px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border-radius:9px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s}.primary-btn{color:#101828;background:#fff;border:1px solid #fff}.primary-btn:hover{background:#f2f4f7;transform:translateY(-1px)}.secondary-btn{color:#fff;background:0 0;border:1px solid #475467}.secondary-btn:hover{background:#667085;border-color:#98a2b3;transform:translateY(-1px)}@media (width<=900px){.featured-card{grid-template-columns:1fr}.featured-image{min-height:320px}.featured-content{padding:38px}.blogs-grid{grid-template-columns:repeat(2,1fr)}.articles-header{flex-direction:column;align-items:flex-start}.blogs-cta-inner{flex-direction:column;align-items:flex-start;padding:42px}}@media (width<=620px){.blogs-container{width:min(100% - 32px,1180px)}.blogs-hero{padding:75px 0 65px}.blogs-hero h1{font-size:43px}.blogs-hero p{font-size:16px}.featured-section,.articles-section{padding:65px 0 25px}.featured-image{min-height:230px}.featured-content{padding:28px}.featured-content h3{font-size:27px}.blogs-grid{grid-template-columns:1fr}.blog-card-content h3{min-height:auto}.blogs-cta-inner{padding:32px 26px}.blogs-cta h2{font-size:26px}.cta-actions{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}}.toolkit-page{color:#101828;background:#fff;min-height:100vh}.toolkit-container{width:min(1180px,100% - 48px);margin:0 auto}.toolkit-page .section-label{color:#635bff;letter-spacing:.13em;font-size:12px;font-weight:700;display:inline-flex}.toolkit-hero{background:radial-gradient(circle at 85% 20%,#2563eb1a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 105px}.toolkit-hero-content{max-width:900px}.toolkit-eyebrow{color:#635bff;letter-spacing:.13em;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.toolkit-hero h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.toolkit-hero h1 span{color:#635bff}.toolkit-hero p{color:#667085;max-width:730px;margin:28px 0 0;font-size:19px;line-height:1.7}.toolkit-section-heading{max-width:700px}.toolkit-section-heading h2{letter-spacing:-.025em;margin:10px 0;font-size:32px;line-height:1.2}.toolkit-section-heading p{color:#667085;margin:0;font-size:15px;line-height:1.7}.toolkit-quick{padding:95px 0}.quick-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:45px;display:grid}.quick-card{color:#101828;background:#fff;border:1px solid #e4e7ec;border-radius:15px;flex-direction:column;min-height:230px;padding:25px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.quick-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 12px 30px #10182812}.quick-number{color:#98a2b3;letter-spacing:.08em;font-size:11px;font-weight:700}.quick-card h3{margin:28px 0 9px;font-size:18px;line-height:1.3}.quick-card p{color:#667085;margin:0;font-size:13px;line-height:1.65}.toolkit-link{color:#635bff;align-items:center;gap:7px;margin-top:auto;padding-top:20px;font-size:13px;font-weight:700;display:inline-flex}.toolkit-link span{transition:transform .2s}.quick-card:hover .toolkit-link span{transform:translate(4px)}.toolkit-category{border-top:1px solid #edf0f5;padding:95px 0}.toolkit-category:nth-of-type(odd){background:#f8fafc}.category-header{grid-template-columns:1fr .8fr;align-items:end;gap:80px;margin-bottom:40px;display:grid}.category-header h2{letter-spacing:-.025em;margin:10px 0 0;font-size:31px;line-height:1.2}.category-header>p{color:#667085;max-width:450px;margin:0;font-size:14px;line-height:1.7}.resource-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.resource-card{color:#101828;background:#fff;border:1px solid #e4e7ec;border-radius:15px;flex-direction:column;min-height:245px;padding:27px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.resource-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 12px 30px #10182812}.resource-top{justify-content:space-between;align-items:center;display:flex}.resource-type{color:#635bff;letter-spacing:.12em;font-size:10px;font-weight:700}.resource-arrow{color:#98a2b3;font-size:16px;transition:color .2s,transform .2s}.resource-card:hover .resource-arrow{color:#635bff;transform:translate(2px,-2px)}.resource-card h3{margin:30px 0 10px;font-size:18px;line-height:1.3}.resource-card p{color:#667085;margin:0;font-size:13px;line-height:1.7}.resource-action{color:#101828;align-items:center;gap:7px;margin-top:auto;padding-top:20px;font-size:13px;font-weight:700;display:inline-flex}.resource-action span{transition:transform .2s}.resource-card:hover .resource-action span{transform:translate(4px)}.external-section{padding:100px 0}.external-inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:90px;display:grid}.external-inner h2{letter-spacing:-.03em;margin:11px 0 14px;font-size:34px;line-height:1.2}.external-inner>div:first-child p{color:#667085;max-width:470px;margin:0;font-size:14px;line-height:1.75}.external-list{border-top:1px solid #e4e7ec}.external-item{color:#101828;border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:20px;padding:21px 0;text-decoration:none;display:flex}.external-item div{flex-direction:column;gap:5px;display:flex}.external-item strong{font-size:14px}.external-item span{color:#667085;font-size:12px;line-height:1.5}.external-item>span{color:#98a2b3;font-size:17px;transition:color .2s,transform .2s}.external-item:hover>span{color:#635bff;transform:translate(2px,-2px)}.toolkit-cta{padding:0 0 100px}.toolkit-cta-inner{color:#fff;background:radial-gradient(circle at 85% 20%,#2563eb26,#0000 30%),#101828;border-radius:20px;justify-content:space-between;align-items:center;gap:45px;padding:55px 60px;display:flex}.toolkit-cta-inner .section-label{color:#8fa7ff}.toolkit-cta h2{letter-spacing:-.025em;margin:11px 0 12px;font-size:31px;line-height:1.2}.toolkit-cta p{color:#98a2b3;max-width:620px;margin:0;font-size:14px;line-height:1.7}.toolkit-cta-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.toolkit-primary-btn,.toolkit-secondary-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.toolkit-primary-btn{color:#101828;background:#fff;border:1px solid #fff}.toolkit-primary-btn:hover{background:#f2f4f7;transform:translateY(-2px);box-shadow:0 7px 20px #00000029}.toolkit-primary-btn span{transition:transform .2s}.toolkit-primary-btn:hover span{transform:translate(4px)}.toolkit-secondary-btn{color:#fff;background:0 0;border:1px solid #475467}.toolkit-secondary-btn:hover{border-color:#98a2b3;transform:translateY(-2px)}@media (width<=1000px){.quick-grid{grid-template-columns:repeat(2,1fr)}.category-header{grid-template-columns:1fr;gap:25px}.external-inner{grid-template-columns:1fr;gap:50px}.toolkit-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=800px){.resource-grid{grid-template-columns:1fr}}@media (width<=620px){.toolkit-container{width:min(100% - 32px,1180px)}.toolkit-hero{padding:75px 0 65px}.toolkit-hero h1{font-size:43px}.toolkit-hero p{font-size:16px}.toolkit-quick,.toolkit-category,.external-section{padding:65px 0}.quick-grid{grid-template-columns:1fr}.quick-card{min-height:200px}.category-header h2{font-size:28px}.external-inner h2{font-size:29px}.toolkit-cta{padding-bottom:65px}.toolkit-cta-inner{padding:32px 26px}.toolkit-cta h2{font-size:26px}.toolkit-cta-actions{flex-direction:column;align-items:stretch;width:100%}.toolkit-primary-btn,.toolkit-secondary-btn{box-sizing:border-box;width:100%}}.careers-page{color:#101828;background:#fff;min-height:100vh}.careers-container{width:min(1180px,100% - 48px);margin:0 auto}.careers-hero{background:radial-gradient(circle at 85% 20%,#2563eb1a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 115px}.careers-hero-content{max-width:900px}.careers-eyebrow,.section-label{color:#635bff;letter-spacing:.13em;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.careers-eyebrow{margin-bottom:22px}.careers-hero h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.careers-hero h1 span{color:#635bff}.careers-hero p{color:#667085;max-width:700px;margin:28px 0 32px;font-size:19px;line-height:1.7}.careers-hero-link{color:#101828;align-items:center;gap:9px;font-size:14px;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.careers-hero-link:hover{gap:13px}.careers-intro{padding:100px 0}.careers-intro-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:90px;display:grid}.careers-intro h2{letter-spacing:-.035em;margin:12px 0 0;font-size:38px;line-height:1.18}.careers-intro h2 span{color:#635bff}.careers-intro-copy p{color:#667085;margin:0 0 20px;font-size:17px;line-height:1.8}.careers-intro-copy p:last-child{margin-bottom:0}.careers-values{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:90px 0}.section-heading{margin-bottom:35px}.section-heading h2{letter-spacing:-.025em;margin:9px 0 0;font-size:31px;line-height:1.2}.values-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.value-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:32px}.value-number{color:#98a2b3;letter-spacing:.08em;margin-bottom:35px;font-size:12px;font-weight:700}.value-card h3{letter-spacing:-.015em;margin:0 0 12px;font-size:20px}.value-card p{color:#667085;margin:0;font-size:14px;line-height:1.7}.opportunities-section{padding:100px 0}.opportunities-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:35px;display:flex}.opportunities-header h2{letter-spacing:-.025em;margin:9px 0 0;font-size:31px;line-height:1.2}.opportunities-header>p{color:#667085;max-width:450px;margin:0;font-size:15px;line-height:1.7}.opportunities-list{border-top:1px solid #e4e7ec}.opportunity-card{border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:30px;padding:30px 10px;transition:padding .2s,background .2s;display:flex}.opportunity-card:hover{background:#f8fafc;padding-left:18px;padding-right:18px}.opportunity-main{max-width:800px}.opportunity-tag{color:#475467;background:#f8fafc;border:1px solid #dbe3f0;border-radius:999px;margin-bottom:10px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.opportunity-card h3{letter-spacing:-.015em;margin:0 0 8px;font-size:20px}.opportunity-card p{color:#667085;margin:0;font-size:14px;line-height:1.65}.opportunity-arrow{color:#98a2b3;flex-shrink:0;font-size:22px;transition:color .2s,transform .2s}.opportunity-card:hover .opportunity-arrow{color:#635bff;transform:translate(3px,-3px)}.career-application{padding:0 0 100px}.application-card{color:#fff;background:radial-gradient(circle at 10% 10%,#2563eb1a,#0000 35%),#101828;border-radius:22px;grid-template-columns:.9fr 1.1fr;gap:70px;padding:60px;display:grid}.application-content h2{letter-spacing:-.03em;max-width:430px;margin:12px 0 16px;font-size:34px;line-height:1.2}.application-content>p{color:#98a2b3;max-width:460px;margin:0;font-size:15px;line-height:1.7}.application-card .section-label{color:#8fa7ff}.application-note{border-top:1px solid #344054;align-items:flex-start;gap:10px;max-width:430px;margin-top:32px;padding-top:22px;display:flex}.application-note span{color:#8fa7ff}.application-note p{color:#98a2b3;margin:0;font-size:13px;line-height:1.6}.career-form{background:#ffffff09;border:1px solid #344054;border-radius:16px;padding:30px}.form-field input{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #475467;border-radius:8px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder{color:#98a2b3}.form-field input:focus{border-color:#8fa7ff;box-shadow:0 0 0 3px #8fa7ff24}.application-submit{color:#101828;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.application-submit:hover{background:#f2f4f7;transform:translateY(-2px);box-shadow:0 7px 20px #0000002e}.application-submit span{transition:transform .2s}.application-submit:hover span{transform:translate(4px)}.success-message{background:#ffffff09;border:1px solid #344054;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:330px;padding:30px;display:flex}.success-message h3{margin:0 0 10px;font-size:22px}.success-message p{color:#98a2b3;max-width:450px;margin:0;font-size:14px;line-height:1.7}@media (width<=900px){.careers-intro-grid{grid-template-columns:1fr;gap:35px}.values-grid{grid-template-columns:1fr}.opportunities-header{flex-direction:column;align-items:flex-start}.application-card{grid-template-columns:1fr;gap:40px;padding:42px}}@media (width<=620px){.careers-container{width:min(100% - 32px,1180px)}.careers-hero{padding:75px 0 65px}.careers-hero h1{font-size:43px}.careers-hero p{font-size:16px}.careers-intro,.careers-values,.opportunities-section{padding:65px 0}.careers-intro h2{font-size:31px}.opportunity-card{padding:25px 5px}.opportunity-card:hover{padding-left:10px;padding-right:10px}.application-card{border-radius:18px;padding:30px 22px}.application-content h2{font-size:28px}.career-form{padding:22px}}.contact-page{color:#101828;background:#fff;min-height:100vh}.contact-container{width:min(1180px,100% - 48px);margin:0 auto}.contact-hero{background:radial-gradient(circle at 85% 20%,#2563eb1a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 105px}.contact-hero-content{max-width:850px}.contact-eyebrow,.section-label{color:#635bff;letter-spacing:.13em;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.contact-eyebrow{margin-bottom:22px}.contact-hero h1{letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.contact-hero h1 span{color:#635bff}.contact-hero p{color:#667085;max-width:700px;margin:28px 0 0;font-size:19px;line-height:1.7}.contact-section{padding:100px 0}.contact-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:90px;display:grid}.contact-info{padding-top:8px}.contact-info h2{letter-spacing:-.035em;margin:12px 0 20px;font-size:40px;line-height:1.12}.contact-info>p{color:#667085;max-width:430px;margin:0;font-size:16px;line-height:1.75}.contact-email-card{color:#101828;background:#fff;border:1px solid #e4e7ec;border-radius:14px;align-items:center;gap:14px;margin-top:35px;padding:18px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.contact-email-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 28px #10182812}.email-icon{color:#635bff;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:flex}.contact-email-card div:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.contact-email-card span{color:#667085;font-size:11px;font-weight:600}.contact-email-card strong{color:#101828;word-break:break-word;font-size:14px}.email-arrow{color:#98a2b3;margin-left:auto;transition:color .2s,transform .2s;font-size:18px!important}.contact-email-card:hover .email-arrow{color:#635bff;transform:translate(2px,-2px)}.contact-note{border-top:1px solid #eaecf0;align-items:flex-start;gap:10px;margin-top:28px;padding-top:24px;display:flex}.note-icon{color:#635bff;font-size:14px}.contact-note strong{color:#344054;margin-bottom:5px;font-size:13px;display:block}.contact-note p{color:#667085;max-width:390px;margin:0;font-size:13px;line-height:1.6}.contact-form-wrapper{min-width:0}.contact-form{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:38px;box-shadow:0 14px 40px #1018280f}.form-heading{margin-bottom:28px}.form-heading h3{letter-spacing:-.02em;margin:9px 0 7px;font-size:25px;line-height:1.25}.form-heading p{color:#667085;margin:0;font-size:14px;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field{margin-bottom:20px}.form-field label{color:#344054;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-field input,.form-field textarea{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-field input{padding:13px 14px}.form-field textarea{resize:vertical;min-height:145px;padding:13px 14px;line-height:1.55}.form-field input::placeholder,.form-field textarea::placeholder{color:#98a2b3}.form-field input:focus,.form-field textarea:focus{border-color:#635bff;box-shadow:0 0 0 3px #2563eb1a}.contact-submit{color:#fff;cursor:pointer;background:#635bff;border:1px solid #635bff;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.contact-submit:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 7px 20px #2563eb38}.contact-submit span{transition:transform .2s}.contact-submit:hover span{transform:translate(4px)}.form-disclaimer{color:#98a2b3;text-align:center;margin:13px 0 0;font-size:11px;line-height:1.5}.contact-success{background:#fff;border:1px solid #e4e7ec;border-radius:18px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:490px;padding:42px;display:flex;box-shadow:0 14px 40px #1018280f}.success-icon{color:#635bff;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}.contact-success h3{margin:0 0 10px;font-size:24px}.contact-success p{color:#667085;max-width:460px;margin:0 0 25px;font-size:14px;line-height:1.7}.success-back-btn{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:11px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .2s,background .2s}.success-back-btn:hover{background:#f9fafb;border-color:#98a2b3}.contact-bottom{padding:0 0 100px}.contact-bottom-inner{color:#fff;background:radial-gradient(circle at 85% 20%,#2563eb26,#0000 30%),#101828;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;padding:55px 60px;display:flex}.contact-bottom-inner .section-label{color:#8fa7ff}.contact-bottom h2{letter-spacing:-.025em;max-width:650px;margin:12px 0;font-size:31px;line-height:1.2}.contact-bottom p{color:#98a2b3;max-width:620px;margin:0;font-size:14px;line-height:1.7}.contact-cta{color:#101828;background:#fff;border:1px solid #fff;border-radius:8px;flex-shrink:0;align-items:center;gap:9px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.contact-cta:hover{background:#f2f4f7;transform:translateY(-2px);box-shadow:0 7px 20px #00000029}.contact-cta span{transition:transform .2s}.contact-cta:hover span{transform:translate(4px)}@media (width<=900px){.contact-layout{grid-template-columns:1fr;gap:55px}.contact-info h2{font-size:36px}.contact-bottom-inner{flex-direction:column;align-items:flex-start;padding:42px}}@media (width<=620px){.contact-container{width:min(100% - 32px,1180px)}.contact-hero{padding:75px 0 65px}.contact-hero h1{font-size:43px}.contact-hero p{font-size:16px}.contact-section{padding:65px 0}.contact-info h2{font-size:31px}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:26px 22px}.contact-success{min-height:420px;padding:30px 24px}.contact-bottom{padding-bottom:65px}.contact-bottom-inner{padding:32px 26px}.contact-bottom h2{font-size:26px}.contact-cta{justify-content:center;width:100%}}.pricing-page{color:#101828;background:#fff;min-height:100vh}.pricing-container{width:min(1180px,100% - 48px);margin:0 auto}.pricing-page .section-label{color:#635bff;letter-spacing:.13em;font-size:12px;font-weight:700;display:inline-flex}.pricing-hero{background:radial-gradient(circle at 85% 20%,#2563eb1a,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 105px}.pricing-hero-content{max-width:900px}.pricing-eyebrow{color:#635bff;letter-spacing:.13em;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.pricing-hero h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.pricing-hero h1 span{color:#635bff}.pricing-hero p{color:#667085;max-width:730px;margin:28px 0 0;font-size:19px;line-height:1.7}.pricing-model{padding:105px 0}.pricing-model-grid{grid-template-columns:1fr .9fr;align-items:center;gap:80px;display:grid}.pricing-model-content{max-width:650px}.pricing-model-content h2{letter-spacing:-.03em;margin:12px 0 20px;font-size:40px;line-height:1.16}.pricing-model-content h2 span{color:#635bff}.pricing-model-content>p{color:#667085;max-width:600px;font-size:16px;line-height:1.8}.formula-box{background:#f8faff;border:1px solid #dbe4ff;border-radius:12px;flex-direction:column;gap:10px;margin:30px 0;padding:23px 25px;display:flex}.formula-box span{color:#667085;letter-spacing:.12em;font-size:10px;font-weight:700}.formula-box strong{color:#101828;font-size:18px;line-height:1.4}.pricing-note{font-size:14px!important}.pricing-highlight{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:36px;box-shadow:0 15px 40px #1018280f}.highlight-label{color:#98a2b3;letter-spacing:.12em;font-size:11px;font-weight:700}.highlight-equation{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-top:30px;display:grid}.highlight-equation div:not(.equation-symbol){flex-direction:column;gap:6px;display:flex}.highlight-equation strong{font-size:20px}.highlight-equation span{color:#667085;font-size:12px;line-height:1.5}.equation-symbol{color:#98a2b3;font-size:25px}.highlight-bottom{color:#667085;border-top:1px solid #edf0f5;justify-content:space-between;gap:15px;margin-top:35px;padding-top:20px;font-size:12px;display:flex}.pricing-section-heading{max-width:760px}.pricing-section-heading h2{letter-spacing:-.03em;margin:11px 0 13px;font-size:38px;line-height:1.2}.pricing-section-heading h2 span{color:#635bff}.pricing-section-heading p{color:#667085;max-width:650px;margin:0;font-size:15px;line-height:1.75}.pricing-examples{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:100px 0}.pricing-table{background:#fff;border:1px solid #e4e7ec;border-radius:15px;margin-top:45px;overflow:hidden}.pricing-table-header,.pricing-table-row{grid-template-columns:1fr 1fr 1.5fr;align-items:center;gap:25px;display:grid}.pricing-table-header{color:#667085;letter-spacing:.08em;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e4e7ec;padding:15px 25px;font-size:11px;font-weight:700}.pricing-table-row{border-bottom:1px solid #edf0f5;padding:22px 25px}.pricing-table-row:last-child{border-bottom:0}.pricing-table-row>span{color:#667085;font-size:13px}.fee-value{color:#635bff;font-size:17px}.pricing-benefits{padding:105px 0}.pricing-benefit-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:50px;display:grid}.pricing-benefit-card{background:#fff;border:1px solid #e4e7ec;border-radius:15px;min-height:190px;padding:28px;transition:transform .2s,border-color .2s,box-shadow .2s}.pricing-benefit-card:hover{border-color:#d0d5dd;transform:translateY(-3px);box-shadow:0 12px 30px #1018280f}.pricing-benefit-card>span{color:#98a2b3;letter-spacing:.1em;font-size:11px;font-weight:700}.pricing-benefit-card h3{margin:25px 0 9px;font-size:19px}.pricing-benefit-card p{color:#667085;margin:0;font-size:14px;line-height:1.7}.pricing-features{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:105px 0}.pricing-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;display:grid}.pricing-feature-card{background:#fff;border:1px solid #e4e7ec;border-radius:15px;min-height:180px;padding:26px}.feature-number{color:#635bff;letter-spacing:.1em;font-size:11px;font-weight:700}.pricing-feature-card h3{margin:23px 0 9px;font-size:17px}.pricing-feature-card p{color:#667085;margin:0;font-size:13px;line-height:1.7}.pricing-note-section{padding:80px 0}.pricing-note-box{background:#f9fafb;border:1px solid #e4e7ec;border-radius:14px;gap:18px;padding:28px;display:flex}.pricing-note-icon{color:#475467;background:#e4e7ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.pricing-note-box h3{margin:0 0 9px;font-size:15px}.pricing-note-box p{color:#667085;max-width:850px;margin:0 0 10px;font-size:13px;line-height:1.7}.pricing-note-box p:last-child{margin-bottom:0}.pricing-cta{padding:0 0 100px}.pricing-cta-inner{color:#fff;background:radial-gradient(circle at 85% 20%,#2563eb26,#0000 30%),#101828;border-radius:20px;justify-content:space-between;align-items:center;gap:45px;padding:55px 60px;display:flex}.pricing-cta-inner .section-label{color:#8fa7ff}.pricing-cta h2{letter-spacing:-.025em;margin:11px 0 12px;font-size:31px;line-height:1.2}.pricing-cta p{color:#98a2b3;margin:0;font-size:14px;line-height:1.7}.pricing-cta-actions{flex-shrink:0;gap:10px;display:flex}.pricing-primary-btn,.pricing-secondary-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.pricing-primary-btn{color:#101828;background:#fff;border:1px solid #fff}.pricing-primary-btn:hover{background:#f2f4f7;transform:translateY(-2px);box-shadow:0 7px 20px #00000029}.pricing-primary-btn span{transition:transform .2s}.pricing-primary-btn:hover span{transform:translate(4px)}.pricing-secondary-btn{color:#fff;background:0 0;border:1px solid #475467}.pricing-secondary-btn:hover{border-color:#98a2b3;transform:translateY(-2px)}@media (width<=900px){.pricing-model-grid{grid-template-columns:1fr;gap:50px}.pricing-feature-grid{grid-template-columns:repeat(2,1fr)}.pricing-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=650px){.pricing-container{width:min(100% - 32px,1180px)}.pricing-hero{padding:75px 0 65px}.pricing-hero h1{font-size:43px}.pricing-hero p{font-size:16px}.pricing-model,.pricing-benefits,.pricing-features,.pricing-examples{padding:65px 0}.pricing-model-content h2,.pricing-section-heading h2{font-size:30px}.pricing-highlight{padding:26px}.highlight-equation{grid-template-columns:1fr;gap:14px}.equation-symbol{display:none}.highlight-bottom{flex-direction:column}.pricing-table{overflow-x:auto}.pricing-table-header,.pricing-table-row{min-width:600px}.pricing-benefit-grid,.pricing-feature-grid{grid-template-columns:1fr}.pricing-note-section{padding:60px 0}.pricing-note-box{padding:22px}.pricing-cta{padding-bottom:65px}.pricing-cta-inner{padding:32px 26px}.pricing-cta h2{font-size:26px}.pricing-cta-actions{flex-direction:column;align-items:stretch;width:100%}.pricing-primary-btn,.pricing-secondary-btn{box-sizing:border-box;width:100%}}.notfound{color:#fff;text-align:center;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.notfound h1{color:#22c55e;font-size:120px}.notfound h2{margin-bottom:15px;font-size:36px}.notfound p{color:#94a3b8;margin-bottom:30px}.home-btn{color:#000;background:#22c55e;border-radius:10px;padding:12px 24px;font-weight:600;text-decoration:none}@media (width<=768px){.notfound h1{font-size:80px}.notfound h2{font-size:28px}}.resources-page{color:#fff;background:#0f172a;min-height:100vh;padding:50px}.resources-page h1{text-align:center;margin-bottom:40px}.resources-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.resource-card{background:#111827;border:1px solid #1e293b;border-radius:15px;padding:25px;transition:all .3s}.resource-card:hover{transform:translateY(-5px)}.resource-card h2{color:#22c55e;margin-bottom:15px}.resource-card p{color:#cbd5e1;margin-bottom:20px}.resource-btn{color:#000;background:#22c55e;border-radius:10px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-block}.policy-page{color:#334155;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:min(1100px,100% - 40px);margin:50px auto;padding:48px 56px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.8;box-shadow:0 12px 35px #0f172a14}.policy-page h1{color:#0f172a;letter-spacing:-.7px;margin:0 0 8px;font-size:40px;font-weight:700;line-height:1.2}.policy-updated{font-size:14px;color:#64748b!important;margin-bottom:34px!important}.policy-page h2{color:#1e293b;letter-spacing:-.2px;margin-top:42px;margin-bottom:14px;padding-top:4px;font-size:25px;font-weight:700;line-height:1.35}.policy-page h3{color:#334155;margin-top:25px;margin-bottom:10px;font-size:18px;font-weight:650;line-height:1.45}.policy-page p{color:#475569;margin:0 0 17px;font-size:15px;line-height:1.85}.policy-page ul{margin:0 0 22px;padding-left:24px}.policy-page li{color:#475569;margin-bottom:8px;line-height:1.75}.policy-page li::marker{color:#64748b}.policy-page strong{color:#334155;font-weight:650}.policy-contact{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:18px;padding:20px 22px}.policy-contact p{margin-bottom:8px}.policy-contact p:last-child{margin-bottom:0}.policy-contact a{color:#2563eb;font-weight:600;text-decoration:none}.policy-contact a:hover{text-decoration:underline}@media (width<=768px){.policy-page{border-radius:14px;width:calc(100% - 24px);margin:18px auto;padding:28px 22px}.policy-page h1{font-size:30px}.policy-page h2{margin-top:34px;font-size:22px}.policy-page h3{font-size:17px}.policy-page p,.policy-page li{font-size:14px;line-height:1.75}.policy-updated{margin-bottom:26px!important}}@media (width<=480px){.policy-page{width:calc(100% - 16px);padding:24px 17px}.policy-page h1{font-size:27px}.policy-page h2{font-size:20px}.policy-page h3{font-size:16px}.policy-page ul{padding-left:20px}.policy-contact{padding:16px}}.terms-container{color:#333;box-sizing:border-box;background:#fff;border-radius:16px;max-width:1100px;margin:50px auto;padding:40px;line-height:1.8;overflow-y:auto;box-shadow:0 8px 30px #00000014}.policy-home{color:#475569;align-items:center;gap:8px;margin-bottom:25px;font-size:15px;font-weight:500;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.policy-home:hover{color:#6c3cff;transform:translate(-3px)}.policy-home svg{font-size:18px}.terms-container h1{color:#0f172a;margin:0 0 20px;font-size:38px;font-weight:700;line-height:1.25}.terms-container h2{color:#1e293b;margin-top:38px;margin-bottom:14px;font-size:25px;font-weight:650;line-height:1.35}.terms-container h3{color:#334155;margin-top:24px;margin-bottom:10px;font-size:19px;font-weight:600;line-height:1.4}.terms-container p{color:#475569;margin:0 0 16px;font-size:16px;line-height:1.8}.terms-container ul{margin:0 0 22px;padding-left:28px}.terms-container li{color:#475569;margin-bottom:9px;font-size:16px;line-height:1.75}.terms-container strong{color:#1e293b;font-weight:650}@media (width<=768px){.terms-container{border-radius:12px;margin:20px;padding:25px}.terms-container h1{font-size:30px}.terms-container h2{margin-top:30px;font-size:22px}.terms-container h3{font-size:18px}.terms-container p,.terms-container li{font-size:15px;line-height:1.7}}@media (width<=480px){.terms-container{margin:12px;padding:20px}.terms-container h1{font-size:27px}.terms-container h2{font-size:20px}.policy-home{font-size:14px}}.cookies-page{color:#334155;box-sizing:border-box;background:#fff;border-radius:16px;max-width:1100px;margin:50px auto;padding:40px;line-height:1.8;box-shadow:0 10px 30px #00000014}.cookies-page h1{color:#111827;margin:0 0 20px;font-size:40px;line-height:1.25}.cookies-page h2{color:#1e293b;margin-top:38px;margin-bottom:14px;font-size:26px;line-height:1.35}.cookies-page h3{color:#334155;margin-top:24px;margin-bottom:10px;font-size:20px;line-height:1.45}.cookies-page p{color:#475569;margin:0 0 16px;font-size:16px}.cookies-page .policy-intro{color:#334155;font-size:17px}.cookies-page ul{margin:0 0 22px;padding-left:26px}.cookies-page li{color:#475569;margin-bottom:8px;font-size:16px}.cookies-home{color:#475569;align-items:center;gap:8px;margin-bottom:25px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.cookies-home:hover{color:#2563eb;transform:translate(-3px)}.cookies-home svg{font-size:18px}@media (width<=768px){.cookies-page{border-radius:12px;margin:20px;padding:25px}.cookies-page h1{font-size:30px}.cookies-page h2{font-size:22px}.cookies-page h3{font-size:18px}.cookies-page p,.cookies-page li{font-size:15px}}.security-page{color:#334155;box-sizing:border-box;background:#fff;border-radius:16px;max-width:1100px;margin:50px auto;padding:40px;line-height:1.8;box-shadow:0 10px 30px #00000014}.security-page h1{color:#111827;margin:0 0 20px;font-size:40px;line-height:1.25}.security-page h2{color:#1e293b;margin-top:38px;margin-bottom:14px;font-size:26px;line-height:1.35}.security-page h3{color:#334155;margin-top:24px;margin-bottom:10px;font-size:20px;line-height:1.45}.security-page p{color:#475569;margin:0 0 16px;font-size:16px}.security-page .security-intro{color:#334155;font-size:17px}.security-page ul{margin:0 0 22px;padding-left:26px}.security-page li{color:#475569;margin-bottom:8px;font-size:16px}.security-home{color:#475569;align-items:center;gap:8px;margin-bottom:25px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.security-home:hover{color:#2563eb;transform:translate(-3px)}.security-home svg{font-size:18px}@media (width<=768px){.security-page{border-radius:12px;margin:20px;padding:25px}.security-page h1{font-size:30px}.security-page h2{font-size:22px}.security-page h3{font-size:18px}.security-page p,.security-page li{font-size:15px}}html,body,#root{width:100%;min-height:100%}body{color:#111827;background:#f5f7fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.dashboard{background:radial-gradient(circle at 80% 0,#6366f109,#0000 28%),#f5f7fb;width:100%;height:100vh;display:flex;overflow:hidden}.dashboard-content{background:#f5f7fb;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.topbar{z-index:50;flex-shrink:0;width:100%;position:relative}.dashboard-main{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:1;min-width:0;padding:20px 24px 30px;overflow:hidden auto}.dashboard-main::-webkit-scrollbar{width:7px}.dashboard-main::-webkit-scrollbar-track{background:0 0}.dashboard-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.dashboard-main::-webkit-scrollbar-thumb:hover{background:#94a3b8}.whatsapp-page{flex-direction:column;width:100%;min-height:100%;display:flex}.whatsapp-tabs{scrollbar-width:none;background:#fffffff0;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:4px;width:100%;margin-bottom:18px;padding:6px;display:flex;position:relative;overflow-x:auto;box-shadow:0 1px 2px #0f172a08,0 8px 24px #0f172a09}.whatsapp-tabs::-webkit-scrollbar{display:none}.whatsapp-tabs button{color:#64748b;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600;transition:color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative}.whatsapp-tabs button:hover{color:#334155;background:#f8fafc}.whatsapp-tabs button.active{color:#4338ca;background:#eef2ff;box-shadow:inset 0 0 0 1px #6366f114}.whatsapp-tabs button.active:after{content:"";background:#4f46e5;border-radius:10px 10px 0 0;width:22px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.whatsapp-content{flex:1;min-height:0;overflow:hidden}.page-placeholder{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:420px;display:flex;box-shadow:0 1px 2px #0f172a08,0 10px 30px #0f172a09}.page-placeholder h1{letter-spacing:-.03em;color:#111827;margin-bottom:10px;font-size:30px;font-weight:700}.page-placeholder p{color:#64748b;font-size:15px;line-height:1.7}.dashboard-main>div{min-width:0}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 1px 2px #0f172a08,0 8px 24px #0f172a09}.dashboard-section-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.dashboard-section-header h1,.dashboard-section-header h2,.dashboard-section-header h3{color:#111827;letter-spacing:-.025em}.dashboard-section-header p{color:#64748b;margin-top:5px;font-size:14px;line-height:1.6}.dashboard-primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.dashboard-primary-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #4f46e533}@media (width<=1200px){.dashboard-main{padding:18px 20px 25px}.whatsapp-tabs{margin-bottom:16px}.whatsapp-tabs button{padding:0 16px}}@media (width<=992px){.dashboard{height:100vh}.dashboard-main{padding:16px 16px 24px}.whatsapp-tabs{border-radius:12px;gap:3px;padding:5px}.whatsapp-tabs button{min-height:40px;padding:0 14px;font-size:13px}.page-placeholder{min-height:360px}.page-placeholder h1{font-size:26px}}@media (width<=768px){.dashboard{height:100vh}.dashboard-main{padding:12px 12px 20px}.whatsapp-tabs{border-radius:11px;width:100%;margin-bottom:12px;padding:4px}.whatsapp-tabs button{min-height:38px;padding:0 13px;font-size:13px}.whatsapp-tabs button.active:after{width:18px;height:2px}.page-placeholder{border-radius:15px;min-height:300px}.page-placeholder h1{font-size:23px}.page-placeholder p{padding:0 20px;font-size:14px}.dashboard-section-header{flex-direction:column;align-items:flex-start}}@media (width<=480px){.dashboard-main{padding:10px 10px 18px}.whatsapp-tabs button{min-height:36px;padding:0 11px;font-size:12px}.page-placeholder{min-height:260px}}@media (prefers-reduced-motion:reduce){.dashboard-main{scroll-behavior:auto}.whatsapp-tabs button,.dashboard-primary-btn{transition:none}}.sidebar{color:#fff;box-sizing:border-box;background:linear-gradient(#0b1220 0%,#111827 55%,#172033 100%);flex-direction:column;width:270px;height:100vh;padding:22px 16px 16px;display:flex;position:relative;overflow:hidden;box-shadow:8px 0 40px #0000002e}.sidebar:before{content:"";filter:blur(80px);pointer-events:none;background:#6366f124;border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;right:-120px}.sidebar:after{content:"";filter:blur(80px);pointer-events:none;background:#06b6d414;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-120px;left:-100px}.sidebar-logo{z-index:2;align-items:center;gap:13px;margin-bottom:24px;padding:4px 8px;display:flex;position:relative}.sidebar-logo-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex;box-shadow:0 10px 25px #4f46e54d}.sidebar-logo-text h2{letter-spacing:-.3px;color:#fff;margin:0;font-size:19px;font-weight:700}.sidebar-logo-text span{color:#94a3b8;letter-spacing:.4px;margin-top:2px;font-size:12px;display:block}.menu{z-index:2;flex-direction:column;flex:1;gap:20px;min-height:0;padding:0 2px;display:flex;position:relative;overflow:hidden auto}.menu-section{flex-direction:column;display:flex}.menu-section-title{color:#64748b;text-transform:uppercase;letter-spacing:1.1px;margin:0 0 7px;padding:0 12px;font-size:10px;font-weight:700}.menu-section-items{flex-direction:column;gap:2px;display:flex}.menu-item{cursor:pointer;color:#aeb9c9;-webkit-user-select:none;user-select:none;border-radius:11px;align-items:center;gap:12px;height:44px;padding:0 12px;font-size:14px;font-weight:500;transition:background .2s,color .2s,transform .2s;display:flex}.menu-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.menu-icon svg{font-size:19px}.menu-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.menu-item:hover{color:#fff;background:#ffffff0e;transform:translate(3px)}.menu-item.active{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 8px 22px #4f46e53d}.menu-item.active:hover{transform:translate(0)}.menu-item.active .menu-icon{color:#fff}.sidebar-footer{z-index:2;border-top:1px solid #ffffff12;flex-shrink:0;margin-top:10px;padding-top:14px;position:relative}.user-box{background:#ffffff0b;border-radius:12px;align-items:center;gap:11px;padding:10px;transition:background .2s;display:flex}.user-box:hover{background:#ffffff13}.user-box img{border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:38px;height:38px}.user-info{min-width:0}.user-box h4{color:#f8fafc;margin:0 0 2px;font-size:13px;font-weight:600}.user-box p{color:#7f8da3;margin:0;font-size:11px}.menu::-webkit-scrollbar{width:4px}.menu::-webkit-scrollbar-track{background:0 0}.menu::-webkit-scrollbar-thumb{background:#6366f159;border-radius:20px}.menu::-webkit-scrollbar-thumb:hover{background:#6366f1a6}@media (width<=900px){.sidebar{width:230px}}@media (width<=700px){.sidebar{width:72px;padding:20px 10px}.sidebar-logo{justify-content:center;padding:0}.sidebar-logo-text,.menu-section-title{display:none}.menu-item{justify-content:center;padding:0}.menu-label{display:none}.menu-icon svg{font-size:21px}.user-box{justify-content:center;padding:8px}.user-info{display:none}}.sidebar-footer{z-index:2;border-top:1px solid #ffffff12;flex-shrink:0;margin-top:10px;padding:12px 2px 0;position:relative}.subscription-card{box-sizing:border-box;background:#ffffff0b;border:1px solid #ffffff14;border-radius:11px;width:100%;padding:11px 12px;transition:background .2s,border-color .2s}.subscription-card:hover{background:#fff1;border-color:#ffffff1f}.subscription-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.subscription-label{letter-spacing:1px;color:#64748b;text-transform:uppercase;font-size:9px;font-weight:700}.subscription-status{letter-spacing:.2px;color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b29;border-radius:5px;align-items:center;gap:5px;padding:3px 7px;font-size:9px;font-weight:600;line-height:1.4;display:inline-flex}.subscription-status.active{color:#4ade80;background:#22c55e14;border:1px solid #22c55e24}.subscription-status:before{content:"";background:#fbbf24;border-radius:50%;flex-shrink:0;width:5px;height:5px}.subscription-status.active:before{background:#4ade80}.subscription-plan{flex-direction:column;gap:2px;margin-bottom:9px;display:flex}.subscription-plan strong{color:#f8fafc;font-size:13px;font-weight:600;line-height:1.4}.subscription-plan span{color:#7f8da3;font-size:10px;line-height:1.4}.subscription-action{color:#cbd5e1;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff14;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:7px 9px;font-size:11px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.subscription-action:hover{color:#fff;background:#ffffff14;border-color:#ffffff24}.subscription-arrow{font-size:14px;line-height:1;transition:transform .2s}.subscription-action:hover .subscription-arrow{transform:translate(2px)}@media (width<=700px){.sidebar-footer{padding:10px 0 0}.subscription-card{border-radius:10px;padding:10px 8px}.subscription-card-header{justify-content:center}.subscription-label,.subscription-plan,.subscription-action span:first-child{display:none}.subscription-status{font-size:8px}.subscription-action{justify-content:center;padding:8px}}.topbar-v10{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;width:100%;height:76px;margin-bottom:12px;padding:0 24px;display:flex;position:relative;box-shadow:0 4px 20px #0f172a0a}.topbar-left{align-items:center;display:flex}.topbar-left h2{color:#000;margin:0;font-size:15px;font-weight:500}.topbar-left h2 b{color:#0f172a;font-weight:700}.topbar-right{align-items:center;gap:8px;display:flex}.icon-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex;position:relative}.icon-btn:hover{color:#4f46e5;background:#eef2ff;border-color:#e0e7ff;transform:translateY(-1px)}.notification span{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;display:flex;position:absolute;top:3px;right:3px}.profile-wrapper{margin-left:8px;position:relative}.profile{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;padding:6px 9px;transition:background .2s,border-color .2s;display:flex}.profile:hover,.profile-active{background:#f8fafc;border-color:#e5e7eb}.profile img{border-radius:12px;width:40px;height:40px;display:block}.profile-info{text-align:left;min-width:75px}.profile-info h4{color:#0f172a;white-space:nowrap;margin:0 0 3px;font-size:14px;font-weight:700}.profile-info p{color:#64748b;margin:0;font-size:11px}.profile-arrow{color:#64748b;margin-left:3px;font-size:16px;transition:transform .2s}.profile-arrow.open{transform:rotate(180deg)}.profile-dropdown{z-index:9999;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:13px;width:220px;padding:8px;animation:.18s ease-out profileDropdown;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #0f172a21,0 4px 12px #0f172a0d}@keyframes profileDropdown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dropdown-profile{align-items:center;gap:10px;padding:8px;display:flex}.dropdown-profile img{border-radius:10px;flex-shrink:0;width:36px;height:36px}.dropdown-profile div{flex-direction:column;min-width:0;display:flex}.dropdown-profile strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.dropdown-profile span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;overflow:hidden}.dropdown-divider{background:#f1f5f9;height:1px;margin:5px 3px}.dropdown-role{justify-content:space-between;align-items:center;padding:6px 8px;font-size:11px;display:flex}.dropdown-role span{color:#64748b}.dropdown-role strong{color:#334155;font-size:11px;font-weight:600}.logout-btn{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:9px 8px;font-size:12px;font-weight:600;transition:background .2s,color .2s;display:flex}.logout-btn:hover{color:#b91c1c;background:#fef2f2}@media (width<=900px){.topbar-v10{padding:0 16px}.topbar-left h2{font-size:16px}.profile-info,.profile-arrow{display:none}}@media (width<=600px){.topbar-v10{border-radius:14px;height:68px;padding:0 12px}.topbar-left h2{font-size:14px}.icon-btn{border-radius:10px;width:38px;height:38px}.profile{padding:4px}.profile img{border-radius:10px;width:36px;height:36px}.profile-dropdown{width:260px;right:-5px}}.dashboard-home{flex-direction:column;gap:30px;display:flex}.hero{color:#fff;background:linear-gradient(135deg,#4f46e5,#3b82f6,#06b6d4,#8b5cf6) 0 0/300% 300%;border-radius:32px;justify-content:space-between;align-items:center;padding:50px;animation:8s infinite gradientMove;display:flex;box-shadow:0 20px 60px #4f46e54d}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-left{max-width:650px}.badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff2e;border-radius:50px;align-items:center;gap:8px;margin-bottom:25px;padding:10px 18px;font-size:14px;display:inline-flex}.hero-left h1{margin-bottom:18px;font-size:54px;font-weight:700}.hero-left span{color:#facc15}.hero-left p{opacity:.95;max-width:600px;font-size:18px;line-height:1.8}.hero-buttons{gap:18px;margin-top:35px;display:flex}.primary-btn{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:15px 30px;font-size:15px;font-weight:700;transition:all .35s}.primary-btn:hover{transform:translateY(-4px)}.secondary-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff2e;border:none;border-radius:50px;align-items:center;gap:10px;padding:15px 28px;font-size:15px;display:flex}.hero-right{align-items:center;gap:18px;display:flex}.search-box{background:#fff;border-radius:60px;align-items:center;gap:12px;width:340px;padding:15px 22px;display:flex}.search-box input{border:none;outline:none;width:100%;font-size:15px}.notify{cursor:pointer;background:#fff;border:none;border-radius:50%;width:56px;height:56px;transition:all .35s}.notify:hover{transform:rotate(10deg)}.hero-right img{border:3px solid #fff;border-radius:50%;width:58px;height:58px}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:35px;display:grid}.kpi-card{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;min-height:170px;padding:30px;display:flex;position:relative;overflow:hidden}.kpi-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #00000026}.kpi-card:before{content:"";width:100%;height:5px;position:absolute;top:0;left:0}.kpi-icon{color:#4f46e5;background:#f8fafc;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .35s;display:flex}.kpi-card:hover .kpi-icon{background:#eef2ff;transform:rotate(12deg)scale(1.08)}.kpi-card h2{white-space:nowrap;font-size:44px}.kpi-card h4{color:#64748b;margin-bottom:10px;font-size:15px;font-weight:600}.kpi-card span{color:#94a3b8;font-size:13px}.revenue:before{background:linear-gradient(90deg,#4f46e5,#8b5cf6)}.customer:before{background:linear-gradient(90deg,#06b6d4,#3b82f6)}.whatsapp:before{background:linear-gradient(90deg,#10b981,#22c55e)}.ai:before{background:linear-gradient(90deg,#f59e0b,#ef4444)}.dashboard-row{grid-template-columns:68% 32%;align-items:stretch;gap:25px;margin-top:30px;display:grid}.chart-card{min-height:430px}.card-header{margin-bottom:25px}.card-header h3{font-size:24px}.card-header p{color:#64748b;margin-top:6px}.ai-card{flex-direction:column;justify-content:space-between;min-height:430px;display:flex}.ai-top{align-items:center;gap:18px;display:flex}.ai-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:34px;display:flex}.ai-top h2{margin-bottom:6px;font-size:24px}.ai-top p{color:#64748b}.ai-summary h3{margin-bottom:15px}.ai-summary ul{color:#475569;padding-left:18px;line-height:2}.ai-actions{flex-direction:column;gap:12px;display:flex}.ai-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#3b82f6);border:none;border-radius:14px;padding:14px;font-weight:600;transition:all .3s}.ai-actions button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #4f46e540}.activity-item h4{margin-bottom:6px;font-size:16px}.activity-item span{color:#94a3b8;font-size:14px}.conversation-card{background:#fff;border-radius:26px;margin-top:35px;padding:30px;box-shadow:0 20px 45px #0000000f}.section-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.section-header h2{font-size:24px;font-weight:700}.section-header p{color:#94a3b8;margin-top:6px;font-size:14px}.section-header button{color:#4f46e5;cursor:pointer;background:#eef2ff;border:none;border-radius:14px;padding:12px 18px;font-weight:600}.conversation-list{flex-direction:column;gap:18px;display:flex}.conversation-item{cursor:pointer;border-radius:18px;align-items:center;padding:18px;transition:all .35s;display:flex}.conversation-item:hover{background:#f8fafc;transform:translate(5px)}.avatar-box{margin-right:18px;position:relative}.avatar-box img{border-radius:50%;width:58px;height:58px}.online{background:#22c55e;border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}.conversation-info{flex:1}.conversation-info h4{color:#0f172a;margin-bottom:6px;font-size:17px}.conversation-info p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:450px;font-size:14px;overflow:hidden}.conversation-right{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.conversation-right small{color:#94a3b8}.badge-chat{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:35px;display:grid}.stat-card{cursor:pointer;background:#fff;border-radius:24px;padding:28px;transition:all .35s;box-shadow:0 15px 35px #00000014}.stat-card:hover{transform:translateY(-8px)}.stat-top{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.stat-top svg{color:#4f46e5}.stat-card h1{color:#0f172a;margin-bottom:10px;font-size:40px;font-weight:800}.stat-card p{color:#64748b;margin-bottom:18px;font-size:14px}.progress{background:#eef2ff;border-radius:50px;height:8px;overflow:hidden}.progress-fill{border-radius:50px;height:100%}.revenue-fill{background:linear-gradient(90deg,#4f46e5,#8b5cf6);width:82%}.customer-fill{background:linear-gradient(90deg,#06b6d4,#3b82f6);width:72%}.chat-fill{background:linear-gradient(90deg,#10b981,#22c55e);width:65%}.ai-fill{background:linear-gradient(90deg,#f59e0b,#ef4444);width:98%}.dashboard-row-2{grid-template-columns:1.5fr 1fr;gap:25px;margin-top:30px;display:grid}.quick-actions{background:#fff;border-radius:24px;padding:30px;box-shadow:0 15px 40px #0000000f}.quick-actions h2{margin-bottom:25px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.quick-grid button{cursor:pointer;background:#f8fafc;border:none;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:120px;font-size:34px;transition:all .35s;display:flex}.quick-grid button span{color:#334155;font-size:14px;font-weight:600}.quick-grid button:hover{background:#eef2ff;transform:translateY(-6px)}.activity-feed{background:#fff;border-radius:24px;padding:30px;box-shadow:0 15px 40px #0000000f}.activity-feed h2{margin-bottom:25px}.feed{flex-direction:column;gap:22px;display:flex}.feed-item{align-items:center;gap:18px;display:flex}.feed-item h4{margin-bottom:5px;font-size:16px}.feed-item span{color:#94a3b8;font-size:13px}.dot{border-radius:50%;width:14px;height:14px}.green{background:#22c55e}.blue{background:#3b82f6}.purple{background:#8b5cf6}.orange{background:#f97316}.inbox-layout{gap:20px;width:100%;height:100%;display:flex}.customer-list{width:360px;min-width:360px;height:100%}.chat-window{flex:1;min-width:0;height:100%}.customer-details{background:#fff;border-radius:24px;grid-area:2/2;padding:20px;overflow:auto;box-shadow:0 15px 35px #0000000f}.customer-list{background:#fff;border-radius:24px;flex-direction:column;width:340px;min-width:340px;max-width:340px;height:100%;display:flex;overflow:hidden;box-shadow:0 15px 35px #0000000f}.customer-header{border-bottom:1px solid #eef2f7;padding:20px}.header-title{align-items:center;gap:10px;margin-bottom:18px;display:flex}.header-title svg{color:#4f46e5;font-size:24px}.header-title h3{color:#0f172a;font-size:22px;font-weight:700}.customer-search{background:#f8fafc;border-radius:14px;align-items:center;gap:8px;width:100%;height:36px;padding:0 12px;display:flex}.customer-search svg{color:#64748b;font-size:18px}.customer-search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:14px}.customer-scroll{flex:1;padding:6px;overflow-y:auto}.customer-scroll::-webkit-scrollbar{width:6px}.customer-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.customer-card{cursor:pointer;border-radius:18px;align-items:center;gap:14px;margin-bottom:8px;padding:6px;transition:all .3s;display:flex}.customer-card:hover{background:#f8fafc;transform:translate(4px)}.customer-card.active{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-left:5px solid #4f46e5}.customer-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;font-weight:700;display:flex}.customer-info{flex:1;min-width:0}.customer-info h4{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:15px;font-weight:700;overflow:hidden}.customer-info p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.customer-meta{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.customer-time{color:#94a3b8;font-size:12px}.customer-badge{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.empty-customers{text-align:center;color:#94a3b8;padding:40px 20px;font-size:14px}.header-title{align-items:center;gap:8px;display:flex}.chat-count-badge{color:#fff;background:#4f46e5;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:22px;padding:0 7px;font-size:12px;font-weight:600;line-height:1;display:flex}.customer-filters{gap:10px;margin-top:14px;display:flex}.filter-chip{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .25s;display:flex}.filter-chip:hover{background:#f8fafc}.filter-chip.active{color:#000;background:#dfddf8;border-color:#dfddf8}.filter-chip span{color:#4f46e5;background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:700;display:flex}.filter-chip.active span{color:#fff;background:#4f46e5}.unread-text{color:#111827;font-weight:700}.unread-time{color:#25d366;font-weight:700}.chat-window{background:#fff;border-radius:22px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000f}.chat-header{background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;height:85px;padding:18px 24px;display:flex}.chat-user{align-items:center;gap:15px;display:flex}.chat-avatar{color:#fff;background:linear-gradient(135deg,#5b4cf5,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;font-weight:700;display:flex}.chat-user h3{color:#111827;margin:0;font-size:20px}.chat-status{color:#22c55e;font-size:13px;font-weight:600}.chat-actions{gap:12px;display:flex}.action-btn{cursor:pointer;background:#f8fafc;border:none;border-radius:14px;width:46px;height:46px;font-size:18px;transition:all .25s}.action-btn:hover{color:#4f46e5;background:#eef2ff}.chat-body{background:#eef2f7;flex-direction:column;flex:1;gap:2px;padding:2px;display:flex;overflow-y:auto}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.msg{display:flex}.msg.left{justify-content:flex-start}.msg.right{justify-content:flex-end}.bubble{word-break:break-word;border-radius:18px;max-width:70%;padding:8px 12px;animation:.25s pop}.incoming{color:#fff;background:linear-gradient(135deg,#5b4cf5,#3b82f6);border-top-left-radius:6px}.outgoing{color:#111827;background:#fff;border-top-right-radius:6px}.msg-footer{opacity:.8;justify-content:flex-end;gap:8px;margin-top:8px;font-size:11px;display:flex}.ticks{color:#8be9a5}.date-divider{text-align:center;color:#64748b;margin:10px 0;font-size:12px}.chat-footer{background:#fff;border-top:1px solid #eef2f7;align-items:center;gap:2px;padding:2px;display:flex}.chat-tool{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.chat-tool:hover{color:#4f46e5;background:#eef2ff}.chat-input{color:#111827;background:#f8fafc;border:none;border-radius:14px;outline:none;flex:1;height:50px;padding:0 18px;font-size:15px}.chat-input::placeholder{color:#9ca3af}.send-circle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b4cf5,#4f46e5);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:all .25s;display:flex}.send-circle:hover{transform:scale(1.08)}.typing-bubble{background:#fff;border-radius:18px;align-items:center;gap:6px;width:max-content;padding:10px 16px;display:inline-flex}.typing-dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.2s infinite typing}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.scroll-bottom-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;display:flex;position:absolute;bottom:95px;right:20px}@keyframes typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.empty-chat{text-align:center;color:#667085;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.empty-chat-icon{color:#667085;background:#f2f4f7;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.empty-chat h3{color:#344054;margin:0 0 6px;font-size:15px;font-weight:600}.empty-chat p{color:#98a2b3;max-width:280px;margin:0;font-size:13px;line-height:1.5}@keyframes pop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.emoji-picker-wrapper{align-items:center;display:flex;position:relative}.emoji-picker-popup{z-index:5000;background:#fff;border-radius:12px;position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 12px 35px #0f172a2e,0 3px 10px #0f172a14}.emoji-picker-popup .EmojiPickerReact{border:none!important}@media (width<=600px){.emoji-picker-popup{left:-5px}}.broadcast-page{color:#0f172a;flex-direction:column;gap:20px;width:100%;min-height:100%;padding:4px 2px 32px;display:flex}.broadcast-top{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex;box-shadow:0 1px 2px #0f172a08,0 8px 24px #0f172a09}.broadcast-top>div:first-child{min-width:0}.broadcast-top h2{color:#0f172a;letter-spacing:-.35px;margin:0 0 5px;font-size:23px;font-weight:750;line-height:1.25}.broadcast-top p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.campaign-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.create-template-btn,.new-campaign-btn{cursor:pointer;border:1px solid #0000;border-radius:9px;font-family:inherit;font-size:13px;font-weight:700;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.campaign-header-actions .create-template-btn,.campaign-header-actions .new-campaign-btn{color:#fff;background:#4f46e5;padding:10px 16px;box-shadow:0 4px 10px #4f46e529}.campaign-header-actions .create-template-btn:hover,.campaign-header-actions .new-campaign-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 15px #4f46e533}.broadcast-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;display:grid}.broadcast-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-left:3px solid #6366f1;border-radius:12px;align-items:center;min-height:92px;padding:16px 18px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a06,0 5px 16px #0f172a06}.broadcast-stat-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a0e}.broadcast-stat-card:after{content:"";pointer-events:none;background:#6366f10b;border-radius:50%;width:72px;height:72px;position:absolute;top:-30px;right:-30px}.stat-content{z-index:1;flex-direction:column;justify-content:center;gap:5px;display:flex;position:relative}.broadcast-stat-card h2{color:#0f172a;letter-spacing:-.45px;margin:0;font-size:25px;font-weight:750;line-height:1}.broadcast-stat-card p{color:#64748b;letter-spacing:.05px;margin:0;font-size:11px;font-weight:650;line-height:1.35}.broadcast-stat-card{border-left-color:#6366f1}.broadcast-stat-card.success{border-left-color:#22c55e}.broadcast-stat-card.success:after{background:#22c55e0e}.broadcast-stat-card.info{border-left-color:#3b82f6}.broadcast-stat-card.info:after{background:#3b82f60e}.broadcast-stat-card.warning{border-left-color:#f59e0b}.broadcast-stat-card.warning:after{background:#f59e0b11}.broadcast-main{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:start;gap:20px;display:grid}.campaign-card,.preview-card,.campaign-history,.broadcast-details{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 2px #0f172a06,0 8px 24px #0f172a09}.campaign-card{box-sizing:border-box;width:100%;margin-top:10px;padding:15px}.preview-card{box-sizing:border-box;width:100%;margin-top:10px;padding:15px;position:sticky;top:18px}.preview-heading{margin-bottom:17px}.section-heading{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:18px;display:flex}.section-heading h3{color:#0f172a;letter-spacing:-.2px;margin:0 0 4px;font-size:17px;font-weight:750;line-height:1.3}.section-heading p{color:#64748b;margin:0;font-size:12px;line-height:1.5}.form-group{box-sizing:border-box;flex-direction:column;gap:5px;width:100%;margin:0 0 17px;padding:0;display:flex}.form-group>label{color:#334155;margin:8px 0 3px;font-size:12px;font-weight:700;line-height:1.2;display:block}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #d7dee8;border-radius:8px;outline:none;width:100%;height:42px;margin-top:1px;padding:11px 13px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a9b8}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#c4ccd8}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f117}.form-group textarea{resize:vertical;height:auto;min-height:120px}.audience-row{box-sizing:border-box;align-items:center;gap:10px;width:100%;margin:0 0 10px;padding:0;display:flex}.audience-preview{box-sizing:border-box;background:#f8fafc;border:1px solid #d7dee8;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-width:170px;height:42px;padding:0 12px;display:flex}.audience-preview-label{color:#64748b;white-space:nowrap;font-size:11px;font-weight:600}.audience-preview-count{color:#334155;white-space:nowrap;font-size:12px;font-weight:700}.audience-row{align-items:center;gap:10px;display:flex}.audience-row select{flex:1;min-width:0}.audience-preview{white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:9px 12px;display:flex}.audience-preview-label{color:#64748b;font-size:12px;font-weight:600}.audience-preview-count{color:#334155;font-size:12px;font-weight:700}.template-variables{background:#fafbff;border:1px solid #e4e7ff;border-radius:10px;margin:20px 0;padding:16px}.template-variables h3{color:#1e293b;margin:0 0 4px;font-size:14px;font-weight:750}.variable-help{color:#64748b;margin:0 0 15px;font-size:12px;line-height:1.5}.variable-field{flex-direction:column;gap:7px;margin-top:13px;display:flex}.variable-field label{color:#475569;font-size:12px;font-weight:700}.variable-field label span{color:#94a3b8;font-weight:500}.variable-field input{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #d7dee8;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s}.variable-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.no-template-variables{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin:17px 0;padding:11px 13px;font-size:12px;font-weight:650}.campaign-actions{grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 12px;display:grid}.attach-btn,.schedule-btn{color:#64748b;cursor:not-allowed;opacity:.75;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-height:42px;font-family:inherit;font-size:12px;font-weight:650}.send-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:9px;width:100%;min-height:46px;padding:12px 17px;font-family:inherit;font-size:13px;font-weight:750;transition:transform .18s,background .18s,box-shadow .18s;box-shadow:0 5px 13px #4f46e52b}.send-btn:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 7px 17px #4f46e538}.send-btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.broadcast-phone{box-sizing:border-box;background:#17202b;border:1px solid #253242;border-radius:27px;flex-direction:column;width:100%;max-width:330px;height:590px;margin:8px auto 0;padding:8px;display:flex;overflow:hidden;box-shadow:0 16px 36px #0f172a2b}.broadcast-phone-header{color:#fff;text-align:left;background:#075e54;border-radius:20px 20px 8px 8px;flex-shrink:0;padding:14px 14px 13px;font-size:13px;font-weight:700;position:relative}.broadcast-phone-header:before{content:"";background:#25d366;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.broadcast-phone-body{scrollbar-width:thin;background:linear-gradient(#ece5ddf5,#ece5ddf5);flex:1;margin-top:3px;padding:17px 12px;overflow-y:auto}.broadcast-phone-body::-webkit-scrollbar{width:4px}.broadcast-phone-body::-webkit-scrollbar-thumb{background:#c4bdb5;border-radius:20px}.broadcast-preview-message{box-sizing:border-box;background:#fff;border-radius:4px 12px 12px;width:100%;padding:13px 13px 11px;font-size:12px;line-height:1.65;position:relative;box-shadow:0 1px 2px #0000001a;color:#111827!important}.broadcast-preview-message:after{content:"";border-top:7px solid #fff;border-left:7px solid #0000;position:absolute;top:0;left:-6px}.broadcast-preview-message *,.broadcast-preview-message p,.broadcast-preview-message span,.broadcast-preview-message div,.broadcast-preview-message strong,.broadcast-preview-message small{color:#111827!important;background:0 0!important}.broadcast-preview-message button{cursor:default;border:none;border-top:1px solid #edf0f2;width:100%;margin-top:7px;padding:8px 9px;font-family:inherit;font-size:11px;font-weight:650;color:#1677ff!important;background:#fff!important}.campaign-history{box-sizing:border-box;width:100%;padding:21px;overflow-x:auto}.history-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.history-header h3{color:#0f172a;margin:0;font-size:17px;font-weight:750}.history-header button{color:#4f46e5;cursor:pointer;background:#f7f8ff;border:1px solid #dfe4ff;border-radius:8px;padding:8px 13px;font-family:inherit;font-size:11px;font-weight:700;transition:background .18s,border-color .18s}.history-header button:hover{background:#eef2ff;border-color:#c7d2fe}.campaign-history table{border-collapse:separate;border-spacing:0;width:100%;min-width:760px}.campaign-history th{color:#334155;text-align:left;text-transform:uppercase;letter-spacing:.55px;white-space:nowrap;background:#f8fafc;border-top:1px solid #edf1f5;border-bottom:1px solid #e2e8f0;padding:12px 13px;font-size:10px;font-weight:750;line-height:1.4}.campaign-history th:first-child{border-radius:7px 0 0 7px}.campaign-history th:last-child{border-radius:0 7px 7px 0}.campaign-history td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:13px;font-size:12px}.campaign-history tbody tr{transition:background .15s}.campaign-history tbody tr:hover{background:#fafbff}.campaign-history tbody tr:last-child td{border-bottom:none}.status{white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-width:92px;padding:4px 9px;font-size:10px;font-weight:750;line-height:1.3;display:inline-flex}.status-success{color:#15803d;background:#ecfdf3;border-color:#bbf7d0}.status-partial{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-failed{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.status-pending{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.status-empty{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.table-btn{color:#4f46e5;cursor:pointer;background:#f7f8ff;border:1px solid #dfe4ff;border-radius:7px;padding:6px 11px;font-family:inherit;font-size:11px;font-weight:700;transition:background .18s,border-color .18s,color .18s}.table-btn:hover{color:#fff;background:#4f46e5;border-color:#4f46e5}.campaign-history td[colspan]{color:#94a3b8;text-align:center;padding:42px 20px;font-size:13px}.broadcast-details{box-sizing:border-box;padding:21px}.broadcast-details h3{color:#0f172a;margin:0 0 14px;font-size:17px;font-weight:750}.broadcast-details>p{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;margin:0 8px 14px 0;padding:7px 10px;font-size:11px;font-weight:650;display:inline-flex}.broadcast-log{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:15px;padding:10px 0;font-size:12px;display:flex}.broadcast-log:last-child{border-bottom:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #6366f12e}@media (width<=1200px){.broadcast-main{grid-template-columns:minmax(0,1fr) 330px}.broadcast-phone{height:570px}}@media (width<=1050px){.broadcast-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.broadcast-main{grid-template-columns:1fr}.preview-card{position:relative;top:auto}.broadcast-phone{max-width:350px}}@media (width<=768px){.broadcast-page{gap:15px;padding:0 0 20px}.broadcast-top{flex-direction:column;align-items:stretch;padding:18px}.broadcast-top h2{font-size:20px}.campaign-header-actions,.campaign-header-actions .create-template-btn,.campaign-header-actions .new-campaign-btn{width:100%}.broadcast-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.broadcast-stat-card{min-height:88px;padding:14px 15px}.broadcast-stat-card h2{font-size:23px}.campaign-card,.preview-card,.campaign-history,.broadcast-details{border-radius:12px;padding:10px}.campaign-actions{grid-template-columns:1fr}.audience-row{flex-direction:column;align-items:stretch;gap:10px}.audience-preview{box-sizing:border-box;justify-content:space-between;width:100%}.broadcast-phone{max-width:100%;height:550px}.history-header{align-items:flex-start}}@media (width<=480px){.broadcast-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.broadcast-stat-card{min-height:82px;padding:13px 14px}.broadcast-stat-card h2{font-size:20px}.broadcast-stat-card p{font-size:10px}.audience-preview{flex-direction:column;align-items:flex-start;gap:4px}.broadcast-phone{height:510px}.history-header{flex-direction:column;align-items:stretch;gap:9px}.history-header button{width:100%}}@media (prefers-reduced-motion:reduce){.broadcast-stat-card,.send-btn,.table-btn,.campaign-header-actions .create-template-btn,.campaign-header-actions .new-campaign-btn,.history-header button{transition:none}}.broadcast-preview-buttons{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;width:100%;margin-top:8px;display:flex;overflow:hidden}.broadcast-preview-buttons button{text-align:center;box-sizing:border-box;cursor:default;border:none;border-radius:0;width:100%;min-height:40px;margin:0;padding:9px 14px;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;color:#00a884!important;background:#fff!important}.broadcast-preview-buttons button+button{border-top:1px solid #e5e7eb}:root{--template-primary:#4f46e5;--template-primary-hover:#4338ca;--template-primary-soft:#eef2ff;--template-success:#16a34a;--template-success-soft:#dcfce7;--template-danger:#dc2626;--template-danger-soft:#fee2e2;--template-text:#111827;--template-text-secondary:#374151;--template-text-muted:#6b7280;--template-border:#e5e7eb;--template-border-light:#eef0f2;--template-background:#f8fafc;--template-card:#fff;--template-input-background:#fff;--template-radius-sm:8px;--template-radius-md:10px;--template-radius-lg:14px;--template-radius-xl:18px;--template-shadow:0 24px 60px #0f172a2e}.template-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#0f172aad;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.meta-template-modal{background:var(--template-background);border:1px solid #ffffffb3;border-radius:20px;flex-direction:column;width:min(1180px,96vw);height:min(900px,94vh);display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.meta-template-header{border-bottom:1px solid var(--template-border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:0 28px;display:flex}.meta-template-header h2{color:var(--template-text);letter-spacing:-.01em;margin:0;font-size:21px;font-weight:700;line-height:1.3}.meta-template-header p{color:var(--template-text-muted);margin:5px 0 0;font-size:13px;font-weight:400}.meta-template-header>button{border:1px solid var(--template-border);color:#6b7280;cursor:pointer;background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;line-height:1;transition:background .18s,border-color .18s,color .18s,transform .18s;display:flex}.meta-template-header>button:hover{color:var(--template-text);background:#f9fafb;border-color:#d1d5db}.meta-template-header>button:active{transform:scale(.96)}.template-layout{flex:1;grid-template-columns:minmax(0,1fr) 390px;gap:28px;min-height:0;padding:28px;display:grid;overflow:hidden}.template-form{min-width:0;min-height:0;padding-right:4px;overflow-y:auto}.template-form::-webkit-scrollbar{width:7px}.template-form::-webkit-scrollbar-track{background:0 0}.template-form::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.template-form::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-card{box-sizing:border-box;background:var(--template-card);border:1px solid var(--template-border);border-radius:var(--template-radius-xl);width:100%;padding:24px;box-shadow:0 2px 6px #0f172a08}.card-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.card-title h3{color:var(--template-text);margin:0;font-size:16px;font-weight:700;line-height:1.4}.form-card label{color:var(--template-text-secondary);margin-top:17px;margin-bottom:7px;font-size:13px;font-weight:600;line-height:1.4;display:block}.form-card>label:first-of-type{margin-top:0}.form-card input,.form-card select,.form-card textarea{box-sizing:border-box;border-radius:var(--template-radius-md);background:var(--template-input-background);width:100%;color:var(--template-text);border:1px solid #d9dee7;outline:none;padding:11px 13px;font-family:inherit;font-size:14px;line-height:1.45;transition:border-color .18s,box-shadow .18s,background .18s}.form-card input::placeholder,.form-card textarea::placeholder{color:#9ca3af}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--template-primary);box-shadow:0 0 0 3px #4f46e51a}.form-card input:disabled,.form-card select:disabled,.form-card textarea:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.form-card textarea{resize:vertical;min-height:150px;line-height:1.55}.form-card input[type=file]{cursor:pointer;background:#f9fafb;padding:9px}.form-card input[type=file]::file-selector-button{background:var(--template-primary-soft);color:var(--template-primary);cursor:pointer;border:none;border-radius:7px;margin-right:10px;padding:7px 11px;font-size:12px;font-weight:600}.file-name{color:var(--template-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:12px;display:block;overflow:hidden}.card-title>span{color:var(--template-text-muted);font-size:12px;font-weight:500}.variable-toolbar{align-items:center;margin-top:10px;display:flex}.variable-btn{background:var(--template-primary-soft);color:var(--template-primary);cursor:pointer;border:1px solid #c7d2fe;border-radius:8px;align-items:center;gap:6px;padding:8px 11px;font-family:inherit;font-size:12px;font-weight:600;transition:background .18s,border-color .18s;display:inline-flex}.variable-btn:hover{background:#e0e7ff;border-color:#a5b4fc}.body-variable-examples{border-radius:var(--template-radius-md);background:#fafafa;border:1px solid #e5e7eb;margin-top:16px;padding:14px}.body-variable-examples>label{color:var(--template-text-secondary);margin:0 0 10px;font-size:12px;font-weight:700}.body-example-field{grid-template-columns:70px minmax(0,1fr);align-items:center;gap:10px;margin-top:8px;display:grid}.body-example-field span{color:#4338ca;background:#eef2ff;border-radius:7px;justify-content:center;align-items:center;min-height:34px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.body-example-field input{margin:0}.meta-tip{color:#374151;background:#eff6ff;border:1px solid #dbeafe;border-left:3px solid #3b82f6;border-radius:8px;margin-top:14px;padding:11px 13px;font-size:12px;line-height:1.55}.button-header{border-top:1px solid var(--template-border-light);justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:22px;display:flex}.button-header .card-title{margin:0}.add-button{background:var(--template-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 13px;font-family:inherit;font-size:12px;font-weight:600;transition:background .18s,transform .18s;display:inline-flex}.add-button:hover{background:var(--template-primary-hover)}.add-button:active{transform:scale(.98)}.button-menu{border:1px solid var(--template-border);border-radius:var(--template-radius-md);background:#f9fafb;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;padding:10px;display:grid}.button-menu button{min-height:40px;color:var(--template-text-secondary);text-align:left;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:9px 11px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .18s,background .18s,color .18s;display:flex}.button-menu button:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.button-card{border:1px solid var(--template-border);border-radius:var(--template-radius-md);background:#fafafa;margin-top:14px;padding:16px}.button-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.button-card-header strong{background:var(--template-primary-soft);min-height:26px;color:var(--template-primary);letter-spacing:.04em;border-radius:6px;align-items:center;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.remove-btn{width:30px;height:30px;color:var(--template-danger);cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:7px;justify-content:center;align-items:center;font-size:13px;transition:background .18s,border-color .18s;display:flex}.remove-btn:hover{background:var(--template-danger-soft);border-color:#fca5a5}.form-card small{color:var(--template-text-muted);margin-top:6px;font-size:11px;line-height:1.4;display:block}.meta-preview{justify-content:center;align-items:flex-start;min-width:0;min-height:0;padding:4px 0;display:flex;overflow-y:auto}.phone{background:#efeae2;border:7px solid #1f2937;border-radius:30px;flex-direction:column;width:100%;max-width:340px;min-height:580px;display:flex;overflow:hidden;box-shadow:0 18px 40px #0f172a2e}.phone-header{color:#fff;background:#075e54;flex-shrink:0;align-items:center;min-height:52px;padding:0 15px;font-size:13px;font-weight:600;display:flex}.phone-body{background-color:#efeae2;background-image:radial-gradient(#ffffff59 1px,#0000 1px);background-size:18px 18px;flex:1;justify-content:flex-start;align-items:flex-start;min-height:0;padding:18px 12px;display:flex;overflow-y:auto}.broadcast-preview-message{color:#111827;white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:8px;align-self:flex-start;width:fit-content;max-width:86%;padding:9px 10px 7px;font-size:13px;line-height:1.5;box-shadow:0 1px 2px #0f172a1f}.preview-header{color:#111827;margin-bottom:7px;font-size:14px;font-weight:700;line-height:1.4}.preview-media{color:#6b7280;background:#f3f4f6;border-radius:7px;justify-content:center;align-items:center;width:100%;min-height:150px;margin-bottom:8px;font-size:13px;display:flex}.preview-body{color:#111827;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.5}.preview-footer{color:#667781;margin-top:6px;font-size:11px;line-height:1.4}.preview-buttons{flex-direction:column;gap:0;margin:8px -10px -7px;display:flex}.preview-buttons button{color:#027eb5;cursor:default;background:0 0;border:none;border-top:1px solid #eee;width:100%;padding:8px 10px;font-family:inherit;font-size:12px;font-weight:600}.template-footer{border-top:1px solid var(--template-border);background:#fff;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-height:70px;padding:0 28px;display:flex}.template-footer button{cursor:pointer;border-radius:8px;min-height:38px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:600;transition:background .18s,border-color .18s,color .18s,transform .18s}.template-footer button:active{transform:scale(.98)}.cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.save-btn{border:1px solid var(--template-primary);background:var(--template-primary);color:#fff;box-shadow:0 1px 2px #4f46e533}.save-btn:hover{background:var(--template-primary-hover);border-color:var(--template-primary-hover)}.form-card select{cursor:pointer}@media (width<=1050px){.meta-template-modal{width:min(960px,96vw)}.template-layout{grid-template-columns:minmax(0,1fr) 330px;gap:22px;padding:22px}.phone{max-width:310px}}@media (width<=850px){.template-overlay{padding:12px}.meta-template-modal{border-radius:16px;width:100%;height:96vh}.template-layout{grid-template-columns:1fr;padding:20px;overflow-y:auto}.template-form{padding-right:0;overflow:visible}.meta-preview{order:-1;padding:0 0 10px;overflow:visible}.phone{width:300px;max-width:100%;min-height:500px}}@media (width<=600px){.template-overlay{align-items:flex-end;padding:0}.meta-template-modal{border-radius:16px 16px 0 0;width:100%;height:100vh;max-height:100vh}.meta-template-header{min-height:68px;padding:0 18px}.meta-template-header h2{font-size:18px}.meta-template-header p{font-size:12px}.template-layout{gap:18px;padding:16px}.form-card{border-radius:14px;padding:18px}.button-menu{grid-template-columns:1fr}.body-example-field{grid-template-columns:1fr;gap:6px}.body-example-field span{width:fit-content}.template-footer{min-height:64px;padding:0 16px}.template-footer button{flex:1;min-width:0}}.meta-template-modal button:focus-visible,.meta-template-modal input:focus-visible,.meta-template-modal select:focus-visible,.meta-template-modal textarea:focus-visible{outline-offset:2px;outline:2px solid #4f46e573}@media (prefers-reduced-motion:reduce){.meta-template-modal *,.meta-template-modal :before,.meta-template-modal :after{transition:none!important}}.variable-placement-warning{color:#991b1b;margin-top:8px;padding-left:2px;font-size:12px;font-weight:600;line-height:1.5}.body-variable-examples{background:#fafafa;border:1px solid #eaecf0;border-radius:12px;margin-top:16px;padding:16px}.body-variable-examples>label{color:#344054;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.body-example-field{grid-template-columns:58px minmax(0,1fr);align-items:start;gap:10px;margin-bottom:14px;display:grid}.body-example-field:last-child{margin-bottom:0}.body-example-field>span{color:#344054;background:#f2f4f7;border:1px solid #d0d5dd;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 8px;font-size:12px;font-weight:600;display:flex}.body-example-input-wrapper{min-width:0}.body-example-input{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;min-height:40px;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.body-example-input::placeholder{color:#98a2b3}.body-example-input:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.body-example-input.required{border-color:#b42318}.body-example-input.required:focus{border-color:#b42318;box-shadow:0 0 0 3px #b4231814}.example-required-message{color:#991b1b;margin-top:5px;font-size:11px;font-weight:600;line-height:1.4}.save-btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none;box-shadow:none}@media (width<=600px){.body-example-field{grid-template-columns:1fr;gap:7px}.body-example-field>span{width:fit-content;min-height:32px}.variable-placement-warning{font-size:11px}}.contacts-page{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex;position:relative}.contacts-header{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.contacts-title{color:#111827;letter-spacing:-.3px;margin:0;font-size:24px;font-weight:700;line-height:1.25}.contacts-subtitle{color:#6b7280;margin:5px 0 0;font-size:13px;line-height:1.5}.contacts-add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b4cf5,#4f46e5);border:none;border-radius:10px;flex-shrink:0;height:44px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.contacts-add-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #5b4cf538}.contacts-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;display:grid}.contacts-stat-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;min-width:0;padding:16px 18px;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 20px #0f172a09}.contacts-stat-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a0f}.contacts-stat-card h2{color:#111827;margin:0;font-size:26px;font-weight:700;line-height:1.2}.contacts-stat-card p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.4}.contacts-stat-green{border-left:4px solid #22c55e}.contacts-stat-blue{border-left:4px solid #3b82f6}.contacts-stat-orange{border-left:4px solid #f59e0b}.contacts-toolbar{box-sizing:border-box;background:#fff;border:1px solid #eef2f7;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px;display:flex;box-shadow:0 6px 20px #0f172a09}.contacts-search-input{box-sizing:border-box;color:#111827;background:#f8fafc;border:1px solid #0000;border-radius:9px;outline:none;width:360px;min-width:280px;max-width:360px;height:42px;padding:0 14px;font-family:inherit;font-size:13px;transition:border-color .2s,background .2s,box-shadow .2s}.contacts-search-input::placeholder{color:#94a3b8}.contacts-search-input:hover{background:#f5f7fa}.contacts-search-input:focus{background:#fff;border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f114}.contacts-toolbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.contacts-toolbar-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;height:42px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s}.contacts-toolbar-btn:hover{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe;transform:translateY(-1px)}.contacts-table-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;width:100%;overflow:auto hidden;box-shadow:0 6px 20px #0f172a09}.contacts-table{border-collapse:collapse;background:#fff;width:100%;min-width:850px}.contacts-table thead{background:#f8fafc}.contacts-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.35px;white-space:nowrap;background:#f8fafc;padding:12px 14px;font-size:11px;font-weight:700}.contacts-table td{color:#111827;vertical-align:middle;border-top:1px solid #eef2f7;padding:13px 14px;font-size:13px;line-height:1.4}.contacts-table tbody tr{background:#fff;transition:background .15s}.contacts-table tbody tr:hover{background:#f8fafc}.contacts-empty{text-align:center;color:#94a3b8!important;padding:50px!important}.contacts-name-cell,.contacts-user{align-items:center;gap:10px;display:flex}.contacts-avatar-small{color:#fff;background:linear-gradient(135deg,#5b4cf5,#4f46e5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.contacts-name{color:#111827;font-size:13px;font-weight:600}.contacts-label{color:#4f46e5;white-space:nowrap;text-overflow:ellipsis;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;max-width:160px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex;overflow:hidden}.contacts-status,.contacts-status-active{color:#16a34a;align-items:center;gap:5px;font-size:12px;font-weight:600;display:inline-flex}.contacts-chat-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;height:34px;padding:0 13px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.contacts-chat-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 5px 12px #4f46e52e}.contacts-action{cursor:pointer;background:#f8fafc;border:none;border-radius:9px;width:36px;height:36px;font-size:16px;transition:all .2s}.contacts-action:hover{color:#4f46e5;background:#eef2ff}.contacts-modal-overlay{box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#0f172a7a;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex;z-index:99999!important;position:fixed!important;inset:0!important}.contacts-modal{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border:1px solid #eaecf0;border-radius:16px;flex-direction:column;gap:7px;width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);padding:26px;animation:.22s ease-out contactsModalOpen;display:flex;position:relative;overflow:hidden auto;box-shadow:0 24px 60px #0f172a2e,0 8px 24px #0f172a14;z-index:100000!important}.contacts-modal::-webkit-scrollbar{width:6px}.contacts-modal::-webkit-scrollbar-track{background:0 0}.contacts-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.contacts-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.contacts-modal-close{color:#667085;cursor:pointer;z-index:2;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:20px;line-height:1;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.contacts-modal-close:hover{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.contacts-modal h3{color:#101828;flex-shrink:0;margin:0;padding-right:42px;font-size:20px;font-weight:700;line-height:1.3}.contacts-modal>input{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;flex-shrink:0;width:100%;height:46px;min-height:46px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.contacts-modal>input::placeholder{color:#98a2b3}.contacts-modal>input:hover{border-color:#b8c0cc}.contacts-modal>input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group{box-sizing:border-box;flex-shrink:0;width:100%;margin:0}.form-group label{color:#344054;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.form-group small{color:#667085;font-weight:400}.label-dropdown{width:100%;position:relative}.label-dropdown-btn{box-sizing:border-box;color:#344054;text-align:left;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:46px;min-height:46px;padding:0 13px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex}.label-dropdown-btn:hover{background:#fcfcfd;border-color:#b8c0cc}.label-dropdown-btn:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.label-dropdown-menu{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border:1px solid #eaecf0;border-radius:10px;max-height:180px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #1018281f;z-index:100010!important}.label-dropdown-menu::-webkit-scrollbar{width:5px}.label-dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.label-option{box-sizing:border-box;color:#344054;cursor:pointer;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:36px;padding:6px 8px;font-size:13px;transition:background .15s;display:flex}.label-option:hover{background:#f8fafc}.label-option input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;flex-shrink:0;width:15px;height:15px;margin:0}.manage-labels-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:fit-content;margin-top:8px;padding:0;font-family:inherit;font-size:12px;font-weight:600;transition:color .2s;display:inline-flex}.manage-labels-btn:hover{color:#3730a3}.manage-labels-section{box-sizing:border-box;background:#f8fafc;border:1px solid #eaecf0;border-radius:12px;flex-shrink:0;width:100%;margin-top:2px;padding:15px;animation:.2s ease-out expandLabels}.manage-labels-section h4{color:#101828;margin:0 0 12px;font-size:13px;font-weight:700}.label-list{box-sizing:border-box;flex-direction:column;gap:7px;width:100%;max-height:150px;margin:0 0 15px;padding-right:3px;display:flex;overflow-y:auto}.label-list::-webkit-scrollbar{width:5px}.label-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.label-row{box-sizing:border-box;color:#344054;background:#fff;border:1px solid #eaecf0;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:40px;padding:7px 9px;font-size:12px;display:flex}.label-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.delete-label-btn{color:#d92d20;cursor:pointer;background:#fef3f2;border:none;border-radius:6px;flex-shrink:0;padding:5px 9px;font-family:inherit;font-size:11px;font-weight:600;transition:all .2s}.delete-label-btn:hover{color:#b42318;background:#fee4e2}.new-label-section{box-sizing:border-box;border-top:1px solid #eaecf0;flex-direction:column;gap:8px;width:100%;margin-top:0;padding-top:14px;display:flex}.new-label-section label{color:#344054;font-size:12px;font-weight:600}.new-label-section input{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;height:42px;min-height:42px;padding:0 11px;font-family:inherit;font-size:13px;transition:all .2s}.new-label-section input::placeholder{color:#98a2b3}.new-label-section input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.add-label-btn{color:#4338ca;cursor:pointer;background:#eef2ff;border:none;border-radius:8px;width:100%;height:42px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.add-label-btn:hover{color:#fff;background:#4f46e5;box-shadow:0 6px 14px #4f46e52e}.contacts-modal-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding-top:4px;display:flex}.contacts-cancel-btn{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;height:42px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.contacts-cancel-btn:hover{background:#f8fafc;border-color:#98a2b3}.contacts-save-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;height:42px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.contacts-save-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e538}.contacts-drawer{box-sizing:border-box;background:#fff;flex-direction:column;width:420px;height:100vh;max-height:100vh;animation:.22s ease-out contactsDrawerOpen;display:flex;overflow:hidden;box-shadow:-15px 0 40px #0000001f;z-index:100000!important;position:fixed!important;top:0!important;bottom:0!important;right:0!important}.contacts-drawer-body{box-sizing:border-box;flex:1;min-height:0;padding:30px 26px;overflow-y:auto}.contacts-drawer-body::-webkit-scrollbar{width:6px}.contacts-drawer-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.contacts-drawer-close{color:#667085;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;z-index:100001!important}.contacts-drawer-close:hover{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.contacts-profile-header{text-align:center;border-bottom:1px solid #eef2f7;padding-bottom:24px}.contacts-profile-avatar{color:#fff;background:linear-gradient(135deg,#5b4cf5,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin:auto;font-size:29px;font-weight:700;display:flex;position:relative}.contacts-online-dot{background:#22c55e;border:3px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;bottom:4px;right:4px}.contacts-profile-header h2{color:#111827;margin:14px 0 0;font-size:21px;line-height:1.3}.contacts-profile-header p{color:#64748b;margin:5px 0 0;font-size:13px}.contacts-profile-tags{justify-content:center;gap:8px;margin-top:15px;display:flex}.contacts-tag-purple,.contacts-tag-green{border-radius:30px;padding:5px 11px;font-size:11px;font-weight:600}.contacts-tag-purple{color:#4f46e5;background:#eef2ff}.contacts-tag-green{color:#15803d;background:#dcfce7}.contacts-drawer-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:18px;display:grid}.contacts-stat-mini{text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:11px;min-width:0;padding:12px 7px}.contacts-stat-mini h3{color:#111827;margin:0;font-size:20px;line-height:1.2}.contacts-stat-mini span{color:#64748b;margin-top:4px;font-size:10px;line-height:1.3;display:block}.contacts-info-card,.contacts-conversation-card,.contacts-actions-card,.contacts-analytics-card,.contacts-notes-card{background:#fff;border:1px solid #eef2f7;border-radius:13px;margin-top:18px;padding:16px}.contacts-info-card h4,.contacts-conversation-card h4,.contacts-actions-card h4,.contacts-analytics-card h4,.contacts-notes-header h4{color:#111827;margin:0 0 14px;font-size:14px;font-weight:700;line-height:1.3}.contacts-info-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:15px;padding:10px 0;display:flex}.contacts-info-row:last-child{border:none}.contacts-info-row span{color:#64748b;font-size:12px}.contacts-info-row strong{color:#111827;text-align:right;word-break:break-word;max-width:60%;font-size:12px;font-weight:600}.contacts-timeline{flex-direction:column;gap:14px;margin-top:22px;display:flex}.contacts-timeline-item{align-items:center;gap:12px;display:flex}.contacts-timeline-icon{background:#eef2ff;border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.contacts-timeline-item h5{color:#111827;margin:0;font-size:12px}.contacts-timeline-item p{color:#64748b;margin:3px 0 0;font-size:11px}.contacts-label-section{margin-top:20px}.contacts-label-section h4{margin-bottom:10px}.contacts-label-list{flex-wrap:wrap;gap:7px;display:flex}.contacts-chip{border-radius:30px;padding:5px 11px;font-size:11px;font-weight:600}.contacts-chip-purple{color:#4f46e5;background:#eef2ff}.contacts-chip-green{color:#15803d;background:#dcfce7}.contacts-chip-orange{color:#d97706;background:#fef3c7}.contacts-actions-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.contacts-actions-grid button{cursor:pointer;border:none;border-radius:10px;min-width:0;height:44px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.contacts-actions-grid button:hover{transform:translateY(-1px)}.contacts-action-purple{color:#fff;background:#4f46e5}.contacts-action-blue{color:#fff;background:#2563eb}.contacts-action-white{color:#111827;background:#f8fafc;border:1px solid #e5e7eb!important}.contacts-action-red{color:#fff;background:#ef4444}.contacts-analytics-item{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.contacts-analytics-item span{color:#64748b;font-size:12px}.contacts-analytics-item strong{color:#111827;font-size:12px;font-weight:700}.contacts-progress{background:#e5e7eb;border-radius:20px;height:8px;margin:9px 0 4px;overflow:hidden}.contacts-progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:20px;height:100%}.contacts-notes-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.contacts-note-add{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;padding:6px 11px;font-family:inherit;font-size:11px;font-weight:600;transition:background .2s}.contacts-note-add:hover{background:#4338ca}.contacts-note-input{box-sizing:border-box;color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;height:40px;margin-bottom:14px;padding:0 11px;font-family:inherit;font-size:12px}.contacts-note-input:focus{background:#fff;border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f114}.contacts-note{gap:10px;margin-bottom:15px;display:flex}.contacts-note:last-child{margin-bottom:0}.contacts-note-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:5px}.contacts-green{background:#22c55e}.contacts-orange{background:#f59e0b}.contacts-note strong{color:#111827;font-size:12px}.contacts-note p{color:#64748b;text-align:left;margin:3px 0 0;font-size:11px;line-height:1.5}.contacts-activity{margin-top:20px}.contacts-activity h4{color:#111827;margin:0 0 10px;font-size:14px}.contacts-activity ul{margin:0;padding:0;list-style:none}.contacts-activity li{color:#475569;border-bottom:1px solid #eef2f7;padding:9px 0;font-size:12px}.contacts-message-item{border-bottom:1px solid #f1f5f9;gap:10px;padding:10px 0;display:flex}.contacts-message-item:last-child{border:none}.contacts-message-icon{background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.contacts-message-item strong{color:#111827;font-size:12px}.contacts-message-item p{color:#475569;text-align:left;margin:3px 0;font-size:11px}.contacts-message-item small{color:#94a3b8}.contacts-message-left{justify-content:flex-start}.contacts-message-right{justify-content:flex-end}.contacts-message-bubble{border-radius:14px;max-width:75%;padding:9px 12px;font-size:12px;line-height:1.5;box-shadow:0 4px 12px #0000000a}.contacts-bubble-customer{color:#111827;background:#f1f5f9;border-top-left-radius:5px}.contacts-bubble-ai{color:#fff;background:#4f46e5;border-top-right-radius:5px}.contacts-message-time{opacity:.75;margin-top:4px;font-size:9px}.manage-label-modal{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:16px;width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);padding:24px;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0f172a2e;z-index:100001!important;position:fixed!important;top:50%!important;left:50%!important}.manage-label-modal h3{color:#111827;margin:0 0 18px;font-size:19px}.label-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.label-item span{color:#374151;font-size:13px;font-weight:600}.close-label-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:9px;width:100%;margin-top:18px;padding:10px;font-family:inherit;font-size:12px;font-weight:600}.modal-overlay{box-sizing:border-box;-webkit-backdrop-filter:blur(3px);background:#0f172a73;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;z-index:100001!important;position:fixed!important;inset:0!important}.modal{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:16px;width:420px;max-width:calc(100vw - 32px);padding:24px;animation:.2s ease-out contactsModalOpen;position:relative;box-shadow:0 24px 60px #0f172a2e,0 8px 24px #0f172a14;z-index:100002!important}.modal h3{color:#111827;margin:0 0 10px;font-size:18px;font-weight:700}.modal p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.modal-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:20px;display:flex}.cancel-btn,.confirm-btn{cursor:pointer;border-radius:8px;height:40px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.cancel-btn{color:#344054;background:#fff;border:1px solid #d0d5dd}.confirm-btn{color:#fff;background:#4f46e5;border:none}.confirm-btn:hover{background:#4338ca;transform:translateY(-1px)}@keyframes contactsModalOpen{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes contactsDrawerOpen{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}@keyframes expandLabels{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.contacts-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.contacts-toolbar{flex-direction:column;align-items:stretch}.contacts-toolbar-actions{width:100%}.contacts-toolbar-btn{flex:1}}@media (width<=768px){.contacts-header{flex-direction:column;align-items:flex-start;gap:12px}.contacts-add-btn{width:100%}.contacts-stats{grid-template-columns:1fr 1fr}.contacts-toolbar{padding:10px}.contacts-toolbar-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.contacts-toolbar-btn{width:100%;padding:0 8px}.contacts-modal-overlay{padding:12px}.contacts-modal{border-radius:14px;width:100%;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:22px}.contacts-modal-actions{background:#fff;border-top:1px solid #f2f4f7;padding:12px 0 0;position:sticky;bottom:-1px}.contacts-drawer{width:min(420px,100vw)}}@media (width<=560px){.contacts-title{font-size:21px}.contacts-subtitle{font-size:12px}.contacts-stats,.contacts-toolbar-actions{grid-template-columns:1fr}.contacts-drawer-body{padding:24px 18px}.contacts-drawer-stats{gap:6px}.contacts-stat-mini{padding:11px 5px}.contacts-actions-grid{gap:7px}.contacts-actions-grid button{font-size:11px}}@media (width<=480px){.contacts-modal{max-height:calc(100vh - 20px);padding:18px}.contacts-modal-actions{flex-direction:column-reverse;align-items:stretch}.contacts-cancel-btn,.contacts-save-btn{width:100%}.contacts-drawer{width:100vw}.modal{padding:20px}.modal-actions{flex-direction:column-reverse;align-items:stretch}.cancel-btn,.confirm-btn{width:100%}}.import-result,.import-modal .import-result{box-sizing:border-box;width:calc(100% - 52px);margin:24px 26px 0;padding:0;overflow:hidden;box-shadow:0 8px 24px #0000000f;color:#1f2937!important;background:#fff!important;border:1px solid #dfe4ea!important;border-radius:14px!important}.import-modal .import-result h4{box-sizing:border-box;color:#271711!important;background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important;margin:0!important;padding:20px 22px!important;font-size:16px!important;font-weight:600!important}.import-modal .import-result>div{box-sizing:border-box;min-height:52px;color:#334155!important;background:#fff!important;border-bottom:1px solid #eef1f4!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin:0!important;padding:0 22px!important;display:flex!important}.import-modal .import-result>div:last-child{border-bottom:none!important}.import-modal .import-result>div>span{color:#475569!important;background:0 0!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:500!important;line-height:1.4!important;display:block!important}.import-modal .import-result>div>strong{box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:38px;height:28px;color:#1e293b!important;background:#f1f5f9!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 9px!important;font-size:13px!important;font-weight:650!important;line-height:1!important;display:inline-flex!important}.import-modal .import-result>div:first-of-type>strong{color:#334155!important;background:#f1f5f9!important}.import-modal .import-result>div:nth-of-type(2)>strong{color:#047857!important;background:#ecfdf5!important}.import-modal .import-result>div:nth-of-type(3)>strong{color:#c2410c!important;background:#fff7ed!important}.import-modal .import-result>div:nth-of-type(4)>strong{color:#b91c1c!important;background:#fef2f2!important}.import-modal .import-result+.modal-actions{box-sizing:border-box;background:#f8fafc!important;border-top:1px solid #e5e7eb!important;justify-content:flex-end!important;align-items:center!important;margin-top:22px!important;padding:18px 26px!important;display:flex!important}.import-modal .import-result+.modal-actions .confirm-btn{cursor:pointer;box-sizing:border-box;min-width:80px;height:38px;color:#fff!important;background:#111827!important;border:1px solid #111827!important;border-radius:8px!important;margin:0!important;padding:0 18px!important;font-size:13px!important;font-weight:600!important}.import-modal .import-result+.modal-actions .confirm-btn:hover{background:#1f2937!important;border-color:#1f2937!important}@media (width<=600px){.import-modal .import-result{width:calc(100% - 36px);margin:18px 18px 0}.import-modal .import-result h4{padding:18px!important}.import-modal .import-result>div{padding:0 18px!important}.import-modal .import-result+.modal-actions{padding:16px 18px!important}}.import-modal{box-sizing:border-box!important;width:680px!important;max-width:calc(100vw - 40px)!important;margin:0 auto!important;overflow:hidden!important}.import-modal .import-preview{box-sizing:border-box!important;border-radius:9px!important;width:auto!important;max-width:calc(100% - 52px)!important;margin:0 26px!important;overflow:auto!important}.import-modal .import-preview .contacts-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;max-width:100%!important}.import-modal .import-preview .contacts-table th:first-child,.import-modal .import-preview .contacts-table td:first-child{width:28%!important}.import-modal .import-preview .contacts-table th:nth-child(2),.import-modal .import-preview .contacts-table td:nth-child(2){width:27%!important}.import-modal .import-preview .contacts-table th:nth-child(3),.import-modal .import-preview .contacts-table td:nth-child(3){width:45%!important}.import-modal .import-preview .contacts-table th,.import-modal .import-preview .contacts-table td{box-sizing:border-box!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.import-modal .import-preview .contacts-table thead th{color:#64748b!important;text-align:left!important;background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important;padding:12px 14px!important;font-size:11px!important;font-weight:650!important}.import-modal .import-preview .contacts-table tbody td{color:#334155!important;border-bottom:1px solid #f1f5f9!important;padding:13px 14px!important;font-size:13px!important}.import-modal .import-preview .contacts-table td:nth-child(3){text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.import-modal>p{box-sizing:border-box!important}.import-modal .modal-actions{box-sizing:border-box!important;width:100%!important;margin-left:0!important;margin-right:0!important}.import-modal .import-result{box-sizing:border-box!important;width:auto!important;max-width:calc(100% - 52px)!important;margin-left:26px!important;margin-right:26px!important}@media (width<=720px){.import-modal{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.import-modal .import-preview,.import-modal .import-result{max-width:calc(100% - 36px)!important;margin-left:18px!important;margin-right:18px!important}}.labels-empty-state{box-sizing:border-box;color:#475467;background:#fcfcfd;border:1px dashed #d9dee7;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:72px;padding:11px 12px;display:flex}.labels-empty-icon{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.labels-empty-content{flex-direction:column;gap:3px;min-width:0;display:flex}.labels-empty-content strong{color:#344054;font-size:12px;font-weight:600;line-height:1.4}.labels-empty-content span{color:#98a2b3;font-size:11px;line-height:1.45}.label-dropdown-empty{box-sizing:border-box;background:#fcfcfd;border-radius:7px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:76px;padding:12px;display:flex}.label-dropdown-empty-icon{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.label-dropdown-empty-content{flex-direction:column;gap:2px;min-width:0;display:flex}.label-dropdown-empty-content strong{color:#475467;font-size:12px;font-weight:600;line-height:1.4}.label-dropdown-empty-content span{color:#98a2b3;font-size:10px;line-height:1.4}.analytics-card{background:#fff;border-radius:20px;margin:25px;padding:25px;box-shadow:0 10px 30px #0000000d}.analytics-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.analytics-header h3{margin:0;font-size:20px}.analytics-header span{color:#64748b;font-size:14px}.chart-area{height:320px}.knowledge-page{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:1400px;margin:0 auto;padding:30px 34px 50px;display:flex}.knowledge-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:4px;display:flex}.knowledge-header h2{color:#101828;letter-spacing:-.5px;margin:0;font-size:27px;font-weight:700;line-height:1.25}.knowledge-header p{color:#667085;margin:7px 0 0;font-size:13px;line-height:1.5}.upload-btn{color:#fff;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#4f46e5;border:1px solid #4f46e5;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 16px;font-size:13px;font-weight:600;line-height:1;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.upload-btn svg{flex-shrink:0;width:17px;height:17px;display:block}.upload-btn:hover{background:#4338ca;border-color:#4338ca;transform:translateY(-1px)}.ai-settings-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden}.ai-settings-header{border-bottom:1px solid #eaecf0;padding:20px 22px}.ai-settings-header h3{color:#101828;margin:0;font-size:15px;font-weight:700}.ai-settings-header p{color:#667085;margin:5px 0 0;font-size:12px}.ai-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.ai-setting{border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:25px;min-height:72px;padding:16px 22px;display:flex}.ai-setting:nth-child(odd){border-right:1px solid #f2f4f7}.ai-setting-label{min-width:0}.ai-setting-label strong{color:#344054;font-size:13px;font-weight:600;display:block}.ai-setting-label span{color:#98a2b3;margin-top:3px;font-size:11px;display:block}.ai-setting select{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:145px;height:36px;padding:0 10px;font-size:12px}.ai-setting select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.ai-creativity{width:145px}.ai-creativity-slider{accent-color:#4f46e5;cursor:pointer;width:100%}.ai-creativity-labels{color:#98a2b3;justify-content:space-between;margin-top:2px;font-size:9px;display:flex}.knowledge-table{box-shadow:none;background:#fff;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden}.knowledge-section-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.knowledge-section-header h3{color:#101828;margin:0;font-size:15px;font-weight:700}.knowledge-section-header p{color:#667085;margin:4px 0 0;font-size:12px}.knowledge-tabs{border-bottom:1px solid #eaecf0;align-items:center;gap:4px;padding:0 22px;display:flex}.knowledge-tab{color:#667085;cursor:pointer;background:0 0;border:none;padding:13px 10px;font-size:12px;font-weight:600;position:relative}.knowledge-tab.active{color:#4f46e5}.knowledge-tab.active:after{content:"";background:#4f46e5;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.knowledge-table-header{color:#667085;text-transform:uppercase;letter-spacing:.4px;background:#f9fafb;border-bottom:1px solid #eaecf0;grid-template-columns:minmax(260px,3fr) .8fr .8fr 1fr 80px;align-items:center;min-height:44px;padding:0 22px;font-size:10px;font-weight:700;display:grid}.knowledge-row{border-bottom:1px solid #f2f4f7;grid-template-columns:minmax(260px,3fr) .8fr .8fr 1fr 80px;align-items:center;min-height:68px;padding:0 22px;transition:background .15s;display:grid}.knowledge-row:last-child{border-bottom:none}.knowledge-row:hover{background:#fafbff}.knowledge-row span{color:#475467;font-size:12px}.knowledge-row span:first-child{color:#101828;font-weight:600}.knowledge-document{align-items:center;gap:10px;min-width:0;display:flex}.knowledge-document-icon{color:#4f46e5;background:#eef2ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.knowledge-document-name{min-width:0}.knowledge-document-name strong{color:#101828;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.knowledge-document-name span{color:#98a2b3;margin-top:2px;font-size:10px;display:block}.status-ready{color:#15803d;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.status-ready:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px}.status-processing{color:#b45309;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.status-processing:before{content:"";background:#f59e0b;border-radius:50%;width:6px;height:6px}.status-failed{color:#b91c1c;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.status-failed:before{content:"";background:#ef4444;border-radius:50%;width:6px;height:6px}.knowledge-actions{justify-content:flex-end;gap:6px;display:flex}.reindex-btn,.delete-btn{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:11px;display:flex}.reindex-btn{color:#4338ca;background:#eef2ff}.reindex-btn:hover{background:#e0e7ff}.delete-btn{color:#dc2626;background:#fef2f2}.delete-btn:hover{background:#fee2e2}.knowledge-empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:300px;padding:50px 20px;display:flex}.empty-icon{background:#f2f4f7;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.knowledge-empty h3{color:#101828;margin:7px 0 0;font-size:14px}.knowledge-empty p{color:#667085;text-align:center;max-width:400px;margin:0;font-size:12px;line-height:1.5}.upload-progress{width:100%;max-width:420px;margin-top:16px}.progress-bar{background:#eaecf0;border-radius:10px;width:100%;height:6px;overflow:hidden}.progress-fill{background:#4f46e5;width:100%;height:100%;animation:1.2s linear infinite loading}.upload-progress p{color:#667085;margin:7px 0 0;font-size:11px}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ai-instructions-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:20px 22px}.ai-instructions-card h3{color:#101828;margin:0;font-size:15px}.ai-instructions-card p{color:#667085;margin:5px 0 14px;font-size:12px}.ai-instructions-card textarea{box-sizing:border-box;resize:vertical;color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;width:100%;min-height:130px;padding:12px;font-family:inherit;font-size:12px;line-height:1.6}.ai-instructions-card textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.faq-row{border-bottom:1px solid #f2f4f7;padding:15px 22px}.faq-row:last-child{border-bottom:none}.faq-question{color:#101828;font-size:12px;font-weight:600}.faq-answer{color:#667085;margin-top:5px;font-size:11px;line-height:1.5}@media (width<=1000px){.ai-settings-grid{grid-template-columns:1fr}.ai-setting:nth-child(odd){border-right:none}.knowledge-table{overflow-x:auto}.knowledge-table-header,.knowledge-row{min-width:850px}}@media (width<=700px){.knowledge-page{padding:20px 15px 40px}.knowledge-header{flex-direction:column;align-items:stretch}.upload-btn{width:fit-content}.ai-setting{flex-direction:column;align-items:flex-start;gap:10px}.ai-setting select,.ai-creativity{width:100%}}.subscription-page{color:#111827;box-sizing:border-box;background:#f8fafc;min-height:100%;padding:34px 40px 50px}.subscription-header{max-width:1180px;margin:0 auto 30px}.subscription-eyebrow{letter-spacing:1.2px;color:#6366f1;margin-bottom:8px;font-size:10px;font-weight:700}.subscription-header h1{letter-spacing:-.7px;color:#111827;margin:0;font-size:28px;font-weight:700}.subscription-header p{color:#64748b;max-width:650px;margin:8px 0 0;font-size:13px;line-height:1.7}.section-label{letter-spacing:1px;color:#64748b;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.current-plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;max-width:1180px;margin:0 auto 36px;padding:20px 22px;display:flex;box-shadow:0 4px 18px #0f172a09}.current-plan-main{align-items:center;gap:14px;min-width:0;display:flex}.current-plan-icon{color:#4f46e5;background:#eef2ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.current-plan-title-row{align-items:center;gap:9px;display:flex}.current-plan-title-row h2{color:#111827;margin:0;font-size:17px;font-weight:650}.current-plan-main p{color:#64748b;margin:5px 0 0;font-size:11px;line-height:1.5}.plan-status{border-radius:5px;padding:3px 7px;font-size:9px;font-weight:600}.plan-status.trial{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.plan-status.active{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.current-plan-meta{flex-shrink:0;align-items:center;gap:32px;display:flex}.current-plan-meta div{flex-direction:column;gap:4px;display:flex}.current-plan-meta span{color:#94a3b8;font-size:10px}.current-plan-meta strong{color:#334155;font-size:12px;font-weight:600}.plans-section,.history-section{max-width:1180px;margin:0 auto 38px}.section-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:18px;display:flex}.section-heading h2{letter-spacing:-.3px;color:#111827;margin:0;font-size:19px;font-weight:650}.section-heading p{color:#64748b;margin:5px 0 0;font-size:11px}.billing-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;padding:3px;display:flex}.billing-option{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 11px;font-size:11px;font-weight:600;display:flex}.billing-option.active{color:#fff;background:#111827}.billing-option span{color:#22c55e;font-size:8px;font-weight:600}.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.plan-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:21px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.plan-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a0f}.plan-card.popular{border-color:#6366f1;box-shadow:0 8px 28px #4f46e514}.popular-badge{color:#fff;letter-spacing:.6px;background:#4f46e5;border-radius:5px;padding:4px 8px;font-size:8px;font-weight:700;position:absolute;top:0;right:18px;transform:translateY(-50%)}.plan-card-header h3{color:#111827;margin:0;font-size:16px;font-weight:650}.plan-card-header p{color:#64748b;min-height:35px;margin:6px 0 0;font-size:10px;line-height:1.5}.plan-price{align-items:baseline;gap:4px;margin-top:20px;display:flex}.plan-price strong{letter-spacing:-.7px;color:#111827;font-size:25px;font-weight:700}.plan-price span{color:#64748b;font-size:10px}.plan-billing-note{color:#94a3b8;margin-top:2px;font-size:9px}.plan-select-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:16px;padding:9px 11px;font-size:11px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.plan-select-btn:hover{color:#4f46e5;background:#f8faff;border-color:#a5b4fc}.plan-select-btn.primary{color:#fff;background:#4f46e5;border-color:#4f46e5}.plan-select-btn.primary:hover{background:#4338ca;border-color:#4338ca}.plan-divider{background:#f1f5f9;height:1px;margin:19px 0 15px}.plan-features{flex-direction:column;gap:8px;display:flex}.feature-heading{color:#64748b;margin-bottom:2px;font-size:9px;font-weight:700}.plan-feature{color:#475569;align-items:flex-start;gap:7px;font-size:10px;line-height:1.45;display:flex}.plan-feature svg{color:#4f46e5;flex-shrink:0;margin-top:1px;font-size:13px}.billing-grid{grid-template-columns:1fr 1fr;gap:16px;max-width:1180px;margin:0 auto 38px;display:grid}.billing-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.billing-card-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.billing-card-header h3{color:#111827;margin:0;font-size:15px;font-weight:650}.billing-header-icon{color:#64748b;background:#f8fafc;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.payment-method{background:#fafbfc;border:1px solid #eef2f7;border-radius:9px;align-items:center;gap:11px;padding:12px;display:flex}.payment-icon{color:#64748b;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.payment-info{flex-direction:column;gap:3px;display:flex}.payment-info strong{color:#334155;font-size:11px;font-weight:600}.payment-info span{color:#94a3b8;font-size:9px}.secondary-action{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:7px;margin-top:13px;padding:8px 11px;font-size:10px;font-weight:600;display:inline-flex}.secondary-action:hover{color:#4f46e5;background:#f8faff;border-color:#a5b4fc}.secure-payment{color:#94a3b8;align-items:center;gap:5px;margin-top:14px;font-size:9px;display:flex}.secure-payment svg{color:#64748b;font-size:13px}.billing-summary-list{flex-direction:column;display:flex}.billing-summary-list>div{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.billing-summary-list>div:last-child{border-bottom:none}.billing-summary-list span{color:#64748b;font-size:10px}.billing-summary-list strong{color:#334155;font-size:11px;font-weight:600}.billing-summary-list .billing-total{margin-top:4px;padding-top:13px}.billing-total strong{color:#111827;font-size:15px}.history-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.history-table{width:100%;overflow-x:auto}.history-row{color:#64748b;border-bottom:1px solid #f1f5f9;grid-template-columns:1.2fr 1fr 1.5fr .8fr .8fr .9fr;align-items:center;gap:15px;min-width:760px;padding:13px 18px;font-size:10px;display:grid}.history-row:last-child{border-bottom:none}.history-row.history-header{color:#64748b;text-transform:uppercase;letter-spacing:.4px;background:#f8fafc;font-size:9px;font-weight:700}.invoice-id{color:#334155;font-weight:600}.history-row strong{color:#334155;font-size:10px}.payment-status{color:#047857;background:#ecfdf5;border:1px solid #d1fae5;border-radius:5px;padding:3px 7px;font-size:9px;font-weight:600;display:inline-flex}.invoice-action{color:#4f46e5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:5px;width:fit-content;padding:5px 7px;font-size:9px;font-weight:600;display:inline-flex}.invoice-action:hover{color:#3730a3}.history-refresh{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:7px;align-items:center;gap:5px;padding:7px 10px;font-size:10px;font-weight:600;display:inline-flex}.history-refresh:hover{color:#334155;border-color:#cbd5e1}.subscription-management{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:25px;max-width:1180px;margin:0 auto 22px;padding:20px 22px;display:flex}.subscription-management h3{color:#111827;margin:0;font-size:14px;font-weight:650}.subscription-management p{color:#64748b;margin:4px 0 0;font-size:10px}.management-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.management-actions .secondary-action{margin:0}.cancel-action{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:5px;padding:8px 10px;font-size:10px;font-weight:600;display:inline-flex}.cancel-action:hover{color:#dc2626;background:#fef2f2}.billing-security-note{color:#94a3b8;justify-content:center;align-items:center;gap:6px;max-width:1180px;margin:0 auto;font-size:9px;display:flex}.billing-security-note svg{font-size:13px}@media (width<=1000px){.plans-grid{grid-template-columns:1fr 1fr}.plan-card:last-child{grid-column:span 2}}@media (width<=800px){.subscription-page{padding:25px 20px 40px}.current-plan-card{flex-direction:column;align-items:flex-start}.current-plan-meta{width:100%}.billing-grid{grid-template-columns:1fr}.subscription-management{flex-direction:column;align-items:flex-start}}@media (width<=650px){.subscription-header h1{font-size:23px}.section-heading{flex-direction:column;align-items:flex-start}.billing-toggle{width:100%}.billing-option{flex:1;justify-content:center}.plans-grid{grid-template-columns:1fr}.plan-card:last-child{grid-column:auto}.current-plan-meta{gap:20px}.management-actions{flex-direction:column;align-items:stretch;width:100%}.management-actions button{justify-content:center}}.pricing-model-section{margin-top:30px}.pricing-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px;margin-bottom:22px;display:grid}.pricing-model-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.pricing-model-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 12px 30px #0f172a12}.pricing-model-card.selected{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1,0 14px 32px #4f46e514}.pricing-model-icon{color:#4f46e5;background:#eef2ff;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:18px;font-size:21px;display:flex}.pricing-model-content{flex:1}.pricing-model-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.pricing-model-title h3{color:#111827;margin:0;font-size:18px;font-weight:700}.pricing-model-title>span{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f3f4f6;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.pricing-model-content>p{color:#6b7280;margin:9px 0 0;font-size:13px;line-height:1.6}.pricing-model-highlight{color:#475569;background:#f8fafc;border-radius:7px;margin-top:16px;padding:6px 9px;font-size:11px;font-weight:600;display:inline-flex}.pricing-model-features{flex-direction:column;gap:9px;margin-top:18px;display:flex}.pricing-feature{color:#4b5563;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5;display:flex}.pricing-feature svg{color:#10b981;flex-shrink:0;margin-top:2px;font-size:14px}.pricing-model-action{color:#374151;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;width:100%;margin-top:22px;padding:10px 12px;font-size:12px;font-weight:650;transition:background .2s,border-color .2s,color .2s;display:flex}.pricing-model-action:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db}.pricing-model-action svg{font-size:16px;transition:transform .2s}.pricing-model-action:hover svg{transform:translate(3px)}@media (width<=900px){.pricing-model-grid{grid-template-columns:1fr}}.pricing-model-card>.pricing-model-highlight{align-self:flex-start}.wa-connect-page{width:100%;padding:30px}.wa-card{background:#fff;border-radius:15px;padding:40px;box-shadow:0 0 20px #00000014}.wa-card h1{color:#111827;margin-bottom:10px}.wa-card p{color:#6b7280}.wa-status{margin-top:30px}.disconnected{color:red;font-weight:600}.connected{color:green;font-weight:600}.wa-details{gap:6px;margin-top:15px;display:grid}.wa-details label{font-weight:600}.wa-buttons{gap:20px;margin-top:10px;display:flex}.connect-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:10px;padding:15px 30px}.disconnect-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:10px;padding:15px 30px}.wa-card{background:#fff;border:1px solid #ececec;border-radius:16px;width:100%;max-width:500px;padding:15px;box-shadow:0 8px 25px #0000000f}.wa-header{justify-content:space-between;align-items:center;display:flex}.wa-header h2{color:#222;margin:0;font-size:26px;font-weight:700}.connected-badge,.disconnected-badge{border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.connected-badge{color:#22a447;background:#effdf4}.connected-badge .status-dot{background:#22c55e;border-radius:50%;width:10px;height:10px}.disconnected-badge{color:#dc2626;background:#fef2f2}.disconnected-badge .status-dot{background:#ef4444;border-radius:50%;width:10px;height:10px}.connected-badge{color:#22a447;background:#effdf4;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.green-dot{background:#22c55e;border-radius:50%;width:10px;height:10px}.red-dot{background:#ef4444;border-radius:50%;width:10px;height:10px}.wa-body{justify-content:space-between;align-items:center;margin-top:28px;display:flex}.wa-details{flex:1}.detail-item{margin-bottom:20px}.label{color:#7d7d7d;margin-bottom:6px;font-size:14px;display:block}.detail-item h4{color:#202020;margin:0;font-size:18px;font-weight:600}.api-status{color:#000;align-items:center;gap:8px;font-weight:600;display:flex}.wa-icon-wrapper{justify-content:center;width:220px;display:flex}.icon-bg{background:#f2fff6;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.icon-bg:before{content:"";background:#e6fced;border-radius:50%;width:110px;height:110px;position:absolute}.icon-inner{z-index:1;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.icon-inner svg{color:#fff;font-size:55px}.wa-footer{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.wa-footer p{color:#888;margin:0;font-size:14px}.disconnect-btn{color:#ef4444;cursor:pointer;background:#fff;border:1.5px solid #ef4444;border-radius:10px;padding:10px 24px;font-size:15px;font-weight:600;transition:all .3s}.disconnect-btn:hover{color:#fff;background:#ef4444}@media (width<=768px){.wa-body{text-align:left;flex-direction:column;gap:24px}.wa-header,.wa-footer{flex-direction:column;align-items:flex-start;gap:16px}.wa-icon-wrapper,.disconnect-btn{width:100%}}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:420px;max-width:90%;padding:24px;box-shadow:0 12px 30px #00000026}.modal h3{color:#111;margin:0 0 12px;font-size:20px}.modal p{color:#666;margin-bottom:24px;line-height:1.6}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.cancel-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 18px}.cancel-btn:hover{background:#d9e4f8}.confirm-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 18px}.confirm-btn:hover{background:#b91c1c}.partner-page{color:#101828;background:#fff;min-height:100vh}.partner-container{width:min(1180px,100% - 48px);margin:0 auto}.partner-page .section-label{color:#635bff;letter-spacing:.13em;font-size:12px;font-weight:700;display:inline-flex}.partner-hero{background:radial-gradient(circle at 85% 20%,#2563eb1c,#0000 32%),linear-gradient(#f8faff 0%,#fff 100%);border-bottom:1px solid #edf0f5;padding:120px 0 105px}.partner-hero-content{max-width:900px}.partner-eyebrow{color:#635bff;letter-spacing:.13em;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.partner-hero h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(44px,6vw,72px);font-weight:750;line-height:1.04}.partner-hero h1 span{color:#635bff}.partner-hero>.partner-container p,.partner-hero-content>p{color:#667085;max-width:720px;margin:28px 0 0;font-size:19px;line-height:1.7}.partner-buttons{align-items:center;gap:10px;margin-top:32px;display:flex}.partner-primary-btn,.partner-secondary-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.partner-primary-btn{color:#fff;background:#635bff;border:1px solid #635bff}.partner-primary-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 7px 20px #2563eb33}.partner-primary-btn span{transition:transform .2s}.partner-primary-btn:hover span{transform:translate(4px)}.partner-secondary-btn{color:#344054;background:#fff;border:1px solid #d0d5dd}.partner-secondary-btn:hover{border-color:#98a2b3;transform:translateY(-2px);box-shadow:0 6px 18px #10182812}.partner-hero-note{border-top:1px solid #eaecf0;align-items:flex-start;gap:9px;max-width:650px;margin-top:25px;padding-top:22px;display:flex}.partner-hero-note span{color:#635bff}.partner-hero-note p{color:#667085;margin:0;font-size:12px;line-height:1.6}.partner-value{padding:100px 0}.partner-value-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:90px;display:grid}.partner-value-grid h2{letter-spacing:-.035em;margin:12px 0 0;font-size:38px;line-height:1.18}.partner-value-grid h2 span,.revenue-content h2 span,.partner-types h2 span,.partner-cta h2 span{color:#635bff}.partner-value-grid>div:last-child p{color:#667085;margin:0 0 20px;font-size:16px;line-height:1.8}.partner-value-grid>div:last-child p:last-child{margin-bottom:0}.partner-benefits{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:65px;display:grid}.partner-benefit{background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:28px;transition:transform .2s,border-color .2s,box-shadow .2s}.partner-benefit:hover{border-color:#d0d5dd;transform:translateY(-3px);box-shadow:0 10px 28px #1018280f}.benefit-number{color:#98a2b3;letter-spacing:.08em;margin-bottom:35px;font-size:11px;font-weight:700;display:block}.partner-benefit h3{margin:0 0 10px;font-size:18px}.partner-benefit p{color:#667085;margin:0;font-size:13px;line-height:1.7}.partner-process{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:100px 0}.partner-section-heading{max-width:700px}.partner-section-heading h2{letter-spacing:-.025em;margin:10px 0;font-size:32px;line-height:1.2}.partner-section-heading>p{color:#667085;margin:0;font-size:15px;line-height:1.7}.process-grid{border-top:1px solid #d0d5dd;grid-template-columns:repeat(4,1fr);margin-top:55px;display:grid}.process-step{padding:30px 24px 20px 0;position:relative}.process-step:not(:last-child){border-right:1px solid #d0d5dd;margin-right:24px}.process-step>span{color:#635bff;font-size:12px;font-weight:700}.process-step h3{margin:24px 0 9px;font-size:18px}.process-step p{color:#667085;max-width:230px;margin:0;font-size:13px;line-height:1.65}.partner-types{padding:100px 0}.partner-types-layout{grid-template-columns:.9fr 1.1fr;gap:90px;display:grid}.partner-types h2{letter-spacing:-.035em;margin:12px 0 17px;font-size:37px;line-height:1.18}.partner-types>.partner-container>.partner-types-layout>div:first-child p{color:#667085;max-width:470px;margin:0;font-size:15px;line-height:1.75}.partner-type-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.partner-type{color:#344054;background:#fff;border:1px solid #e4e7ec;border-radius:9px;align-items:center;gap:10px;padding:15px 16px;font-size:13px;font-weight:600;display:flex}.partner-type span{color:#635bff;font-weight:800}.platform-section{background:#f8fafc;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;padding:100px 0}.platform-header{justify-content:space-between;align-items:flex-end;gap:50px;display:flex}.platform-header h2{letter-spacing:-.025em;max-width:650px;margin:10px 0 0;font-size:32px;line-height:1.2}.platform-header>p{color:#667085;max-width:450px;margin:0;font-size:14px;line-height:1.7}.platform-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:45px;display:grid}.platform-feature{color:#475467;background:#fff;border:1px solid #e4e7ec;border-radius:9px;padding:15px 16px;font-size:13px;font-weight:600}.platform-feature span{color:#635bff;margin-right:8px}.partner-revenue{padding:100px 0}.revenue-card{color:#fff;background:#101828;border-radius:20px;grid-template-columns:1.1fr .9fr;display:grid;overflow:hidden}.revenue-content{padding:55px}.revenue-content .section-label{color:#8fa7ff}.revenue-content h2{letter-spacing:-.03em;max-width:550px;margin:12px 0 17px;font-size:34px;line-height:1.2}.revenue-content>p{color:#98a2b3;max-width:560px;margin:0;font-size:14px;line-height:1.75}.revenue-link{color:#fff;align-items:center;gap:8px;margin-top:28px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.revenue-link span{transition:transform .2s}.revenue-link:hover span{transform:translate(4px)}.revenue-visual{background:#344054;grid-template-columns:1fr;gap:1px;padding:25px;display:grid}.revenue-stat{background:#182230;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.stat-label{color:#667085;letter-spacing:.1em;font-size:10px;font-weight:700}.revenue-stat strong{color:#8fa7ff;font-size:25px}.revenue-stat p{color:#98a2b3;min-width:115px;margin:0;font-size:12px}.partner-cta{padding:0 0 100px}.partner-cta-inner{background:radial-gradient(circle at 85% 20%,#2563eb14,#0000 30%),#f8fafc;border:1px solid #dbe3f0;border-radius:20px;justify-content:space-between;align-items:center;gap:50px;padding:55px 60px;display:flex}.partner-cta h2{letter-spacing:-.03em;margin:10px 0 13px;font-size:34px;line-height:1.2}.partner-cta p{color:#667085;max-width:600px;margin:0;font-size:14px;line-height:1.7}.partner-cta-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.partner-cta-primary,.partner-cta-secondary{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.partner-cta-primary{color:#fff;background:#635bff;border:1px solid #635bff}.partner-cta-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 7px 20px #2563eb33}.partner-cta-primary span{transition:transform .2s}.partner-cta-primary:hover span{transform:translate(4px)}.partner-cta-secondary{color:#344054;background:#fff;border:1px solid #d0d5dd}.partner-cta-secondary:hover{border-color:#98a2b3;transform:translateY(-2px);box-shadow:0 6px 18px #10182812}@media (width<=1000px){.partner-benefits,.process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2){border-right:none}.process-step:nth-child(-n+2){border-bottom:1px solid #d0d5dd}.platform-grid{grid-template-columns:repeat(3,1fr)}.partner-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=800px){.partner-value-grid,.partner-types-layout,.revenue-card{grid-template-columns:1fr;gap:45px}.platform-header{flex-direction:column;align-items:flex-start}.revenue-visual{padding-top:0}}@media (width<=620px){.partner-container{width:min(100% - 32px,1180px)}.partner-hero{padding:75px 0 65px}.partner-hero h1{font-size:43px}.partner-hero-content>p{font-size:16px}.partner-buttons{flex-direction:column;align-items:stretch}.partner-primary-btn,.partner-secondary-btn{box-sizing:border-box;width:100%}.partner-value,.partner-process,.partner-types,.platform-section,.partner-revenue{padding:65px 0}.partner-value-grid h2,.partner-types h2{font-size:31px}.partner-benefits{grid-template-columns:1fr;margin-top:45px}.process-grid{grid-template-columns:1fr}.process-step,.process-step:not(:last-child){border-bottom:1px solid #d0d5dd;border-right:none;margin-right:0;padding-right:0}.process-step:last-child{border-bottom:none}.partner-type-grid{grid-template-columns:1fr}.platform-grid{grid-template-columns:repeat(2,1fr)}.revenue-content{padding:32px 26px}.revenue-content h2{font-size:28px}.revenue-visual{padding:15px}.revenue-stat{flex-wrap:wrap}.partner-cta{padding-bottom:65px}.partner-cta-inner{padding:32px 26px}.partner-cta h2{font-size:28px}.partner-cta-actions{flex-direction:column;align-items:stretch;width:100%}.partner-cta-primary,.partner-cta-secondary{box-sizing:border-box;width:100%}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh;overflow-x:hidden}
