.ui-compact-select-inline{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.ui-compact-select-inline__label{font-family:var(--font-product-body);font-size:var(--ui-input-label-size);color:var(--foreground);white-space:nowrap;flex-shrink:0;font-weight:500;line-height:1.25}.ui-compact-select-inline__control{flex:auto;min-width:min(8rem,100%)}.ui-compact-select{--ui-compact-select-trigger-height:2.5rem;--ui-compact-select-popover-radius:calc(var(--ui-radius) * 2);position:relative;overflow:visible}.ui-compact-select__trigger{box-sizing:border-box;width:100%;min-height:var(--ui-compact-select-trigger-height);border-radius:var(--ui-compact-select-popover-radius);background:color-mix(in srgb, var(--foreground) 5%, transparent);font-family:var(--font-product-body);letter-spacing:.02em;color:var(--foreground);text-align:start;cursor:pointer;border:1px solid #0000;flex-direction:row;align-items:center;gap:.5rem;padding-block:.5rem;padding-inline:.75rem 2rem;font-size:.9375rem;font-weight:600;line-height:1.25;transition:background .15s,border-color .15s,box-shadow .15s;display:flex;position:relative}.ui-compact-select__trigger:hover{background:color-mix(in srgb, var(--foreground) 9%, transparent)}.ui-compact-select__trigger:focus-visible{outline:2px solid color-mix(in srgb, var(--foreground) 35%, transparent);outline-offset:2px}.ui-compact-select__trigger--open{background:var(--ui-surface);border-color:color-mix(in srgb, var(--foreground) 18%, transparent);box-shadow:0 1px 3px color-mix(in srgb, var(--foreground) 8%, transparent)}.ui-compact-select__trigger--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.ui-compact-select__trigger--error{border-color:#b91c1c8c}.ui-compact-select__leading{width:1.25rem;height:1.25rem;color:var(--ui-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ui-compact-select__trigger--open .ui-compact-select__leading,.ui-compact-select__trigger:hover .ui-compact-select__leading{color:var(--foreground)}.ui-compact-select__trigger-text{text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;flex:1;min-width:0;overflow:hidden}.ui-compact-select__trigger-text--placeholder{color:var(--ui-muted);font-weight:500}.ui-compact-select__chevron{inset-inline-end:.65rem;color:var(--ui-muted);pointer-events:none;transition:transform .15s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.ui-compact-select__trigger--open .ui-compact-select__chevron{color:var(--foreground);transform:translateY(-50%)rotate(180deg)}.ui-compact-select__popover{z-index:var(--ui-compact-select-popover-z-index);box-sizing:border-box;border-radius:var(--ui-compact-select-popover-radius);border:1px solid color-mix(in srgb, var(--foreground) 12%, transparent);background-color:var(--ui-surface,#fff);min-width:14rem;max-height:min(18rem,65vh);box-shadow:0 8px 24px color-mix(in srgb, var(--foreground) 14%, transparent), 0 2px 6px color-mix(in srgb, var(--foreground) 6%, transparent);opacity:0;visibility:hidden;pointer-events:none;position:fixed;inset:auto;overflow:hidden}.ui-compact-select__popover--measure{top:0;left:0;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ui-compact-select__popover--open{opacity:1;visibility:visible;pointer-events:auto;animation:.16s ease-out ui-compact-select-popover-in}.ui-compact-select__popover--with-search{flex-direction:column;max-height:min(22rem,65vh);display:flex}.ui-compact-select__search-region{border-bottom:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);background:var(--ui-surface);flex-shrink:0;padding:.375rem .375rem .25rem}.ui-compact-select__search-wrap{align-items:center;display:flex;position:relative}.ui-compact-select__search-icon{width:1rem;height:1rem;color:var(--ui-muted);pointer-events:none;flex-shrink:0;position:absolute;inset-inline-start:.625rem}.ui-compact-select__search{box-sizing:border-box;border-radius:calc(var(--ui-radius) * 1.25);border:1px solid color-mix(in srgb, var(--foreground) 12%, transparent);background:color-mix(in srgb, var(--foreground) 4%, var(--ui-surface));width:100%;min-height:2.25rem;font-family:var(--font-product-body);color:var(--foreground);padding-block:.4rem;padding-inline:2.125rem .5rem;font-size:.9375rem;font-weight:500;line-height:1.35}.ui-compact-select__search::placeholder{color:var(--ui-muted);font-weight:500}.ui-compact-select__search:focus-visible{outline:2px solid color-mix(in srgb, var(--foreground) 35%, transparent);outline-offset:1px}.ui-compact-select__popover--with-search .ui-compact-select__list{flex:1;min-height:0;max-height:none}@keyframes ui-compact-select-popover-in{0%{transform:translateY(-4px)}to{transform:translateY(0)}}.ui-compact-select__list{background-color:var(--ui-surface,#fff);scrollbar-width:auto;scrollbar-color:#171717 #f0f0f0;max-height:min(17rem,65vh - 1rem);margin:0;padding:.375rem;list-style:none;overflow-y:auto}.ui-compact-select__list::-webkit-scrollbar{width:12px;height:12px}.ui-compact-select__list::-webkit-scrollbar-button{width:0;height:0;display:none}.ui-compact-select__list::-webkit-scrollbar-track{background:#f0f0f0}.ui-compact-select__list::-webkit-scrollbar-thumb{background:#171717;border:3px solid #f0f0f0;border-radius:999px;min-height:3rem}.ui-compact-select__list::-webkit-scrollbar-thumb:hover{background:#000}.ui-compact-select__list::-webkit-scrollbar-corner{background:#f0f0f0}.ui-compact-select__option{border-radius:calc(var(--ui-radius) * 1.5);background-color:var(--ui-surface,#fff);cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;min-height:2.75rem;padding:.5rem .625rem;transition:background-color .12s;display:flex}.ui-compact-select__option--active{background:var(--ui-surface-muted,#f4f4f4)}.ui-compact-select__option--selected{background:color-mix(in srgb, var(--foreground) 8%, var(--ui-surface))}.ui-compact-select__option--selected.ui-compact-select__option--active{background:color-mix(in srgb, var(--foreground) 10%, var(--ui-surface))}.ui-compact-select__empty{min-height:2.75rem;color:var(--ui-muted);text-align:center;justify-content:center;align-items:center;padding:.625rem;font-size:.875rem;font-weight:500;line-height:1.35;display:flex}.ui-compact-select__option-leading{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.ui-compact-select__option-body{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.ui-compact-select__option-label{color:var(--foreground);font-size:.9375rem;font-weight:600;line-height:1.25}.ui-compact-select__option-description{color:var(--ui-muted);font-size:.8125rem;font-weight:500;line-height:1.2}.ui-compact-select__option-code{font-variant-numeric:tabular-nums}.ui-compact-select__option-symbol{color:var(--ui-muted);font-weight:500}.ui-compact-select__check{width:1.125rem;height:1.125rem;color:var(--foreground);flex-shrink:0}.ui-compact-select__check-slot{flex-shrink:0;width:1.125rem;height:1.125rem}@media (min-width:64rem){.ui-compact-select--toolbar .ui-compact-select__trigger{min-width:6.5rem}}
