*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1a1a1a;-webkit-font-smoothing:antialiased}.custom-select{position:relative}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .15s;font-family:inherit;min-height:42px}.custom-select-trigger:hover{border-color:#bbb}.custom-select-trigger .placeholder{color:#999}.custom-select-trigger svg{color:#888;flex-shrink:0;transition:transform .15s;margin-left:8px}.custom-select.open .custom-select-trigger{border-color:#f57c00}.custom-select.open .custom-select-trigger svg{transform:rotate(180deg)}.custom-select.disabled .custom-select-trigger{background:#f5f5f5;color:#999;cursor:not-allowed}.custom-select.disabled .custom-select-trigger:hover{border-color:#e0e0e0}.custom-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:50;overflow:hidden;max-height:220px;overflow-y:auto}.custom-select-item{padding:10px 14px;font-size:14px;color:#333;cursor:pointer;transition:background .1s}.custom-select-item:hover{background:#fff3e0;color:#f57c00}.custom-select-item.selected{background:#fff3e0;color:#f57c00;font-weight:500}
