:root{--font-sans: "Space Grotesk", "DM Sans", "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace}html{scroll-behavior:smooth}html,body,#root{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}code{font-family:var(--font-mono)}body.modal-open #root{pointer-events:none;filter:blur(6px);transform:translateZ(0)}body.modal-open #root *{animation-play-state:paused!important;transition:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.nav{interpolate-size:allow-keywords;--spring-easing: linear(0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .983 43.7%, 1.009 50.7%, 1.017 59.3%, 1.009 68.4%, 1.002 85.5%, 1);--spring-duration: .6s;position:fixed;top:1rem;left:50%;transform:translate(-50%);width:94%;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.5rem 1.5rem;transition:width var(--spring-duration) var(--spring-easing),padding var(--spring-duration) var(--spring-easing);background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff1a);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);isolation:isolate;contain:layout style;border:1px solid rgba(255,255,255,.12);border-radius:1rem;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014,inset 0 1px #ffffff1a}.nav:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.03) 50%,transparent 100%);border-radius:1rem;pointer-events:none}.nav-logo-row{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.nav-logo{height:2rem;width:auto}.nav-logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;white-space:nowrap}.nav-badge{padding:.35rem .75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:.65rem;font-weight:500;color:#fffc;letter-spacing:.05em;white-space:nowrap}.nav-links{display:flex;gap:.5rem;justify-content:center;position:relative;z-index:1}.nav-pill{position:absolute;height:100%;top:0;left:0;border-radius:100px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff14;transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),opacity .2s ease;opacity:0;pointer-events:none}.nav-links a{color:#ffffffb3;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;letter-spacing:.01em;padding:.4rem .75rem;border-radius:100px;position:relative;z-index:1}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-actions{display:flex;align-items:center;gap:.75rem;justify-self:end;position:relative;z-index:1}.nav-signin{padding:.625rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;font-weight:500;font-family:var(--font-sans);border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-signin:hover{background:#ffffff14;border-color:#ffffff4d}.nav-cta{padding:.625rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;font-weight:500;font-family:var(--font-sans);border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-cta:hover{background:#ffffff26;border-color:#ffffff4d}.nav-compact{width:fit-content;min-width:1020px;padding:.5rem 2rem}@media(max-width:768px){.nav{width:92%;padding:.5rem 1.25rem;top:.75rem}.nav-compact{width:fit-content}.nav-links{display:none}}.footer{padding:5rem 3rem 2rem;position:relative}.footer-content{max-width:1100px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{max-width:250px}.footer-logo{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.footer-tagline{font-size:.9375rem;color:#fff6;margin:0;line-height:1.5}.footer-links{display:flex;gap:5rem}.footer-column h4{font-size:.75rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.25rem}.footer-column a{display:block;font-size:.9375rem;color:#fff6;text-decoration:none;margin-bottom:.75rem;transition:color .2s ease}.footer-column a:hover{color:#fffc}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer-bottom p{font-size:.875rem;color:#ffffff4d;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.875rem;color:#ffffff4d;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#fff9}@media(max-width:768px){.footer{padding:4rem 1.5rem 2rem}.footer-main{flex-direction:column;gap:3rem}.footer-links{gap:2rem;flex-wrap:wrap}.footer-column{min-width:120px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.glow-text{display:inline-block;color:#f2f2f2;text-shadow:0 0 4px rgba(255,255,255,.25),0 1px 8px rgba(255,255,255,.15),0 2px 20px rgba(255,255,255,.1)}.animated-gradient-text{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:300% 100%;animation:gradient linear infinite;border-radius:inherit;z-index:0;pointer-events:none}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animated-gradient-text .text-content{display:inline-block;position:relative;z-index:2;background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient linear infinite}.shiny-button{position:relative;font-family:var(--font-sans);padding:.875rem 2rem;background:linear-gradient(135deg,#e8e8e8,#fff,#e8e8e8);color:#000;border:none;border-radius:10px;font-weight:500;font-size:.9375rem;letter-spacing:.01em;cursor:pointer;overflow:hidden;transition:box-shadow .3s ease,transform .2s ease;display:inline-flex;align-items:center;justify-content:center}.shiny-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.shiny-button:active{transform:scale(.98)}.shiny-button-content{position:relative;letter-spacing:-.01em}:root{--accent-orange: rgb(210, 150, 80);--accent-green: rgb(120, 190, 120)}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;min-height:100vh;position:relative}.global-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background:#000 url(/dither-background.png) center / cover no-repeat;filter:blur(8px) brightness(.15) contrast(.8)}.global-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.06;mix-blend-mode:overlay}.hero{position:relative;width:100%;min-height:100vh;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center;overflow:visible}.hero-lights{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-light{position:absolute;top:0;width:500px;height:500px;opacity:.6}.hero-light img{width:100%;height:100%;object-fit:cover}.hero-light-left{left:0}.hero-light-right{right:0}.hero-cards-left,.hero-cards-right{position:absolute;top:100px;width:600px;height:800px;z-index:5;pointer-events:none;display:none}@media(min-width:1200px){.hero-cards-left,.hero-cards-right{display:block}}.hero-cards-left{left:-50px}.hero-cards-right{right:-50px}.hero-float-card{position:absolute;pointer-events:auto}.hero-widget-inner{border-radius:14px;box-shadow:0 4px 12px #0006;border:1px solid rgba(255,255,255,.1);overflow:visible}.hero-widget-inner img{width:100%;height:auto;display:block;border-radius:14px}.hero-float-card:hover .hero-widget-inner{transform:scale(1.02);transition:transform .5s ease}.hero-float-card-1{width:445px;top:90px;left:135px}.hero-float-card-2{width:262px;top:420px;left:335px}.hero-float-card-3{width:461px;top:60px;left:35px}.hero-float-card-4{width:264px;top:400px;left:15px}@media(max-width:1400px){.hero-cards-left,.hero-cards-right{transform:scale(.8);transform-origin:top left}.hero-cards-right{transform-origin:top right}}@media(min-width:2560px){.hero-cards-left{left:150px}.hero-cards-right{right:150px}}@media(min-width:3840px){.hero-cards-left{left:350px}.hero-cards-right{right:350px}}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px;text-align:center;padding:2rem;padding-top:160px;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#131315;border:1px solid rgb(28,30,32);border-radius:100px;cursor:pointer;transition:all .3s ease}.hero-badge:hover{border-color:#32353a;background:#19191c}.hero-badge:hover .hero-badge-arrow{transform:translate(3px)}.hero-badge-icon{display:flex;align-items:center;justify-content:center;color:var(--accent-orange)}.hero-badge-text{font-family:var(--font-sans);font-size:.9375rem;font-weight:500;color:#fff;letter-spacing:-.01em}.hero-badge-arrow{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#d296501f;border-radius:100px;color:var(--accent-orange);transition:transform .3s ease}.hero-title{display:flex;flex-direction:column;align-items:center;gap:0;margin:0}.hero-title-line{font-family:"Inter Tight",var(--font-sans);font-size:clamp(3rem,10vw,5.5rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1}.hero-subtitle{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#92969f;line-height:1.7;max-width:600px;margin:8px 0 0}.hero-cta-container{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px}.hero-main-cta{font-size:1.0625rem!important;padding:16px 32px!important;border-radius:12px!important}.hero-cta-note{display:flex;align-items:center;gap:6px;color:#92969f;font-size:.9375rem;font-weight:400;position:relative;z-index:-1}.hero-note-icon{opacity:.8;color:var(--accent-green)}.pricing-cards{display:flex;gap:1.5rem;margin-top:2.5rem;justify-content:center;flex-wrap:wrap}.pricing-container{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 2.5rem 2.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;width:320px}.pricing-container-featured{border-color:#d296504d;border-width:2px;background:#ffffff1a}.pricing-plan-label{font-size:1.25rem;font-weight:600;color:#fffc;letter-spacing:-.01em;margin-bottom:.5rem}.pricing-badge-area{height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.pricing-badge-placeholder{height:100%}.pricing-savings-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;padding:8px 16px;background:var(--accent-orange);border-radius:100px;font-size:.75rem;font-weight:700;color:#000;letter-spacing:.02em}.pricing-subtitle{font-size:.875rem;color:#fff6;margin-bottom:1.5rem}.pricing-price-container{display:flex;align-items:baseline;gap:4px;margin-bottom:1rem}.pricing-currency{font-family:"Inter Tight",var(--font-sans);font-size:2.5rem;font-weight:600;color:#fff9;align-self:flex-start;margin-top:.5rem}.pricing-amount{font-family:"Inter Tight",var(--font-sans);font-size:4rem;font-weight:700;color:#fff;letter-spacing:-.04em;line-height:1}.pricing-period{font-family:var(--font-sans);font-size:1.25rem;font-weight:400;color:#fff6;margin-left:4px}.pricing-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;width:100%}.pricing-feature{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:#ffffffb3}.pricing-feature-icon{width:18px;height:18px;color:var(--accent-green);flex-shrink:0}.pricing-cta{width:100%;display:flex;justify-content:center;position:relative}.pricing-cta-note{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;font-size:.8125rem;color:#fff6;margin:0;white-space:nowrap;z-index:-1}.pricing-note-icon{color:var(--accent-green);opacity:.8;flex-shrink:0}.pricing-tax-note{font-size:.8125rem;color:#ffffff4d;margin-top:2rem;text-align:center}.pricing-button{width:100%;max-width:280px;font-size:1rem!important;padding:16px 32px!important}.feature-section{padding:5rem 3rem;position:relative}.feature-content{max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.feature-header{text-align:center;margin-bottom:3rem;max-width:900px;padding:0 2rem}.feature-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.875rem;font-weight:500;color:#ffffffb3;margin-bottom:1.5rem}.feature-badge-icon{display:flex;align-items:center;justify-content:center;color:var(--accent-green)}.feature-title{font-family:"Inter Tight",var(--font-sans);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1;margin:0 0 1.5rem}.feature-subtitle{font-family:var(--font-sans);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#92969f;line-height:1.7;max-width:600px;margin:0 auto}.feature-subsection{text-align:center;margin-top:5rem;margin-bottom:2.5rem;max-width:900px;padding:0 2rem}.feature-subsection-title{font-family:"Inter Tight",var(--font-sans);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1;margin:0 0 1.5rem}.git-images-row{display:flex;gap:1.5rem;max-width:1600px;width:90%;margin-bottom:2.5rem;align-items:flex-start}.git-img{flex:1;width:0;height:auto;border-radius:12px;border:none;object-fit:contain}@media(max-width:600px){.git-images-row{flex-direction:column;width:100%}.git-img{width:100%;flex:none}}.feature-grid{display:flex;flex-direction:column;align-items:center;width:100%}.feature-grid-reverse{flex-direction:column-reverse}.feature-preview{position:relative;width:90%;max-width:1600px;margin-bottom:2.5rem}.feature-preview-wrapper{position:relative;width:100%;overflow:hidden;border-radius:16px;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d;transition:box-shadow .5s ease}.feature-preview-wrapper:before{content:"";position:absolute;top:50%;left:50%;width:90%;height:90%;background:radial-gradient(ellipse at center,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 40%,transparent 70%);filter:blur(30px);transform:translate(-50%,-50%);z-index:-1;opacity:.6}.feature-preview-wrapper:hover{box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1f,0 0 60px -10px #ffffff1a}.feature-preview-wrapper img{width:100%;height:auto;display:block;border-radius:16px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.feature-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;max-width:1600px;width:90%;padding:0}.feature-card{padding:1.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.feature-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}.feature-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff14;border-radius:12px;margin-bottom:1rem;color:#fffc}.feature-card h3{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.feature-card p{font-family:var(--font-sans);font-size:.9375rem;font-weight:400;color:#ffffff8c;line-height:1.6;margin:0}@media(max-width:1200px){.feature-cards{grid-template-columns:repeat(3,1fr);width:90%}}@media(max-width:900px){.feature-section{padding:5rem 1.5rem}.feature-preview{width:100%;margin-bottom:3rem}.feature-cards{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.feature-header{margin-bottom:2rem;padding:0}.feature-card{padding:1.5rem}}@media(max-width:600px){.feature-cards{grid-template-columns:1fr}}@media(max-width:480px){.feature-section{padding:4rem 1rem}.feature-badge{font-size:.8125rem;padding:6px 12px}.feature-card-icon{width:40px;height:40px}.feature-card h3{font-size:1rem}.feature-card p{font-size:.875rem}}.platforms-section{padding:5rem 3rem;position:relative}.platforms-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.platforms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1000px;margin-bottom:2.5rem}.platform-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:.75rem}.platform-card:hover{transform:translateY(-2px);background:#ffffff0f;border-color:#ffffff26}.platform-card-active{border-color:#fff3;background:#ffffff0f}.platform-card-soon{opacity:.7}.platform-card-soon:hover{opacity:.85}.platform-icon{color:#92969f;margin-bottom:.25rem}.platform-card-active .platform-icon{color:#fff}.platform-card h3{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:#fff}.platform-card p{font-family:Space Grotesk,sans-serif;font-size:.875rem;color:#92969f;line-height:1.5}.platform-status{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:500;padding:4px 12px;border-radius:20px;letter-spacing:.02em}.platform-status-available{background:#78be781a;color:var(--accent-green);border:1px solid rgba(120,190,120,.2)}.platform-status-soon{background:#d2965014;color:var(--accent-orange);border:1px solid rgba(210,150,80,.15)}.platforms-cta-text{font-family:Space Grotesk,sans-serif;font-size:.9375rem;color:#92969f;text-align:center}.platforms-link{color:var(--accent-orange);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.platforms-link:hover{opacity:.8}@media(max-width:768px){.platforms-section{padding:4rem 1.5rem}.platforms-grid{grid-template-columns:1fr;max-width:360px}}.community-section{padding:6rem 3rem;position:relative;overflow:hidden}.community-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative}.community-glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(88,101,242,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.community-stats{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:.5rem;margin-bottom:2.5rem;padding:2rem 3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;width:100%;max-width:700px}.community-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem}.community-stat-number{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;line-height:1;display:flex;align-items:baseline}.community-stat-plus{font-size:1.5rem;color:#5865f2e6;font-weight:600;margin-left:2px}.community-stat-unit{font-size:1.5rem;color:#5865f2e6;font-weight:600;margin-left:1px}.community-stat-label{font-family:Space Grotesk,sans-serif;font-size:.8125rem;color:#92969f;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.community-stat-divider{width:1px;height:48px;background:#ffffff14}.community-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1000px;margin-top:1rem;margin-bottom:2.5rem}.community-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.community-card:hover{transform:translateY(-2px);background:#ffffff0f;border-color:#5865f24d}.community-card-icon{color:#5865f2e6;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#5865f214;border-radius:12px;margin-bottom:.25rem}.community-card h3{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:#fff}.community-card p{font-family:Space Grotesk,sans-serif;font-size:.875rem;color:#92969f;line-height:1.6}.community-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.community-discord-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2rem;background:#5865f226;border:1px solid rgba(88,101,242,.4);border-radius:12px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.community-discord-btn:hover{background:#5865f240;border-color:#5865f299;transform:translateY(-1px);box-shadow:0 4px 20px #5865f233}.community-discord-btn svg{color:#5865f2}.community-note{font-family:Space Grotesk,sans-serif;font-size:.875rem;color:#92969f;text-align:center}@media(max-width:768px){.community-section{padding:4rem 1.5rem}.community-stats{gap:1.5rem;padding:1.5rem;max-width:360px}.community-stat-number{font-size:2rem}.community-stat-divider{height:36px}.community-cards{grid-template-columns:1fr;max-width:360px}}.cta-section{padding:10rem 3rem;text-align:center;position:relative}.cta-content{max-width:1100px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}.cta-subtitle{font-size:1.125rem;color:#ffffff80;margin:0;line-height:1.6}.cta-button{padding:1rem 2.5rem;background:#fff;color:#000;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.cta-note{margin-top:1.5rem;font-size:.875rem;color:#fff6}.settings-btn{position:fixed;bottom:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:1.25rem;cursor:pointer;z-index:50;transition:all .2s ease}.settings-btn:hover{background:#ffffff1f;transform:scale(1.05)}@media(max-width:768px){.hero{padding-bottom:3rem}.hero-content{padding-top:8rem;gap:20px}.hero-badge{padding:8px 14px;gap:8px}.hero-badge-text{font-size:.8125rem}.hero-badge-arrow{width:22px;height:22px}.hero-title-line{font-size:clamp(2.25rem,9vw,3.5rem)}.hero-subtitle{font-size:1rem;padding:0 1rem}.hero-cta-container{width:100%;max-width:280px}.hero-main-cta{width:100%;padding:14px 24px!important}.cta-section{padding:6rem 1.5rem}.pricing-cards{flex-direction:column;align-items:center}.pricing-container{width:100%;max-width:320px;padding:2rem 1.5rem}.pricing-amount{font-size:3.5rem}.pricing-currency{font-size:1.25rem}}.legal-page{width:100%;min-height:100vh;position:relative;display:flex;flex-direction:column}.legal-nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;z-index:100;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.legal-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.legal-nav-logo-img{width:28px;height:28px}.legal-nav-back{font-size:.9375rem;color:#ffffff80;text-decoration:none;padding:8px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease}.legal-nav-back:hover{color:#fffc;border-color:#fff3;background:#ffffff0a}.legal-content{flex:1;max-width:800px;width:100%;margin:0 auto;padding:4rem 2rem 6rem}.legal-title{font-family:"Inter Tight",var(--font-sans);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;letter-spacing:-.03em;margin:0 0 .5rem}.legal-updated{font-size:.875rem;color:#ffffff59;margin:0 0 3rem}.legal-body h2{font-family:var(--font-sans);font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:-.02em;margin:2.5rem 0 1rem}.legal-body h3{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;color:#ffffffe6;margin:2rem 0 .75rem}.legal-body p{font-size:.9375rem;color:#fff9;line-height:1.8;margin:0 0 1rem}.legal-body ul,.legal-body ol{padding-left:1.5rem;margin:0 0 1rem}.legal-body li{font-size:.9375rem;color:#fff9;line-height:1.8;margin-bottom:.5rem}.legal-body a{color:#d29650;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.legal-body a:hover{opacity:.8}.legal-body strong{color:#ffffffd9;font-weight:600}.legal-body table{width:100%;border-collapse:collapse;margin:1.5rem 0}.legal-body th,.legal-body td{text-align:left;padding:.75rem 1rem;font-size:.9375rem;border-bottom:1px solid rgba(255,255,255,.08)}.legal-body th{color:#fffc;font-weight:600}.legal-body td{color:#fff9}.legal-footer{padding:2rem 3rem;border-top:1px solid rgba(255,255,255,.06)}.legal-footer-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.legal-footer-content p{font-size:.8125rem;color:#ffffff4d;margin:0}.legal-footer-links{display:flex;flex-wrap:wrap;gap:1.5rem}.legal-footer-links a{font-size:.8125rem;color:#ffffff4d;text-decoration:none;transition:color .2s ease}.legal-footer-links a:hover{color:#fff9}@media(max-width:768px){.legal-nav{padding:1rem 1.5rem}.legal-content{padding:2.5rem 1.5rem 4rem}.legal-footer{padding:2rem 1.5rem}.legal-footer-content{flex-direction:column;text-align:center}.legal-footer-links{justify-content:center}}
