.custom-select{width:100%;position:relative}.custom-select-trigger{border:2px solid var(--border);cursor:pointer;text-align:left;width:100%;font-size:.95rem;font-weight:500;font:inherit;color:var(--text);background:linear-gradient(#fff,#fafafa);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 2.75rem .75rem 1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.custom-select-trigger:hover:not(.disabled){border-color:var(--accent-muted);background:#fff;box-shadow:0 2px 4px #00000014}.custom-select-trigger:focus,.custom-select-trigger.open{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted),0 2px 4px #0000001a;background:#fff;outline:none;transform:translateY(-1px)}.custom-select-trigger.disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.custom-select-label{white-space:nowrap;flex:1;min-width:0;line-height:1.35;display:block;overflow:hidden}.custom-select-trigger .placeholder{color:var(--muted);font-style:italic}.custom-select-chevron{color:var(--muted);pointer-events:none;align-items:center;transition:transform .2s,color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.custom-select-trigger.open .custom-select-chevron{color:var(--accent);transform:translateY(-50%)rotate(180deg)}.custom-select-trigger:hover:not(.disabled) .custom-select-chevron,.custom-select-trigger.open .custom-select-chevron{color:var(--accent)}.custom-select-menu{border:2px solid var(--border);z-index:1000;background:#fff;border-radius:.75rem;max-height:300px;margin:0;padding:.5rem;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.custom-select-menu::-webkit-scrollbar{width:8px}.custom-select-menu::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.custom-select-menu::-webkit-scrollbar-thumb{background:var(--accent-muted);border-radius:4px}.custom-select-menu::-webkit-scrollbar-thumb:hover{background:var(--accent)}.custom-select-menu li{margin:0;padding:0}.custom-select-menu button{width:100%;color:var(--text);cursor:pointer;text-align:left;font-size:.95rem;font:inherit;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:400;transition:all .15s;display:flex}.custom-select-menu button:hover{background:var(--accent-muted);color:var(--accent)}.custom-select-menu button.selected{background:var(--accent);color:#fff;font-weight:600}.custom-select-menu button.selected:hover{color:#fff;background:#1a1a1a}.custom-select-menu button .checkmark{justify-content:center;align-items:center;width:1.25rem;font-size:1rem;font-weight:600;display:flex}.custom-select-menu button span:not(.checkmark){flex:1}
