.auth-page{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center}.auth-shell{width:100%;display:flex;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.auth-main{width:100%;display:flex;align-items:center;justify-content:center}.auth-panel{width:100%;max-width:28rem}.auth-card{width:100%;border-radius:1rem;border:1px solid #e2e8f0;background-color:#fff;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.auth-card-head{margin-bottom:1.5rem}.auth-card-title{font-size:1.25rem;font-weight:600;color:#1e293b}.auth-card-text{margin-top:.25rem;font-size:.875rem;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-label{font-size:.875rem;font-weight:500;color:#374151}.auth-input{width:100%;border-radius:.75rem;border:1px solid #cbd5e1;background-color:#fff;padding:.75rem 1rem;font-size:.875rem;color:#1e293b;outline:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.auth-input:focus{border-color:#f59e0b;box-shadow:0 0 0 .5rem #f59e0b33}.auth-error{font-size:.875rem;color:#ef4444}.auth-status{margin-bottom:1rem;border-radius:.75rem;background-color:#dcfce7;padding:.5rem 1rem;font-size:.875rem;color:#15803d}.auth-row{display:flex;align-items:center;justify-content:space-between}.auth-remember{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.auth-checkbox{height:1rem;width:1rem;border:1px solid #cbd5e1;accent-color:#f59e0b}.auth-link{font-size:.875rem;color:#d97706;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-submit{width:100%;border-radius:.75rem;background-color:#f59e0b;padding:.75rem;font-size:.875rem;font-weight:600;color:#fff;transition:background-color .15s ease-in-out;border:none;cursor:pointer}.auth-submit:hover{background-color:#d97706}
