.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.show{opacity:.5}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal.show{display:flex!important;align-items:center;justify-content:center}.modal-dialog{position:relative;width:100%;margin:.5rem;pointer-events:auto}.auth-modal-dialog{max-width:860px;margin:1.5rem auto}.auth-modal-content{border:none!important;border-radius:20px!important;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.auth-layout{display:flex;min-height:540px}.auth-sidebar{width:42%;flex-shrink:0;background:linear-gradient(145deg,#1a6ffa,#6610f2);display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem}.auth-sidebar-inner{color:#fff;text-align:center;flex-direction:column}.auth-sidebar-inner,.auth-sidebar-logo{width:100%;display:flex;align-items:center}.auth-sidebar-logo{justify-content:center;margin-bottom:1.25rem}.auth-sidebar-logo img{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.25));display:block;margin:0 auto}.auth-sidebar-title{font-size:1.4rem;font-weight:700;margin-bottom:.6rem;line-height:1.3}.auth-sidebar-sub{font-size:.88rem;opacity:.8;line-height:1.6;margin-bottom:1.75rem}.auth-sidebar-features{display:flex;flex-direction:column;gap:.75rem;text-align:left;width:100%}.auth-feature-item{display:flex;align-items:center;gap:.6rem;background:hsla(0,0%,100%,.12);border-radius:10px;padding:.55rem .85rem;font-size:.84rem;font-weight:500}.auth-feature-icon{font-size:1.1rem}.auth-form-panel{flex:1;padding:2.25rem 2.5rem 2rem;background:#fff;display:flex;flex-direction:column;overflow-y:auto;max-height:90vh}.auth-mobile-brand{display:none;align-items:center;gap:8px;margin-bottom:1.25rem}.auth-mobile-brand img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;display:block}.auth-mobile-brand span{font-size:1.15rem;font-weight:700;color:#0d6efd}.auth-form-header{margin-bottom:1.25rem}.auth-form-title{font-size:1.35rem;font-weight:700;color:#111827;margin-bottom:.3rem}.auth-form-subtitle{font-size:.84rem;color:#6b7280;margin:0;line-height:1.5}.auth-tabs{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;margin-bottom:1.25rem;gap:4px}.auth-tab{flex:1;border:none;background:transparent;border-radius:7px;padding:8px 12px;font-size:.875rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.auth-tab--active{background:#fff;color:#0d6efd;box-shadow:0 1px 4px rgba(0,0,0,.1)}.auth-google-wrap{margin-bottom:0}.auth-google-btn{width:100%;height:46px;display:flex;align-items:center;justify-content:center;gap:10px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,border-color .15s;letter-spacing:.01em;font-family:inherit}.auth-google-btn:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 6px rgba(0,0,0,.08)}.auth-google-btn:active{background:#f3f4f6;transform:translateY(1px)}.auth-divider{display:flex;align-items:center;gap:10px;margin:1rem 0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{color:#9ca3af;flex-shrink:0}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{margin-bottom:1rem}.auth-label{font-size:.8rem;font-weight:600;color:#374151;display:block;margin-bottom:6px;letter-spacing:.01em}.auth-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.auth-input{width:100%;height:44px;border-radius:10px!important;border:1.5px solid #e5e7eb!important;font-size:.92rem!important;color:#111827!important;padding:0 14px!important;transition:border-color .2s,box-shadow .2s!important;background:#fafafa!important}.auth-input:focus{border-color:#0d6efd!important;box-shadow:0 0 0 3px rgba(13,110,253,.12)!important;background:#fff!important;outline:none!important}.auth-input--password{padding-right:46px!important}.auth-password-wrap{position:relative}.auth-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;color:#9ca3af;cursor:pointer;line-height:0;transition:color .15s}.auth-eye-btn:hover,.auth-forgot{color:#0d6efd}.auth-forgot{font-size:.78rem;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;padding:0}.auth-forgot:hover{text-decoration:underline}.auth-error{display:flex;align-items:center;gap:7px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:9px 12px;font-size:.82rem;color:#b91c1c;margin-bottom:1rem}.auth-submit-btn{width:100%;height:46px;border-radius:12px!important;border:none!important;background:linear-gradient(135deg,#0d6efd,#6610f2)!important;color:#fff!important;font-weight:700!important;font-size:.95rem!important;margin-bottom:1rem;transition:opacity .2s,transform .15s!important;letter-spacing:.02em}.auth-submit-btn:hover:not(:disabled){opacity:.92!important;transform:translateY(-1px)!important}.auth-submit-btn:disabled{opacity:.65!important;cursor:not-allowed}.auth-spinner{display:flex;align-items:center;justify-content:center;gap:5px}.auth-spinner-dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:auth-bounce .9s ease-in-out infinite}.auth-spinner-dot:nth-child(2){animation-delay:.15s}.auth-spinner-dot:nth-child(3){animation-delay:.3s}@keyframes auth-bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.auth-legal{font-size:.73rem;color:#9ca3af;text-align:center;margin:0;line-height:1.6}.auth-legal-link{color:#0d6efd;text-decoration:none;font-weight:600}.auth-legal-link:hover{text-decoration:underline}.auth-close-btn{position:absolute;top:14px;right:18px;background:rgba(0,0,0,.06);border:none;width:32px;height:32px;border-radius:50%;font-size:1.35rem;color:#6b7280;z-index:20;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;transition:background .2s,color .2s}.auth-close-btn:hover{background:rgba(0,0,0,.12);color:#111}@media (max-width:991px){.auth-modal-dialog{max-width:600px;margin:1rem auto}.auth-sidebar{width:36%;padding:2rem 1.4rem}.auth-sidebar-features{display:none}.auth-sidebar-sub{margin-bottom:0}.auth-form-panel{padding:2rem 1.75rem}.auth-google-btn{font-size:.88rem}}@media (max-width:599px){.modal-dialog.auth-modal-dialog{width:78%!important;max-width:320px!important;margin:auto!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important}.auth-modal-content{border-radius:18px!important;box-shadow:0 12px 40px rgba(0,0,0,.18)!important}.auth-layout{flex-direction:column;min-height:unset}.auth-sidebar{display:none}.auth-mobile-brand{display:flex}.auth-form-panel{padding:1.25rem 1.1rem;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-form-header{margin-bottom:.85rem}.auth-field{margin-bottom:.8rem}.auth-tabs{margin-bottom:.9rem}.auth-form-title{font-size:1.1rem}.auth-form-subtitle{font-size:.8rem}.auth-input{height:44px!important;font-size:16px!important}.auth-submit-btn{height:46px!important;font-size:.95rem!important}.auth-close-btn{top:10px;right:12px;width:28px;height:28px;font-size:1.2rem}.auth-mobile-brand{margin-bottom:.75rem}.auth-legal{font-size:.7rem}.auth-google-btn{height:46px;font-size:.88rem;border-radius:11px;gap:8px}.auth-divider{margin:.85rem 0;font-size:.7rem}}@media (max-width:359px){.modal-dialog.auth-modal-dialog{width:88%!important;max-width:300px!important}.auth-form-panel{padding:1rem .9rem}.auth-google-btn{font-size:.82rem;gap:7px}}