.CountryPhoneInput-module__u5Id-a__field{width:100%;position:relative}.CountryPhoneInput-module__u5Id-a__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-base);margin-bottom:var(--spacing-sm);display:block}.CountryPhoneInput-module__u5Id-a__required{color:var(--color-danger);margin-left:3px}.CountryPhoneInput-module__u5Id-a__control{background:var(--color-bg-base);border:2px solid var(--color-border);border-radius:var(--radius-xl);min-height:52px;transition:border-color var(--transition-base), box-shadow var(--transition-base);align-items:stretch;display:flex;overflow:visible}.CountryPhoneInput-module__u5Id-a__control:hover{border-color:#f061064d}.CountryPhoneInput-module__u5Id-a__control:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #f061061a}.CountryPhoneInput-module__u5Id-a__controlError{border-color:var(--color-danger)}.CountryPhoneInput-module__u5Id-a__countryButton{border:0;border-right:1px solid var(--color-border);border-radius:calc(var(--radius-xl) - 2px) 0 0 calc(var(--radius-xl) - 2px);min-width:132px;min-height:48px;color:var(--color-text-base);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:linear-gradient(135deg,#f061061a,#ff9b3714);justify-content:center;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.CountryPhoneInput-module__u5Id-a__countryButton:hover{background:linear-gradient(135deg,#f0610629,#ff9b371f)}.CountryPhoneInput-module__u5Id-a__countryButton:focus-visible{outline-offset:-3px;outline:3px solid #f0610633}.CountryPhoneInput-module__u5Id-a__isoBadge{letter-spacing:0;background:#f061061f;border-radius:999px;justify-content:center;align-items:center;min-width:30px;min-height:28px;font-size:.72rem;font-weight:800;display:inline-flex}.CountryPhoneInput-module__u5Id-a__dialCode{font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm)}.CountryPhoneInput-module__u5Id-a__chevron{width:16px;height:16px;transition:transform .18s}.CountryPhoneInput-module__u5Id-a__chevronOpen{transform:rotate(180deg)}.CountryPhoneInput-module__u5Id-a__input{min-width:0;color:var(--color-text-base);font-size:var(--font-size-base);background:0 0;border:0;outline:none;flex:1;padding:12px 16px}.CountryPhoneInput-module__u5Id-a__input::placeholder{color:var(--color-text-muted)}.CountryPhoneInput-module__u5Id-a__menu{z-index:40;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-bg-base);box-shadow:var(--shadow-xl);transform-origin:top;animation:.18s ease-out CountryPhoneInput-module__u5Id-a__countryPhoneMenuIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.CountryPhoneInput-module__u5Id-a__searchWrap{border-bottom:1px solid var(--color-border);padding:10px;position:relative}.CountryPhoneInput-module__u5Id-a__searchIcon{width:16px;height:16px;color:var(--color-text-muted);position:absolute;top:50%;left:22px;transform:translateY(-50%)}.CountryPhoneInput-module__u5Id-a__searchInput{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);width:100%;min-height:44px;color:var(--color-text-base);font-size:var(--font-size-sm);outline:none;padding:10px 12px 10px 38px}.CountryPhoneInput-module__u5Id-a__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #f061061a}.CountryPhoneInput-module__u5Id-a__options{max-height:248px;padding:6px;overflow-y:auto}.CountryPhoneInput-module__u5Id-a__option{border-radius:var(--radius-lg);width:100%;min-height:46px;color:var(--color-text-base);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:42px 1fr auto 20px;align-items:center;gap:8px;padding:9px 10px;transition:background .16s,transform .16s;display:grid}.CountryPhoneInput-module__u5Id-a__option:hover,.CountryPhoneInput-module__u5Id-a__option:focus-visible{background:#f0610614;outline:none;transform:translateY(-1px)}.CountryPhoneInput-module__u5Id-a__optionSelected{background:#f061061f}.CountryPhoneInput-module__u5Id-a__optionIso{color:var(--color-primary);font-size:.78rem;font-weight:800}.CountryPhoneInput-module__u5Id-a__optionName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);overflow:hidden}.CountryPhoneInput-module__u5Id-a__optionCode{color:var(--color-text-muted);font-size:var(--font-size-sm)}.CountryPhoneInput-module__u5Id-a__checkIcon{width:16px;height:16px;color:var(--color-primary)}.CountryPhoneInput-module__u5Id-a__emptyState,.CountryPhoneInput-module__u5Id-a__hintText,.CountryPhoneInput-module__u5Id-a__errorText{font-size:var(--font-size-xs)}.CountryPhoneInput-module__u5Id-a__emptyState{color:var(--color-text-muted);padding:14px}.CountryPhoneInput-module__u5Id-a__hintText{margin-top:var(--spacing-xs);color:var(--color-text-muted)}.CountryPhoneInput-module__u5Id-a__errorText{margin-top:var(--spacing-xs);color:var(--color-danger)}@keyframes CountryPhoneInput-module__u5Id-a__countryPhoneMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.CountryPhoneInput-module__u5Id-a__control{flex-direction:column}.CountryPhoneInput-module__u5Id-a__countryButton{border-right:0;border-bottom:1px solid var(--color-border);border-radius:calc(var(--radius-xl) - 2px) calc(var(--radius-xl) - 2px) 0 0;justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){.CountryPhoneInput-module__u5Id-a__menu,.CountryPhoneInput-module__u5Id-a__chevron,.CountryPhoneInput-module__u5Id-a__option{transition:none;animation:none}}
