.custom-dropdown-container{position:relative;display:inline-block;min-width:120px;font-family:inherit;box-sizing:border-box;color:var(--text-color)}.custom-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:var(--bg-color);color:inherit;border:1px solid #444;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease;-webkit-user-select:none;user-select:none;min-height:38px;box-sizing:border-box;outline:none}.custom-dropdown-header:hover{background-color:var(--panel-color);border-color:#666}.custom-dropdown-header:focus-visible{border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color)}.custom-dropdown-header.open{border-color:var(--accent-color)}.custom-dropdown-selected{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-inline-end:12px}.custom-dropdown-arrow{transition:transform .2s ease;flex-shrink:0;color:inherit;opacity:.7}.custom-dropdown-header:hover .custom-dropdown-arrow{opacity:1}.custom-dropdown-arrow.open{transform:rotate(180deg);color:var(--accent-color);opacity:1}.custom-dropdown-list-container{position:absolute;top:calc(100% + 4px);inset-inline:0;z-index:1000;background-color:var(--panel-color);border:1px solid #444;border-radius:8px;box-shadow:0 8px 16px #0006;overflow:hidden;animation:dropdown-fade-in .15s ease-out}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-list{list-style:none;padding:4px;margin:0;max-height:250px;overflow-y:auto}.custom-dropdown-list::-webkit-scrollbar{width:6px}.custom-dropdown-list::-webkit-scrollbar-track{background:transparent}.custom-dropdown-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.custom-dropdown-list::-webkit-scrollbar-thumb:hover{background:#fff3}.custom-dropdown-item{padding:8px 12px;cursor:pointer;border-radius:4px;font-size:14px;color:var(--text-color);transition:all .15s ease;white-space:nowrap}.custom-dropdown-item:hover{background-color:#ffffff0d}.custom-dropdown-item.selected{background-color:var(--accent-color);color:#fff;font-weight:500}.custom-dropdown-item.selected:hover{filter:brightness(1.1)}@media(max-width:1200px){.custom-dropdown-header{padding:3px 6px;font-size:12px;min-height:24px}.custom-dropdown-item{padding:4px 8px;font-size:12px}}
