:root{--yrx-primary:#4f46e5}.yrxWrap{position:relative;width:100%;min-width:0;justify-content:center;height:100%}.yrxTrigger,.yrxWrap{box-sizing:border-box;display:flex;align-items:center}.yrxTrigger{justify-content:space-between;width:auto;max-width:920px;min-width:260px;height:48px;padding:0 12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;align-self:center;margin-top:0}.yrxDisabled{opacity:.6;cursor:not-allowed}.yrxText{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.yrxLabel{font-size:13px;font-weight:600;color:#374151}.yrxDot{color:#cbd5e1}.yrxValue{font-size:13px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yrxMuted{color:#6b7280}.yrxRight{display:flex;align-items:center;gap:8px;margin-left:12px}.yrxSpinBox{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.yrxSpinBox:not(.yrxShow) .yrxSpin{display:none}.yrxSpin{width:16px;height:16px;border-radius:50%;border:2px solid #c7c9d1;border-top:2px solid var(--yrx-primary);animation:yrxSpin .8s linear infinite}@keyframes yrxSpin{to{transform:rotate(1turn)}}.yrxCaret{color:#6b7280;transition:transform .18s ease}.yrxCaretOpen{transform:rotate(180deg)}.yrxPop{top:calc(100% + 8px);transform:translateX(-50%);width:auto;min-width:320px;max-width:640px;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 12px 36px rgba(2,6,23,.12);box-sizing:border-box;z-index:40}.yrxPop,.yrxPop:before{position:absolute;left:50%;background:#fff}.yrxPop:before{content:"";top:-6px;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb}.yrxPop *{box-sizing:border-box}.yrxRow{gap:12px;margin-bottom:12px}.yrxFields,.yrxRow{display:flex;align-items:stretch;flex-direction:column}.yrxFields{gap:10px;width:100%;min-width:0}.yrxInputGroup{display:flex;align-items:center;gap:8px;height:40px;padding:6px 10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex:1 1 auto;min-width:0}.yrxInputGroup .yrxLabel{font-size:13px;font-weight:600;color:#374151;margin:0}.yrxInputsInline{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.yrxInput{flex:1 1 84px;width:auto;min-width:56px;max-width:160px;padding:0 6px;border:0;outline:0;background:transparent;font-size:14px;font-weight:600;color:#111;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yrxClear{margin-left:0;font-size:12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;height:32px;padding:0 10px;cursor:pointer;align-self:flex-end;flex:0 0 auto}.yrxSep{color:#6b7280}.yrxSlider{position:relative;height:44px;display:flex;align-items:center;margin-bottom:12px;width:100%}.yrxRail{left:12px;right:12px;background:linear-gradient(90deg,#e5e7eb,#eceff3)}.yrxRail,.yrxSelected{position:absolute;height:8px;border-radius:999px}.yrxRange{position:absolute;left:0;right:0;width:100%;height:44px;margin:0;-webkit-appearance:none;background:transparent}.yrxRange::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;border:2px solid #fff;cursor:pointer}.yrxRange::-moz-range-thumb{height:18px;width:18px;border-radius:50%;border:2px solid #fff;cursor:pointer}.yrxFooter{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.yrxBtn{color:#fff;border:0;border-radius:10px;font-weight:600}.yrxBtn,.yrxBtnGhost{padding:8px 12px;cursor:pointer;height:36px}.yrxBtnGhost{background:#f3f4f6;color:#111;border:1px solid #e5e7eb;border-radius:10px}.yrxInput::-webkit-inner-spin-button,.yrxInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.yrxInput[type=number]{-moz-appearance:textfield}@media (max-width:920px){.yrxPop{min-width:300px;max-width:520px}}@media (max-width:640px){.yrxPop{left:50%;transform:translateX(-50%);top:auto;bottom:-6px;width:calc(100% - 12px);min-width:auto;max-width:none}.yrxRow{gap:8px}.yrxInput{flex-basis:72px;min-width:44px;font-size:13px}.yrxInputGroup{padding:6px 8px;height:40px}.yrxPop:before{left:32px;transform:rotate(45deg);top:-6px}}:root{--yrx-primary:#405ff2}.yrxSpin{border-top-color:var(--yrx-primary)}.yrxSelected{background:linear-gradient(90deg,var(--yrx-primary),var(--yrx-primary))}.yrxRange::-webkit-slider-thumb{background:var(--yrx-primary);box-shadow:0 0 0 2px rgba(79,70,229,.15)}.yrxRange::-moz-range-thumb{background:var(--yrx-primary)}.yrxBtn{background:var(--yrx-primary)}