.Nav-module__RZ-_IW__nav-root{z-index:50;background:color-mix(in srgb,var(--dark)85%,transparent);-webkit-backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.Nav-module__RZ-_IW__brand-link{align-items:center;gap:6px;text-decoration:none;display:flex}.Nav-module__RZ-_IW__brand-word{font-family:var(--font-sans);color:var(--text);background:var(--dark-4);border:1px solid var(--border-subtle);letter-spacing:-.3px;border-radius:6px;padding:3px 8px;font-size:15px;font-weight:800}.Nav-module__RZ-_IW__brand-pill{font-family:var(--font-mono);color:var(--primary);background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);letter-spacing:.05em;border-radius:5px;padding:3px 7px;font-size:11px;font-weight:700}.Nav-module__RZ-_IW__nav-links{align-items:center;gap:2rem;display:flex}.Nav-module__RZ-_IW__nav-link{font-family:var(--font-sans);color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.Nav-module__RZ-_IW__nav-link:hover{color:var(--text)}.Nav-module__RZ-_IW__cta-wrap{justify-content:center;align-items:center;gap:8px;display:flex}.Nav-module__RZ-_IW__nav-btn-ghost{font-family:var(--font-sans);color:var(--text-muted);border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.Nav-module__RZ-_IW__nav-btn-ghost:hover{color:var(--text);border-color:var(--border-mid)}.Nav-module__RZ-_IW__nav-btn-ghost-button{background:0 0}.Nav-module__RZ-_IW__nav-btn-primary{font-family:var(--font-sans);color:var(--on-primary);background:var(--primary);border-radius:8px;padding:8px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s}.Nav-module__RZ-_IW__nav-btn-primary:hover{background:var(--primary-hover)}@media (max-width:768px){.Nav-module__RZ-_IW__nav-links,.Nav-module__RZ-_IW__nav-btn-ghost{display:none}}
@keyframes Hero-module__ZgeMGq__hero-dot-pulse{0%,to{opacity:.72}50%{opacity:.2}}.Hero-module__ZgeMGq__hero-section{text-align:center;background:var(--dark);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:60px 2rem 80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZgeMGq__hero-grid-overlay{pointer-events:none;background-image:linear-gradient(var(--hero-grid-line)1px,transparent 1px),linear-gradient(90deg,var(--hero-grid-line)1px,transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 45%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 45%,#000 20%,#0000 75%)}.Hero-module__ZgeMGq__hero-glow{pointer-events:none;background:radial-gradient(ellipse at center,var(--accent-glow)0%,transparent 65%);width:700px;height:500px;position:absolute;top:11%;left:50%;transform:translate(-50%)}.Hero-module__ZgeMGq__hero-content{z-index:1;opacity:0;flex-direction:column;align-items:center;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(16px)}.Hero-module__ZgeMGq__hero-content.Hero-module__ZgeMGq__visible{opacity:1;transform:translateY(0)}.Hero-module__ZgeMGq__hero-eyebrow-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.4s infinite Hero-module__ZgeMGq__hero-dot-pulse;display:block}.Hero-module__ZgeMGq__hero-eyebrow{background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:100px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 16px;display:inline-flex}.Hero-module__ZgeMGq__hero-eyebrow-text{color:var(--primary);text-transform:uppercase;letter-spacing:1.15px;font-family:Outfit,sans-serif;font-size:11.5px;font-weight:600;line-height:1}.Hero-module__ZgeMGq__hero-h1{letter-spacing:-3px;margin-bottom:1.75rem;font-size:clamp(52px,7.5vw,76.8px);font-style:normal;line-height:.96}.Hero-module__ZgeMGq__hero-line-main{color:var(--text);font-family:Inter,sans-serif;font-weight:600;display:block}.Hero-module__ZgeMGq__hero-line-block{display:block}.Hero-module__ZgeMGq__hero-line-serif{color:var(--primary);font-family:Instrument Serif,serif;font-weight:400}.Hero-module__ZgeMGq__hero-line-sans{color:var(--text);font-family:Inter,sans-serif;font-weight:600}.Hero-module__ZgeMGq__hero-line-dot{color:var(--primary);font-family:Inter,sans-serif;font-weight:600}.Hero-module__ZgeMGq__hero-subtitle{max-width:560px;color:var(--text-muted);letter-spacing:-.736px;margin-bottom:2.75rem;font-family:Inter,sans-serif;font-size:18.4px;font-weight:400;line-height:1.7}.Hero-module__ZgeMGq__hero-buttons{flex-flow:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;display:flex}.Hero-module__ZgeMGq__hero-btn-primary{background:var(--primary);color:var(--on-primary);letter-spacing:-.2px;border:none;border-radius:12px;align-items:center;gap:8px;padding:15px 28px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.Hero-module__ZgeMGq__hero-btn-primary:hover{transform:translateY(-1px);background:var(--primary-hover)!important}.Hero-module__ZgeMGq__hero-btn-secondary{color:var(--text-muted);border:1px solid var(--border-subtle);background:0 0;border-radius:12px;align-items:center;padding:15px 24px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.Hero-module__ZgeMGq__hero-btn-secondary:hover{color:var(--text)!important;border-color:var(--border-mid)!important}.Hero-module__ZgeMGq__hero-trust{flex-flow:wrap;justify-content:center;gap:2rem;display:flex}.Hero-module__ZgeMGq__hero-trust-item{align-items:center;gap:6px;display:flex}.Hero-module__ZgeMGq__hero-check-icon{color:var(--primary);flex-shrink:0}.Hero-module__ZgeMGq__hero-trust-text{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:13px;font-weight:500}@media (max-width:768px){.Hero-module__ZgeMGq__hero-h1{letter-spacing:-2px!important}.Hero-module__ZgeMGq__hero-buttons{align-items:center;flex-direction:column!important}.Hero-module__ZgeMGq__hero-buttons a{justify-content:center;width:100%;max-width:320px}.Hero-module__ZgeMGq__hero-trust{align-items:center;flex-direction:column!important;gap:.75rem!important}}
.Problema-module__0VHJma__problema-section{background:var(--dark-2);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.Problema-module__0VHJma__problema-visible{opacity:1;transform:translateY(0)}.Problema-module__0VHJma__problema-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1080px;margin:0 auto;display:grid}.Problema-module__0VHJma__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.Problema-module__0VHJma__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.Problema-module__0VHJma__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.Problema-module__0VHJma__problema-title{letter-spacing:-1.5px;color:var(--text);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.Problema-module__0VHJma__problema-intro{color:var(--text-muted);max-width:430px;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:27.2px}.Problema-module__0VHJma__problem-item{border-bottom:1px solid var(--border-subtle);gap:2.25rem;padding:1.5rem 0;display:flex}.Problema-module__0VHJma__problem-item-last{border-bottom:none}.Problema-module__0VHJma__problem-item-num{font-family:var(--font-mono);color:var(--text-dim);flex-shrink:0;min-width:20px;padding-top:3px;font-size:10px;font-weight:700;line-height:16px}.Problema-module__0VHJma__problem-item-title{color:var(--text);letter-spacing:-.2px;margin-bottom:.4rem;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;line-height:25.6px}.Problema-module__0VHJma__problem-item-desc{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:23.1px}.Problema-module__0VHJma__visual-column{flex-direction:column;align-items:center;display:flex;position:relative}.Problema-module__0VHJma__visual-card{background:var(--dark-3);border:1px solid var(--border-subtle);border-radius:20px;width:100%;overflow:hidden}.Problema-module__0VHJma__visual-card-label{font-family:var(--font-mono);letter-spacing:.5px;margin-bottom:12px;padding:20px 28px 0;font-size:10px;font-weight:700;line-height:16px}.Problema-module__0VHJma__visual-card-label-dim{color:var(--text-dim)}.Problema-module__0VHJma__visual-card-label-lime{color:var(--primary)}.Problema-module__0VHJma__card-row{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:14px 28px;display:flex}.Problema-module__0VHJma__card-row-last{border-bottom:none}.Problema-module__0VHJma__avatar{background:var(--dark-5);border:1px solid var(--border-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Problema-module__0VHJma__avatar-anon{color:var(--text-dim)}.Problema-module__0VHJma__avatar-named{color:var(--primary);font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.Problema-module__0VHJma__card-row-content{flex:1;min-width:0}.Problema-module__0VHJma__card-row-name{color:var(--text);font-family:Outfit,sans-serif;font-size:13px;font-weight:600;line-height:20.8px}.Problema-module__0VHJma__card-row-sub{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:11px;font-weight:400;line-height:17.6px}.Problema-module__0VHJma__anon-badge,.Problema-module__0VHJma__crm-badge{border-radius:5px;flex-shrink:0;margin-left:auto;padding:4px 8px}.Problema-module__0VHJma__anon-badge{background:var(--danger-soft-bg);border:1px solid var(--danger-soft-border)}.Problema-module__0VHJma__crm-badge{background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border)}.Problema-module__0VHJma__anon-badge-text,.Problema-module__0VHJma__crm-badge-text{font-family:Outfit,sans-serif;font-size:10px;font-weight:700;line-height:16px}.Problema-module__0VHJma__anon-badge-text{color:var(--danger-text)}.Problema-module__0VHJma__crm-badge-text{color:var(--primary)}.Problema-module__0VHJma__visual-divider{background:var(--dark-5);border:1px solid var(--accent-strong-border);z-index:1;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin:-12px 0;display:flex;position:relative}.Problema-module__0VHJma__visual-divider-arrow{color:var(--primary);font-family:Outfit,sans-serif;font-size:16px;font-weight:700;line-height:1}@media (max-width:768px){.Problema-module__0VHJma__problema-grid{grid-template-columns:1fr;gap:48px}.Problema-module__0VHJma__problema-title{font-size:32px;line-height:1.1}}
.ComoFunctiona-module__4y9LXG__como-funciona-section{background:var(--dark);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.ComoFunctiona-module__4y9LXG__como-funciona-visible{opacity:1;transform:translateY(0)}.ComoFunctiona-module__4y9LXG__como-funciona-container{max-width:1080px;margin:0 auto}.ComoFunctiona-module__4y9LXG__como-funciona-header{margin-bottom:3.5rem}.ComoFunctiona-module__4y9LXG__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.ComoFunctiona-module__4y9LXG__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.ComoFunctiona-module__4y9LXG__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.ComoFunctiona-module__4y9LXG__como-funciona-title{letter-spacing:-1.5px;color:var(--text);font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.ComoFunctiona-module__4y9LXG__como-funciona-grid{background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid;overflow:hidden}.ComoFunctiona-module__4y9LXG__step-card{background:var(--dark-2);padding:2.5rem 2rem;transition:background .3s;position:relative;overflow:hidden}.ComoFunctiona-module__4y9LXG__step-label{align-items:center;gap:8px;margin-bottom:1.5rem;display:flex}.ComoFunctiona-module__4y9LXG__step-label-line{background:var(--primary);flex-shrink:0;width:16px;height:1px}.ComoFunctiona-module__4y9LXG__step-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.1px;font-size:11px;font-weight:700;line-height:17.6px}.ComoFunctiona-module__4y9LXG__step-icon{color:var(--primary);margin-bottom:1.25rem;display:block}.ComoFunctiona-module__4y9LXG__step-title{color:var(--text);letter-spacing:-.3px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:19px;font-weight:700;line-height:30.4px}.ComoFunctiona-module__4y9LXG__step-desc{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:23.1px}.ComoFunctiona-module__4y9LXG__step-card:hover{background:var(--dark-3)}.ComoFunctiona-module__4y9LXG__step-card-top-border{background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;pointer-events:none;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ComoFunctiona-module__4y9LXG__step-card:hover .ComoFunctiona-module__4y9LXG__step-card-top-border{opacity:1}@media (max-width:768px){.ComoFunctiona-module__4y9LXG__como-funciona-grid{grid-template-columns:1fr}.ComoFunctiona-module__4y9LXG__como-funciona-title{font-size:32px;line-height:1.1}}
.DashboardPreview-module__YXSB8W__dashboard-preview-section{background:var(--dark-2);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.DashboardPreview-module__YXSB8W__dashboard-preview-visible{opacity:1;transform:translateY(0)}.DashboardPreview-module__YXSB8W__dashboard-preview-container{max-width:1080px;margin:0 auto}.DashboardPreview-module__YXSB8W__dashboard-header{margin-bottom:3rem}.DashboardPreview-module__YXSB8W__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.DashboardPreview-module__YXSB8W__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.DashboardPreview-module__YXSB8W__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.DashboardPreview-module__YXSB8W__dashboard-title{letter-spacing:-1.5px;color:var(--text);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.DashboardPreview-module__YXSB8W__dashboard-subtitle{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:27.2px}.DashboardPreview-module__YXSB8W__tab-bar{background:var(--dark-3);border:1px solid var(--border-subtle);border-radius:12px;gap:2px;margin-bottom:1.5rem;padding:4px;display:inline-flex}.DashboardPreview-module__YXSB8W__tab-btn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;padding:7px 16px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;transition:background .2s,color .2s,border-color .2s}.DashboardPreview-module__YXSB8W__tab-btn-active{background:var(--dark-5);color:var(--text);border-color:var(--border-mid)}.DashboardPreview-module__YXSB8W__dashboard-panel{background:var(--dark-3);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden}.DashboardPreview-module__YXSB8W__mac-bar{background:var(--dark-2);border-bottom:1px solid var(--border-subtle);flex-shrink:0;align-items:center;height:52px;padding:0 24px;display:flex}.DashboardPreview-module__YXSB8W__mac-dot{border-radius:5px;width:10px;height:10px}.DashboardPreview-module__YXSB8W__mac-dot-gap{margin-right:7px}.DashboardPreview-module__YXSB8W__mac-dot-red{background:#ff5f57}.DashboardPreview-module__YXSB8W__mac-dot-yellow{background:#febc2e}.DashboardPreview-module__YXSB8W__mac-dot-green{background:#28c840}.DashboardPreview-module__YXSB8W__mac-title{font-family:var(--font-mono);color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-left:36px;font-size:14px;font-weight:700;overflow:hidden}.DashboardPreview-module__YXSB8W__dash-kpi-grid{grid-template-columns:repeat(4,1fr);gap:10px;padding:24px 24px 0;display:grid}.DashboardPreview-module__YXSB8W__kpi-card{background:var(--dark-4);border:1px solid var(--border-subtle);border-radius:10px;padding:16px}.DashboardPreview-module__YXSB8W__kpi-label{font-family:var(--font-mono);color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:10px;font-weight:700;line-height:16px}.DashboardPreview-module__YXSB8W__kpi-value{letter-spacing:-.5px;color:var(--text);margin-bottom:4px;font-family:Outfit,sans-serif;font-size:22px;font-weight:800;line-height:35.2px}.DashboardPreview-module__YXSB8W__kpi-value-lime{color:var(--primary)}.DashboardPreview-module__YXSB8W__kpi-sub{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:10px;font-weight:400;line-height:16px}.DashboardPreview-module__YXSB8W__chart-card{background:var(--dark-4);border:1px solid var(--border-subtle);border-radius:10px;margin:10px 24px 0;padding:20px}.DashboardPreview-module__YXSB8W__chart-title,.DashboardPreview-module__YXSB8W__chart-title-bottom{color:var(--text);font-family:Outfit,sans-serif;font-size:12px;font-weight:700;line-height:19.2px}.DashboardPreview-module__YXSB8W__chart-title-bottom{margin-bottom:12px}.DashboardPreview-module__YXSB8W__bars-wrap{align-items:flex-end;gap:3px;height:72px;margin-top:16px;display:flex}.DashboardPreview-module__YXSB8W__bar{background:var(--primary);border-radius:2px 2px 0 0;flex:1}.DashboardPreview-module__YXSB8W__bar-tone-1{opacity:.2}.DashboardPreview-module__YXSB8W__bar-tone-2{opacity:.35}.DashboardPreview-module__YXSB8W__bar-tone-3{opacity:.5}.DashboardPreview-module__YXSB8W__bar-tone-4{opacity:.65}.DashboardPreview-module__YXSB8W__bar-tone-5{opacity:.8}.DashboardPreview-module__YXSB8W__bar-h-7{height:22.58%}.DashboardPreview-module__YXSB8W__bar-h-8{height:25.81%}.DashboardPreview-module__YXSB8W__bar-h-9{height:29.03%}.DashboardPreview-module__YXSB8W__bar-h-10{height:32.26%}.DashboardPreview-module__YXSB8W__bar-h-11{height:35.48%}.DashboardPreview-module__YXSB8W__bar-h-12{height:38.71%}.DashboardPreview-module__YXSB8W__bar-h-13{height:41.94%}.DashboardPreview-module__YXSB8W__bar-h-14{height:45.16%}.DashboardPreview-module__YXSB8W__bar-h-15{height:48.39%}.DashboardPreview-module__YXSB8W__bar-h-16{height:51.61%}.DashboardPreview-module__YXSB8W__bar-h-17{height:54.84%}.DashboardPreview-module__YXSB8W__bar-h-18{height:58.06%}.DashboardPreview-module__YXSB8W__bar-h-19{height:61.29%}.DashboardPreview-module__YXSB8W__bar-h-20{height:64.52%}.DashboardPreview-module__YXSB8W__bar-h-21{height:67.74%}.DashboardPreview-module__YXSB8W__bar-h-22{height:70.97%}.DashboardPreview-module__YXSB8W__bar-h-23{height:74.19%}.DashboardPreview-module__YXSB8W__bar-h-24{height:77.42%}.DashboardPreview-module__YXSB8W__bar-h-25{height:80.65%}.DashboardPreview-module__YXSB8W__bar-h-26{height:83.87%}.DashboardPreview-module__YXSB8W__bar-h-27{height:87.1%}.DashboardPreview-module__YXSB8W__bar-h-28{height:90.32%}.DashboardPreview-module__YXSB8W__bar-h-29{height:93.55%}.DashboardPreview-module__YXSB8W__bar-h-30{height:96.77%}.DashboardPreview-module__YXSB8W__bar-h-31{height:100%}.DashboardPreview-module__YXSB8W__x-axis{justify-content:space-between;margin-top:6px;display:flex}.DashboardPreview-module__YXSB8W__x-axis-label{font-family:var(--font-mono);color:var(--text-dim);font-size:9px;font-weight:400;line-height:14.4px}.DashboardPreview-module__YXSB8W__funnel-wrap{border-top:1px solid var(--border-subtle);margin-top:16px;padding-top:20px}.DashboardPreview-module__YXSB8W__funnel-row{margin-bottom:12px}.DashboardPreview-module__YXSB8W__funnel-row-head{justify-content:space-between;margin-bottom:4px;display:flex}.DashboardPreview-module__YXSB8W__funnel-label{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:11px;font-weight:400;line-height:17.6px}.DashboardPreview-module__YXSB8W__funnel-value{font-family:var(--font-mono);color:var(--text);font-size:11px;font-weight:700;line-height:17.6px}.DashboardPreview-module__YXSB8W__funnel-track{background:var(--dark-5);border-radius:3px;height:6px;overflow:hidden}.DashboardPreview-module__YXSB8W__funnel-fill{background:var(--primary);border-radius:3px;height:100%}.DashboardPreview-module__YXSB8W__funnel-fill-scan{opacity:1;width:100%}.DashboardPreview-module__YXSB8W__funnel-fill-click{opacity:.7;width:34%}.DashboardPreview-module__YXSB8W__funnel-fill-review{opacity:.4;width:7%}.DashboardPreview-module__YXSB8W__analytics-bottom-gap{height:24px}.DashboardPreview-module__YXSB8W__crm-list-card{background:var(--dark-4);border:1px solid var(--border-subtle);border-radius:10px;margin:10px 24px 24px;overflow:hidden}.DashboardPreview-module__YXSB8W__crm-row{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.DashboardPreview-module__YXSB8W__crm-row-last{border-bottom:none}.DashboardPreview-module__YXSB8W__crm-row-left{align-items:center;gap:10px;display:flex}.DashboardPreview-module__YXSB8W__crm-avatar{background:var(--dark-5);border:1px solid var(--border-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;display:flex}.DashboardPreview-module__YXSB8W__crm-name{color:var(--text);font-family:Outfit,sans-serif;font-size:13px;font-weight:600;line-height:20.8px}.DashboardPreview-module__YXSB8W__crm-date{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:11px;font-weight:400;line-height:17.6px}.DashboardPreview-module__YXSB8W__crm-points{font-family:var(--font-mono);color:var(--primary);font-size:12px;font-weight:700}.DashboardPreview-module__YXSB8W__crm-footer-row{text-align:center;padding:12px 16px}.DashboardPreview-module__YXSB8W__crm-footer-text{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:12px;font-weight:400}.DashboardPreview-module__YXSB8W__editor-grid{grid-template-columns:1fr 1fr;gap:16px;padding:24px;display:grid}.DashboardPreview-module__YXSB8W__editor-section-title{color:var(--text);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.DashboardPreview-module__YXSB8W__form-field{margin-bottom:12px}.DashboardPreview-module__YXSB8W__form-label{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.5px;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.DashboardPreview-module__YXSB8W__form-input{background:var(--dark-5);border:1px solid var(--border-subtle);width:100%;color:var(--text);border-radius:8px;outline:none;padding:8px 12px;font-family:Outfit,sans-serif;font-size:13px;font-weight:400}.DashboardPreview-module__YXSB8W__color-row{align-items:center;gap:8px;display:flex}.DashboardPreview-module__YXSB8W__color-swatch{background:#2e7f57;border-radius:8px;flex-shrink:0;width:32px;height:32px}.DashboardPreview-module__YXSB8W__color-hex{font-family:var(--font-mono);color:var(--text-muted);font-size:12px}.DashboardPreview-module__YXSB8W__editor-section-links{color:var(--text);margin-top:1rem;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.DashboardPreview-module__YXSB8W__editor-link-row{background:var(--dark-5);border:1px solid var(--border-subtle);border-radius:8px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 10px;display:flex}.DashboardPreview-module__YXSB8W__editor-link-emoji{flex-shrink:0;font-size:16px}.DashboardPreview-module__YXSB8W__editor-link-content{min-width:0}.DashboardPreview-module__YXSB8W__editor-link-label{color:var(--text);font-family:Outfit,sans-serif;font-size:12px;font-weight:600;line-height:18px}.DashboardPreview-module__YXSB8W__editor-link-url{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:10px;font-weight:400;line-height:16px}.DashboardPreview-module__YXSB8W__dash-add-link-btn{border:1px dashed var(--border-mid);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:8px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;transition:border-color .2s,color .2s}.DashboardPreview-module__YXSB8W__dash-add-link-spaced{margin-bottom:12px}.DashboardPreview-module__YXSB8W__dash-add-link-btn:hover{border-color:var(--primary);color:var(--primary)}.DashboardPreview-module__YXSB8W__publish-btn{background:var(--primary);width:100%;color:var(--on-primary);cursor:pointer;border:none;border-radius:8px;margin-top:12px;padding:10px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.DashboardPreview-module__YXSB8W__published-text{font-family:var(--font-mono);color:var(--success-solid);text-align:center;margin-top:8px;font-size:11px;font-weight:700}.DashboardPreview-module__YXSB8W__mobile-preview-label{font-family:var(--font-mono);color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:12px;font-size:10px;font-weight:700}.DashboardPreview-module__YXSB8W__phone-shell{background:#111;border:2px solid #ffffff1f;border-radius:22px;width:140px;margin:0 auto;overflow:hidden}.DashboardPreview-module__YXSB8W__phone-header{background:#2e7f57;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:52px;display:flex}.DashboardPreview-module__YXSB8W__phone-store-emoji{font-size:16px}.DashboardPreview-module__YXSB8W__phone-store-name{color:#fff;font-family:Outfit,sans-serif;font-size:8px;font-weight:700;line-height:12px}.DashboardPreview-module__YXSB8W__phone-body{background:#fff;padding:8px}.DashboardPreview-module__YXSB8W__phone-description{color:#666;text-align:center;margin-bottom:6px;font-family:Outfit,sans-serif;font-size:7px;font-weight:400;line-height:11px}.DashboardPreview-module__YXSB8W__phone-link-row{background:#f5f5f5;border-radius:7px;align-items:center;gap:6px;margin-bottom:4px;padding:6px 8px;display:flex}.DashboardPreview-module__YXSB8W__phone-link-emoji{font-size:11px}.DashboardPreview-module__YXSB8W__phone-link-label{color:#1a1a1a;font-family:Outfit,sans-serif;font-size:8px;font-weight:600;line-height:12px}@media (max-width:900px){.DashboardPreview-module__YXSB8W__tab-bar{flex-wrap:wrap;display:flex}}@media (max-width:768px){.DashboardPreview-module__YXSB8W__dashboard-title{font-size:32px;line-height:1.1}.DashboardPreview-module__YXSB8W__dash-kpi-grid{grid-template-columns:repeat(2,1fr)}.DashboardPreview-module__YXSB8W__editor-grid{grid-template-columns:1fr}.DashboardPreview-module__YXSB8W__chart-card,.DashboardPreview-module__YXSB8W__crm-list-card{margin-left:16px;margin-right:16px}}
.Features-module__wI_2BG__features-section{background:var(--dark);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.Features-module__wI_2BG__features-visible{opacity:1;transform:translateY(0)}.Features-module__wI_2BG__features-container{max-width:1080px;margin:0 auto}.Features-module__wI_2BG__features-header{margin-bottom:3.5rem}.Features-module__wI_2BG__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.Features-module__wI_2BG__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.Features-module__wI_2BG__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.Features-module__wI_2BG__features-title{letter-spacing:-1.5px;color:var(--text);font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.Features-module__wI_2BG__features-grid{background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:20px;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.Features-module__wI_2BG__feature-card{background:var(--dark-2);padding:2.25rem 2rem;transition:background .3s}.Features-module__wI_2BG__feature-icon{color:var(--primary);margin-bottom:1.1rem;display:block}.Features-module__wI_2BG__feature-title{color:var(--text);letter-spacing:-.3px;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:18px;font-weight:700;line-height:28.8px}.Features-module__wI_2BG__feature-desc{color:var(--text-muted);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:23.1px}.Features-module__wI_2BG__feature-pill{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.2px;background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:5px;padding:3px 10px;font-size:10px;font-weight:700;line-height:16px;display:inline-block}.Features-module__wI_2BG__feature-card:hover{background:var(--dark-3)}@media (max-width:768px){.Features-module__wI_2BG__features-title{font-size:32px;line-height:1.1}.Features-module__wI_2BG__features-grid{grid-template-columns:1fr}}
.Pricing-module__ekC53W__pricing-section{background:var(--dark-2);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.Pricing-module__ekC53W__pricing-visible{opacity:1;transform:translateY(0)}.Pricing-module__ekC53W__pricing-container{max-width:1080px;margin:0 auto}.Pricing-module__ekC53W__pricing-header{text-align:center;margin-bottom:3.5rem}.Pricing-module__ekC53W__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:inline-flex}.Pricing-module__ekC53W__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.Pricing-module__ekC53W__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.Pricing-module__ekC53W__pricing-title{letter-spacing:-1.5px;color:var(--text);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.Pricing-module__ekC53W__pricing-subtitle{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:25.6px}.Pricing-module__ekC53W__pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px;display:grid}.Pricing-module__ekC53W__plan-card{background:var(--dark-2);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;height:100%;padding:2.25rem 1.75rem;display:flex;position:relative}.Pricing-module__ekC53W__plan-card-featured{background:var(--dark-3);border-color:var(--accent-soft-border);border-radius:20px;padding:2.5rem 1.75rem}.Pricing-module__ekC53W__plan-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:.75rem;display:flex}.Pricing-module__ekC53W__popular-badge{background:var(--primary);color:var(--on-primary);text-transform:uppercase;letter-spacing:.5px;border-radius:5px;align-items:center;padding:3px 10px;font-family:Outfit,sans-serif;font-size:10px;font-weight:700;line-height:16px;display:inline-flex}.Pricing-module__ekC53W__plan-name{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:1.95px;margin-bottom:0;font-size:13px;font-weight:700;line-height:20.8px}.Pricing-module__ekC53W__price-row{align-items:flex-start;gap:4px;margin-bottom:4px;display:flex}.Pricing-module__ekC53W__price-value{letter-spacing:-2px;color:var(--text);font-family:Outfit,sans-serif;font-size:44px;font-weight:800;line-height:44px}.Pricing-module__ekC53W__price-eur{color:var(--text-muted);padding-top:4px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;line-height:15px}.Pricing-module__ekC53W__price-sub{color:var(--text-dim);margin-bottom:1.75rem;font-family:Outfit,sans-serif;font-size:13px;font-weight:400;line-height:20.8px}.Pricing-module__ekC53W__features-list{flex-direction:column;flex:1;gap:11px;margin-bottom:2rem;display:flex}.Pricing-module__ekC53W__check-item{align-items:flex-start;gap:10px;display:flex}.Pricing-module__ekC53W__check-icon-box{background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-top:2px;display:flex}.Pricing-module__ekC53W__check-item-text{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:21px}.Pricing-module__ekC53W__pricing-btn-ghost{border:1px solid var(--border-mid);width:100%;color:var(--text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 16px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;transition:border-color .2s;display:inline-flex}.Pricing-module__ekC53W__pricing-btn-ghost:hover{border-color:var(--text-muted)}.Pricing-module__ekC53W__pricing-btn-featured{background:var(--primary);width:100%;color:var(--on-primary);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 16px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;transition:background .2s;display:inline-flex}.Pricing-module__ekC53W__pricing-btn-featured:hover{background:var(--primary-hover)}.Pricing-module__ekC53W__plan-note{text-align:center;color:var(--text-dim);margin-top:12px;font-family:Outfit,sans-serif;font-size:11px;font-weight:400;line-height:17.6px}.Pricing-module__ekC53W__plan-note-featured{color:var(--accent-muted)}@media (max-width:768px){.Pricing-module__ekC53W__pricing-title{font-size:32px;line-height:1.1}.Pricing-module__ekC53W__pricing-grid{grid-template-columns:1fr;gap:16px}}
.Testimonials-module__9FPw4q__testimonials-section{background:var(--dark);opacity:0;padding:96px 2rem;transition:opacity .65s,transform .65s;transform:translateY(20px)}.Testimonials-module__9FPw4q__testimonials-visible{opacity:1;transform:translateY(0)}.Testimonials-module__9FPw4q__testimonials-container{max-width:1080px;margin:0 auto}.Testimonials-module__9FPw4q__testimonials-header{margin-bottom:3.5rem}.Testimonials-module__9FPw4q__section-label{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.Testimonials-module__9FPw4q__section-label-line{background:var(--primary);flex-shrink:0;width:18px;height:1px}.Testimonials-module__9FPw4q__section-label-text{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:1.89px;font-size:10.5px;font-weight:700;line-height:16.8px}.Testimonials-module__9FPw4q__testimonials-title{letter-spacing:-1.5px;color:var(--text);font-family:Outfit,sans-serif;font-size:38.9px;font-weight:800;line-height:41.25px}.Testimonials-module__9FPw4q__testimonials-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Testimonials-module__9FPw4q__testimonial-card{background:var(--dark-2);border:1px solid var(--border-subtle);border-radius:16px;padding:1.75rem;transition:border-color .3s}.Testimonials-module__9FPw4q__testimonial-card:hover{border-color:var(--accent-soft-border)}.Testimonials-module__9FPw4q__testimonial-stars{color:var(--primary);gap:3px;margin-bottom:.75rem;display:flex}.Testimonials-module__9FPw4q__testimonial-quote{color:var(--text-muted);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:23.8px}.Testimonials-module__9FPw4q__testimonial-author{align-items:center;gap:10px;display:flex}.Testimonials-module__9FPw4q__testimonial-avatar{background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.Testimonials-module__9FPw4q__testimonial-name{color:var(--text);font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.Testimonials-module__9FPw4q__testimonial-business{color:var(--text-dim);font-family:Outfit,sans-serif;font-size:11px;font-weight:400}@media (max-width:768px){.Testimonials-module__9FPw4q__testimonials-title{font-size:32px;line-height:1.1}.Testimonials-module__9FPw4q__testimonials-grid{grid-template-columns:1fr}}
@keyframes FinalCTA-module__j8VTPq__finalcta-dot-pulse{0%,to{opacity:.72}50%{opacity:.2}}.FinalCTA-module__j8VTPq__finalcta-section{opacity:0;padding:0 2rem 96px;transition:opacity .65s,transform .65s;transform:translateY(20px)}.FinalCTA-module__j8VTPq__finalcta-visible{opacity:1;transform:translateY(0)}.FinalCTA-module__j8VTPq__finalcta-container{max-width:1080px;margin:0 auto}.FinalCTA-module__j8VTPq__finalcta-box{background:var(--dark-2);border:1px solid var(--border-subtle);text-align:center;border-radius:24px;padding:80px 4rem;position:relative;overflow:hidden}.FinalCTA-module__j8VTPq__finalcta-glow{background:radial-gradient(ellipse 70% 60% at 50% 100%,var(--accent-glow),transparent);pointer-events:none;position:absolute;inset:0}.FinalCTA-module__j8VTPq__finalcta-content{z-index:1;position:relative}.FinalCTA-module__j8VTPq__finalcta-eyebrow{background:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:5px 16px;display:inline-flex}.FinalCTA-module__j8VTPq__finalcta-eyebrow-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.4s infinite FinalCTA-module__j8VTPq__finalcta-dot-pulse;display:block}.FinalCTA-module__j8VTPq__finalcta-eyebrow-text{color:var(--primary);text-transform:uppercase;letter-spacing:1.15px;font-family:Outfit,sans-serif;font-size:11.5px;font-weight:600;line-height:1}.FinalCTA-module__j8VTPq__finalcta-title{letter-spacing:-2px;margin-bottom:1rem;font-size:clamp(36px,4.5vw,46.1px);line-height:1.05}.FinalCTA-module__j8VTPq__finalcta-title-main{color:var(--text);font-family:Inter,sans-serif;font-weight:800;display:block}.FinalCTA-module__j8VTPq__finalcta-title-block{display:block}.FinalCTA-module__j8VTPq__finalcta-title-serif{color:var(--primary);font-family:Instrument Serif,serif;font-weight:400}.FinalCTA-module__j8VTPq__finalcta-paragraph{color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;font-family:Outfit,sans-serif;font-size:17px;font-weight:400;line-height:28.9px}.FinalCTA-module__j8VTPq__finalcta-form{gap:10px;max-width:460px;margin:0 auto;display:flex}.FinalCTA-module__j8VTPq__finalcta-input{background:var(--dark-3);border:1px solid var(--border-mid);color:var(--text);border-radius:10px;outline:none;flex:1;min-width:0;padding:14px 18px;font-family:Outfit,sans-serif;font-size:15px;font-weight:400;transition:border-color .2s}.FinalCTA-module__j8VTPq__finalcta-input-focused{border-color:var(--accent-strong-border)}.FinalCTA-module__j8VTPq__finalcta-input-invalid{border-color:var(--danger-text)}.FinalCTA-module__j8VTPq__finalcta-submit{background:var(--primary);color:var(--on-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:14px 22px;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;transition:background .2s;display:inline-flex}.FinalCTA-module__j8VTPq__finalcta-submit-ok{background:var(--success-solid)}.FinalCTA-module__j8VTPq__finalcta-legal{color:var(--text-muted);margin-top:1rem;font-family:Outfit,sans-serif;font-size:12px;font-weight:400}.FinalCTA-module__j8VTPq__finalcta-legal-link{color:var(--text-muted);text-decoration:underline}.FinalCTA-module__j8VTPq__finalcta-benefits{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.FinalCTA-module__j8VTPq__finalcta-benefit-item{align-items:center;gap:6px;display:flex}.FinalCTA-module__j8VTPq__check-icon{color:var(--primary);flex-shrink:0}.FinalCTA-module__j8VTPq__finalcta-benefit-text{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:13px;font-weight:400}@media (max-width:768px){.FinalCTA-module__j8VTPq__finalcta-box{padding:48px 1.5rem}.FinalCTA-module__j8VTPq__finalcta-form{flex-direction:column}}
.Footer-module__zmLo-q__footer-root{border-top:1px solid var(--border-subtle);padding:48px 40px 32px}.Footer-module__zmLo-q__footer-inner{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1080px;margin:0 auto;display:flex}.Footer-module__zmLo-q__footer-brand-col{flex-direction:column;gap:12px;max-width:280px;display:flex}.Footer-module__zmLo-q__footer-brand{align-items:center;gap:8px;display:inline-flex}.Footer-module__zmLo-q__footer-brand-icon{background:linear-gradient(135deg,#3dba6f 0%,#2a9455 100%);border-radius:7px;flex-shrink:0;width:28px;height:28px}.Footer-module__zmLo-q__footer-brand-name{align-items:baseline;gap:0;display:inline-flex}.Footer-module__zmLo-q__footer-brand-riddy,.Footer-module__zmLo-q__footer-brand-nfc{color:var(--text);letter-spacing:-.3px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700}.Footer-module__zmLo-q__footer-tagline{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:13px;font-weight:400;line-height:1.6}.Footer-module__zmLo-q__footer-nav{gap:64px;display:flex}.Footer-module__zmLo-q__footer-nav-col{flex-direction:column;gap:10px;display:flex}.Footer-module__zmLo-q__footer-nav-heading{color:var(--text);margin-bottom:4px;font-family:Outfit,sans-serif;font-size:13.5px;font-weight:600}.Footer-module__zmLo-q__footer-link{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:13px;font-weight:400;text-decoration:none;transition:color .18s}.Footer-module__zmLo-q__footer-link:hover{color:var(--text)}.Footer-module__zmLo-q__footer-divider{border:none;border-top:1px solid var(--border-subtle,#e5e5e5);width:100%;margin:32px 0 24px}.Footer-module__zmLo-q__footer-inner:last-child{align-items:center}.Footer-module__zmLo-q__footer-copy{color:var(--text-dim);margin:0;font-family:Outfit,sans-serif;font-size:12.5px;font-weight:400}.Footer-module__zmLo-q__footer-legal{gap:24px;display:flex}@media (max-width:768px){.Footer-module__zmLo-q__footer-root{padding:40px 24px 24px}.Footer-module__zmLo-q__footer-inner{flex-direction:column;align-items:flex-start}.Footer-module__zmLo-q__footer-nav{flex-wrap:wrap;gap:32px}.Footer-module__zmLo-q__footer-inner:last-child{flex-direction:column;gap:12px}}
.ThemeToggle-module__Z5gSZG__wrapper{justify-content:center;align-items:center;display:inline-flex}.ThemeToggle-module__Z5gSZG__track{cursor:pointer;border:none;border-radius:999px;outline:none;flex-shrink:0;width:44px;height:22px;padding:0;display:block;position:relative;overflow:hidden}.ThemeToggle-module__Z5gSZG__track:focus-visible{box-shadow:0 0 0 2px #9678ff80}.ThemeToggle-module__Z5gSZG__bgNight{opacity:1;background:radial-gradient(at 30% 60%,#3b2a7a 0%,#1a1060 40%,#100840 100%);transition:opacity .5s;position:absolute;inset:0}.ThemeToggle-module__Z5gSZG__bgDay{opacity:0;background:linear-gradient(160deg,#a8d8f0 0%,#c8eaf8 50%,#e0f3fc 100%);transition:opacity .5s;position:absolute;inset:0}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__bgNight{opacity:0}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__bgDay{opacity:1}.ThemeToggle-module__Z5gSZG__stars{pointer-events:none;opacity:1;transition:opacity .3s;position:absolute;inset:0;overflow:hidden}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__stars{opacity:0}.ThemeToggle-module__Z5gSZG__star{background:#fff;border-radius:50%;position:absolute}.ThemeToggle-module__Z5gSZG__nightClouds,.ThemeToggle-module__Z5gSZG__dayClouds{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ThemeToggle-module__Z5gSZG__ncStrip{will-change:transform;opacity:1;width:44px;height:100%;transition:transform .55s cubic-bezier(.34,1.2,.64,1),opacity .35s;position:absolute;top:0;right:0;transform:translate(0)}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__ncStrip{opacity:0;transform:translate(50px)}.ThemeToggle-module__Z5gSZG__dcStrip{will-change:transform;opacity:0;width:44px;height:100%;transition:transform .55s cubic-bezier(.34,1.2,.64,1),opacity .35s;position:absolute;top:0;left:0;transform:translate(-50px)}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__dcStrip{opacity:1;animation:5s ease-in-out .6s infinite ThemeToggle-module__Z5gSZG__drift;transform:translate(0)}@keyframes ThemeToggle-module__Z5gSZG__drift{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.ThemeToggle-module__Z5gSZG__nc{border-radius:50%;position:absolute}.ThemeToggle-module__Z5gSZG__dc{background:#fff;border-radius:50%;position:absolute;box-shadow:0 1px 4px #00000014}.ThemeToggle-module__Z5gSZG__disc{pointer-events:none;z-index:2;border-radius:50%;width:16px;height:16px;transition:left .5s cubic-bezier(.34,1.4,.64,1);position:absolute;top:3px;left:3px}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__disc{left:25px}.ThemeToggle-module__Z5gSZG__moonFace{background:radial-gradient(circle at 38% 38%,#e8e8f0 0%,#c8c8dc 60%,#a8a8c0 100%);border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.ThemeToggle-module__Z5gSZG__moonFace:before{content:"";background:#a0a0b459;border-radius:50%;width:4px;height:4px;position:absolute;top:24%;left:56%}.ThemeToggle-module__Z5gSZG__moonFace:after{content:"";background:#a0a0b440;border-radius:50%;width:2.5px;height:2.5px;position:absolute;top:55%;left:28%}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__moonFace{opacity:0}.ThemeToggle-module__Z5gSZG__sunFace{opacity:0;background:radial-gradient(circle at 42% 38%,#ffe566 0%,#fbbf24 55%,#f59e0b 100%);border-radius:50%;transition:opacity .3s .15s;position:absolute;inset:0;box-shadow:0 0 6px 2px #fbbf2480}.ThemeToggle-module__Z5gSZG__isDay .ThemeToggle-module__Z5gSZG__sunFace{opacity:1}
