.auth-modal{border:none;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #11182747}.auth-modal .modal-body{position:relative}.auth-modal__close{color:#9aa0a6;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .2s,color .2s;display:inline-flex;position:absolute;top:16px;right:16px}.auth-modal__close:hover{color:#111827;background:#f3f4f6}.auth-modal__header{text-align:center;padding:36px 32px 8px}.auth-modal__brand{color:#fff;background:linear-gradient(135deg,#f195b2 0%,#e2688f 100%);border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;display:flex;box-shadow:0 10px 22px #e2688f61}.auth-modal__title{color:#1f2937;margin:0;font-size:1.4rem;font-weight:700}.auth-modal__subtitle{color:#6b7280;margin:6px 0 0;font-size:.9rem}.auth-modal__form{padding:22px 32px 4px}.auth-modal__form .form-label{color:#374151;margin-bottom:.35rem;font-size:.82rem;font-weight:600}.auth-modal__form .form-control{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.62rem .85rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-modal__form .form-control:focus{background:#fff;border-color:#e2688f;box-shadow:0 0 0 3px #e2688f26}.auth-modal__row-end{justify-content:flex-end;margin-top:-4px;margin-bottom:18px;display:flex}.auth-modal__submit{color:#fff;background:linear-gradient(135deg,#f195b2 0%,#e2688f 100%);border:none;border-radius:11px;width:100%;padding:.72rem 1rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 10px 22px #e2688f52}.auth-modal__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #e2688f73}.auth-modal__submit:active:not(:disabled){transform:translateY(0)}.auth-modal__submit:disabled{opacity:.65;cursor:not-allowed}.auth-modal__link{color:#e2688f;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;transition:color .2s}.auth-modal__link:hover{color:#c94a72;text-decoration:underline}.auth-modal__footer{text-align:center;color:#6b7280;padding:10px 32px 32px;font-size:.85rem}@media (prefers-color-scheme:dark){.auth-modal{background:#1f2430}.auth-modal__title{color:#f3f4f6}.auth-modal__subtitle,.auth-modal__footer{color:#9aa3b2}.auth-modal__form .form-label{color:#d1d5db}.auth-modal__form .form-control{color:#e5e7eb;background:#272d3a;border-color:#3a4150}.auth-modal__form .form-control:focus{background:#2d3340}.auth-modal__close:hover{color:#f3f4f6;background:#2d3340}}
