.auth-page{background:linear-gradient(135deg,#e0f2f1 0%,#b2dfdb 50%,#80cbc4 100%);justify-content:center;align-items:center;width:100vw;height:100vh;min-height:100vh;padding:2rem;display:flex;overflow:hidden}.auth-container{justify-content:center;align-items:center;width:100%;max-width:400px;display:flex}.auth-card{text-align:center;background:#fff;border-radius:16px;width:100%;padding:3rem 2rem;box-shadow:0 20px 60px #0000001a}.auth-header{margin-bottom:2rem}.auth-logo{color:#004d40;align-items:center;gap:.5rem;margin-bottom:1.5rem;text-decoration:none;display:inline-flex}.auth-logo-icon{color:#004d40;width:32px;height:32px}.auth-logo-text{color:#004d40;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.75rem;font-weight:800}.auth-title{color:#1a202c;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:2rem;font-weight:700}.auth-subtitle{color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.5}.auth-form{text-align:left;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:600;display:block}.form-input{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#004d40;outline:none;box-shadow:0 0 0 3px #004d401a}.form-input::placeholder{color:#9ca3af}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.9rem}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#004d40 0%,#00695c 100%);border:none;border-radius:8px;width:100%;padding:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #004d4066}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center}.auth-footer p{color:#6b7280;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.auth-toggle{color:#004d40;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:600;text-decoration:underline}.auth-toggle:hover{color:#00695c}.back-link{color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.9rem;text-decoration:none;transition:color .2s}.back-link:hover{color:#004d40}@media (width<=480px){.auth-page{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-title{font-size:1.75rem}.auth-logo-text{font-size:1.5rem}}