.custom-select{position:relative;width:auto;min-width:160px;flex-shrink:0}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;border-radius:6px;border:1px solid var(--text-disabled);background:var(--bg-surface);height:48px;padding:12px 16px;color:var(--text-primary);cursor:pointer;transition:border-color .3s ease;width:100%;font-size:16px}.custom-select-trigger:hover{border-color:var(--text-disabled)}.custom-select-trigger.open,.custom-select-trigger:focus{outline:none;border-color:var(--primary)}.custom-select-value{flex:1 1;display:flex;align-items:center}.custom-select-placeholder{color:var(--text-disabled)}.custom-select-option-content{display:flex;align-items:center;gap:8px}.custom-select-flag{width:16px;height:12px;flex-shrink:0;object-fit:cover}.custom-select-arrow{display:flex;align-items:center;color:var(--text-disabled);transition:transform .3s ease;margin-left:8px}.custom-select-arrow.rotate{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg-surface);border:1px solid var(--text-disabled);border-top:none;border-radius:0 0 6px 6px;max-height:200px;overflow-y:auto;z-index:1050;box-shadow:0 4px 8px rgba(0,0,0,.1)}.custom-select-option{padding:12px 16px;cursor:pointer;transition:background-color .3s ease;font-size:16px;color:var(--text-primary)}.custom-select-option:hover{background-color:var(--bg-elevated)}.custom-select-option.selected{color:#fff}.custom-select-option.selected,.custom-select-option.selected:hover{background-color:var(--primary)}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f1f1f1}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}