@supports (appearance:base-select){.select-themed{appearance:base-select}.select-themed::picker(select){appearance:base-select}.select-themed::picker-icon{display:none}.select-themed selectedcontent{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select-themed::picker(select){border:1px solid var(--color-line);background:var(--color-surface);overscroll-behavior:contain;max-height:20rem;color-scheme:inherit;border-radius:.5rem;margin-block-start:.25rem;padding:.25rem;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.select-themed option{min-height:0;color:var(--color-content);cursor:pointer;border-radius:.375rem;align-items:center;padding:.375rem .625rem;font-size:.875rem;line-height:1.5rem;transition:background-color .12s,color .12s;display:flex}.select-themed option:hover,.select-themed option:focus{background:var(--color-surface-hover);color:var(--color-heading);outline:none}.select-themed option:checked{background:var(--color-accent);color:var(--color-on-accent);font-weight:500}.select-themed option::checkmark{display:none}}@supports not (appearance:base-select){.select-sheet{z-index:9999;align-items:flex-end;display:flex;position:fixed;inset:0}.select-sheet-backdrop{background:0 0;transition:background .25s;position:absolute;inset:0}.select-sheet.is-open .select-sheet-backdrop{background:#00000080}.select-sheet-panel{background:var(--color-surface);border-top-left-radius:.75rem;border-top-right-radius:.75rem;flex-direction:column;width:100%;max-height:60dvh;transition:transform .25s;display:flex;position:relative;transform:translateY(100%)}.select-sheet.is-open .select-sheet-panel{transform:translateY(0)}.select-sheet-header{border-bottom:1px solid var(--color-line);flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.select-sheet-title{color:var(--color-heading);font-size:.9375rem;font-weight:600}.select-sheet-close{width:1.75rem;height:1.75rem;color:var(--color-muted);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.select-sheet-close:hover{background:var(--color-surface-hover);color:var(--color-heading)}.select-sheet-close svg{width:1rem;height:1rem}.select-sheet-list{overscroll-behavior:contain;padding:.25rem .375rem;padding-bottom:max(.25rem, env(safe-area-inset-bottom));margin:0;list-style:none;overflow-y:auto}.select-sheet-option{color:var(--color-content);cursor:pointer;border-radius:.5rem;align-items:center;padding:.625rem .75rem;font-size:.9375rem;transition:background .12s,color .12s;display:flex}.select-sheet-option:active{background:var(--color-surface-hover)}.select-sheet-option.is-selected{background:var(--color-accent);color:var(--color-on-accent);font-weight:500}}
