.auth-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.auth-card{width:100%;max-width:28rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -2px rgba(0,0,0,.04);border:1px solid rgba(226,232,240,.8);padding:2rem;transition:box-shadow .2s ease}.auth-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.04)}.auth-card-wide{max-width:36rem}@media (min-width:768px){.auth-card,.auth-card-wide{padding:2.5rem}}.auth-title{font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:2rem;letter-spacing:-.025em}@media (min-width:768px){.auth-title{font-size:1.875rem}}.auth-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.auth-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-input::-moz-placeholder{color:#94a3b8}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}select.auth-input{-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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.auth-input.error{border-color:#f87171}.auth-input.error:focus{box-shadow:0 0 0 3px hsla(0,91%,71%,.2)}.auth-btn{width:100%;padding:.75rem 1rem;border-radius:.75rem;background:#4f46e5;color:#fff;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.auth-btn:hover:not(:disabled){background:#4338ca}.auth-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.35)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-link{color:#4f46e5;font-weight:500;text-decoration:none}.auth-link:hover{color:#4338ca;text-decoration:underline}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#64748b}.auth-footer a{color:#4f46e5;font-weight:500}.auth-footer a:hover{color:#4338ca;text-decoration:underline}.auth-error{color:#dc2626}.auth-error,.auth-success{font-size:.875rem;margin-top:.25rem}.auth-success{color:#059669}.auth-divider{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}