.smart-select{width:100%;position:relative}.smart-select-field{border:1px solid var(--panel-border);width:100%;min-height:44px;color:var(--text);transition:var(--transition);cursor:text;background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;display:flex}.smart-select-field:hover{border-color:var(--primary)}.smart-select-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.smart-select-field-disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.smart-select-input{width:0;min-width:0;font-size:inherit;color:var(--text);background:0 0;border:none;outline:none;flex:auto;font-family:inherit}.smart-select-input::placeholder{color:var(--muted)}.smart-select-input:disabled{cursor:not-allowed}.smart-select-clear{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;transition:color .15s;display:flex}.smart-select-clear:hover{color:#6b7280}.smart-select-chevron{color:#9ca3af;flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.smart-select-chevron-open{transform:rotate(180deg)}.smart-select-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px;box-shadow:0 10px 40px #00000026,0 4px 12px #0000001a}.smart-select-list{max-height:280px;padding:4px 0;overflow-y:auto}.smart-select-item{cursor:pointer;color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:14px;transition:background .15s;display:flex}.smart-select-item:hover,.smart-select-item-highlighted{background:#dbeafe}.smart-select-empty{color:var(--muted);text-align:center;padding:12px;font-size:14px}.smart-select-add{cursor:pointer;color:#3b82f6;background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 8px 8px;align-items:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.smart-select-add:hover,.smart-select-add-highlighted{background:#dbeafe}.smart-select-edit{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;transition:all .15s;display:flex}.smart-select-edit:hover{color:#3b82f6;background:#e5e7eb}.smart-select-spinner{animation:1s linear infinite smart-select-spin}@keyframes smart-select-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=719px){.smart-select-field{min-height:44px;padding:12px 14px;font-size:16px}.smart-select-input{font-size:16px}.smart-select-item{min-height:44px;padding:12px 14px}}
