@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");:root{color-scheme:light;--bg-primary:#FFFFFF;--bg-secondary:#F8FAFC;--bg-tertiary:#F1F5F9;--bg-gradient:linear-gradient(180deg,#F0F7FF,#F8FAFC 40%,#FFFFFF);--text-primary:#0F172A;--text-secondary:#64748B;--text-muted:#94A3B8;--border:#E2E8F0;--border-light:#F1F5F9;--accent:#0F172A;--accent-hover:#1E293B;--accent-soft:#334155;--link:#3B82F6;--highlight:#DBEAFE;--success:#10B981;--success-bg:#D1FAE5;--error:#EF4444;--error-bg:#FEE2E2;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05);--shadow-lg:0 10px 25px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.05);--shadow-xl:0 20px 40px -8px rgba(0,0,0,0.1),0 8px 16px -6px rgba(0,0,0,0.05)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg-gradient);color:var(--text-primary)}.page,body{min-height:100vh}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;position:relative;overflow:hidden}.page:before{top:-200px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.06) 0,transparent 70%)}.page:after,.page:before{content:"";position:absolute;pointer-events:none}.page:after{bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.04) 0,transparent 70%)}.logo{gap:10px;margin-bottom:48px}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:36px;height:36px;background:var(--accent);border-radius:10px;justify-content:center;color:white}.logo-icon svg{width:20px;height:20px}.logo-text{font-size:1.25rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.card{max-width:480px;width:100%;background:var(--bg-primary);border:1px solid var(--border);border-radius:20px;padding:48px 40px;box-shadow:var(--shadow-xl);position:relative;z-index:1;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.badges,.eyebrow{align-items:center}.eyebrow{display:inline-flex;gap:6px;text-transform:uppercase;letter-spacing:.1em;font-size:.6875rem;font-weight:600;color:var(--text-muted);background:var(--bg-tertiary);padding:6px 12px;border-radius:9999px}.eyebrow-dot{width:6px;height:6px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.spots-chip{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;color:var(--text-secondary);background:linear-gradient(135deg,#FEF3C7,#FDE68A);padding:6px 12px;border-radius:9999px;border:1px solid rgba(251,191,36,.3)}.spots-icon{width:12px;height:12px;color:#D97706;flex-shrink:0}.spots-count{font-weight:700;color:#92400E;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:2.5ch}.spots-separator{color:#B45309;opacity:.6}.spots-total{color:#B45309;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.spots-label{color:#92400E;margin-left:2px}h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px}.subhead{font-size:1rem;color:var(--text-secondary);line-height:1.65;margin-bottom:32px}.subhead strong{color:var(--text-primary);font-weight:600}.form{display:flex;flex-direction:column;gap:12px}.input-wrapper{position:relative}input[type=email]{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:16px 18px;font-size:.9375rem;font-family:inherit;background:var(--bg-primary);color:var(--text-primary);transition:all .2s ease}input[type=email]::placeholder{color:var(--text-muted)}input[type=email]:hover{border-color:#CBD5E1}input[type=email]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(15,23,42,.08)}input[type=email]:disabled{background:var(--bg-secondary);cursor:not-allowed}button[type=submit]{width:100%;border:none;border-radius:12px;padding:16px 24px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;position:relative;background:linear-gradient(180deg,#2D2D2D,#1A1A1A);color:white;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.1),0 1px 2px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.12)}button[type=submit]:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0) 50%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none}button[type=submit]:hover:not(:disabled){background:linear-gradient(180deg,#3D3D3D,#2A2A2A);transform:translateY(-1px);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.12),0 2px 4px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.15)}button[type=submit]:active:not(:disabled){transform:translateY(0);box-shadow:inset 0 1px 2px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.status{margin-top:16px;min-height:24px}.success{display:flex;align-items:center;gap:8px;color:#047857;font-weight:500;font-size:.875rem;padding:12px 16px;background:var(--success-bg);border-radius:10px;margin:0}.success:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--success);color:white;border-radius:50%;font-size:.625rem;font-weight:700}.error{color:var(--error);font-weight:500;font-size:.875rem;padding:12px 16px;background:var(--error-bg);border-radius:10px;margin:0}.trust{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border-light);color:var(--text-muted);font-size:.8125rem}.trust-icon{width:14px;height:14px;opacity:.7}.footer{margin-top:40px;text-align:center;color:var(--text-muted);font-size:.75rem}.footer a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.footer a:hover{color:var(--text-primary)}.sr-only{padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honeypot,.sr-only{position:absolute;width:1px;height:1px}.honeypot{left:-9999px;opacity:0}@media (max-width:600px){.page{padding:32px 16px}.card{padding:36px 28px;border-radius:16px}.logo{margin-bottom:32px}h1{font-size:1.625rem}.subhead{font-size:.9375rem}}@media (prefers-reduced-motion:reduce){.card,.eyebrow-dot{animation:none}button[type=submit],input[type=email]{transition:none}}