*{box-sizing:border-box;font-family:Segoe UI,sans-serif}body{align-items:center;background:#1f356f;margin:0;min-height:100vh}.container,body{display:flex;justify-content:center}.container{gap:50px;max-width:1100px;width:95%}.form-card{background:#fff;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.2);padding:35px 40px;width:50%}.form-card a img{display:block;height:100px;margin:0 auto}.form-card h2{color:#1f356f;margin:0}.subtitle{color:#777;font-size:14px}label{display:block;font-weight:600;margin-top:15px}input{border:1px solid #ddd;border-radius:10px;margin-top:6px;padding:12px;width:100%}input:focus{border-color:#1f356f;border-width:2px;outline:none}.rules-container{background-color:#fbf9fa;border:2px solid #ebe6e7;border-radius:.625rem;margin-top:20px;padding:1rem}.rules{display:flex;font-weight:600;justify-content:space-between}.rules a{color:#1f356f;text-decoration:none}.checkbox{display:flex;font-size:14px;gap:10px;margin-top:10px}button{background:#ccc;border:none;border-radius:12px;color:#fff;cursor:not-allowed;font-weight:600;margin-top:20px;padding:14px;transition:.3s;width:100%}button.enabled{background:#1f356f;cursor:pointer}.login{font-size:14px;margin-top:15px;text-align:center}.login a{color:#1f356f;text-decoration:none}#acceptRules{width:32px}.btn-discover{background:#1f356f;border-radius:999px;color:#fff;display:inline-block;font-weight:600;margin-top:20px;padding:10px 24px;text-decoration:none}@media (max-width:1024px){.container{flex-direction:column;gap:30px}.form-card{width:100%}}@media (max-width:640px){body{padding:20px 10px}.form-card{padding:25px 20px}button{font-size:16px;padding:16px}img{display:none}}.alert{border-left:4px solid;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:15px;padding:12px 16px}.alert-success{background-color:#d4edda;border-left-color:#28a745;color:#155724}.alert-error{background-color:#f8d7da;border-left-color:#dc3545;color:#721c24}.alert-warning{background-color:#fff3cd;border-left-color:#ffc107;color:#856404}.alert-info{background-color:#d1ecf1;border-left-color:#17a2b8;color:#0c5460}.flash-toast-stack{display:flex;flex-direction:column;gap:.85rem;pointer-events:none;position:fixed;right:1.25rem;top:1.25rem;width:min(26rem,calc(100vw - 1.5rem));z-index:2500}.flash-toast{align-items:flex-start;animation:flash-toast-enter .18s ease-out;background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:0 18px 40px rgba(15,23,42,.18);display:flex;gap:.9rem;justify-content:space-between;padding:1rem 1rem .95rem;pointer-events:auto}.flash-toast__content{min-width:0}.flash-toast__title{font-size:.95rem;font-weight:700;margin:0 0 .25rem}.flash-toast__message{font-size:.93rem;line-height:1.45;margin:0;overflow-wrap:anywhere}.flash-toast__close{background:rgba(15,23,42,.06);border:0;border-radius:999px;color:inherit;cursor:pointer;flex:0 0 auto;font-size:1.3rem;height:2rem;line-height:1;width:2rem}.flash-toast__close:hover{background:rgba(15,23,42,.12)}.flash-toast--success{background:#f0fdf4;border-color:#86efac;color:#166534}.flash-toast--error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.flash-toast--warning{background:#fffbeb;border-color:#fcd34d;color:#92400e}.flash-toast--info{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}@keyframes flash-toast-enter{0%{opacity:0;transform:translate3d(0,-10px,0)}to{opacity:1;transform:translateZ(0)}}@media (max-width:640px){.flash-toast-stack{left:.75rem;right:.75rem;top:.85rem;width:auto}.flash-toast{padding:.9rem}}