@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background-color:var(--theme-background, #faf8f3)}.auth-page__card{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 12px 32px #0000001a,0 4px 12px #0000000f}.auth-page__title{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;text-align:center;color:var(--theme-text, #2d3748)}.auth-page__verify-note{margin:0 0 1.25rem;padding:.75rem 1rem;background:var(--theme-primary-soft, rgba(255, 107, 107, .08));border:1px solid rgba(0,0,0,.06);border-radius:10px;font-size:.875rem;line-height:1.45;color:var(--theme-text, #2d3748);text-align:center}.auth-page__form{display:flex;flex-direction:column;gap:1rem}.auth-page__field{display:flex;flex-direction:column;gap:.375rem}.auth-page__label{font-size:.875rem;font-weight:500;color:var(--theme-text, #2d3748)}.auth-page__input{display:block;width:100%;padding:.75rem 1rem;border:1px solid var(--theme-border, #e2e8f0);border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s;background:var(--theme-surface, #fff);color:var(--theme-text, #2d3748)}.auth-page__input::placeholder{color:var(--theme-text-subtle, #a0aec0)}.auth-page__input:focus{border-color:var(--theme-primary, #4a90d9);box-shadow:0 0 0 3px var(--theme-primary-soft)}.auth-page__password-wrapper{position:relative;width:100%}.auth-page__password-wrapper .auth-page__input{padding-right:2.75rem}.auth-page__password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;color:var(--theme-text-subtle, #a0aec0);display:flex;align-items:center}.auth-page__password-toggle:hover{color:var(--theme-text, #2d3748)}.auth-page__password-toggle svg{width:20px;height:20px}.auth-page__email-display{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f7fafc;border-radius:8px;font-size:.9375rem;color:var(--theme-text, #2d3748)}.auth-page__edit-btn{background:none;border:none;color:var(--theme-primary, #4a90d9);cursor:pointer;font-size:.875rem;padding:0}.auth-page__edit-btn:hover{text-decoration:underline}.auth-page__submit{width:100%;padding:.75rem 1.5rem;background:var(--theme-primary, #4a90d9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s}.auth-page__submit:hover{opacity:.9}.auth-page__submit:disabled{opacity:.5;cursor:not-allowed}.auth-page__error{color:#e53e3e;font-size:.875rem;text-align:center;padding:.5rem;background:#fff5f5;border-radius:6px}.auth-page__success{color:#38a169;font-size:.875rem;text-align:center;padding:.5rem;background:#f0fff4;border-radius:6px}.auth-page__link{display:inline-block;font-size:.875rem;color:var(--theme-primary, #4a90d9);text-decoration:none}.auth-page__link:hover{text-decoration:underline}.auth-page__footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#718096}.auth-page__footer a{color:var(--theme-primary, #4a90d9);font-weight:500;text-decoration:none}.auth-page__footer a:hover{text-decoration:underline}.auth-page__divider{display:flex;align-items:center;gap:1rem;margin:.5rem 0;color:#a0aec0;font-size:.875rem}.auth-page__divider:before,.auth-page__divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-page__choices{display:flex;flex-direction:column;gap:.75rem}.auth-page__social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;border:1px solid var(--theme-border, #e2e8f0);border-radius:8px;background:#fff;font-size:1rem;font-weight:500;color:var(--theme-text, #2d3748);cursor:pointer;transition:background-color .2s,border-color .2s}.auth-page__social-btn:hover{background:#f7fafc;border-color:#cbd5e0}.auth-page__social-btn svg{width:20px;height:20px;flex-shrink:0}.auth-page__loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1rem;color:#718096}.auth-page__resend{background:none;border:none;color:var(--theme-primary, #4a90d9);cursor:pointer;font-size:.875rem;padding:0}.auth-page__resend:hover{text-decoration:underline}.auth-page__resend:disabled{color:#a0aec0;cursor:not-allowed;text-decoration:none}
