*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #4f46e5;--accent-dark: #3730a3;--accent-light: #ede9fe;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--bg: #f9fafb}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:var(--text);-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:0 1.5rem}.top{width:100%;max-width:560px;display:flex;align-items:center;justify-content:space-between;padding:2rem 0 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.logo{height:38px;width:38px}.brand-name{font-size:1.25rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.brand-name em{font-style:normal;color:#d2634a}.signin{font-size:.875rem;font-weight:600;color:var(--muted);text-decoration:none;transition:color .12s}.signin:hover{color:var(--text)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 0 3rem;max-width:560px;width:100%}.badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);border:1px solid #c4b5fd;padding:.3rem .85rem;border-radius:99px;margin-bottom:2.25rem}h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;margin-bottom:1.25rem;color:var(--text)}.sub{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:2.5rem}.form{display:flex;gap:.6rem;width:100%;max-width:420px;margin-bottom:1rem}.email-input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s}.email-input:focus{border-color:var(--accent);background:#fff}.email-input::placeholder{color:#9ca3af}.btn-submit{padding:.75rem 1.4rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s;box-shadow:0 2px 8px #4f46e54d}.btn-submit:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:default;transform:none}.note{font-size:.78rem;color:#9ca3af}.success-msg{display:none;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 2rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;max-width:420px;width:100%;margin-bottom:1rem}.success-msg.visible{display:flex}.success-msg strong{color:#15803d;font-size:.95rem}.success-msg span{color:#4ade80;font-size:1.5rem}.foot{width:100%;max-width:560px;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 2rem;border-top:1px solid var(--border);font-size:.8rem;color:#9ca3af}.foot a{color:#9ca3af;text-decoration:none;transition:color .12s}.foot a:hover{color:var(--text)}@media (max-width: 480px){.form{flex-direction:column}.btn-submit{width:100%;padding:.85rem}h1{font-size:1.9rem}}
