.ref-field-label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;line-height:16px;letter-spacing:.04em;text-transform:uppercase;color:#5b6472}.ref-field-label--flush{margin-bottom:0}.ref-segment-track{display:flex;box-sizing:border-box;width:100%;max-width:100%;min-width:0;height:52px;padding:6px;gap:6px;border-radius:18px;background:rgba(0,0,0,.04)}.ref-segment-track--wrap{display:grid;height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:640px){.ref-segment-track--wrap{grid-template-columns:repeat(3,minmax(0,1fr))}}.ref-segment-track--2{display:grid;height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.ref-segment-btn.span-2{grid-column:1/-1}.ref-segment-btn{display:flex;height:40px;min-width:0;max-width:100%;flex:1 1 0;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;padding:0 6px;border:0;background:transparent;font-size:13px;font-weight:700;line-height:1.15;color:#5b6472;text-overflow:ellipsis;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.ref-segment-btn.is-active{background:#050505;color:#fff}.ref-toggle-row{display:flex;min-width:0;height:72px;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(40px) saturate(1.5);backdrop-filter:blur(40px) saturate(1.5)}.ref-toggle-title{margin:0;font-size:14px;font-weight:700;line-height:1.2;color:#050505}.ref-toggle-hint{margin:2px 0 0;overflow:hidden;font-size:11px;font-weight:500;line-height:1.3;color:#5b6472;text-overflow:ellipsis;white-space:nowrap}.ref-switch{position:relative;display:inline-flex;width:51px;height:31px;flex-shrink:0;align-items:center;border-radius:9999px;padding:2px;border:0;background:rgba(0,0,0,.12);cursor:pointer}.ref-switch.is-on{background:#34c759}.ref-switch-knob{width:27px;height:27px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.18);transform:translateX(0);transition:transform .2s ease}.ref-switch.is-on .ref-switch-knob{transform:translateX(20px)}