.auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.auth-container{width:100%;max-width:440px}.auth-card{background:#ffffff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e9ecef;overflow:hidden}.auth-header{padding:2rem 2rem 1.5rem;text-align:center;border-bottom:1px solid #e9ecef;background:#fafafa}.auth-logo{max-width:160px;height:auto;margin-bottom:1rem}.auth-header h1{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.auth-header p{font-size:.9rem;color:#6c757d;margin:0}.auth-toggle{display:flex;padding:1rem 1.5rem 0;gap:.5rem}.toggle-btn{flex:1;padding:.75rem 1rem;border:2px solid #e9ecef;background:#ffffff;border-radius:8px;font-size:.9rem;font-weight:500;color:#6c757d;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{border-color:#52b788;color:#52b788}.toggle-btn.active{background:#52b788;border-color:#52b788;color:#ffffff}.auth-body{padding:1.5rem 2rem 2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.btn-google{width:100%;padding:.75rem 1rem;background:#ffffff;border:1px solid #dee2e6;border-radius:8px;color:#495057;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-google:hover{background:#f8f9fa;border-color:#adb5bd;box-shadow:0 2px 8px rgba(0,0,0,.08)}.btn-google svg{flex-shrink:0}.auth-divider{display:flex;align-items:center;margin:.75rem 0;gap:1rem}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:#dee2e6}.auth-divider span{color:#adb5bd;font-size:.8rem;font-weight:500;text-transform:uppercase}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:500;color:#495057}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.875rem;font-size:1rem;z-index:1;pointer-events:none}.auth-form input,.auth-form select{width:100%;padding:.75rem 1rem .75rem 2.75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#212529;font-size:.95rem;transition:all .2s ease;outline:none}.auth-form input::-moz-placeholder{color:#adb5bd}.auth-form input::placeholder{color:#adb5bd}.auth-form input:focus,.auth-form select:focus{border-color:#52b788;background:#ffffff;box-shadow:0 0 0 3px rgba(82,183,136,.15)}.auth-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem}.password-toggle{position:absolute;right:.875rem;background:none;border:none;color:#6c757d;cursor:pointer;font-size:1rem;padding:.25rem;transition:color .2s}.password-toggle:hover{color:#495057}.btn-submit{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#52b788,#40916c);border:none;border-radius:8px;color:#ffffff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(82,183,136,.3)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030}.error-message,.success-message{padding:.75rem 1rem;font-size:.875rem;text-align:center}.success-message{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;color:#276749}.auth-footer{padding:1.25rem 2rem;text-align:center;border-top:1px solid #e9ecef;background:#fafafa}.auth-footer p{margin:.4rem 0;font-size:.875rem;color:#6c757d}.auth-link{color:#52b788;text-decoration:none;font-weight:500;transition:color .2s}.auth-link:hover{color:#40916c;text-decoration:underline}.back-link{color:#6c757d;text-decoration:none;font-size:.85rem;transition:color .2s}.back-link:hover{color:#495057}@media (max-width:480px){.auth-page{padding:1rem .75rem}.auth-card{border-radius:12px}.auth-body,.auth-footer,.auth-header,.auth-toggle{padding-left:1.25rem;padding-right:1.25rem}.auth-logo{max-width:140px}.auth-header h1{font-size:1.35rem}}