.auth-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.auth-container{flex:1;display:flex;flex-direction:column;max-width:100%;margin:0 auto;width:100%}.auth-header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#fff;border-bottom:none}.auth-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;border:none;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.auth-back-btn:hover{background-color:#e5e7eb;transform:scale(.98)}.auth-back-btn:active{background-color:#d1d5db;transform:scale(.95)}.auth-back-btn img{width:24px;height:24px}.auth-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;color:#1f2937;margin:0;text-align:center;flex:1}.auth-content{padding:0 20px 20px;display:flex;flex-direction:column;gap:1.5rem;flex:1;justify-content:flex-start}.auth-section{display:flex;flex-direction:column;gap:1rem;flex:1;justify-content:flex-start}.section-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#1f2937;margin:0}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-actions{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #E5E7EB;padding:20px;z-index:10}.auth-links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.auth-link{font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#4bb755;text-decoration:none;text-align:center}.auth-link:hover{text-decoration:underline}.auth-account-link{display:flex;align-items:center;justify-content:center;gap:.25rem;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#6b7280}.auth-text{color:#6b7280}.auth-simple-link{color:#4bb755;text-decoration:none}.auth-simple-link:hover{text-decoration:underline}.auth-button{width:100%;border:none;border-radius:12px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.auth-button.primary{background-color:#4bb755;color:#fff}.auth-button.primary:hover{background-color:#059669;transform:scale(.98)}.auth-button.primary:active{background-color:#047857;transform:scale(.95)}.auth-button.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-button.secondary{background-color:#f3f4f6;color:#374151}.auth-button.secondary:hover{background-color:#e5e7eb;transform:scale(.98)}.auth-button.secondary:active{background-color:#d1d5db;transform:scale(.95)}.auth-checkbox-container{display:flex;align-items:center;gap:.75rem}.auth-checkbox{width:20px;height:20px;border:2px solid #D1D5DB;border-radius:4px;background-color:#fff;cursor:pointer}.auth-checkbox:checked{background-color:#4bb755;border-color:#4bb755}.auth-checkbox-label{font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#374151;cursor:pointer}.auth-message{padding:1rem;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;text-align:center}.auth-message.success{background-color:#f0fdf4;color:#166534;border:1px solid #BBF7D0}.auth-message.error{background-color:#fef2f2;color:#dc2626;border:1px solid #FECACA}@media (min-width: 768px){.auth-page{display:flex;align-items:center;justify-content:center}.auth-container{max-width:600px;width:100%;min-height:100vh;border-radius:12px;display:flex;flex-direction:column}.auth-header{padding:2rem 2rem 0}.auth-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start}.auth-actions{position:static;border-top:none;background-color:transparent;padding:0 2rem 2rem}}
