:root{--cl-card-bg: rgba(42, 48, 64, 1);--light-grey: #8c95ae;--medium-grey: #2c3243;--dark-grey: #202533;--mobile-fullscreen-panel-z-index: 9999;--team-3-color: #ab61ff}.app-select--ds .app-select__control{display:flex;flex-direction:column;gap:var(--ds-space-2, 8px)}.app-select--ds.app-select--icon-only-trigger{width:64px}.app-select--ds.app-select--icon-only-trigger.app-select--icon-only-48{width:48px;max-width:48px}.app-select--ds.app-select--icon-only-trigger.app-select--align-end .app-select__control{align-items:flex-end}.app-select--ds.app-select--icon-only-trigger.app-select--align-start .app-select__control{align-items:flex-start}.app-select--ds.app-select--text-trigger{width:160px;max-width:100%}.app-select--ds.app-select--full-width-trigger{width:100%;max-width:100%}.app-select__trigger{overflow:hidden;border:2px solid transparent;transition:background-color .2s ease,border-color .2s ease}.app-select__trigger--ds{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:40px;padding:var(--ds-space-3, 12px);border-radius:var(--ds-radius-2, 8px);background:var(--ds-color-bg-surface-1, #202533);cursor:pointer}.app-select__trigger--ds:hover:not(:disabled){background:var(--ds-color-action-secondary-hover, #3b4152)}.app-select__trigger--ds:active:not(:disabled){background:var(--ds-color-action-secondary-pressed, #262c3b)}.app-select__trigger--ds:disabled{background:var(--ds-color-action-disabled-bg, #3b4152);cursor:not-allowed}.app-select__trigger--ds.app-select__trigger--open,.app-select__trigger--ds:focus-visible{border-color:var(--ds-color-state-focus-muted, #6e7899);background:var(--ds-color-bg-surface-1, #202533)}.app-select__trigger--icon-only{width:64px;gap:var(--ds-space-2, 8px)}.app-select__trigger--icon-only.app-select__trigger--chevron-only,.app-select__trigger--icon-only.app-select__trigger--flag-only{gap:0}.app-select__trigger--text{width:100%;gap:var(--ds-space-3, 12px);justify-content:flex-start}.app-select--icon-only-48 .app-select__trigger--icon-only{width:48px;max-width:48px;padding-inline:14px}.app-select--icon-only-48 .app-select__dropdown--ds.app-select__dropdown--compact{width:48px;max-width:48px}.app-select__trigger-flag{flex-shrink:0;width:16px;height:16px;object-fit:cover;border-radius:4px}.app-select__trigger-label{flex:1;min-width:0;overflow:hidden;font-family:var(--ds-font-family-ui, "Inter Display", sans-serif);font-size:var(--ds-font-size-md, 12px);font-weight:400;line-height:var(--ds-line-height-md, 16px);color:var(--ds-color-text-primary, #fff);text-align:left;text-overflow:ellipsis;white-space:nowrap}.app-select__trigger-label--placeholder{color:var(--ds-color-text-secondary, #8c95ae);font-style:italic}.app-select__trigger-label--disabled{color:var(--ds-color-action-disabled-content, rgba(140, 149, 174, .6))}.app-select__dropdown{z-index:50;max-height:240px;overflow-y:auto;list-style:none;margin:0;padding:0}.app-select__dropdown--ds{width:160px;padding:var(--ds-space-1, 4px);border:1px solid var(--ds-color-border-subtle, #202533);border-radius:var(--ds-radius-2, 8px);background:var(--ds-color-bg-surface-1, #202533);box-shadow:none}.app-select__dropdown--ds.app-select__dropdown--full-width{width:100%}.app-select__dropdown--absolute{position:absolute}.app-select__dropdown--top{bottom:calc(100% + var(--ds-space-2, 8px))}.app-select__dropdown--bottom{top:calc(100% + var(--ds-space-2, 8px))}.app-select__dropdown--align-end{right:0}.app-select__dropdown--compact{width:100%;min-width:0}.app-select__dropdown--compact .app-select__option--ds{justify-content:center;gap:0;padding:0 var(--ds-space-1, 4px)}.app-select__dropdown--compact .app-select__option-label{flex:0 1 auto;text-align:center}.app-select__option{display:flex;align-items:center;gap:var(--ds-space-2, 8px);cursor:pointer;list-style:none}.app-select__option--ds{height:36px;padding:0 var(--ds-space-2, 8px);border-radius:var(--ds-radius-1, 4px);transition:background-color .2s ease}.app-select__option--ds:hover{background:#2c3243b3}.app-select__option--ds.app-select__option--selected{background:var(--ds-color-bg-surface-2, #2c3243)}.app-select__option-flag{flex-shrink:0;width:16px;height:16px;object-fit:cover;border-radius:1px}.app-select__option-label{flex:1;min-width:0;overflow:hidden;font-family:var(--ds-font-family-ui, "Inter Display", sans-serif);font-size:var(--ds-font-size-md, 12px);line-height:var(--ds-line-height-md, 16px);text-overflow:ellipsis;white-space:nowrap}.app-select__option-label--selected{font-weight:500;color:var(--ds-color-text-primary, #fff)}.app-select__option-label--default{font-weight:400;color:var(--ds-color-text-secondary, #8c95ae)}.app-select__option-check{flex-shrink:0;font-family:var(--ds-font-family-ui, "Inter Display", sans-serif);font-size:var(--ds-font-size-md, 12px);font-weight:500;line-height:var(--ds-line-height-md, 16px);color:var(--ds-color-icon-secondary, #8c95ae)}.app-select__size-md{height:2.5rem}.app-select__size-lg{height:3rem}.app-select__trigger-expanded{min-width:0}.app-select--plain-surface.app-select--icon-only-trigger,.app-select--plain-surface .app-select__trigger--icon-only{width:auto}.app-select--plain-surface .app-select__trigger--ds{width:auto;height:auto;padding:0;border:none;border-radius:0;background:transparent}.app-select--plain-surface .app-select__trigger--ds:hover:not(:disabled),.app-select--plain-surface .app-select__trigger--ds:active:not(:disabled),.app-select--plain-surface .app-select__trigger--ds.app-select__trigger--open,.app-select--plain-surface .app-select__trigger--ds:focus-visible{border-color:transparent;background:transparent}.app-select--sidebar-surface .app-select__trigger--ds{background:#292f41}.app-select--sidebar-surface .app-select__trigger--ds:hover:not(:disabled){background:var(--ds-color-action-secondary-hover, #3b4152)}.app-select--sidebar-surface .app-select__trigger--ds:active:not(:disabled){background:#292f41}.app-select--sidebar-surface .app-select__trigger--ds:disabled{background:var(--ds-color-action-disabled-bg, #3b4152)}.app-select--sidebar-surface .app-select__trigger--ds.app-select__trigger--open,.app-select--sidebar-surface .app-select__trigger--ds:focus-visible{background:#292f41}.app-select--sidebar-surface .app-select__dropdown--ds{background:#292f41;border-color:#343b50}.app-select--sidebar-surface .app-select__option--ds:hover{background:#3b4152cc}.app-select--sidebar-surface .app-select__option--ds.app-select__option--selected{background:var(--ds-color-bg-surface-2, #2c3243)}.app-select-fade-text-enter-active,.app-select-fade-text-leave-active{transition:opacity .5s cubic-bezier(.4,0,.2,1),max-width .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.app-select-fade-text-enter-from,.app-select-fade-text-leave-to{opacity:0;max-width:0;transform:translate(-8px)}.app-select-fade-text-enter-to,.app-select-fade-text-leave-from{opacity:1;max-width:360px;transform:translate(0)}
