.select-dropdown{position:relative;min-width:220px}.select-dropdown--full{width:100%;min-width:0}.select-dropdown--full .select-dropdown__menu{width:100%;min-width:100%;max-width:100%}.select-dropdown__trigger{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;border-radius:.75rem;border:1px solid var(--border);background:rgba(var(--bg-deep-tint),.55);color:var(--text);cursor:pointer;font-weight:500;transition:border-color .15s ease,background-color .15s ease}.select-dropdown__trigger:hover{border-color:rgba(var(--primary-tint),.5);background:rgba(var(--bg-deep-tint),.72)}.select-dropdown__trigger:focus-visible{outline:var(--input-focus-outline);outline-offset:0;border-color:var(--primary);background:rgba(var(--bg-deep-tint),.72);box-shadow:none}.select-dropdown__trigger:disabled{opacity:.6;cursor:not-allowed}.select-dropdown__value{text-align:left}.select-dropdown__menu{position:absolute;right:0;top:calc(100% + .5rem);width:min(320px,100%);max-height:260px;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(var(--primary-tint),.55) rgba(var(--bg-tint),.45);background:var(--bg);border:1px solid var(--border);border-radius:.85rem;box-shadow:0 16px 30px rgba(var(--bg-tint),.45);padding:.4rem;display:flex;flex-direction:column;gap:.2rem;z-index:20;scrollbar-width:none}.select-dropdown__menu--portal{position:fixed;left:0;top:0;right:auto;z-index:10050;width:auto}.select-dropdown__menu::-webkit-scrollbar{width:9px;height:9px}.select-dropdown__menu::-webkit-scrollbar-track{background:rgba(var(--bg-tint),.45);border-radius:999px}.select-dropdown__menu::-webkit-scrollbar-thumb{background:rgba(var(--primary-tint),.55);border:2px solid rgba(var(--bg-tint),.45);border-radius:999px}.select-dropdown__option{border:none;background:transparent;color:var(--text);padding:.6rem .75rem;border-radius:.7rem;display:flex;flex-direction:column;gap:.2rem;text-align:left;cursor:pointer;font-weight:500;transition:background-color .15s ease,border-color .15s ease}.select-dropdown__option:hover,.select-dropdown__option:focus-visible{background:rgba(var(--primary-tint),.12)}.select-dropdown__option.is-selected{background:rgba(var(--primary-tint),.18);border:1px solid rgba(var(--primary-tint),.35)}.select-dropdown__option-label{font-weight:500}.select-dropdown__option-note{font-size:.8rem;color:var(--muted)}.theme-light .select-dropdown__trigger{background:var(--white)}.theme-light .select-dropdown__trigger:hover,.theme-light .select-dropdown__trigger:focus-visible{background:var(--bg)}@media(max-width:720px){.select-dropdown{width:100%}}
