@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";
.auth-modern{color:#0b1c30;background:radial-gradient(circle at 0 0,#ff6b001f,#0000 40%),radial-gradient(circle at 100% 100%,#2559bd1f,#0000 40%),#f8f9ff;place-items:center;min-height:100vh;padding:92px 16px 24px;font-family:Outfit,sans-serif;display:grid}.auth-modern__card{background:#fff;border:1px solid #0b1c301a;border-radius:14px;width:min(100%,360px);padding:24px;box-shadow:0 10px 40px #2559bd14}.auth-modern__brand{text-align:center;color:#ea7a32;margin:0 0 14px;font-size:1.03rem;font-weight:600}.auth-modern__card h1{text-align:center;color:#0b1c30;margin:0;font-size:1.95rem;font-weight:700;line-height:1.1}.auth-modern__subtitle{text-align:center;color:#4b5563;margin:8px 0 20px;font-size:.96rem}.auth-modern__error{color:#b91c1c;background:#fee2e280;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:9px;margin-bottom:16px;padding:10px 11px;font-size:.86rem;animation:.22s cubic-bezier(.18,.86,.32,1.08) authErrorPop;display:flex;box-shadow:0 4px 12px #ef44441a}.auth-modern__error-icon{color:#fff;background:linear-gradient(#ef4444 0%,#dc2626 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;box-shadow:0 2px 8px #dc26264d}.auth-modern__error-text{flex:1;line-height:1.34}.auth-modern__error-dismiss{color:#b91c1c;cursor:pointer;background:#ef44441a;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .13s,background .16s;display:inline-flex}.auth-modern__error-dismiss:hover{background:#ef444433}.auth-modern__error-dismiss:active{transform:scale(.94)}.auth-modern__form{gap:16px;display:grid}.auth-modern__form label:not(.hm-cbx){color:#374151;gap:6px;font-size:.93rem;font-weight:600;display:grid}.auth-modern__label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.auth-modern__forgot{color:#4f46e5;font-size:.84rem;font-weight:500;text-decoration:none}.auth-modern__field{background:#fff;border:1px solid #0b1c3026;border-radius:10px;align-items:center;gap:8px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:flex}.auth-modern__field:focus-within{border-color:#ea7a32;box-shadow:0 0 0 3px #ea7a3226}.auth-modern__field svg{color:#6b7280;flex-shrink:0}.auth-modern__field input{color:#0b1c30;background:0 0;border:none;outline:none;width:100%;min-height:44px;font-family:inherit;font-size:.95rem}.auth-modern__field input::placeholder{color:#9ca3af}.auth-modern__roles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.auth-modern__roles button{color:#4b5563;background:#fff;border:1px solid #0b1c301a;border-radius:10px;min-height:40px;font-family:inherit;font-weight:600;transition:background .18s,color .18s,border-color .18s,transform .12s;position:relative;overflow:hidden}.auth-modern__roles button.active--participant{color:#2559bd;background:#2559bd14;border-color:#2559bd;box-shadow:0 0 0 3px #2559bd1a}.auth-modern__roles button.active--host{color:#ea7a32;background:#ea7a3214;border-color:#ea7a32;box-shadow:0 0 0 3px #ea7a321a}.auth-modern__roles button:active{transform:scale(.98)}.auth-modern__submit{color:#fff;background:#ea7a32;border:1px solid #0000;border-radius:10px;min-height:44px;margin-top:2px;font-family:inherit;font-size:.98rem;font-weight:700;transition:background .22s,color .22s,transform .12s,box-shadow .22s;position:relative;overflow:hidden}.auth-modern__submit:disabled{opacity:.7;cursor:not-allowed}.auth-modern__submit:hover:not(:disabled){background:#d66a28;box-shadow:0 4px 12px #ea7a3233}.auth-modern__submit:active:not(:disabled){background:#bf5b1f;animation:.28s authButtonFlash;transform:scale(.985)}.auth-modern__submit--icon{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.auth-modern__consent{align-items:flex-start;gap:10px;margin-top:4px;line-height:1.45;color:#4b5563!important;font-size:.84rem!important;font-weight:500!important;display:flex!important}.auth-modern__consent input{accent-color:#2559bd;cursor:pointer;width:15px;height:15px;margin-top:2px}.auth-modern__consent span{display:inline}.auth-modern__consent a{color:#2559bd;text-underline-offset:2px;-webkit-text-decoration:underline #2559bd4d;text-decoration:underline #2559bd4d}.auth-modern__consent a:hover{color:#1e4b9e;text-decoration-color:#1e4b9e}.auth-modern__divider{color:#6b7280;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:14px 0;font-size:.8rem;font-weight:500;display:grid}.auth-modern__divider:before,.auth-modern__divider:after{content:"";background:#0b1c301a;height:1px}.auth-modern__socials{gap:9px;display:grid}.auth-modern__socials button{color:#374151;background:#fff;border:1px solid #0b1c3026;border-radius:10px;min-height:44px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,color .2s,transform .12s,box-shadow .2s}.auth-modern__socials button:hover{background:#f9fafb;box-shadow:0 2px 6px #0b1c300d}.auth-modern__socials button:active{background:#f3f4f6;animation:.28s authButtonFlash;transform:scale(.985)}.auth-modern__switch{text-align:center;color:#6b7280;margin:18px 0 0;font-size:.93rem;font-weight:500}.auth-modern__switch a{color:#2559bd;font-weight:600;text-decoration:none}.auth-modern__switch a:hover{text-decoration:underline}@keyframes authButtonFlash{0%{filter:saturate()}50%{filter:saturate(1.35)}to{filter:saturate()}}@keyframes authErrorPop{0%{opacity:0;filter:saturate(.85);transform:translateY(-8px)scale(.985)}to{opacity:1;filter:saturate();transform:translateY(0)scale(1)}}.sb-btn{color:#fff;cursor:pointer;background:#2559bd;border:1px solid #0000;border-radius:10px;width:100%;min-width:120px;min-height:44px;margin-top:2px;font-family:inherit;font-size:.98rem;font-weight:700;transition:background .22s,color .22s,transform .12s,box-shadow .22s,border-radius .2s;position:relative;overflow:hidden}.sb-btn:hover:not(:disabled){background:#1e4b9e;box-shadow:0 4px 12px #2559bd33}.sb-btn:active:not(:disabled){background:#183e84;transform:scale(.985)}.sb-btn:disabled{opacity:.7;cursor:not-allowed}.sb-inner{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.sb-btn--google{color:#374151;background:#fff;border:1px solid #0b1c3026}.sb-btn--google:hover:not(:disabled){background:#f9fafb;box-shadow:0 2px 6px #0b1c300d}
