.custom-select-wrapper{width:100%;position:relative}.custom-select-label{color:var(--text-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:6px;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:flex}.custom-select-label-icon{color:var(--primary);font-size:.9rem;display:inline-flex}.custom-select-required{color:#ef4444}.custom-select-hidden-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;bottom:0;left:10px}.custom-select-trigger{border:1.5px solid var(--border);background:var(--card-bg);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;border-radius:10px;outline:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.5;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px rgba(0,0,0,.04)}.custom-select-trigger:hover:not(:disabled){border-color:#cbd5e1}.custom-select-trigger.is-open{border-color:var(--primary);box-shadow:0 0 0 3px rgba(34,197,94,.15),0 2px 4px rgba(0,0,0,.04)}.custom-select-trigger.is-disabled{background:var(--background-soft,#f8fafc);color:var(--text-tertiary,#94a3b8);border-color:var(--border);cursor:not-allowed}.custom-select-trigger-content{text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:8px;display:flex;overflow:hidden}.custom-select-selected-text{color:var(--text-primary);font-weight:500}.custom-select-placeholder-text{color:var(--text-tertiary,#94a3b8);font-size:.95rem}.custom-select-actions{align-items:center;gap:8px;margin-left:8px;display:flex}.custom-select-clear-btn{background:var(--background-mute,#f1f5f9);width:18px;height:18px;color:var(--text-secondary,#64748b);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:10px;transition:background .15s,color .15s;display:inline-flex}.custom-select-clear-btn:hover{color:#1e293b;background:#e2e8f0}.custom-select-chevron{color:var(--text-tertiary,#94a3b8);font-size:.78rem;transition:color .2s;display:inline-flex}.custom-select-trigger.is-open .custom-select-chevron{color:var(--primary)}.custom-select-flyout{z-index:999;background:var(--card-bg,#fff);border:1.5px solid var(--border);border-radius:12px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 16px 36px -4px rgba(0,0,0,.16),0 4px 12px -2px rgba(0,0,0,.06)}.custom-select-search-wrapper{border-bottom:1px solid var(--border);padding:4px 4px 6px}.custom-select-search-box{background:var(--background-soft,#f8fafc);border:1.5px solid var(--border);cursor:text;border-radius:8px;align-items:center;gap:10px;padding:.6rem .85rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.custom-select-search-box:focus-within{border-color:var(--primary);background:var(--card-bg,#fff);box-shadow:0 0 0 3px rgba(34,197,94,.14)}.custom-select-search-icon{color:var(--text-tertiary,#94a3b8);flex-shrink:0;font-size:.9rem;transition:color .2s}.custom-select-search-box:focus-within .custom-select-search-icon{color:var(--primary)}.custom-select-search-input{width:100%;height:26px;color:var(--text-primary);caret-color:var(--primary);cursor:text;background:0 0;border:none;outline:none;font-family:inherit;font-size:.95rem;line-height:1.5}.custom-select-search-input::placeholder{color:var(--text-tertiary,#94a3b8);opacity:1;font-family:inherit;font-size:.95rem}.custom-select-search-clear{color:var(--text-tertiary,#94a3b8);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;transition:color .15s;display:inline-flex}.custom-select-search-clear:hover{color:var(--text-primary)}.custom-select-options-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:240px;padding:6px 0;overflow-y:auto}.custom-select-options-list::-webkit-scrollbar{width:6px}.custom-select-options-list::-webkit-scrollbar-track{background:0 0}.custom-select-options-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.custom-select-options-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-select-empty-state{text-align:center;color:var(--text-secondary,#64748b);padding:1.25rem 1rem;font-size:.875rem}.custom-select-empty-icon{color:#cbd5e1;margin-bottom:6px;font-size:1.25rem;display:block}.custom-select-fallback-btn{border:1px dashed var(--primary);width:100%;color:var(--primary-dark,#16a34a);cursor:pointer;background:#f0fdf4;border-radius:6px;margin-top:10px;padding:.5rem;font-size:.825rem;font-weight:600;transition:background .15s;display:block}.custom-select-fallback-btn:hover{background:#dcfce7}.custom-select-option{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-family:inherit;font-size:.925rem;font-weight:400;transition:background .12s,color .12s;display:flex}.custom-select-option:hover{background:var(--background-soft,#f8fafc)}.custom-select-option.is-selected{color:var(--primary-dark,#16a34a);background:#ecfdf5;font-weight:600}.custom-select-option.is-hub{font-weight:500}.custom-select-option-left{align-items:center;gap:8px;display:flex}.custom-select-hub-badge{color:#15803d;letter-spacing:.02em;background:#dcfce7;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:700}.custom-select-check-icon{color:var(--primary);font-size:.85rem}.custom-select-manual-btn{border-top:1px dashed var(--border);width:100%;color:var(--primary-dark,#16a34a);text-align:left;cursor:pointer;background:0 0;border-bottom:none;border-left:none;border-right:none;align-items:center;gap:8px;margin-top:4px;padding:.65rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s;display:flex}.custom-select-manual-btn:hover{background:#f0fdf4}.custom-select-wrapper.is-dark .custom-select-label{color:#cbd5e1}.custom-select-wrapper.is-dark .custom-select-trigger{color:#fff;box-shadow:none;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:14px 16px}.custom-select-wrapper.is-dark .custom-select-trigger:hover:not(:disabled){background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3)}.custom-select-wrapper.is-dark .custom-select-trigger.is-open{border-color:var(--primary);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(34,197,94,.2)}.custom-select-wrapper.is-dark .custom-select-selected-text{color:#fff}.custom-select-wrapper.is-dark .custom-select-placeholder-text{color:#94a3b8}.custom-select-wrapper.is-dark .custom-select-clear-btn{color:#e2e8f0;background:rgba(255,255,255,.15)}.custom-select-wrapper.is-dark .custom-select-clear-btn:hover{color:#fff;background:rgba(255,255,255,.25)}.custom-select-flyout.is-dark{background:#0f172a;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 45px rgba(0,0,0,.55),0 4px 15px rgba(0,0,0,.35)}.custom-select-flyout.is-dark .custom-select-search-wrapper{border-bottom:1px solid rgba(255,255,255,.1)}.custom-select-flyout.is-dark .custom-select-search-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.custom-select-flyout.is-dark .custom-select-search-box:focus-within{border-color:var(--primary);background:rgba(255,255,255,.09);box-shadow:0 0 0 3px rgba(34,197,94,.2)}.custom-select-flyout.is-dark .custom-select-search-input{color:#fff}.custom-select-flyout.is-dark .custom-select-search-input::placeholder{color:#94a3b8}.custom-select-flyout.is-dark .custom-select-option{color:#e2e8f0}.custom-select-flyout.is-dark .custom-select-option:hover{color:#fff;background:rgba(255,255,255,.08)}.custom-select-flyout.is-dark .custom-select-option.is-selected{color:#4ade80;background:rgba(34,197,94,.18)}.custom-select-flyout.is-dark .custom-select-options-list{scrollbar-color:#475569 transparent}.custom-select-flyout.is-dark .custom-select-options-list::-webkit-scrollbar-thumb{background:#475569}.custom-select-flyout.is-dark .custom-select-options-list::-webkit-scrollbar-thumb:hover{background:#64748b}
