:root{--bg-1: #0d2426;--bg-2: #050807;--card: #0a1517;--card-border: rgba(255, 255, 255, .08);--line: rgba(255, 255, 255, .14);--text: #f3f0e8;--text-dim: #a9b2b0;--lime: #b7f23a;--lime-text: #0e1a06;--teal: #74d8c6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,sans-serif;color:var(--text)}.page{background:radial-gradient(ellipse 1200px 800px at 15% 0%,var(--bg-1) 0%,var(--bg-2) 60%);min-height:100vh;display:flex;flex-direction:column}.wrap{max-width:1240px;width:100%;margin:0 auto;padding:2.5rem 1.75rem 3rem;flex:1;display:flex;flex-direction:column}.mark{font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.35em}.divider{height:1px;background:var(--line);margin:1.5rem 0 3.5rem}main{flex:1;display:flex;align-items:center}.grid{display:flex;justify-content:space-between;align-items:center;gap:3rem;width:100%;flex-wrap:wrap}.left{max-width:640px}.eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.18em;color:var(--teal);margin-bottom:1.25rem}h1{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.04;letter-spacing:-.01em}h1 .accent{color:var(--lime);display:block}.lede{color:var(--text-dim);font-size:1.02rem;line-height:1.65;max-width:420px;margin-top:1.75rem}.panel{background:var(--card);border:1px solid var(--card-border);border-radius:4px;padding:2.5rem 2.25rem;width:100%;max-width:440px;flex-shrink:0}.panel .eyebrow{margin-bottom:1.1rem}.panel h2{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.85rem;letter-spacing:-.01em;margin-bottom:.75rem}.panel p{color:var(--text-dim);font-size:.92rem;line-height:1.55;margin-bottom:1.75rem}label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.14em;color:var(--text-dim);margin-bottom:.6rem}form{display:flex;gap:0}input[type=email]{flex:1;background:transparent;border:1px solid var(--card-border);border-right:none;border-radius:3px 0 0 3px;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.92rem;color:var(--text);min-width:0}input[type=email]::placeholder{color:var(--text-dim)}input[type=email]:focus{outline:none;border-color:var(--teal)}button{background:var(--lime);color:var(--lime-text);border:none;border-radius:0 3px 3px 0;padding:.85rem 1.35rem;font-family:Inter,sans-serif;font-weight:700;font-size:.92rem;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}button:hover{opacity:.88}.confirm{font-size:.85rem;color:var(--teal);margin-top:1rem;margin-bottom:0}footer{text-align:left;padding:0 1.75rem 2rem;max-width:1240px;margin:0 auto;width:100%;font-size:.8rem;color:var(--text-dim)}@media (max-width: 720px){.grid{flex-direction:column;align-items:stretch}.panel{max-width:none}form{flex-direction:column}input[type=email]{border-right:1px solid var(--card-border);border-radius:3px}button{border-radius:3px;margin-top:.6rem}}
