.auth-page{min-height:100vh;display:flex}.auth-lang-switch{align-items:center;gap:6px;display:flex;position:absolute;top:20px;right:24px}.auth-lang-btn{color:#6b7280;border-radius:4px;padding:3px 6px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.auth-lang-btn:hover{color:#e8614a}.auth-lang-btn.active{color:#e8614a;background:#fff0ee}.auth-lang-sep{color:#d1d5db;font-size:.75rem}.auth-brand-col{background:linear-gradient(160deg,#1a1a1a 0%,#2d1a14 55%,#1a1a1a 100%);flex-direction:column;flex:0 0 45%;max-width:520px;display:flex;position:relative;overflow:hidden}.auth-brand-col:before{content:"";pointer-events:none;background:radial-gradient(70% 55% at 50% 42%,#e8614a29 0%,#0000 70%);position:absolute;inset:0}.auth-brand-inner{z-index:1;flex-direction:column;height:100%;padding:40px 48px;display:flex;position:relative}.auth-logo-link{flex-shrink:0;text-decoration:none;display:inline-block}.auth-logo-link img{object-fit:contain;width:80px;height:auto}.auth-brand-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;padding:24px 0;display:flex}.auth-brand-img-wrap{justify-content:center;margin-bottom:32px;display:flex}.auth-brand-img{object-fit:contain;filter:drop-shadow(0 12px 40px #e8614a4d)drop-shadow(0 4px 12px #0006);width:220px;height:220px}.auth-brand-headline{color:#fff;margin:0 0 12px;font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:700;line-height:1.3}.auth-brand-accent{color:#e8614a}.auth-brand-sub{color:#ffffff8c;max-width:280px;margin:0 0 32px;font-size:.9rem;line-height:1.65}.auth-brand-features{text-align:left;flex-direction:column;align-self:stretch;gap:12px;margin:0;padding:0;list-style:none;display:flex}.auth-brand-feature-item{color:#ffffffb3;align-items:center;gap:10px;font-size:.85rem;line-height:1.45;display:flex}.auth-brand-check{background:#e8614a26;border:1px solid #e8614a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.auth-brand-footer{color:#ffffff40;flex-shrink:0;margin:0;font-size:.72rem}.auth-form-col{background:#fff;flex:1;justify-content:center;align-items:center;padding:64px 40px;display:flex;position:relative;overflow-y:auto}.auth-form-box{width:100%;max-width:400px}.auth-mobile-logo{margin-bottom:28px;text-decoration:none;display:none}.auth-form-title{color:#111;margin:0 0 6px;font-size:1.6rem;font-weight:700;line-height:1.25}.auth-required-note{color:#9ca3af;margin:0 0 24px;font-size:.78rem}.auth-form-alert{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 14px;font-size:.875rem;display:flex}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-label{color:#374151;font-size:.85rem;font-weight:500}.auth-label-required:after{content:" *";color:#e8614a}.auth-forgot-link{color:#e8614a;font-size:.8rem;text-decoration:none;transition:opacity .15s}.auth-forgot-link:hover{opacity:.75}.auth-input{color:#111;box-sizing:border-box;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:46px;padding:0 14px;font-size:.93rem;transition:border-color .18s,box-shadow .18s}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{border-color:#e8614a;box-shadow:0 0 0 3px #e8614a1f}.auth-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.auth-input-wrap{position:relative}.auth-input-with-icon{padding-right:46px}.auth-eye-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-eye-btn:hover{color:#e8614a}.auth-hint{color:#9ca3af;margin:2px 0 0;font-size:.75rem;line-height:1.4}.auth-error{color:#ef4444;align-items:center;gap:4px;margin:0;font-size:.78rem;display:flex}.auth-submit-btn{color:#fff;cursor:pointer;background:#e8614a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:6px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s,transform .12s;display:flex}.auth-submit-btn:hover:not(:disabled){background:#d14a35;transform:translateY(-1px)}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-spinner{flex-shrink:0;animation:.8s linear infinite authSpin}.auth-switch-text{text-align:center;color:#6b7280;margin:20px 0 0;font-size:.85rem}.auth-switch-link{color:#e8614a;font-weight:500;text-decoration:none;transition:opacity .15s}.auth-switch-link:hover{opacity:.75}.auth-strength-bar{flex:1;gap:4px;display:flex}.auth-strength-seg{background:#e5e7eb;border-radius:2px;flex:1;height:3px;transition:background .2s}.auth-strength-seg.weak{background:#ef4444}.auth-strength-seg.fair{background:#f59e0b}.auth-strength-seg.good{background:#10b981}.auth-strength-seg.strong{background:#059669}@media (max-width:900px){.auth-brand-col{display:none}.auth-mobile-logo{display:block}.auth-form-col{align-items:flex-start;padding:40px 24px}.auth-form-box{max-width:100%}.auth-form-title{font-size:1.35rem}}@media (min-width:1280px){.auth-brand-col{flex:0 0 480px;max-width:480px}.auth-brand-img{width:260px;height:260px}.auth-brand-inner{padding:44px 56px}}
