.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:20px;width:100%;padding:3rem 2rem;box-shadow:0 20px 60px #0000001a,0 0 0 1px #004d400d}.auth-header{margin-bottom:2.5rem}.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.75rem}.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;background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;transition:all .2s}.form-input:hover{border-color:#b2dfdb}.form-input:focus{background:#fff;border-color:#004d40;outline:none;box-shadow:0 0 0 4px #004d401a}.form-input::placeholder{color:#9ca3af}.form-input.input-error{border-color:#dc2626}.form-input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.required{color:#dc2626;font-weight:700}.optional{color:#6b7280;font-size:.9rem;font-weight:400}.helper-text{color:#6b7280;margin-top:.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;display:block}.error-text{color:#dc2626;margin-top:.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;display:block}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:1rem;padding:.875rem 1rem;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:9999px;width:100%;padding:.875rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #004d4033}.auth-button:hover:not(:disabled){background:linear-gradient(135deg,#00695c 0%,#00897b 100%);transform:translateY(-2px);box-shadow:0 6px 16px #004d404d}.auth-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #004d4033}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;margin-top:1.5rem}.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}}