@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e4e4e7;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#e4e4e7;background:#0a0a0a;overflow-x:hidden}.app{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}h1,h2,h3{font-weight:800;letter-spacing:-.02em}.navbar{position:fixed;top:0;width:100%;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #262626;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:2.5rem;width:auto;filter:brightness(1.1)}.logo-text{font-size:2rem;font-weight:900;color:#fff;letter-spacing:.1em}.nav-links{display:flex;gap:2rem}.nav-links a{color:#a1a1aa;text-decoration:none;font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.05em;transition:color .3s ease}.nav-links a:hover{color:#fff}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:5rem;background:radial-gradient(circle at 20% 80%,rgba(255,69,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,215,0,.05) 0%,transparent 50%),linear-gradient(135deg,#0a0a0a,#1a1a1a)}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:clamp(3rem,8vw,5rem);line-height:1.1;margin-bottom:1rem;color:#fff}.highlight{background:linear-gradient(135deg,#ff4500,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:700;color:gold;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.hero-description{font-size:1.1rem;color:#a1a1aa;margin-bottom:3rem;line-height:1.7;max-width:500px}.cta-section{max-width:500px}.waitlist-form{display:flex;gap:1rem;margin-bottom:1rem}.email-input{flex:1;padding:1rem 1.5rem;background:#ffffff0d;border:2px solid #404040;border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease}.email-input:focus{outline:none;border-color:#ff4500;background:#ffffff1a}.email-input::placeholder{color:#71717a}.cta-button{padding:1rem 2rem;background:linear-gradient(135deg,#ff4500,#ff6500);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #ff45004d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #ff450066;background:linear-gradient(135deg,#ff6500,#ff8500)}.success-message{color:#22c55e;font-weight:600;text-align:center;margin-top:1rem}.hero-visual{display:flex;justify-content:center;align-items:center}.strength-meter{background:#ffffff0d;border:2px solid #404040;border-radius:20px;padding:2rem;text-align:center;min-width:300px}.meter-label{color:#a1a1aa;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.meter-bar{background:#262626;height:20px;border-radius:10px;overflow:hidden;margin-bottom:1rem;position:relative}.meter-fill{background:linear-gradient(90deg,#ff4500,gold);height:100%;width:75%;border-radius:10px;animation:fillProgress 3s ease-in-out infinite}.meter-text{color:gold;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.1em}@keyframes fillProgress{0%,to{width:75%}50%{width:85%}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features{padding:6rem 0;background:#ffffff05}.section-title{font-size:3rem;text-align:center;margin-bottom:4rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#ffffff0d;border:1px solid #404040;border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#ff4500;box-shadow:0 20px 40px #ff45001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.feature-card p{color:#a1a1aa;line-height:1.6}.stats{padding:4rem 0;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-number{font-size:4rem;font-weight:900;color:gold;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.about{padding:6rem 0}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;color:#a1a1aa;margin-bottom:2rem;line-height:1.7}.manifesto{margin-top:4rem;padding:3rem;background:#ff45001a;border:2px solid #ff4500;border-radius:20px}.manifesto blockquote{font-size:1.5rem;font-style:italic;color:#fff;line-height:1.6;font-weight:600}.footer{background:#0a0a0a;border-top:1px solid #262626;padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-brand p{color:#a1a1aa;margin-top:.5rem;font-style:italic}.footer-links{display:flex;gap:2rem}.footer-links a{color:#a1a1aa;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #262626}.footer-bottom p{color:#71717a;font-size:.9rem}@media(max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-visual{order:-1}.strength-meter{min-width:250px}.waitlist-form{flex-direction:column}.nav-links{display:none}.logo-text{font-size:1.5rem}.logo-image{height:2rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.stats-grid{grid-template-columns:1fr;gap:2rem}}.faq-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #262626}.faq-item:last-child{border-bottom:none}.faq-item h3{color:gold;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.faq-item p{color:#a1a1aa;line-height:1.6}.support-link{display:inline-block;margin-top:.75rem;color:#ff4500;text-decoration:none;font-weight:600;transition:color .3s ease}.support-link:hover{color:#ff6500;text-decoration:underline}.support-page{min-height:100vh;background:#0a0a0a;color:#e4e4e7}.support-content{padding-top:6rem;padding-bottom:3rem}.support-container{max-width:800px;margin:0 auto;padding:0 2rem}.support-container h1{font-size:3rem;font-weight:800;color:#fff;margin-bottom:3rem;text-align:center}.support-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #262626}.support-section:last-child{border-bottom:none}.support-section h2{font-size:1.5rem;color:gold;margin-bottom:1rem;font-weight:700}.support-section p{line-height:1.6;margin-bottom:1rem;color:#a1a1aa}.support-section a{color:#ff4500;text-decoration:none;font-weight:600}.support-section a:hover{color:#ff6500;text-decoration:underline}.support-section ul{margin-left:1.5rem;color:#a1a1aa}.support-section li{margin-bottom:.5rem}.faq{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #1a1a1a}.faq:last-child{border-bottom:none}.faq h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.faq p{color:#a1a1aa;line-height:1.6}
