:root{--ev-accent:#7c5cff;--ev-accent-soft:#b19cff;--ev-accent-pressed:#5b3dd6;--ev-accent-on:#fff;--ev-accent-06:rgba(124,92,255,.06);--ev-accent-10:rgba(124,92,255,.1);--ev-accent-12:rgba(124,92,255,.12);--ev-accent-18:rgba(124,92,255,.18);--ev-accent-30:rgba(124,92,255,.3);--ev-accent-45:rgba(124,92,255,.45);--ev-tnum:tabular-nums;--ev-blue:var(--ev-accent);--ev-blue-light:var(--ev-accent-soft);--ev-blue-dark:var(--ev-accent-pressed);--ev-blue-lighter:var(--ev-accent-12);--ev-blue-darker:var(--ev-accent-pressed);--ev-blue-12:var(--ev-accent-12);--ev-blue-18:var(--ev-accent-18);--ev-blue-30:var(--ev-accent-30);--ev-blue-45:var(--ev-accent-30);--ev-grey-50:#fafafa;--ev-grey-100:#f0f0f2;--ev-grey-200:#dcdce0;--ev-grey-300:#a8a8ad;--ev-grey-400:#6c6c70;--ev-grey-500:#52525b;--ev-grey-600:#3a3a3d;--ev-grey-700:#2e2e33;--ev-grey-800:#1c1c1e;--ev-grey-900:#08090a;--bg-color:var(--ev-grey-50);--text-color:var(--ev-grey-800);--text-secondary:var(--ev-grey-500);--card-bg:#fff;--card-border:var(--ev-grey-100);--section-bg:var(--ev-grey-50);--section-bg-alt:#fff;--ev-hairline:rgba(0,0,0,.1);--ev-hairline-strong:rgba(0,0,0,.16)}html.dark{--ev-accent:#7c5cff;--ev-accent-soft:#b19cff;--ev-accent-pressed:#5b3dd6;--ev-accent-on:#fff;--ev-accent-12:rgba(124,92,255,.14);--ev-accent-18:rgba(124,92,255,.22);--ev-accent-30:rgba(124,92,255,.36);--ev-blue:var(--ev-accent);--ev-blue-light:var(--ev-accent-soft);--ev-blue-dark:var(--ev-accent-pressed);--ev-blue-lighter:var(--ev-accent-12);--ev-blue-darker:var(--ev-accent-pressed);--ev-blue-12:var(--ev-accent-12);--ev-blue-18:var(--ev-accent-18);--ev-blue-30:var(--ev-accent-30);--ev-blue-45:var(--ev-accent-30);--bg-color:var(--ev-grey-900);--text-color:#f2f2f4;--text-secondary:var(--ev-grey-300);--card-bg:var(--ev-grey-800);--card-border:hsla(0,0%,100%,.1);--section-bg:var(--ev-grey-900);--section-bg-alt:var(--ev-grey-800);--ev-hairline:hsla(0,0%,100%,.1);--ev-hairline-strong:hsla(0,0%,100%,.18)}.bodyPerHome{font-family:Outfit,sans-serif!important;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-bg{position:relative;overflow:hidden;z-index:1;perspective:1000px}.adv-hero-bg,.hero-bg{background:linear-gradient(180deg,var(--ev-grey-800) 0,var(--ev-grey-900) 100%)}.grid-floor{position:absolute;width:200%;height:200%;top:-50%;left:-50%;background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 0);background-size:60px 60px;transform:rotateX(60deg) translateY(0);animation:grid-move 20s linear infinite;z-index:0;mask-image:linear-gradient(180deg,#000 0,transparent 60%);-webkit-mask-image:linear-gradient(180deg,#000 0,transparent 60%)}@keyframes grid-move{0%{transform:rotateX(60deg) translateY(0)}to{transform:rotateX(60deg) translateY(60px)}}.constellation-container{position:relative;width:100%;height:500px;transform-style:preserve-3d}.card-video{top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0);width:340px;background:var(--ev-grey-800);padding:16px;z-index:20}.card-tasks,.card-video{position:absolute;border:1px solid hsla(0,0%,100%,.1);border-radius:20px}.card-tasks{top:15%;left:-5%;width:220px;background:var(--ev-grey-900);padding:20px;transform:translateZ(-20px);z-index:10}.card-earnings{position:absolute;bottom:10%;right:-5%;width:240px;background:#fff;border-radius:20px;padding:20px;transform:translateZ(20px);border:1px solid rgba(0,0,0,.1);z-index:15}.flow-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.18),transparent);z-index:5}.line-1{top:40%;left:20%;width:150px;transform:rotate(20deg)}.line-2{bottom:40%;right:20%;width:150px;transform:rotate(-20deg)}.active-task-glow{box-shadow:none!important;border:1px solid var(--ev-accent-30)!important}.progress-bar-fill{width:0;animation:load-progress 4s ease-in-out infinite}@keyframes load-progress{0%{width:10%}50%{width:60%}to{width:100%}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.05,.7,.1,1),transform .7s cubic-bezier(.05,.7,.1,1)}.reveal.active{opacity:1;transform:translateY(0)}.reveal.delay-100{transition-delay:.08s}.reveal.delay-200{transition-delay:.16s}.reveal.delay-300{transition-delay:.24s}.reveal.delay-400{transition-delay:.32s}.reveal.active:hover{transition-delay:0s}.glass-card-light{background:#fff;border:1px solid var(--ev-grey-100);transition:transform .3s ease,border-color .3s ease}.glass-card-light:hover{transform:translateY(-3px);border-color:var(--ev-grey-300)}.glass-card-dark{background:rgba(28,28,30,.6);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1)}.toggle-container{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);padding:4px;display:inline-flex;backdrop-filter:blur(8px)}.toggle-btn,.toggle-container{border-radius:9999px;position:relative}.toggle-btn{padding:8px 24px;font-weight:600;font-size:.9rem;color:hsla(0,0%,100%,.65)!important;cursor:pointer;transition:color .3s ease;z-index:10;letter-spacing:-.005em}.toggle-active-bg{position:absolute;top:4px;left:4px;height:calc(100% - 8px);width:calc(50% - 4px);background:#fff;border-radius:9999px;transition:transform .35s cubic-bezier(.2,0,0,1),background .35s ease;z-index:1}.toggle-container.advertiser-mode .toggle-active-bg{transform:translateX(100%);background:#fff}.toggle-container.advertiser-mode .toggle-btn:nth-child(3),.toggle-container:not(.advertiser-mode) .toggle-btn:nth-child(2){color:#1d1d1f!important}.toggle-container .toggle-btn:hover{color:hsla(0,0%,100%,.92)!important}.toggle-container.advertiser-mode .toggle-btn:nth-child(3):hover,.toggle-container:not(.advertiser-mode) .toggle-btn:nth-child(2):hover{color:#1d1d1f!important}.btn-premium{background:var(--ev-accent);color:#fff!important;border:1px solid transparent;transition:transform .25s ease,background .25s ease;letter-spacing:-.011em}.btn-premium:hover{background:var(--ev-accent-pressed);transform:translateY(-1px)}.btn-premium:active{transform:translateY(0)}.section-light .btn-premium,.section-white .btn-premium{background:var(--ev-accent);color:#fff!important;border:1px solid transparent}.section-light .btn-premium:hover,.section-white .btn-premium:hover{background:var(--ev-accent-pressed)}.step-card{transition:transform .3s ease,border-color .3s ease}.step-card:hover{transform:translateY(-2px);border-color:var(--ev-grey-300)}.step-icon-wrapper{background:linear-gradient(135deg,var(--ev-grey-100) 0,#fff 100%)}.task-card{background:#fff;border-radius:1.5rem;overflow:hidden;transition:transform .3s ease,border-color .3s ease;border:1px solid var(--ev-grey-100);position:relative}.task-card:hover{border-color:var(--ev-grey-300)}.glow-blue:hover,.glow-orange:hover,.glow-purple:hover,.glow-red:hover,.glow-teal:hover,.glow-yellow:hover{box-shadow:none;border-color:var(--ev-grey-300)}.task-icon-box{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;transition:transform .3s ease}.category-cta-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:var(--ev-accent)!important;cursor:pointer;transition:color .25s ease,opacity .25s ease;position:relative}.category-cta-link:hover{color:var(--ev-accent-pressed)!important;opacity:1}.category-cta-link:active{transform:scale(.97)}.category-cta-link i{margin-left:.5rem;transition:transform .3s ease}.category-cta-link:hover i{transform:translateX(4px)}html.dark .category-cta-link{color:var(--ev-accent-soft)!important}html.dark .category-cta-link:hover{color:#fff!important}.check-circle{background:var(--ev-accent-12);color:var(--ev-accent);border:1px solid var(--ev-hairline)}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}html.dark .stats-section-card{background:linear-gradient(135deg,var(--ev-grey-800) 0,var(--ev-grey-900) 100%)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark .divider{background-color:hsla(0,0%,100%,.1)}html.dark .step-card,html.dark .task-card{background-color:var(--ev-grey-800);border-color:hsla(0,0%,100%,.1)}html.dark .benefit-title,html.dark .section-title,html.dark .step-card h4,html.dark .task-card h3{color:#f2f2f4}html.dark .section-light{background-color:var(--section-bg)!important}html.dark .section-white{background-color:var(--section-bg-alt)!important}html.dark .glass-card-light{background:var(--ev-grey-800);border-color:hsla(0,0%,100%,.1)}html.dark .glass-card-light p.text-gray-600{color:var(--ev-grey-300)}html.dark .text-gray-900{color:#f2f2f4}html.dark .text-gray-800{color:#e5e5e7}html.dark .text-gray-700{color:#c2c2c6}html.dark .text-gray-500,html.dark .text-gray-600{color:var(--ev-grey-300)}html.dark .text-gray-400{color:var(--ev-grey-400)}html.dark .benefits-card,html.dark .different-card{background-color:var(--ev-grey-800);border-color:hsla(0,0%,100%,.1)}html.dark .payout-item{background-color:hsla(0,0%,100%,.03)}html.dark .payout-item:hover{background-color:hsla(0,0%,100%,.06)}html.dark .reviews-section{background-color:var(--section-bg)}.hidden-content{display:none}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.adv-service-card{background:#fff;border:1px solid var(--ev-grey-100);transition:transform .3s ease,border-color .3s ease}.adv-service-card:hover{border-color:var(--ev-grey-300);transform:translateY(-3px)}html.dark .adv-service-card{background:var(--ev-grey-800);border-color:hsla(0,0%,100%,.1)}html.dark .adv-service-card:hover{border-color:hsla(0,0%,100%,.3)}.adv-feature-card{transition:none}.carousel-indicators{display:none}@media (max-width:768px){.reviews-carousel{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;gap:1rem!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}.review-card{flex:0 0 48%!important;scroll-snap-align:start!important}.carousel-indicators{display:flex!important}#user-content .constellation-container{display:none!important}.w-\[400px\]{width:90%!important;max-width:350px!important}#dynamic-notification{min-width:280px!important;max-width:320px!important;right:-2%!important;bottom:20px!important;padding:12px 16px!important}.toggle-container{width:240px!important}}@media (max-width:480px){.reviews-carousel{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;gap:1rem!important;padding:0 1rem!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.reviews-carousel::-webkit-scrollbar{display:none!important}.review-card{flex:0 0 85%!important;scroll-snap-align:center!important;min-width:280px!important}.carousel-indicators{display:flex!important}.indicator{width:8px;height:8px;border-radius:50%;background-color:var(--ev-grey-300);cursor:pointer;transition:all .3s ease}.indicator.active{width:24px;border-radius:4px;background-color:var(--ev-grey-900)}#user-content .constellation-container{display:none!important}.w-\[400px\]{width:100%!important;max-width:340px!important;margin:0 auto!important}.absolute.top-16.-left-12,.absolute.top-16.-left-4{display:none!important}#dynamic-notification{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:1rem auto 0!important;min-width:280px!important;max-width:100%!important;width:calc(100% - 2rem)!important;padding:10px 14px!important}.perspective-\[1000px\],.relative.h-\[500px\].flex.items-center.justify-center{height:auto!important;min-height:auto!important;flex-direction:column!important;padding:2rem 1rem!important}.toggle-container{width:200px!important;font-size:.85rem!important}.toggle-btn{padding:6px 16px!important;font-size:.8rem!important}.adv-hero-bg,.hero-bg{padding-top:8.5rem!important;padding-bottom:3rem!important}body{overflow-x:hidden!important}.absolute.bottom-28{bottom:auto!important}.grid.md\:grid-cols-2{gap:2rem!important}.stats-section-card{padding:2rem 1.5rem!important}}@media (max-width:360px){.toggle-container{width:180px!important}.toggle-btn{padding:5px 12px!important;font-size:.75rem!important}#dynamic-notification{min-width:260px!important;font-size:.85rem!important}h1{font-size:1.75rem!important;line-height:1.2!important}.stats-section-card{padding:1.5rem 1rem!important}.grid.md\:grid-cols-2{gap:1.5rem!important}#advertiser-content .adv-hero-bg h1{margin-top:1rem!important}#advertiser-content .adv-hero-bg p{padding:0 .25rem!important}#advertiser-content .adv-hero-bg button{font-size:.875rem!important;padding:.75rem 1.5rem!important}#advertiser-content .w-\[400px\]{width:98%!important}}@media (max-width:768px){.hero-bg,body{overflow-x:hidden!important}h1,h2,h3,p{word-wrap:break-word!important;overflow-wrap:break-word!important}#stats-section .fa-solid.text-9xl,#stats-section .text-9xl,.stats-section-card .fa-solid.text-9xl,.stats-section-card .text-9xl{font-size:5rem!important;opacity:.06!important}.adv-stat-number,.user-stat-number{font-size:2.5rem!important}#user-content .hero-bg{padding-top:8rem!important;padding-bottom:3rem!important}#user-content .hero-bg h1{margin-top:1rem!important}#advertiser-content .adv-hero-bg{padding-top:8rem!important;padding-bottom:5rem!important}#advertiser-content .adv-hero-bg h1{margin-top:1rem!important}#advertiser-content .adv-hero-bg p{max-width:100%!important;padding:0 .5rem!important}#advertiser-content .adv-hero-bg button{font-size:.95rem!important;padding:.85rem 2rem!important}#advertiser-content .adv-hero-bg .max-w-7xl{padding-left:1rem!important;padding-right:1rem!important}#advertiser-content .w-\[400px\]{width:95%!important;max-width:360px!important;margin:0 auto!important}#advertiser-content .absolute.top-16.-left-12,#advertiser-content .absolute.top-16.-left-4{display:none!important}#advertiser-content #dynamic-notification{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:-2rem auto 0!important;width:95%!important;max-width:360px!important;min-width:auto!important;z-index:40!important}}#navbar{background:transparent;border-bottom:1px solid transparent}#navbar.scrolled{position:fixed!important;top:0!important;background:rgba(8,9,10,.78)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;padding-top:.75rem!important;padding-bottom:.75rem!important}html.dark #navbar.scrolled{background:rgba(8,9,10,.85)!important}#navbar.scrolled .max-w-7xl{transition:all .3s ease}html.dark #advertiser-content .stats-section-card{background:linear-gradient(135deg,var(--ev-grey-800) 0,var(--ev-grey-900) 100%)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark footer{background-color:var(--ev-grey-900)!important}html.dark .adv-feature-card{background-color:var(--ev-grey-800)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark .adv-feature-card h3{color:#f2f2f4!important}html.dark section.bg-slate-50{background-color:var(--section-bg-alt)!important}html.dark section.bg-slate-50 .bg-white{border-color:hsla(0,0%,100%,.1)!important}html.dark section.bg-slate-50 .bg-blue-50,html.dark section.bg-slate-50 .bg-green-50,html.dark section.bg-slate-50 .bg-indigo-50,html.dark section.bg-slate-50 .bg-pink-50,html.dark section.bg-slate-50 .bg-purple-50,html.dark section.bg-slate-50 .bg-white{background-color:var(--ev-grey-800)!important}html.dark section.bg-slate-50 h3{color:#f2f2f4!important}html.dark #mobile-menu{background:rgba(8,9,10,.96)!important;border-left:1px solid hsla(0,0%,100%,.1)!important}html.dark .task-card{background-color:var(--ev-grey-800)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark .task-card h3{color:#f2f2f4!important}html.dark .task-card p{color:var(--ev-grey-300)!important}html.dark .bg-blue-50\/50{background-color:var(--section-bg)!important}@media (max-width:768px){#navbar.scrolled .toggle-container{display:none!important}}html.dark #earning-types{background:var(--section-bg)!important}html.dark #earning-types>.absolute{opacity:0!important}html.dark #earning-types .bg-white{background-color:var(--ev-grey-800)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark .bg-orange-50{background-color:var(--ev-accent-12)!important}html.dark #stats-section .absolute.bottom-0,html.dark #stats-section .absolute.inset-0,html.dark #stats-section .absolute.top-0,html.dark #stats-section .bg-blue-300\/15,html.dark #stats-section .bg-gradient-to-r,html.dark #stats-section .bg-white\/10{display:none!important}#stats-section .absolute.inset-0.bg-gradient-to-r{opacity:.3!important}#stats-section .absolute.bottom-0.bg-blue-300\/15,#stats-section .absolute.top-0.bg-white\/10{opacity:.4!important}.bg-blue-50\/40{background-color:var(--ev-grey-50)!important}html.dark .bg-blue-50\/40{background-color:var(--section-bg)!important}.section-locked-light .text-gray-900,.section-locked-light h2,.section-locked-light h3,.section-locked-light h4{color:#1d1d1f!important}.section-locked-light .text-gray-500,.section-locked-light .text-gray-600,.section-locked-light .text-gray-700,.section-locked-light p{color:#52525b!important}.section-locked-light .text-gray-400{color:#6c6c70!important}.section-locked-light .ev-accent-blue{color:var(--ev-accent)!important}.section-locked-light .bg-white,.section-locked-light .dark\:bg-\[\#1C1C1E\]{background-color:#fff!important}.ev-accent-blue,.ev-accent-blue-light{color:var(--ev-accent)!important}.ev-bg-blue{background-color:var(--ev-accent)!important;color:var(--ev-accent-on)!important}.ev-bg-blue-glow{box-shadow:none!important}.ev-text-on-graphite{color:hsla(0,0%,100%,.92)!important}.ev-text-on-graphite-dim{color:hsla(0,0%,100%,.6)!important}.adv-hero-bg .ev-accent-blue,.glass-card-dark .ev-accent-blue,.hero-bg .ev-accent-blue,[style*="rgba(28,28,30"] .ev-accent-blue{color:var(--ev-accent)!important}.ev-glass-dark{background:rgba(28,28,30,.55);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,0) 38%);background-blend-mode:normal}.ev-glass-dark,.ev-glass-light{position:relative;backdrop-filter:blur(20px) saturate(180%)}.ev-glass-light{background:hsla(0,0%,100%,.65);border:1px solid rgba(0,0,0,.08);border-radius:24px}@media (prefers-reduced-transparency:reduce){.ev-glass-dark{background:var(--ev-grey-800)!important;background-image:none!important;backdrop-filter:none!important}.ev-glass-light{background:#fff!important;backdrop-filter:none!important}}.premium-stats{position:relative;isolation:isolate}.premium-stats:before{content:"";position:absolute;inset:-20% 10% auto 10%;height:70%;background:radial-gradient(60% 80% at 50% 50%,rgba(124,92,255,.18) 0,rgba(124,92,255,.06) 35%,transparent 70%);filter:blur(40px);z-index:-1;pointer-events:none}html:not(.dark) .premium-stats:before{background:radial-gradient(60% 80% at 50% 50%,rgba(124,92,255,.12) 0,rgba(124,92,255,.04) 35%,transparent 70%)}.premium-stats-deck{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;position:relative}.premium-stat-card{position:relative;padding:32px 28px;border-radius:24px;background:rgba(28,28,30,.55);backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.1);background-image:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,0) 38%);transition:transform .35s cubic-bezier(.2,0,0,1),border-color .35s cubic-bezier(.2,0,0,1);overflow:hidden}.premium-stat-card:hover{transform:translateY(-2px);border-color:rgba(124,92,255,.3)}.premium-stat-card:before{content:"";position:absolute;top:0;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,rgba(124,92,255,.45) 50%,transparent);opacity:.55}.premium-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.92);font-size:.9rem;margin-bottom:24px;transition:background .3s ease,border-color .3s ease,color .3s ease}.premium-stat-card:hover .premium-stat-icon{background:var(--ev-accent-12);border-color:var(--ev-accent-30);color:var(--ev-accent-soft)}.premium-stat-eyebrow{font-size:.6875rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px}.premium-stat-figure{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1;letter-spacing:-.032em;font-variant-numeric:tabular-nums;color:#fff;margin-bottom:4px;display:flex;align-items:baseline;gap:6px}.premium-stat-figure .unit{font-size:1rem;font-weight:500;letter-spacing:-.011em;color:hsla(0,0%,100%,.45);font-variant-numeric:normal}.premium-stat-figure .accent-dot{width:6px;height:6px;border-radius:999px;background:var(--ev-accent);align-self:center;transform:translateY(-.5em)}.premium-stat-desc{color:hsla(0,0%,100%,.6);font-size:.8125rem;line-height:1.5;margin-top:16px;max-width:260px}.premium-stat-pulse{position:absolute;top:32px;right:28px;display:inline-flex;align-items:center;gap:6px;font-size:.625rem;font-weight:600;color:hsla(0,0%,100%,.55);letter-spacing:.1em;text-transform:uppercase}.premium-stat-pulse .dot{position:relative;width:6px;height:6px;border-radius:999px;background:var(--ev-accent)}.premium-stat-pulse .dot:after{content:"";position:absolute;inset:-3px;border-radius:999px;background:var(--ev-accent-30);animation:stat-pulse 2.4s cubic-bezier(.2,0,0,1) infinite}@keyframes stat-pulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(2.2);opacity:0}}@media (prefers-reduced-motion:reduce){.premium-stat-pulse .dot:after{animation:none;opacity:0}}@media (prefers-reduced-transparency:reduce){.premium-stat-card{background:var(--ev-grey-800)!important;background-image:none!important;backdrop-filter:none!important}}@media (max-width:768px){.premium-stats-deck{grid-template-columns:1fr;gap:12px}.premium-stat-card{padding:24px 22px}.premium-stat-figure{font-size:2.5rem}.premium-stat-pulse{top:24px;right:22px}.premium-stats:before{inset:-10% 0 auto 0;height:60%}}.faq-item{background:hsla(0,0%,100%,.03);backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;transition:border-color .3s ease,background .3s ease}.faq-item:hover{border-color:hsla(0,0%,100%,.16)}.faq-item[open]{border-color:var(--ev-accent-30);background:rgba(124,92,255,.04)}.faq-item[open] .faq-chevron{color:var(--ev-accent-soft)}.faq-chevron{transition:transform .3s ease,color .3s ease;color:hsla(0,0%,100%,.55)}@media (prefers-reduced-transparency:reduce){.faq-item{background:hsla(0,0%,100%,.04)!important;backdrop-filter:none!important}}.btn-ghost-glass{background:hsla(0,0%,100%,.05);backdrop-filter:blur(16px) saturate(160%);border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.92);letter-spacing:-.011em;transition:background .25s ease,border-color .25s ease,transform .25s ease}.btn-ghost-glass:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.28);transform:translateY(-1px)}.btn-ghost-glass:active{transform:translateY(0)}@media (prefers-reduced-transparency:reduce){.btn-ghost-glass{background:hsla(0,0%,100%,.08)!important;backdrop-filter:none!important}}.hero-bg .constellation-container:before{content:"";position:absolute;inset:10% 5%;background:radial-gradient(50% 50% at 50% 50%,rgba(124,92,255,.22) 0,rgba(124,92,255,.08) 35%,transparent 70%);filter:blur(48px);z-index:-1;pointer-events:none}.adv-hero-bg h1,.hero-bg h1{letter-spacing:-.032em!important}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--ev-accent-12);border:1px solid var(--ev-accent-30);color:var(--ev-accent-soft);font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:24px}.hero-eyebrow .dot{width:5px;height:5px;border-radius:999px;background:var(--ev-accent-soft)}html.dark #earning-types .bg-white,html.dark .adv-feature-card,html.dark .adv-service-card,html.dark .benefits-card,html.dark .different-card,html.dark .step-card,html.dark .task-card,html.dark section.bg-slate-50 .bg-white{background:rgba(28,28,30,.82)!important;backdrop-filter:blur(20px) saturate(180%);border-color:hsla(0,0%,100%,.14)!important;background-image:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 40%)}html.dark .adv-feature-card:hover,html.dark .adv-service-card:hover,html.dark .benefits-card:hover,html.dark .different-card:hover,html.dark .step-card:hover,html.dark .task-card:hover{border-color:var(--ev-accent-30)!important}@media (prefers-reduced-transparency:reduce){html.dark #earning-types .bg-white,html.dark .adv-feature-card,html.dark .adv-service-card,html.dark .benefits-card,html.dark .different-card,html.dark .step-card,html.dark .task-card,html.dark section.bg-slate-50 .bg-white{background:var(--ev-grey-800)!important;background-image:none!important;backdrop-filter:none!important}}html:not(.dark) .adv-feature-card:hover,html:not(.dark) .adv-service-card:hover,html:not(.dark) .different-card:hover,html:not(.dark) .step-card:hover,html:not(.dark) .task-card:hover{border-color:var(--ev-accent-30)!important}html:not(.dark) .step-card .w-20,html:not(.dark) .step-card [class*=rounded-full][class*=text-white]{transition:filter .3s ease}.section-locked-light .bg-gray-100,html:not(.dark) .bg-gray-100[class*=rounded-full]{background:rgba(0,0,0,.04)!important}html.dark .bg-gray-100[class*=rounded-full],html.dark .bg-white\/5[class*=rounded-full]{background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.1)!important}.category-cta-link i{transition:transform .3s cubic-bezier(.2,0,0,1)}footer form input:focus{border-color:var(--ev-accent-30)!important;background:hsla(0,0%,100%,.06)!important}footer .ev-bg-blue{background:var(--ev-accent)!important}footer .ev-bg-blue:hover{background:var(--ev-accent-pressed)!important}#navbar.scrolled{background:rgba(8,9,10,.72)!important;backdrop-filter:blur(24px) saturate(180%)!important}@media (prefers-reduced-transparency:reduce){#navbar.scrolled{background:rgba(8,9,10,.96)!important;backdrop-filter:none!important}}.adv-hero-bg .ev-bg-blue,.hero-bg .ev-bg-blue,.section-light .ev-bg-blue,.section-white .ev-bg-blue,html.dark .section-light .ev-bg-blue,html.dark .section-white .ev-bg-blue{background-color:var(--ev-accent)!important;color:#fff!important}.adv-feature-card:hover,.adv-service-card:hover,.benefits-card:hover,.category-card:hover,.different-card:hover,.faq-item:hover,.glass-card-light:hover,.premium-stat-card:hover,.premium-stat-card:hover .premium-stat-icon,.step-card:hover,.task-card:hover{transform:none!important}html.dark .adv-feature-card,html.dark .adv-feature-card:hover,html.dark .adv-service-card,html.dark .adv-service-card:hover,html.dark .benefits-card,html.dark .benefits-card:hover,html.dark .different-card,html.dark .different-card:hover,html.dark .faq-item,html.dark .faq-item:hover,html.dark .glass-card-light,html.dark .glass-card-light:hover,html.dark .premium-stat-card,html.dark .premium-stat-card:hover,html.dark .step-card,html.dark .step-card:hover,html.dark .task-card,html.dark .task-card:hover{border-color:hsla(0,0%,100%,.14)!important}html:not(.dark) .adv-feature-card,html:not(.dark) .adv-feature-card:hover,html:not(.dark) .adv-service-card,html:not(.dark) .adv-service-card:hover,html:not(.dark) .benefits-card,html:not(.dark) .benefits-card:hover,html:not(.dark) .different-card,html:not(.dark) .different-card:hover,html:not(.dark) .faq-item,html:not(.dark) .faq-item:hover,html:not(.dark) .glass-card-light,html:not(.dark) .glass-card-light:hover,html:not(.dark) .premium-stat-card,html:not(.dark) .premium-stat-card:hover,html:not(.dark) .step-card,html:not(.dark) .step-card:hover,html:not(.dark) .task-card,html:not(.dark) .task-card:hover{border-color:rgba(0,0,0,.12)!important}.premium-stat-card:hover .premium-stat-icon{background:hsla(0,0%,100%,.06)!important;border-color:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.92)!important}.premium-stat-card:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.16) 50%,transparent)!important;opacity:.5!important}