.select2-container--default .select2-selection--single { background:var(--elevated)!important;border:1px solid rgba(255,255,255,0.12)!important;border-radius:6px!important;height:auto!important;min-height:44px!important;padding:4px 0!important;outline:none!important; }
    .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single { border-color:var(--accent)!important;box-shadow:0 0 0 2px rgba(255,62,130,0.2)!important; }
    .select2-container--default .select2-selection--single .select2-selection__rendered { color:var(--text-primary)!important;line-height:36px!important;padding:0 36px 0 14px!important;font-weight:500!important; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder { color:var(--text-secondary)!important; }
    .select2-container--default .select2-selection--single .select2-selection__arrow { height:100%!important;right:8px!important; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color:var(--accent) transparent transparent transparent!important;border-width:6px 5px 0 5px!important; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color:transparent transparent var(--accent) transparent!important;border-width:0 5px 6px 5px!important; }
    .pudgy-select2-dropdown, .select2-dropdown { background:var(--elevated)!important;border:1px solid rgba(255,255,255,0.18)!important;border-radius:6px!important;box-shadow:0 8px 24px rgba(0,0,0,0.5)!important;overflow:hidden!important; }
    .select2-results__options { max-height:280px!important; }
    .select2-results__option { color:var(--text-primary)!important;background:transparent!important;padding:11px 14px!important;font-weight:500!important;transition:background .12s,color .12s!important; }
    .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted { background:var(--accent)!important;color:#fff!important; }
    .select2-container--default .select2-results__option[aria-selected="true"] { background:rgba(255,62,130,0.15)!important;color:var(--accent-secondary)!important;font-weight:700!important; }
    .select2-container--default .select2-results__option--disabled { color:var(--text-muted)!important;cursor:not-allowed!important; }
    .select2-search--dropdown { display:none!important; }
