.auth-modal-backdrop{position:fixed;inset:0;background:rgba(10,15,25,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.25rem;overflow-y:auto;overscroll-behavior:contain}.auth-modal-wrapper{position:relative;width:100%;max-width:440px;margin:auto}.auth-modal-card{background:#ffffff;width:100%;border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.25);padding:1.5rem 1.5rem 1.25rem;position:relative;max-height:calc(100vh - 3rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.auth-modal-card::-webkit-scrollbar{width:6px}.auth-modal-card::-webkit-scrollbar-track{background:transparent}.auth-modal-card::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.auth-modal-card::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s ease;z-index:10}.auth-modal-close:hover{background:#0f172a;color:#ffffff}.auth-brand-badge{display:inline-flex;align-items:center;gap:.35rem;background:rgba(167,182,74,.12);color:#6a7a1a;padding:.25rem .7rem;border-radius:50px;font-size:.68rem;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin-bottom:.75rem;border:1px solid rgba(167,182,74,.25)}.auth-modal-header{margin-bottom:.9rem}.auth-modal-title{font-size:1.2rem;font-weight:900;color:#0f172a;margin-bottom:.2rem;letter-spacing:-.4px;line-height:1.2}.auth-modal-subtitle{font-size:.8rem;color:#64748b;line-height:1.4}.auth-tabs{display:flex;background:#f1f5f9;border-radius:10px;padding:.25rem;gap:.25rem;margin-bottom:1rem}.auth-tab{flex:1 1;padding:.45rem .6rem;border:none;background:transparent;font-size:.8rem;font-weight:700;color:#64748b;border-radius:7px;cursor:pointer;transition:all .2s ease;font-family:inherit}.auth-tab.active{background:#0f172a;color:#ffffff;box-shadow:0 2px 8px rgba(15,23,42,.18)}.auth-alert-banner{padding:.55rem .85rem;border-radius:8px;font-size:.8rem;font-weight:600;margin-bottom:1rem;line-height:1.4}.auth-alert-banner.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-alert-banner.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.auth-form{gap:.65rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.25rem}.auth-field label{font-size:.68rem;font-weight:800;color:#374151;text-transform:uppercase;letter-spacing:.5px}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{left:.9rem;color:#94a3b8}.auth-country-code,.auth-input-icon{position:absolute;pointer-events:none}.auth-country-code{left:.85rem;font-size:.82rem;font-weight:700;color:#334155;white-space:nowrap}.auth-eye-btn{position:absolute;right:.85rem;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.2rem;display:flex;align-items:center;transition:color .2s}.auth-eye-btn:hover,.auth-input{color:#0f172a}.auth-input{width:100%;padding:.6rem .85rem;border-radius:9px;border:1.5px solid #e2e8f0;font-size:.84rem;font-weight:500;outline:none;font-family:inherit;transition:all .2s ease;background:#f8fafc}.auth-input.with-icon{padding-left:2.4rem}.auth-input.with-prefix{padding-left:4.8rem}.auth-input:focus{background:#ffffff;border-color:#A7B64A;box-shadow:0 0 0 3px rgba(167,182,74,.15)}.auth-input::placeholder{color:#b0bec5}.auth-custom-select-wrap{position:relative;width:100%}.auth-custom-select-btn{width:100%;padding:.6rem .85rem;border-radius:9px;border:1.5px solid #e2e8f0;font-size:.84rem;font-weight:600;color:#0f172a;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;cursor:pointer;outline:none;font-family:inherit;transition:all .2s ease}.auth-custom-select-btn.open,.auth-custom-select-btn:hover{background:#ffffff;border-color:#A7B64A;box-shadow:0 0 0 3px rgba(167,182,74,.15)}.auth-select-arrow{color:#64748b;transition:transform .2s ease}.auth-select-arrow.rotated{transform:rotate(180deg);color:#0f172a}.auth-dropdown-popover{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,.18);z-index:50;overflow:hidden;display:flex;flex-direction:column}.auth-dropdown-search-box{position:relative;padding:.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc;display:flex;align-items:center}.auth-dropdown-search-icon{position:absolute;left:.9rem;color:#94a3b8;pointer-events:none}.auth-dropdown-search-input{width:100%;padding:.45rem .65rem .45rem 2rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.82rem;color:#0f172a;outline:none;background:#ffffff;font-family:inherit;transition:border-color .2s}.auth-dropdown-search-input:focus{border-color:#A7B64A}.auth-dropdown-options-list{max-height:180px;overflow-y:auto;padding:.35rem;display:flex;flex-direction:column;gap:.15rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.auth-dropdown-options-list::-webkit-scrollbar{width:5px}.auth-dropdown-options-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.auth-dropdown-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:none;background:transparent;border-radius:7px;font-size:.82rem;font-weight:600;color:#334155;cursor:pointer;text-align:left;transition:all .15s ease;font-family:inherit}.auth-dropdown-option:hover{background:rgba(167,182,74,.12);color:#0f172a}.auth-dropdown-option.selected{background:#0f172a;color:#ffffff;font-weight:700}.auth-option-check{color:#A7B64A}.auth-dropdown-option.selected .auth-option-check{color:#ffffff}.auth-dropdown-no-match{padding:.85rem .65rem;text-align:center;font-size:.78rem;color:#94a3b8}.auth-submit-btn{width:100%;height:44px;background:#0f172a;color:#ffffff;border:none;border-radius:9px;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.2rem;font-family:inherit}.auth-submit-btn:hover:not(:disabled){background:#1e293b;transform:translateY(-1px);box-shadow:0 6px 20px rgba(15,23,42,.2)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-success-box{text-align:center;padding:2.5rem 1rem}.auth-success-icon{width:68px;height:68px;background:#f0fdf4;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 8px 24px rgba(22,163,74,.18)}.auth-success-box h3{font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.auth-success-box p{font-size:.85rem;color:#64748b;line-height:1.5}@media (max-width:480px){.auth-modal-card{padding:1.5rem 1.25rem}.auth-modal-title{font-size:1.2rem}.auth-form-row{grid-template-columns:1fr}}