.create_slider___MCCI{-webkit-appearance:none;appearance:none;display:block;width:100%;height:14px;margin:0;border:2px solid var(--outline);border-radius:999px;background:linear-gradient(to right,var(--band) 0,var(--band) calc(9px + (100% - 18px) * var(--f)),var(--bg) calc(9px + (100% - 18px) * var(--f)),var(--bg) 100%);cursor:pointer}.create_slider___MCCI:disabled{cursor:not-allowed;opacity:.5}.create_slider___MCCI:focus-visible{outline:3px solid var(--violet);outline-offset:4px}.create_slider___MCCI::-webkit-slider-runnable-track{height:100%;background:transparent;border:0}.create_slider___MCCI::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-6px;border-radius:50%;background:var(--surface);border:2px solid var(--outline);box-shadow:2px 2px 0 var(--outline);transition:transform var(--t-fast) var(--bounce)}.create_slider___MCCI:active::-webkit-slider-thumb{transform:scale(1.1)}.create_slider___MCCI::-moz-range-track{height:100%;background:transparent;border:0}.create_slider___MCCI::-moz-range-progress{background:transparent}.create_slider___MCCI::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--surface);border:2px solid var(--outline);box-shadow:2px 2px 0 var(--outline)}.create_option__ZVLL2{display:grid;gap:2px;padding:10px 12px;border:2px solid var(--line-2);border-radius:var(--r-md);background:var(--surface);cursor:pointer;transition:border-color var(--t-fast),background-color var(--t-fast)}.create_option__ZVLL2:hover{border-color:var(--outline)}.create_option__ZVLL2:has(input:checked){border-color:var(--outline);background:var(--violet-tint);box-shadow:2px 2px 0 var(--outline)}.create_option__ZVLL2:has(input:focus-visible){outline:3px solid var(--violet);outline-offset:2px}.create_option__ZVLL2:has(input:disabled){cursor:not-allowed;opacity:.5}@media (prefers-reduced-motion:reduce){.create_slider___MCCI::-webkit-slider-thumb{transition:none}}