.CustomSelect-module__ZFQ9JG__selectWrapper{width:100%;position:relative}.CustomSelect-module__ZFQ9JG__selectTrigger{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--fs-sm);color:var(--text-primary);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);text-align:left;background:#fffffff2;border:1px solid #ffffff4d;outline:none;justify-content:space-between;align-items:center;width:100%;display:flex}.CustomSelect-module__ZFQ9JG__selectTrigger:focus{background:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff4d}.CustomSelect-module__ZFQ9JG__placeholder{color:#bbb}.CustomSelect-module__ZFQ9JG__chevron{color:#8b949e;width:12px;height:12px;transition:transform var(--duration-fast) var(--ease-out);flex-shrink:0}.CustomSelect-module__ZFQ9JG__chevronOpen{transform:rotate(180deg)}.CustomSelect-module__ZFQ9JG__dropdown{border:1px solid var(--border-primary);border-radius:var(--radius-md);z-index:50;max-height:240px;padding:var(--space-1) 0;background:#fff;animation:.15s ease-out CustomSelect-module__ZFQ9JG__dropdownIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f}@keyframes CustomSelect-module__ZFQ9JG__dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.CustomSelect-module__ZFQ9JG__dropdown::-webkit-scrollbar{width:6px}.CustomSelect-module__ZFQ9JG__dropdown::-webkit-scrollbar-track{background:0 0}.CustomSelect-module__ZFQ9JG__dropdown::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.CustomSelect-module__ZFQ9JG__dropdown::-webkit-scrollbar-thumb:hover{background:#00000040}.CustomSelect-module__ZFQ9JG__option{width:100%;padding:10px var(--space-4);font-family:var(--font-body);font-size:var(--fs-sm);color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;transition:all .15s;display:block}.CustomSelect-module__ZFQ9JG__option:hover{color:#fff;background:linear-gradient(135deg,#dc2626,#ea580c)}.CustomSelect-module__ZFQ9JG__optionSelected{color:#fff;font-weight:var(--fw-semibold);background:linear-gradient(135deg,#dc2626,#ea580c)}.CustomSelect-module__ZFQ9JG__optionPlaceholder{color:#999}.CustomSelect-module__ZFQ9JG__optionPlaceholder:hover{background:var(--bg-secondary);color:#999}
