*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08080a;--surface:#111113;--surface-hover:#18181b;--border:#1f1f23;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--text-muted:#71717a;--accent:#f59e0b;--accent-hover:#d97706;--accent-subtle:#f59e0b15;--green:#10b981;--radius:10px;--radius-sm:6px;--max-width:640px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}nav{justify-content:space-between;align-items:center;max-width:720px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.logo{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.logo-mark{background:var(--accent);color:#08080a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:inline-flex}.logo span{color:var(--accent)}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text-primary)}main{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.hero{text-align:center;padding:5rem 0 3rem}.hero-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);background:var(--accent-subtle);border:1px solid color-mix(in srgb, var(--accent) 20%, transparent);border-radius:100px;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:700;line-height:1.15}.hero h1 .highlight{background:linear-gradient(135deg, var(--accent), #fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:520px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.hero-byline{color:var(--text-muted);margin-top:1rem;font-size:.8125rem}.hero-byline strong{color:var(--text-secondary);font-weight:500}.waitlist-form{gap:.5rem;max-width:440px;margin:0 auto;display:flex}.waitlist-form input[type=email]{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-primary);outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.waitlist-form input[type=email]::placeholder{color:var(--text-muted)}.waitlist-form input[type=email]:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.waitlist-form button{background:var(--accent);color:#08080a;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,transform .1s}.waitlist-form button:hover{background:var(--accent-hover)}.waitlist-form button:active{transform:scale(.98)}.waitlist-form button:disabled{opacity:.5;cursor:not-allowed}.form-status{min-height:1.25rem;margin-top:.75rem;font-size:.875rem}.form-status.success{color:var(--green)}.form-status.error{color:#ef4444}.form-status.loading{color:var(--text-muted)}.features{padding:4rem 0 2rem}.features h2{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1.25rem;font-weight:600}.feature-grid{flex-direction:column;gap:.75rem;display:flex}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color .15s,background .15s}.feature-card:hover{background:var(--surface-hover);border-color:#2a2a30}.feature-card-header{align-items:center;gap:.625rem;margin-bottom:.375rem;display:flex}.feature-card-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;display:inline-flex}.feature-card-icon.filter{background:#1e3a5f}.feature-card-icon.curated{background:#1a3a2a}.feature-card-icon.community{background:#3b1f3b}.feature-card-icon.salary{background:#3b2f1a}.feature-card h3{font-size:.9375rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.founder{text-align:center;padding:3rem 0}.founder-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;padding:2rem}.founder-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.founder-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.founder-card p strong{color:var(--text-primary);font-weight:500}.discord-cta{text-align:center;padding:2rem 0 4rem}.discord-card{border-radius:var(--radius);background:linear-gradient(135deg,#1a1a2e 0%,#111113 100%);border:1px solid #2a2a40;padding:2rem}.discord-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.discord-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem}.discord-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#5865f2;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.discord-btn:hover{background:#4752c4}footer{text-align:center;border-top:1px solid var(--border);max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem}footer p{color:var(--text-muted);font-size:.8125rem}footer a{color:var(--text-secondary);text-decoration:none}footer a:hover{color:var(--text-primary)}@media (width<=480px){.hero h1{font-size:2rem}.waitlist-form{flex-direction:column}.waitlist-form button{width:100%}nav{padding:1rem}.nav-links a{font-size:.8125rem}}
