*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--text-primary: #ffffff;--text-secondary: #a3a3a3;--text-muted: #666666;--orange-primary: #f97316;--orange-secondary: #ea580c;--orange-light: #fed7aa;--border: #333333;--border-light: #404040;--success: #22c55e;--success-bg: rgba(34, 197, 94, .1);--success-border: rgba(34, 197, 94, .3)}.app{min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;will-change:transform}.orb-1{width:400px;height:400px;background:radial-gradient(circle,var(--orange-primary),transparent);top:-200px;right:-200px;animation:float 8s ease-in-out infinite}.orb-2{width:600px;height:600px;background:radial-gradient(circle,var(--orange-secondary),transparent);bottom:-300px;left:-300px;animation:float 12s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.grid-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(249,115,22,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(249,115,22,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f973161a;border:1px solid rgba(249,115,22,.3);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;color:var(--orange-light);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--orange-primary),var(--orange-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:var(--orange-primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.waitlist-form{margin-bottom:3rem}.form-group{display:flex;max-width:500px;margin:0 auto;position:relative;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:4px;transition:all .3s ease}.form-group:focus-within{border-color:var(--orange-primary);box-shadow:0 0 0 4px #f973161a}.form-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);z-index:1;pointer-events:none}.email-input{flex:1;padding:1rem 1rem 1rem 3rem;border:none;background:transparent;color:var(--text-primary);font-size:1rem;outline:none;border-radius:8px}.email-input::placeholder{color:var(--text-muted)}.submit-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--orange-primary),var(--orange-secondary));color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:48px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note{color:var(--text-muted);font-size:.875rem;margin-top:1rem;text-align:center}.success-message{background:var(--success-bg);border:1px solid var(--success-border);border-radius:12px;padding:2rem;text-align:center;max-width:400px;margin:0 auto 3rem}.success-icon{width:48px;height:48px;background:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-message h3{color:var(--success);margin-bottom:.5rem;font-size:1.25rem}.success-message p{color:var(--text-secondary);margin-bottom:1.5rem}.reset-btn{background:transparent;border:1px solid var(--success);color:var(--success);padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .3s ease}.reset-btn:hover{background:var(--success);color:#fff}.stats{display:flex;align-items:center;justify-content:center;gap:2rem;color:var(--text-muted);font-size:.875rem}.stat{display:flex;align-items:center;gap:.5rem}.stat-divider{width:1px;height:20px;background:var(--border)}.features{padding:6rem 0;background:var(--bg-secondary)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--orange-primary);box-shadow:0 20px 40px #0000004d}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--orange-primary),var(--orange-secondary));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}.preview{padding:6rem 0}.preview-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.preview-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.preview-text p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.preview-features{list-style:none;padding:0}.preview-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-secondary)}.preview-features li svg{color:var(--orange-primary);flex-shrink:0}.preview-visual{position:relative}.browser-mockup{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.browser-header{background:var(--bg-tertiary);padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--border)}.browser-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#eab308}.dot.green{background:#22c55e}.browser-url{background:var(--bg-primary);padding:.5rem 1rem;border-radius:6px;color:var(--text-muted);font-size:.875rem;flex:1}.browser-content{padding:2rem;height:300px}.mockup-elements{height:100%;display:flex;flex-direction:column}.mockup-header{height:60px;background:linear-gradient(135deg,var(--orange-primary),var(--orange-secondary));border-radius:8px;margin-bottom:2rem}.mockup-content{margin-bottom:2rem}.mockup-line{height:12px;background:var(--border);border-radius:6px;margin-bottom:.5rem}.mockup-line.long{width:100%}.mockup-line.medium{width:70%}.mockup-line.short{width:40%}.mockup-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1}.mockup-card{height:80px;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px}.ai-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,var(--orange-primary),var(--orange-secondary));color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #f973164d}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.footer-brand p{color:var(--text-muted)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.footer-section a{display:block;color:var(--text-muted);text-decoration:none;margin-bottom:.5rem;transition:color .3s ease;cursor:pointer}.footer-section a:hover{color:var(--orange-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--text-muted);text-decoration:none;transition:color .3s ease;cursor:pointer}.footer-legal a:hover{color:var(--orange-primary)}@media (prefers-reduced-motion: reduce){.gradient-orb,.spinner{animation:none}*{transition-duration:.01ms!important}}@media (prefers-contrast: high){.gradient-text{-webkit-text-fill-color:var(--orange-primary);color:var(--orange-primary)}.section-title{-webkit-text-fill-color:var(--text-primary);color:var(--text-primary)}}@media (max-width: 768px){.container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.form-group{flex-direction:column;gap:4px}.form-icon{display:none}.email-input{padding:1rem}.submit-btn{justify-content:center}.stats{flex-direction:column;gap:1rem}.stat-divider{width:20px;height:1px}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.preview-content{grid-template-columns:1fr;gap:2rem}.preview-text{order:2}.preview-visual{order:1}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.hero-badge{font-size:.75rem;padding:.375rem .75rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.feature-card{padding:1.5rem}.preview-text h2{font-size:2rem}.browser-content{padding:1rem;height:250px}.mockup-cards{grid-template-columns:1fr}}.submit-btn:disabled .spinner{animation:spin 1s linear infinite}.email-input:focus,.submit-btn:focus,.reset-btn:focus{outline:2px solid var(--orange-primary);outline-offset:2px}@media print{.hero-background,.gradient-orb,.grid-pattern{display:none}.app{background:#fff;color:#000}}.form-group input:invalid{border-color:#ef4444}.form-group input:valid{border-color:var(--success)}.submit-btn:focus-visible{box-shadow:0 0 0 2px var(--orange-primary)}.reset-btn:focus-visible{box-shadow:0 0 0 2px var(--success)}@media (prefers-contrast: high){:root{--bg-primary: #000000;--bg-secondary: #111111;--bg-tertiary: #222222;--text-primary: #ffffff;--text-secondary: #cccccc;--text-muted: #999999;--border: #666666;--border-light: #777777}}.gradient-orb{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}html{scroll-behavior:smooth}img{height:auto;max-width:100%}body{text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:focus{outline:2px solid var(--orange-primary);outline-offset:2px}.hero-background{z-index:0}.hero-content{z-index:1}button:disabled{cursor:not-allowed}button:not(:disabled){cursor:pointer}section{position:relative}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;line-height:1.6;font-size:16px;overflow-x:hidden}#root{min-height:100vh;width:100%}*:focus-visible{outline:2px solid #f97316;outline-offset:2px}h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;font-weight:400}button{font-family:inherit;font-size:inherit;line-height:inherit;border:none;background:transparent;cursor:pointer}ul,ol{list-style:none;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (prefers-contrast: high){:root{--bg-primary: #000000;--bg-secondary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #cccccc;--border: #666666}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports not (backdrop-filter: blur(10px)){.hero-badge{background:#f9731633!important}}html,body{overflow-x:hidden;width:100%;max-width:100%}@font-face{font-display:swap}svg{display:inline-block;vertical-align:middle;flex-shrink:0}img{max-width:100%;height:auto;display:block}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}table{border-collapse:collapse;border-spacing:0}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:6px;background:#f97316;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link:focus{top:6px}::selection{background:#f97316;color:#fff}::-moz-selection{background:#f97316;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f97316}html{scrollbar-width:thin;scrollbar-color:#333333 #1a1a1a}*+*{margin-top:0}button:focus-visible{outline:2px solid #f97316;outline-offset:2px}@media (prefers-contrast: more){:root{--text-secondary: #ffffff;--text-muted: #cccccc;--border: #ffffff}}@media (prefers-color-scheme: dark){:root{color-scheme:dark}}@media (prefers-color-scheme: light){body{background:#0a0a0a;color:#fff}}p{line-height:1.6}h1{line-height:1.1}h2,h3{line-height:1.2}h4,h5,h6{line-height:1.3}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em}p{margin-top:0;margin-bottom:1em}input,textarea,select,button{border-radius:0}input[type=email],input[type=text],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width: 768px){button,input[type=submit],input[type=button],a{min-height:44px;min-width:44px}}.modal{z-index:1000}.dropdown{z-index:100}.tooltip{z-index:200}@media (prefers-reduced-motion: no-preference){.animate{will-change:transform;transform:translateZ(0);backface-visibility:hidden}}.loading{cursor:wait}.error{color:#ef4444}.success{color:#22c55e}.warning{color:#eab308}[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none}.js-focus-visible :focus:not(.focus-visible){outline:none}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img{font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:.75rem}table{width:100%;max-width:100%;margin-bottom:1rem}th,td{padding:.75rem;vertical-align:top;border-top:1px solid #333333}thead th{vertical-align:bottom;border-bottom:2px solid #333333}code,pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875em}code{background:#f973161a;padding:.125rem .25rem;border-radius:.25rem}pre{background:#1a1a1a;padding:1rem;border-radius:.5rem;overflow-x:auto}blockquote{margin:0 0 1rem;padding:.5rem 1rem;border-left:.25rem solid #f97316;background:#f973160d}hr{margin:2rem 0;border:0;height:1px;background:#333}
