@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #5558e3;--secondary: #a78bfa;--background: #0f0f1f;--surface: #1a1a2e;--surface-light: #252543;--text: #f0f0f0;--text-muted: #a0a0a0;--accent: #60a5fa;--success: #34d399;--error: #f87171}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}button{font-family:inherit;cursor:pointer;transition:all .2s ease}input,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.app{min-height:100vh;overflow-x:hidden}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,var(--primary) 0%,transparent 50%),radial-gradient(circle at bottom left,var(--secondary) 0%,transparent 50%);position:relative}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(167,139,250,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(96,165,250,.1) 0%,transparent 50%);z-index:-1}.hero-content{text-align:center;padding:2rem;animation:fadeIn 1s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--surface);padding:.5rem 1rem;border-radius:2rem;border:1px solid var(--surface-light);margin-bottom:2rem;color:var(--text-muted);font-size:.875rem}.hero-title{font-size:clamp(2.5rem,8vw,5rem);margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient 3s ease infinite}.hero-description{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.8}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .2s ease;animation:pulse 2s infinite}.hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.features{padding:5rem 0;background:var(--surface)}.section-header{text-align:center;margin-bottom:4rem;animation:fadeIn 1s ease-out}.section-header h2{font-size:3rem;margin-bottom:1rem}.section-header p{color:var(--text-muted);font-size:1.125rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:var(--surface-light);padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:fadeIn 1s ease-out}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;border-color:var(--primary)}.feature-icon{width:3rem;height:3rem;background:var(--primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem}.feature-card p{color:var(--text-muted);line-height:1.6}.waitlist{padding:5rem 0;background:var(--background);min-height:100vh;display:flex;align-items:center}.waitlist-content{max-width:600px;margin:0 auto;text-align:center}.waitlist-header{margin-bottom:3rem;animation:fadeIn 1s ease-out}.waitlist-header h2{font-size:3rem;margin-bottom:1rem}.demand-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--surface);padding:.75rem 1.5rem;border-radius:2rem;border:1px solid var(--error);color:var(--error);margin-top:1rem;font-weight:500}.pulse-dot{width:8px;height:8px;background:var(--error);border-radius:50%;animation:pulse 1.5s infinite}.waitlist-prefilled{animation:fadeIn 1s ease-out}.user-info{background:var(--surface);padding:1.5rem;border-radius:1rem;margin-bottom:2rem;border:1px solid var(--surface-light)}.user-info p{margin:.25rem 0}.user-email{color:var(--text-muted);font-size:.875rem}.user-school{color:var(--accent);font-size:.875rem}.waitlist-form{animation:fadeIn 1s ease-out}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-group input{width:100%;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--surface-light);border-radius:.5rem;color:var(--text);font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-group input::placeholder{color:var(--text-muted)}.join-button{width:100%;padding:1rem 2rem;background:var(--primary);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;margin-top:2rem}.join-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.join-button:disabled{opacity:.7;cursor:not-allowed}.join-button.success,.join-button.success:hover{background:var(--success)}.waitlist-note{margin-top:1.5rem;color:var(--text-muted);font-size:.875rem}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.hero-stats{gap:2rem}.features-grid{grid-template-columns:1fr}.section-header h2,.waitlist-header h2{font-size:2rem}.hero-title{font-size:3rem}.hero-description{font-size:1.125rem}}
