*{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:#1a1a1a;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.hero{width:100%;max-width:1200px;text-align:center}.content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:4rem 3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.2)}h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.subtitle{font-size:1.5rem;font-weight:400;color:#4a5568;margin-bottom:1.5rem}.description{font-size:1.1rem;color:#718096;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.status{margin-bottom:2rem}.status-badge{display:inline-block;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;padding:.75rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;letter-spacing:.5px;box-shadow:0 4px 20px #4facfe4d}.waitlist-signup{margin-top:2rem;margin-bottom:3rem}.waitlist-signup h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.signup-description{font-size:1rem;color:#718096;margin-bottom:1.5rem}.email-form{margin-bottom:1rem}.input-group{display:flex;gap:.75rem;max-width:400px;margin:0 auto}.email-input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-family:Inter,sans-serif}.email-input:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe1a;background:#fffffff2}.email-input::placeholder{color:#a0aec0}.signup-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;white-space:nowrap}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4facfe66}.signup-btn:active{transform:translateY(0)}.privacy-note{font-size:.875rem;color:#a0aec0;margin-top:.75rem}.form-status{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;text-align:center}.form-status.success{background:#48bb781a;color:#38a169;border:1px solid rgba(72,187,120,.2)}.form-status.error{background:#f565651a;color:#e53e3e;border:1px solid rgba(245,101,101,.2)}.poll-section{margin:3rem 0;padding:2rem 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.poll-container h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.poll-description{font-size:1rem;color:#718096;margin-bottom:1.5rem}.poll-options{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.poll-option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fffc;border:2px solid rgba(255,255,255,.3);border-radius:16px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;min-width:140px}.poll-option:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#4facfe}.poll-option.selected{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;border-color:#4facfe}.option-icon{font-size:1.5rem}.option-text{text-align:left}.option-text strong{font-size:1.1rem;display:block}.option-text small{font-size:.85rem;opacity:.8}.poll-results{text-align:center}.poll-results h4{font-size:1.2rem;margin-bottom:1rem;color:#2d3748}.result-bar{max-width:300px;margin:0 auto 1rem}.bar-container{display:flex;height:30px;border-radius:15px;overflow:hidden;background:#ffffff4d;margin-bottom:.5rem}.bar-fill{transition:width 1s ease-in-out;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff}.metric-bar{background:linear-gradient(135deg,#4facfe,#00f2fe)}.imperial-bar{background:linear-gradient(135deg,#fa709a,#fee140)}.bar-labels{display:flex;justify-content:space-between;font-size:.9rem;color:#718096}.poll-thanks{font-size:.9rem;color:#4facfe;font-weight:500}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature{text-align:center;padding:2rem 1.5rem;background:#ffffffb3;border-radius:16px;border:1px solid rgba(255,255,255,.3);transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.feature p{font-size:.95rem;color:#718096;line-height:1.5}.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}*:focus{outline:2px solid #4facfe;outline-offset:2px}.tech-stack{font-weight:500;color:#ffffffe6}footer{margin-top:3rem;text-align:center}footer p{color:#fffc;font-size:.9rem;font-weight:300}@media (max-width: 768px){.content{padding:2.5rem 1.5rem}h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.features{grid-template-columns:1fr;gap:1.5rem}.feature{padding:1.5rem 1rem}.input-group{flex-direction:column;gap:1rem}.signup-btn{padding:1rem 1.5rem}.poll-options{flex-direction:column;align-items:center;gap:.75rem}.poll-option{min-width:200px}}@media (max-width: 480px){.container{padding:1rem}h1{font-size:2rem}.content{padding:2rem 1rem}}
