.auth-overlay{position:fixed;inset:0;z-index:4000;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.auth-modal{position:relative;width:100%;max-width:420px;background:var(--white-color);border:1px solid var(--border);border-radius:20px;overflow:visible;box-shadow:0 24px 56px rgba(0,0,0,.14)}.auth-modal:before{content:none}.auth-modal__close{position:absolute;top:-14px;right:-14px;z-index:10;width:36px;height:36px;border-radius:50%;background:var(--primary-color);border:none;color:#fff;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:opacity .15s}.auth-modal__close:hover{opacity:.82}.auth-form{padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.auth-form__icon{width:52px;height:52px;border-radius:14px;background:var(--primary-color);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 10px 24px rgba(0,39,36,.25);flex-shrink:0}.auth-form__icon i{font-size:1.2rem;color:var(--white)}.auth-form__icon--otp{background:var(--primary-color);box-shadow:0 10px 24px rgba(0,39,36,.25)}.auth-form__icon--register{width:52px;height:52px;border-radius:50%;background:rgba(0,39,36,.08);border:1.5px solid rgba(0,39,36,.2);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary-color);flex-shrink:0;margin:0 auto}.auth-otp-header,.auth-phone-header{display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-otp-header .auth-form__icon,.auth-phone-header .auth-form__icon{width:36px;height:36px;font-size:.9rem;margin:0}.auth-form__title{font-size:1.25rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.04em;text-align:center;margin:0}.auth-form__sub{font-size:.83rem;color:var(--text-muted);text-align:center;margin:0;line-height:1.5}.auth-input-group{display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;position:relative}.auth-input-group:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,39,36,.08)}.auth-country-select{position:static;flex-shrink:0}.auth-country-select__btn{display:flex;align-items:center;gap:6px;padding:0 .65rem;height:48px;background:transparent;border:none;border-right:1px solid var(--border);border-radius:10px 0 0 10px;color:var(--text);font-family:var(--font-body);font-size:.88rem;cursor:pointer;white-space:nowrap;transition:background .2s}.auth-country-select__btn:hover{background:rgba(0,0,0,.04)}.auth-country-select__arrow{font-size:.55rem;opacity:.5;color:var(--text-muted);transition:transform .2s}.auth-country-select__arrow--open{transform:rotate(180deg)}.auth-country-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--white-color);border:1px solid var(--border);border-radius:12px;z-index:200;box-shadow:0 16px 48px rgba(0,0,0,.12);display:flex;flex-direction:column}.auth-country-dropdown__search{width:100%;padding:10px 14px;background:var(--surface);border:none;border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;color:var(--text);font-family:var(--font-body);font-size:.82rem;outline:none;box-sizing:border-box}.auth-country-dropdown__search::placeholder{color:var(--text-muted)}.auth-country-dropdown__list{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;max-height:220px}.auth-country-dropdown__list::-webkit-scrollbar{width:4px}.auth-country-dropdown__list::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.auth-country-dropdown__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;color:var(--text);font-family:var(--font-body);font-size:.83rem;cursor:pointer;text-align:left;transition:background .15s}.auth-country-dropdown__item--active,.auth-country-dropdown__item:hover{background:rgba(0,39,36,.06);color:var(--primary-color)}.auth-country-dropdown__name{color:var(--text-muted);font-size:.78rem;margin-left:auto}.auth-country-dropdown__empty{padding:.75rem;font-size:.82rem;color:var(--text-muted);text-align:center}.auth-input-group__field{flex:1 1;height:48px;padding:0 14px;background:transparent;border:none;border-radius:0 10px 10px 0;color:var(--text);font-family:var(--font-body);font-size:.92rem;outline:none;min-width:0}.auth-input-group__field::placeholder{color:var(--text-muted);font-size:.82rem}.auth-text-input{width:100%;height:48px;padding:0 14px;margin-bottom:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:var(--font-body);font-size:.92rem;outline:none;box-sizing:border-box;transition:border-color .2s,background .2s}.auth-text-input:focus{border-color:var(--primary-color);background:var(--white-color);box-shadow:0 0 0 3px rgba(0,39,36,.08)}.auth-text-input::placeholder{color:var(--text-muted)}.auth-otp-phone{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:-.25rem}.auth-otp-phone__number{font-size:.95rem;font-weight:700;color:var(--text);letter-spacing:.04em}.auth-otp-phone__change{background:none;border:none;font-family:var(--font-body);font-size:.8rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s}.auth-otp-phone__change,.auth-otp-phone__change:hover{color:var(--primary-color)}.auth-otp-boxes{display:flex;gap:.55rem;justify-content:center}.auth-otp-box{width:50px;height:56px;text-align:center;font-size:1.3rem;font-weight:700;background:var(--surface);border:1.5px solid var(--border);border-radius:10px;color:var(--text);outline:none;caret-color:var(--primary-color);transition:border-color .2s,background .2s}.auth-otp-box:focus{border-color:var(--primary-color);background:rgba(0,39,36,.04);box-shadow:0 0 0 3px rgba(0,39,36,.08)}.auth-otp-resend{display:flex;justify-content:center;min-height:1.4rem}.auth-otp-resend__timer{font-size:.8rem;color:var(--text-muted);letter-spacing:.03em}.auth-otp-resend__countdown{font-weight:700;color:var(--primary-color);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.auth-link{background:none;border:none;font-family:var(--font-body);font-size:.83rem;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s}.auth-link,.auth-link:hover{color:var(--primary-color)}.auth-error{font-family:var(--font-body);font-size:.8rem;color:#e53e3e;text-align:center;margin:0;padding:.4rem .6rem;background:rgba(229,62,62,.08);border-radius:6px;line-height:1.4}.auth-btn{width:100%;height:48px;margin-top:.75rem;border:1.5px solid var(--primary-color);border-radius:var(--radius-full);font-family:var(--font-body);font-size:.92rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.auth-btn,.auth-btn:hover:not(:disabled){background:var(--primary-color);color:var(--white)}.auth-btn:hover:not(:disabled){border-color:var(--primary-color);transform:translateY(-1px)}.auth-btn:disabled{opacity:.38;cursor:not-allowed;transform:none}.auth-spinner{width:18px;height:18px;border:2.5px solid rgba(224,192,171,.3);border-top:2.5px solid var(--primary-color);border-radius:50%;animation:authSpin .65s linear infinite;display:inline-block}@keyframes authSpin{to{transform:rotate(1turn)}}.auth-form--register{gap:.5rem}.auth-form__sub--left,.auth-form__title--left{text-align:left}.auth-label{font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:-.25rem}.auth-req{color:var(--red-dark);margin-left:1px}.auth-input-group--readonly{background:var(--surface);opacity:.8;pointer-events:none}.auth-country-badge{display:flex;align-items:center;gap:4px;padding:0 .5rem 0 .65rem;height:48px;border-right:1px solid var(--border);font-size:.88rem;color:var(--text);white-space:nowrap;flex-shrink:0}.auth-country-badge__flag{font-size:1.1rem}.auth-country-badge__code{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted)}.auth-name-row{display:flex;gap:.75rem}.auth-name-col{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.auth-name-col .auth-text-input{margin-bottom:0}.auth-email-domains{display:flex;flex-wrap:wrap;gap:.4rem}.auth-email-domains__btn{padding:.3rem .7rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-family:var(--font-body);font-size:.78rem;color:var(--text-muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.auth-email-domains__btn:hover{background:color-mix(in srgb,var(--primary-color) 15%,transparent);border-color:var(--primary-color);color:var(--primary-color)}.auth-register-actions{display:flex;gap:.75rem;margin-top:.5rem}.auth-btn--outline{flex:1 1;height:48px;background:transparent;color:var(--primary-color);border:1.5px solid var(--border-md);border-radius:var(--radius-full);font-family:var(--font-body);font-size:.92rem;font-weight:700;letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition),color var(--transition),border-color var(--transition);margin-top:0}.auth-btn--outline:hover{background:transparent;border-color:var(--primary-color)}.auth-btn--filled{flex:1 1;margin-top:0}.auth-consent{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.auth-consent__check{flex-shrink:0;width:32px;height:32px;margin-top:-6px;margin-left:-8px;padding:8px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-consent__check img{width:16px;height:16px}.auth-consent__text{font-size:.7rem;color:var(--text-muted);line-height:1.5}.auth-consent__link{color:var(--primary-color);text-decoration:underline;font-weight:600}@media (max-width:440px){.auth-form{padding:2rem 1.25rem 1.5rem}.auth-otp-box{width:42px;height:50px;font-size:1.2rem;border-radius:8px}.auth-otp-boxes{gap:.4rem}}@media (max-width:768px){.auth-overlay{align-items:flex-end;padding:0}.auth-country-dropdown__list{max-height:105px}.auth-modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;width:100%;min-height:45vh;padding-bottom:max(26px,env(safe-area-inset-bottom))}.auth-modal__close{top:-50px;right:auto;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);color:var(--primary-color);box-shadow:0 2px 14px rgba(0,0,0,.18)}}