.themed-select{width:100%;position:relative}.themed-select-trigger{width:100%;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-regular);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);line-height:var(--leading-normal);cursor:pointer;text-align:left;transition:border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard);outline:none;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.themed-select-trigger:hover{border-color:var(--text-muted)}.themed-select-trigger:focus,.themed-select-trigger--open{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);background:var(--bg-card)}.themed-select--disabled .themed-select-trigger{opacity:.45;cursor:not-allowed}.themed-select-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.themed-select-placeholder{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.themed-select-chevron{color:var(--text-secondary);transition:transform var(--duration-fast) var(--ease-standard);flex-shrink:0}.themed-select-chevron--open{transform:rotate(180deg)}.themed-select-menu{z-index:9999;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);max-height:240px;margin:0;padding:4px 0;list-style:none;overflow-y:auto;box-shadow:0 4px 12px #00000040}.themed-select-option{font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard);justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.themed-select-option--focused,.themed-select-option:hover{background:var(--bg-card-hover)}.themed-select-option--selected{color:var(--accent);font-weight:var(--weight-medium)}.themed-select-check{color:var(--accent);flex-shrink:0}.themed-select-group{list-style:none}.themed-select-group-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:8px 14px 4px;font-size:11px;font-weight:600;display:block}.themed-select-group-options{margin:0;padding:0;list-style:none}
