*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f9fafb;color:#111827;min-height:100vh}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem;padding:2rem}h1{font-size:2rem;font-weight:700}p{color:#6b7280}button{padding:.6rem 1.4rem;border-radius:8px;border:none;cursor:pointer;font-size:.95rem;font-weight:500;transition:opacity .15s}button:hover{opacity:.85}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4f46e5;color:#fff}.btn-secondary{background:#e5e7eb;color:#111827}.btn-danger{background:#dc2626;color:#fff}input[type=email]{width:100%;max-width:320px;padding:.6rem .9rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;outline:none}input[type=email]:focus{border-color:#4f46e5}.form{display:flex;flex-direction:column;gap:.75rem;align-items:center;width:100%}.message{font-size:.875rem;color:#059669}.error{font-size:.875rem;color:#dc2626}
