.auth-wrapper{min-height:calc(100dvh - 80px);padding:var(--spacing-xl);background:radial-gradient(circle at 100% 0,#fef4ea,#0000 40%),#fafaf9 radial-gradient(circle at 0 100%,#eaf6fc,#0000 40%)}.auth-container{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:3rem 2.5rem;transition:all .3s;box-shadow:0 10px 40px #0000000a,0 0 0 1px #00000005}.auth-header{margin-bottom:2rem}.auth-logo{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 24px #f9731626}.auth-title{letter-spacing:-.02em;color:#f97316;margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-subtitle{color:#6b7280;font-size:.95rem}.auth-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;animation:.3s ease-out forwards slideIn;display:flex}.auth-form{gap:1.2rem}.input-group{width:100%;position:relative}.auth-input{color:#1f2937;background:#eef2f6;border:2px solid #0000;border-radius:12px;outline:none;width:100%;padding:1rem 1rem 1rem 1.25rem;font-size:1rem;font-weight:500;transition:all .2s}.auth-input:hover{background:#e8ecf1}.auth-input:focus{background:#eef2f6;border-color:#f97316}.auth-label{color:#9ca3af;pointer-events:none;background:0 0;padding:0 .25rem;font-size:1rem;font-weight:400;transition:all .2s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.auth-input:focus~.auth-label,.auth-input:not(:placeholder-shown)~.auth-label{color:#4b5563;background:#fff;border-radius:4px;font-size:.8rem;top:-2px}.phone-prefix{color:#4b5563;pointer-events:none;opacity:0;font-size:1rem;font-weight:500;transition:opacity .2s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.auth-input.has-prefix:focus~.phone-prefix,.auth-input.has-prefix:not(:placeholder-shown)~.phone-prefix{opacity:1}.auth-input.has-prefix:focus,.auth-input.has-prefix:not(:placeholder-shown){padding-left:3.25rem}.auth-input.has-suffix{padding-right:3.25rem}.password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.password-toggle:hover{color:#4b5563}.auth-btn{color:#fff;background:#f97316;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;box-shadow:0 4px 14px #f9731640}.auth-toggle-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0 .25rem;font-weight:600;transition:all .2s}.auth-toggle-btn:hover{color:#1f2937}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.auth-select:invalid{color:#9ca3af}.auth-select option{color:#1f2937}@media (max-width:768px){.auth-wrapper{justify-content:center;align-items:center;min-height:calc(100dvh - 80px);padding:1.5rem 1rem;display:flex}.auth-container{border-radius:24px;margin:auto;padding:2.5rem 1.5rem}.auth-title{font-size:1.8rem}.auth-logo{width:60px;height:60px;font-size:1.6rem}}
