@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap";.hero-unicorn{position:relative;width:100%;height:100vh;background:#000000;overflow:hidden;display:flex;flex-direction:column}.bg-gradient{position:absolute;top:0;left:0;width:120%;height:120%;background:radial-gradient(ellipse 100% 100% at 50% 50%,rgba(17,17,17,.8) 0%,rgba(0,0,0,1) 70%);transform:translate(-10%,-10%);pointer-events:none}.ambient-glow{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:60vw;height:60vw;max-width:800px;max-height:800px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,rgba(139,92,246,.08) 40%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:1}.status-bar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;z-index:20;font-family:Inter,sans-serif}.stealth-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.1em}.pulse-dot{width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 #10b981b3}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.access-level{font-size:.75rem;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-content-unicorn{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;z-index:10;overflow:visible;padding-top:5vh;padding-bottom:15vh}.context-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem;min-height:1.5rem}.main-statement{position:relative;margin-bottom:1rem;min-height:clamp(8rem,20vw,16rem);display:flex;flex-direction:column;justify-content:center;align-items:center}.statement-container{position:relative;overflow:visible;display:flex;flex-direction:column;align-items:center}.word{display:inline-block;will-change:transform,opacity,filter}.main-text{font-family:Inter,sans-serif;font-size:clamp(3rem,8vw,8rem);font-weight:800;letter-spacing:-.04em;color:#fff;margin:0;margin-bottom:1rem;position:relative}.main-text.revealed{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 30%,#e5e7eb 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sub-text{font-family:Inter,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;color:#ffffffb3;margin:0;line-height:1.2}.reveal-glow{position:absolute;top:-20%;left:-20%;right:-20%;bottom:-20%;background:radial-gradient(ellipse,rgba(255,255,255,.1) 0%,transparent 60%);border-radius:50%;filter:blur(40px);z-index:-1}.action-section-wrapper{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:2rem}.action-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.pre-launch-text{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:#fffc;line-height:1.6;max-width:500px}.highlight{color:#fff;font-weight:600}.access-button{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#000;background:#ffffff;border:none;border-radius:50px;padding:1rem 2.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3,0 0 0 1px #ffffff1a}.access-button:hover{background:rgba(255,255,255,.95);box-shadow:0 8px 30px #ffffff4d,0 0 0 1px #fff3;transform:translateY(-2px)}.access-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.social-proof{display:flex;align-items:center;gap:1.5rem;font-family:Inter,sans-serif;margin-top:1rem}.proof-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.proof-number{font-size:1.25rem;font-weight:700;color:#fff;line-height:1}.proof-label{font-size:.75rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.proof-separator{color:#ffffff4d;font-size:.875rem}.footer-minimal{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;font-family:Inter,sans-serif;z-index:20}.company-mark{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.02em}.year-mark{font-size:.875rem;font-weight:500;color:#fff9}@media (max-width: 768px){.status-bar{padding:1.5rem 2rem}.hero-content-unicorn{padding:0 1.5rem}.main-text{font-size:clamp(2.5rem,12vw,5rem)}.sub-text{font-size:clamp(1.2rem,4vw,2rem)}.social-proof{flex-direction:column;gap:1rem}.proof-separator{display:none}.footer-minimal{padding:1.5rem 2rem}}@media (max-width: 480px){.status-bar{padding:1rem 1.5rem}.stealth-indicator span,.access-level{font-size:.625rem}.hero-content-unicorn{padding:0 1rem}.main-text{font-size:clamp(2rem,15vw,4rem)}.footer-minimal{padding:1rem 1.5rem}.company-mark{font-size:.875rem}}@media (prefers-reduced-motion: reduce){.pulse-dot,.loading-spinner{animation:none}.reveal-glow{display:none}}@media (prefers-contrast: high){.hero-unicorn{background:#000000}.main-text{color:#fff!important;background:none!important;-webkit-text-fill-color:#ffffff!important}.bg-gradient{display:none}}.hero-unicorn,.bg-gradient,.main-statement,.statement-container,.main-text,.sub-text,.action-section,.access-button{will-change:transform,opacity,filter;transform-style:preserve-3d;backface-visibility:hidden}.main-text span,.sub-text span{will-change:transform,opacity,filter;backface-visibility:hidden;-webkit-backface-visibility:hidden}.statement-container{transform-origin:center}.main-text,.sub-text{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.access-button:focus,.email-input:focus,.submit-button:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.toast-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:2rem;pointer-events:none}.toast-message{background:rgba(17,17,17,.95);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem 2rem;max-width:500px;width:100%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff0d;pointer-events:auto;position:relative;display:flex;align-items:center;gap:1rem}.toast-content{display:flex;align-items:center;gap:1rem;flex:1}.toast-icon{color:#f59e0b;font-size:1.2rem;font-weight:600;flex-shrink:0}.toast-text{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#ffffffe6;line-height:1.4;flex:1}.toast-close{background:none;border:none;color:#fff9;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s ease;flex-shrink:0}.toast-close:hover{color:#fff;background:rgba(255,255,255,.1)}@media (max-width: 768px){.toast-message{margin:1rem;padding:1.25rem 1.5rem;max-width:calc(100% - 2rem)}.toast-text{font-size:.85rem}}.tech-tags{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.tech-tag{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#8b5cf6e6;background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.2);border-radius:20px;padding:.5rem 1rem;letter-spacing:.02em;transition:all .3s ease}.tech-tag:hover{background:rgba(139,92,246,.15);border-color:#8b5cf666;color:#8b5cf6}.tech-tag-separator{color:#fff3;font-size:.5rem}.scroll-indicator{margin-top:5rem;bottom:0rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:20}.scroll-text{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.15em}.scroll-arrow{font-size:1.25rem;color:#fff6}@media (max-width: 768px){.tech-tags{gap:.5rem;margin-top:1rem;padding:0 1rem}.tech-tag{font-size:.75rem;padding:.4rem .8rem}.tech-tag-separator{display:none}.scroll-indicator{bottom:2rem}}.vision-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem;background:#000000;overflow:hidden}.vision-bg-gradient{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse 50% 50% at 50% 50%,rgba(99,102,241,.08) 0%,rgba(139,92,246,.04) 30%,transparent 60%);pointer-events:none}.vision-content{position:relative;z-index:10;max-width:1100px;width:100%;text-align:center}.vision-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#8b5cf6e6;text-transform:uppercase;letter-spacing:.2em;margin-bottom:2rem}.vision-headline{font-family:Inter,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin:0 0 2rem;line-height:1.1}.vision-emphasis{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 50%,#c4b5fd 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-style:italic}.vision-description{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#ffffffb3;line-height:1.7;max-width:700px;margin:0 auto 4rem}.vision-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:5rem;flex-wrap:wrap}.stat-item{text-align:center;min-width:180px}.stat-value{font-family:Inter,sans-serif;font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#ffffff 0%,rgba(255,255,255,.8) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:.5rem}.stat-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.stat-sublabel{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#ffffff80}.vision-quote{position:relative;max-width:800px;margin:0 auto;padding:3rem;background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.15);border-radius:16px}.quote-mark{position:absolute;top:1rem;left:2rem;font-family:Inter,serif;font-size:6rem;font-weight:800;color:#8b5cf633;line-height:1}.vision-quote blockquote{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#ffffffd9;line-height:1.7;margin:0 0 1.5rem;font-style:normal;position:relative;z-index:1}.vision-quote blockquote em{font-style:italic;color:#a78bfa}.vision-quote cite{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#ffffff80;font-style:normal}.vision-decorative{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.deco-line{position:absolute;background:linear-gradient(90deg,transparent 0%,rgba(139,92,246,.3) 50%,transparent 100%)}.deco-line-1{top:15%;left:0;right:0;height:1px;transform-origin:left center}.deco-line-2{top:0;right:20%;width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(139,92,246,.2) 50%,transparent 100%);transform-origin:top center}@media (max-width: 768px){.vision-section{padding:6rem 1.5rem}.vision-stats{gap:2rem}.stat-item{min-width:140px}.vision-quote{padding:2rem 1.5rem}.quote-mark{font-size:4rem;left:1rem}.vision-quote blockquote{font-size:1.1rem}}@media (max-width: 480px){.vision-stats{flex-direction:column;gap:2.5rem}}.features-section{position:relative;min-height:100vh;padding:8rem 2rem;background:#000000;overflow:hidden}.features-bg{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.bg-grid{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:60px 60px;transform-origin:center center}.bg-noise{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;mix-blend-mode:overlay}.features-content{position:relative;z-index:10;max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:5rem}.features-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#ec4899e6;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.features-headline{font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin:0 0 1.5rem;line-height:1.15}.features-emphasis{background:linear-gradient(135deg,#ec4899 0%,#d946ef 50%,#a855f7 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-description{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:#fff9;line-height:1.7;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:5rem}.feature-card{position:relative;padding:2.5rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden;transition:all .4s ease}.feature-card:hover{background:rgba(255,255,255,.04);border-color:#ffffff1a}.feature-card:hover .feature-shine{opacity:1;transform:translate(100%)}.feature-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.03) 50%,transparent 100%);opacity:0;transition:all .6s ease;pointer-events:none}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;border-radius:14px;margin-bottom:1.5rem;box-shadow:0 8px 32px #0000004d}.feature-title{font-family:Inter,sans-serif;font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}.feature-description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#fff9;line-height:1.6;margin:0}.features-accent{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.accent-orb{width:80px;height:80px;background:radial-gradient(circle,rgba(168,85,247,.4) 0%,rgba(236,72,153,.2) 50%,transparent 70%);border-radius:50%;filter:blur(20px);animation:pulse-orb 4s infinite ease-in-out}@keyframes pulse-orb{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1}}.accent-text{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#ffffff80;text-align:center}@media (max-width: 900px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.features-section{padding:6rem 1.5rem}.features-header{margin-bottom:3rem}.feature-card{padding:2rem}.feature-icon{width:48px;height:48px;font-size:1.25rem;border-radius:12px}}.cta-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 0;background:#000000;overflow:hidden}.cta-orb{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,rgba(99,102,241,.08) 40%,transparent 70%);filter:blur(60px);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.cta-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(236,72,153,.12) 0%,rgba(168,85,247,.06) 40%,transparent 70%);top:40%;left:60%}.cta-content{position:relative;z-index:10;max-width:800px;margin:0 auto;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}.cta-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#8b5cf6e6;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.cta-headline{font-family:Inter,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin:0 0 1.5rem;line-height:1.1}.cta-emphasis{background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 50%,#f97316 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-description{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#ffffffb3;line-height:1.7;max-width:550px;margin:0 auto 3rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button-primary{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#000;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border:none;border-radius:50px;padding:1.25rem 2.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 32px #ffffff26}.cta-button-primary:hover{background:#ffffff}.button-arrow{font-size:1.25rem;transition:transform .3s ease}.cta-button-primary:hover .button-arrow{transform:translate(4px)}.cta-trust{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#ffffff80}.trust-icon{font-size:.5rem;color:#8b5cf6b3}.trust-separator{color:#fff3}.site-footer{position:relative;z-index:10;padding:4rem 2rem 2rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:2rem}.footer-logo{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.5rem}.footer-tagline{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#ffffff80}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#fff6}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#fff6;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#ffffffb3}@media (max-width: 768px){.cta-section{padding:6rem 1.5rem 0}.cta-description{font-size:1.1rem}.cta-button-primary{width:100%;justify-content:center;padding:1.125rem 2rem}.cta-trust{flex-direction:column;gap:.75rem}.trust-separator{display:none}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.waitlist-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem;box-sizing:border-box}.waitlist-modal{position:relative;background:linear-gradient(180deg,rgba(24,24,27,.98) 0%,rgba(17,17,17,.98) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;max-width:420px;width:100%;box-shadow:0 0 0 1px #ffffff0d,0 25px 50px -12px #000c,0 0 100px #8b5cf61a;text-align:center}.modal-close-btn{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#ffffff80;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#ffffff26}.modal-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(139,92,246,.15) 0%,rgba(99,102,241,.15) 100%);border:1px solid rgba(139,92,246,.2);border-radius:16px;color:#8b5cf6e6}.waitlist-modal .modal-header{margin-bottom:1.5rem;text-align:center}.waitlist-modal .modal-header h3{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.waitlist-modal .modal-header p{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#8b5cf6e6;text-transform:uppercase;letter-spacing:.08em;margin:0}.waitlist-modal .modal-body{margin-bottom:1.75rem}.waitlist-modal .modal-body>p{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#ffffffb3;line-height:1.6;margin:0 0 1.25rem}.waitlist-modal .modal-features{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px}.waitlist-modal .modal-feature{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.875rem;color:#fffc;text-align:left}.waitlist-modal .feature-dot{width:6px;height:6px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;flex-shrink:0}.modal-action-btn{width:100%;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#000;background:linear-gradient(135deg,#ffffff 0%,#f0f0f0 100%);border:none;border-radius:12px;padding:1rem 1.5rem;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #0000004d,inset 0 1px #fffc}.modal-action-btn:hover{background:linear-gradient(135deg,#ffffff 0%,#e8e8e8 100%);box-shadow:0 8px 20px #0006,inset 0 1px #fffc;transform:translateY(-1px)}.modal-action-btn:active{transform:translateY(0)}.modal-footer-text{font-family:Inter,sans-serif;font-size:.8rem;color:#fff6;margin:1.25rem 0 0;letter-spacing:.02em}@media (max-width: 768px){.waitlist-modal{padding:2rem;margin:1rem;max-width:100%}.modal-icon{width:56px;height:56px;margin-bottom:1.25rem}.waitlist-modal .modal-header h3{font-size:1.5rem}}@media (max-width: 480px){.waitlist-overlay{padding:1rem}.waitlist-modal{padding:1.5rem}.waitlist-modal .modal-header h3{font-size:1.35rem}.waitlist-modal .modal-body>p{font-size:.9rem}.waitlist-modal .modal-feature{font-size:.8rem}}.App{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{width:100%;margin:0;padding:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(139,92,246,.8) 0%,rgba(99,102,241,.8) 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(139,92,246,1) 0%,rgba(99,102,241,1) 100%)}:root{--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-50: #f0f9ff;--primary-100: #e0f2fe;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-900: #0c4a6e;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 30%, #ff6b6b 60%, #4ecdc4 100%);--gradient-feature: linear-gradient(135deg, rgba(102, 126, 234, .1), rgba(255, 107, 107, .08), rgba(118, 75, 162, .1));--gradient-glow: radial-gradient(circle, rgba(102, 126, 234, .3) 0%, rgba(118, 75, 162, .2) 50%, transparent 70%);--dark-bg: #000000;--dark-surface: #0a0a0a;--dark-text: #ffffff;--dark-text-muted: #a1a1aa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background:var(--dark-bg);color:var(--dark-text);overflow-x:hidden;min-height:100vh;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:800}h2{font-size:clamp(1.75rem,5vw,3rem);font-weight:700}h3{font-size:clamp(1.25rem,3vw,1.875rem);font-weight:600}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:var(--dark-text-muted)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-glow{filter:drop-shadow(0 0 20px rgba(102,126,234,.3))}.animated-element,[class*=hero],[class*=feature]:not(.modal-feature),[class*=particle]{will-change:transform,opacity;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}@media (prefers-reduced-motion: no-preference){*{scroll-behavior:smooth}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
