.register-premium-page{min-height:100vh;background:linear-gradient(135deg,#082f69,#0b4fb3);display:flex;align-items:center;justify-content:center;padding:30px 16px}.register-premium-card{width:100%;max-width:460px;background:#ffffff;border-radius:28px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.register-logo{width:58px;height:58px;border-radius:18px;background:#0b66c3;color:#ffffff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.register-premium-card h1{margin:0;font-size:34px;color:#0f172a}.register-subtitle{margin:8px 0 24px;color:#64748b}.register-form{display:grid;grid-gap:14px;gap:14px}.register-form input{height:50px;border:1px solid #cbd5e1;border-radius:14px;padding:0 16px;font-size:15px;outline:none}.register-form input:focus{border-color:#0b66c3;box-shadow:0 0 0 4px rgba(11,102,195,.12)}.register-form button{height:52px;border:0;border-radius:16px;background:#0b66c3;color:#ffffff;font-size:16px;font-weight:900;cursor:pointer}.register-footer{margin-top:20px;text-align:center;color:#64748b}.register-footer a{margin-left:6px;color:#0b66c3;font-weight:900;text-decoration:none}.register-success{background:#dcfce7;color:#166534}.register-error,.register-success{padding:12px 14px;border-radius:12px;margin-bottom:16px;font-weight:700;font-size:14px}.register-error{background:#fee2e2;color:#991b1b}.register-form button:disabled{opacity:.65;cursor:not-allowed}