.scope-switcher-field{display:flex;flex-direction:column;gap:4px;align-items:stretch;min-width:200px}.scope-switcher-field__label{font-size:11px;font-weight:700;color:#666;letter-spacing:.04em}.scope-switcher-field__control{position:relative;display:flex;flex-direction:column;gap:0}.scope-switcher-field__select{width:100%;max-width:280px;font-size:13px;font-weight:600;padding:8px 36px 8px 10px;border-radius:8px;border:1px solid #cfcfcf;background-color:#fff;color:#333;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.scope-switcher-field__select:disabled{cursor:wait;color:#555}.scope-switcher-field--switching .scope-switcher-field__select{border-color:#26b7bc;background-color:#f7fdfd;box-shadow:0 0 0 3px rgba(38,183,188,.14)}.scope-switcher-field--error .scope-switcher-field__select{border-color:#d64545;box-shadow:0 0 0 2px rgba(214,69,69,.12)}.scope-switcher-field__error{display:block;max-width:280px;margin-top:4px;font-size:11px;line-height:1.35;color:#b42318}.scope-switcher-field__spinner{position:absolute;top:50%;right:28px;width:14px;height:14px;margin-top:-7px;border:2px solid rgba(38,183,188,.22);border-top-color:#26b7bc;border-radius:50%;animation:scope-switcher-spin .65s linear infinite;pointer-events:none}.scope-switcher-field__track{display:block;height:2px;margin-top:3px;max-width:280px;border-radius:999px;background:#e5e5e5;overflow:hidden;opacity:0;transform:scaleX(.98);transition:opacity .15s ease}.scope-switcher-field__track--active{opacity:1}.scope-switcher-field__track--active:after{content:"";display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#51c5c9,#26b7bc,#51c5c9);animation:scope-switcher-track .9s ease-in-out infinite}@keyframes scope-switcher-spin{to{transform:rotate(1turn)}}@keyframes scope-switcher-track{0%{transform:translateX(-110%)}to{transform:translateX(320%)}}