.select-input{--select-pop-bg: light-dark(#fff, var(--dark-surface));--select-pop-border: var(--border);--select-pop-text: light-dark(#25362c, var(--dark-text));--select-hover-bg: var(--surface-hover);--select-accent: var(--green);--select-muted: var(--muted);--select-icon: light-dark(#6d7869, var(--dark-muted));--select-focus: light-dark(#78a35c, var(--dark-accent));--select-shadow: 0 18px 48px light-dark(#102e2324, var(--dark-shadow)), 0 2px 6px light-dark(#102e2312, #00000033);position:relative;min-width:0}.select-input .select-input-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;cursor:pointer}.select-input .select-input-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-input .select-input-trigger>svg{flex:none;color:var(--select-icon);transition:transform .15s}.select-input .select-input-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.select-input .select-input-trigger:disabled{cursor:not-allowed}.select-input .select-input-trigger:focus-visible,.select-input:has(.select-input-proxy:focus) .select-input-trigger{outline:3px solid var(--select-focus);outline-offset:4px}.select-input .select-input-placeholder{color:var(--select-muted)}.select-input .select-input-proxy{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;opacity:0;pointer-events:none}.select-popover{position:fixed;inset:auto;margin:0;max-width:calc(100vw - 16px);max-height:min(320px,calc(100vh - 16px));overflow-y:auto;padding:6px;border:1px solid var(--select-pop-border);border-radius:12px;background:var(--select-pop-bg);color:var(--select-pop-text);box-shadow:var(--select-shadow);font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;letter-spacing:normal;text-transform:none}.select-popover .select-option{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px;padding:8px 10px;border-radius:8px;cursor:pointer;line-height:1.35;text-align:left}.select-popover .select-option[data-active]{background:var(--select-hover-bg);color:var(--select-accent)}.select-popover .select-option[aria-selected=true]{font-weight:600;color:var(--select-accent)}.select-popover .select-option[aria-disabled=true]{color:var(--select-muted);opacity:.6;cursor:not-allowed}.select-popover .select-option>svg{flex:none}
