.premium-select-container{width:100%;font-family:inherit;position:relative}.premium-select-trigger{color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s;display:flex}.premium-select-trigger:hover{border-color:var(--primary-color);background-color:#f8fafc}.premium-select-trigger.open{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #087f8c26}.premium-select-icon{color:var(--text-muted);transition:transform .3s}.premium-select-trigger.open .premium-select-icon{color:var(--primary-color);transform:rotate(180deg)}.premium-select-dropdown{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-height:250px;animation:.2s cubic-bezier(.175,.885,.32,1.275) slideDown;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 4px 20px #0000001a}.premium-select-dropdown::-webkit-scrollbar{width:6px}.premium-select-dropdown::-webkit-scrollbar-track{background:0 0}.premium-select-dropdown::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.premium-select-dropdown::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.premium-select-option{color:#1e293b;cursor:pointer;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.premium-select-option:last-child{border-bottom:none}.premium-select-option:hover{color:var(--primary-color);background:#f8fafc;padding-right:1.25rem}.premium-select-option.selected{color:var(--hover-primary);border-right:3px solid var(--primary-color);background:#e6f2f3;font-weight:600}.premium-select-container.disabled .premium-select-trigger{opacity:.5;cursor:not-allowed;background-color:#f8fafc}.premium-select-input{min-width:0;font:inherit;color:inherit;cursor:pointer;text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;padding:0}.premium-select-trigger.open .premium-select-input{cursor:text}.premium-select-input::placeholder{color:var(--text-muted,#94a3b8);opacity:1}.premium-select-trigger.open .premium-select-input::placeholder{color:var(--text-muted)}.premium-select-input:disabled{cursor:not-allowed}.premium-select-mark{color:var(--primary-color);background:0 0;font-weight:700}.premium-select-option.selected .premium-select-mark{color:inherit}.premium-select-option.active{color:var(--hover-primary);background:#f1f5f9}.premium-select-option.active.selected{background:#dcebec}.premium-select-hint{color:var(--text-muted,#94a3b8);text-align:right;direction:ltr;unicode-bidi:isolate;margin-top:.1rem;font-size:.78rem;display:block}.premium-select-empty{text-align:center;color:var(--text-muted,#94a3b8);padding:1rem;font-size:.9rem}@media (prefers-reduced-motion:reduce){.premium-select-dropdown{animation:none}.premium-select-trigger,.premium-select-option,.premium-select-icon{transition:none}}
