.brand-select{position:relative;width:100%}.brand-select__trigger{width:100%;padding:.75rem 1rem;border:1px solid rgba(148,163,184,.25);border-radius:8px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(4px);font-size:.9rem;font-weight:500;color:#1e293b;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.5)}@media(max-width:768px){.brand-select__trigger{padding:.625rem .75rem;font-size:.85rem;border-radius:6px;min-height:44px}}.brand-select__trigger:hover{border-color:rgba(59,130,246,.3);box-shadow:0 2px 6px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.5)}.brand-select__trigger.open,.brand-select__trigger:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1),0 2px 8px rgba(59,130,246,.15),inset 0 1px 0 hsla(0,0%,100%,.6)}.brand-select__value{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.brand-select__value.placeholder{color:#94a3b8;font-weight:400}.brand-select__value span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-select__logo{width:20px;height:20px;object-fit:contain;flex-shrink:0}.brand-select__arrow{color:#3b82f6;margin-left:.5rem;transition:transform .2s ease;flex-shrink:0}.brand-select__arrow.open{transform:rotate(180deg)}.brand-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:2000;background:#fff;border:1px solid rgba(59,130,246,.2);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.15);backdrop-filter:blur(8px);max-height:40vh;overflow:hidden;display:flex;flex-direction:column}@media(max-width:768px){.brand-select__dropdown{border-radius:6px;max-height:50vh}}.brand-select__search{padding:1rem;border-bottom:1px solid rgba(148,163,184,.2);background:rgba(248,250,252,.8);display:flex;align-items:center;gap:.5rem}.brand-select__search-input{flex:1;border:none;outline:none;background:rgba(0,0,0,0);font-size:.9rem;color:#1e293b;font-family:Inter,sans-serif}.brand-select__search-input::placeholder{color:#94a3b8}.brand-select__search-icon{color:#3b82f6;flex-shrink:0}.brand-select__options{overflow-y:auto;flex:1}.brand-select__group-label,.brand-select__group:not(:last-child){border-bottom:1px solid rgba(148,163,184,.1)}.brand-select__group-label{padding:.75rem 1rem;background:rgba(248,250,252,.9);font-weight:600;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.brand-select__option{width:100%;padding:.8rem 1rem;border:none;background:none;font-size:.9rem;color:#1e293b;font-family:Inter,sans-serif;font-weight:500;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .15s ease}@media(max-width:768px){.brand-select__option{font-size:.85rem;padding:.75rem 1rem}}.brand-select__option:hover{background:rgba(59,130,246,.05);color:#3b82f6}.brand-select__option.selected{background:#3b82f6;color:#fff;font-weight:600}.brand-select__option:focus{outline:none;background:rgba(59,130,246,.1);color:#3b82f6}.brand-select__option-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}@media(max-width:768px){.brand-select__option-logo{width:16px;height:16px}}.brand-select__no-results{padding:1.5rem;text-align:center;color:#64748b;font-style:italic;font-family:Inter,sans-serif;font-size:.9rem}[data-theme=dark] .brand-select__trigger{background:rgba(30,41,59,.8);border-color:rgba(71,85,105,.5);color:#f1f5f9}[data-theme=dark] .brand-select__trigger:hover{border-color:rgba(96,165,250,.4)}[data-theme=dark] .brand-select__trigger.open,[data-theme=dark] .brand-select__trigger:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.1),0 2px 8px rgba(59,130,246,.2)}[data-theme=dark] .brand-select__value.placeholder{color:#64748b}[data-theme=dark] .brand-select__arrow{color:#60a5fa}[data-theme=dark] .brand-select__dropdown{background:rgba(30,41,59,.95);border-color:rgba(96,165,250,.3)}[data-theme=dark] .brand-select__search{background:rgba(15,23,42,.8);border-bottom-color:rgba(71,85,105,.3)}[data-theme=dark] .brand-select__search-input{color:#f1f5f9}[data-theme=dark] .brand-select__search-input::placeholder{color:#64748b}[data-theme=dark] .brand-select__search-icon{color:#60a5fa}[data-theme=dark] .brand-select__group-label{background:rgba(15,23,42,.9);color:#94a3b8;border-bottom-color:rgba(71,85,105,.3)}[data-theme=dark] .brand-select__option{color:#f1f5f9}[data-theme=dark] .brand-select__option:hover{background:rgba(59,130,246,.1);color:#60a5fa}[data-theme=dark] .brand-select__option.selected{background:#3b82f6;color:#fff}[data-theme=dark] .brand-select__option:focus{background:rgba(59,130,246,.1);color:#60a5fa}[data-theme=dark] .brand-select__no-results{color:#94a3b8}.model-select{position:relative;width:100%}.model-select__trigger{width:100%;padding:.75rem 1rem;border:1px solid rgba(148,163,184,.25);border-radius:8px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(4px);font-size:.9rem;font-weight:500;color:#1e293b;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.5)}@media(max-width:768px){.model-select__trigger{padding:.625rem .75rem;font-size:.85rem;border-radius:6px;min-height:44px}}.model-select__trigger:hover{border-color:rgba(59,130,246,.3);box-shadow:0 2px 6px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.5)}.model-select__trigger.open,.model-select__trigger:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1),0 2px 8px rgba(59,130,246,.15),inset 0 1px 0 hsla(0,0%,100%,.6)}.model-select__trigger.disabled{background:rgba(248,250,252,.8);color:#94a3b8;border-color:rgba(148,163,184,.2);cursor:not-allowed;opacity:.6}.model-select__value{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-select__value.placeholder{color:#94a3b8;font-weight:400}.model-select__arrow{color:#3b82f6;margin-left:.5rem;transition:transform .2s ease;flex-shrink:0}.model-select__arrow.open{transform:rotate(180deg)}.model-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:2000;background:#fff;border:1px solid rgba(59,130,246,.2);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.15);backdrop-filter:blur(8px);max-height:60vh;overflow:hidden;display:flex;flex-direction:column}@media(max-width:768px){.model-select__dropdown{border-radius:6px;max-height:50vh}}.model-select__search{padding:1rem;border-bottom:1px solid rgba(148,163,184,.2);background:rgba(248,250,252,.8);display:flex;align-items:center;gap:.5rem}.model-select__search-input{flex:1;border:none;outline:none;background:rgba(0,0,0,0);font-size:.9rem;color:#1e293b;font-family:Inter,sans-serif}.model-select__search-input::placeholder{color:#94a3b8}.model-select__search-icon{color:#3b82f6;flex-shrink:0}.model-select__options{overflow-y:auto;flex:1}.model-select__option{width:100%;padding:.8rem 1rem;border:none;background:none;font-size:.9rem;color:#1e293b;font-family:Inter,sans-serif;font-weight:500;text-align:left;cursor:pointer;transition:all .15s ease}@media(max-width:768px){.model-select__option{font-size:.85rem;padding:.75rem 1rem}}.model-select__option:hover{background:rgba(59,130,246,.05);color:#3b82f6}.model-select__option.selected{background:#3b82f6;color:#fff;font-weight:600}.model-select__option:focus{outline:none;background:rgba(59,130,246,.1);color:#3b82f6}.model-select__no-results{padding:1.5rem;text-align:center;color:#64748b;font-style:italic;font-family:Inter,sans-serif;font-size:.9rem}[data-theme=dark] .model-select__trigger{background:rgba(30,41,59,.8);border-color:rgba(71,85,105,.5);color:#f1f5f9}[data-theme=dark] .model-select__trigger:hover{border-color:rgba(96,165,250,.4)}[data-theme=dark] .model-select__trigger.open,[data-theme=dark] .model-select__trigger:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.1),0 2px 8px rgba(59,130,246,.2)}[data-theme=dark] .model-select__trigger.disabled{background:rgba(15,23,42,.8);color:#64748b;border-color:rgba(71,85,105,.3)}[data-theme=dark] .model-select__value.placeholder{color:#64748b}[data-theme=dark] .model-select__arrow{color:#60a5fa}[data-theme=dark] .model-select__dropdown{background:rgba(30,41,59,.95);border-color:rgba(96,165,250,.3)}[data-theme=dark] .model-select__search{background:rgba(15,23,42,.8);border-bottom-color:rgba(71,85,105,.3)}[data-theme=dark] .model-select__search-input{color:#f1f5f9}[data-theme=dark] .model-select__search-input::placeholder{color:#64748b}[data-theme=dark] .model-select__search-icon{color:#60a5fa}[data-theme=dark] .model-select__option{color:#f1f5f9}[data-theme=dark] .model-select__option:hover{background:rgba(59,130,246,.1);color:#60a5fa}[data-theme=dark] .model-select__option.selected{background:#3b82f6;color:#fff}[data-theme=dark] .model-select__option:focus{background:rgba(59,130,246,.1);color:#60a5fa}[data-theme=dark] .model-select__no-results{color:#94a3b8}.color-select{position:relative;width:100%}.color-select__trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-height:48px}.color-select__trigger:hover{border-color:#d1d5db}.color-select__trigger--open{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.color-select__selected{display:flex;align-items:center;gap:12px;flex:1}.color-select__color-dot{width:24px;height:24px;border-radius:50%;border:2px solid #e5e7eb;flex-shrink:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.color-select__color-label{display:flex;align-items:center;gap:6px;font-weight:500;color:#111827}.color-select__metallic-badge{background:linear-gradient(45deg,#fbbf24,#f59e0b);color:#fff;font-size:10px;font-weight:600;padding:2px 4px;border-radius:3px;line-height:1}.color-select__placeholder{color:#9ca3af}.color-select__actions{display:flex;align-items:center;gap:8px}.color-select__clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;color:#6b7280;transition:all .2s ease}.color-select__clear:hover{background:#e5e7eb;color:#374151}.color-select__arrow{width:16px;height:16px;color:#6b7280;transition:transform .2s ease}.color-select__arrow--up{transform:rotate(180deg)}.color-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:1000;margin-top:4px;max-height:300px;overflow:hidden}.color-select__search{padding:12px;border-bottom:1px solid #e5e7eb}.color-select__search-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#111827;outline:none}.color-select__search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.color-select__search-input::placeholder{color:#9ca3af}.color-select__options{max-height:200px;overflow-y:auto}.color-select__option{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;color:#111827}.color-select__option:hover{background:#f8fafc}.color-select__option--selected{background:#eff6ff;color:#1d4ed8;font-weight:500}.color-select__option--clear{border-bottom:1px solid #e5e7eb;font-style:italic;color:#6b7280}.color-select__option-label{display:flex;align-items:center;gap:6px}.color-select__no-results{padding:16px;text-align:center;color:#6b7280;font-style:italic}.color-finish-select__select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;font-size:16px;cursor:pointer;transition:all .2s ease}.color-finish-select__select:hover{border-color:#d1d5db}.color-finish-select__select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.color-finish-select__select option{background:#fff;color:#111827}[data-theme=dark] .color-select__trigger{background:#2d3748;border-color:#4a5568}[data-theme=dark] .color-select__trigger:hover{border-color:#718096}[data-theme=dark] .color-select__trigger--open{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}[data-theme=dark] .color-select__color-dot{border-color:#4a5568;box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}[data-theme=dark] .color-select__color-label{color:#f7fafc}[data-theme=dark] .color-select__placeholder{color:#718096}[data-theme=dark] .color-select__clear{background:#4a5568;color:#a0aec0}[data-theme=dark] .color-select__clear:hover{background:#718096;color:#e2e8f0}[data-theme=dark] .color-select__arrow{color:#a0aec0}[data-theme=dark] .color-select__dropdown{background:#2d3748;border-color:#4a5568;box-shadow:0 10px 25px rgba(0,0,0,.4)}[data-theme=dark] .color-select__search{border-bottom-color:#4a5568}[data-theme=dark] .color-select__search-input{background:#1a202c;border-color:#4a5568;color:#f7fafc}[data-theme=dark] .color-select__search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}[data-theme=dark] .color-select__search-input::placeholder{color:#718096}[data-theme=dark] .color-select__option{color:#f7fafc}[data-theme=dark] .color-select__option:hover{background:#4a5568}[data-theme=dark] .color-select__option--selected{background:rgba(59,130,246,.2);color:#60a5fa}[data-theme=dark] .color-select__option--clear{border-bottom-color:#4a5568;color:#a0aec0}[data-theme=dark] .color-select__no-results{color:#a0aec0}[data-theme=dark] .color-finish-select__select{background:#2d3748;border-color:#4a5568;color:#f7fafc}[data-theme=dark] .color-finish-select__select:hover{border-color:#718096}[data-theme=dark] .color-finish-select__select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}[data-theme=dark] .color-finish-select__select option{background:#2d3748;color:#f7fafc}