.cf-checkbox-box{transition:background-color .15s var(--ease-out), border-color .15s var(--ease-out), box-shadow .15s var(--ease-out)}.cf-checkbox-check{stroke-dasharray:20;stroke-dashoffset:20px;transition:stroke-dashoffset .22s var(--ease-out) 20ms}.cf-checkbox-input:checked+.cf-checkbox-box{background-color:var(--accent-solid);border-color:var(--accent-solid)}.cf-checkbox-input:checked+.cf-checkbox-box .cf-checkbox-check{stroke-dashoffset:0}.cf-checkbox-input:focus-visible+.cf-checkbox-box{box-shadow:0 0 0 3px var(--accent-muted)}.cf-checkbox-input:disabled+.cf-checkbox-box{opacity:.5}.cf-switch-track{transition:background-color .18s var(--ease-out), box-shadow .15s var(--ease-out)}.cf-switch-thumb{transition:transform .24s cubic-bezier(.34, 1.56, .64, 1), background-color .15s var(--ease-out)}.cf-switch-input:checked+.cf-switch-track{background-color:var(--accent-solid)}.cf-switch-input:checked+.cf-switch-track .cf-switch-thumb{transform:translateX(var(--cf-switch-travel,16px))}.cf-switch-input:focus-visible+.cf-switch-track{box-shadow:0 0 0 3px var(--accent-muted)}.cf-switch-input:disabled+.cf-switch-track{opacity:.5}.cf-slider{appearance:none;cursor:pointer;background:var(--surface-float);border-radius:9999px;outline:none;width:100%;height:6px}.cf-slider::-webkit-slider-runnable-track{background:0 0;border-radius:9999px;height:6px}.cf-slider::-moz-range-track{background:var(--surface-float);border-radius:9999px;height:6px}.cf-slider::-moz-range-progress{background:var(--accent);border-radius:9999px;height:6px}.cf-slider::-webkit-slider-thumb{appearance:none;background:linear-gradient(180deg, var(--accent-hover) 0%, var(--accent) 100%);border:2px solid var(--surface-raised);width:16px;height:16px;box-shadow:0 1px 3px #00000047, 0 0 0 0 var(--accent-muted);-webkit-transition:box-shadow .15s var(--ease-out), transform .12s var(--ease-out);transition:box-shadow .15s var(--ease-out), transform .12s var(--ease-out);border-radius:9999px;margin-top:-5px}.cf-slider::-moz-range-thumb{background:linear-gradient(180deg, var(--accent-hover) 0%, var(--accent) 100%);border:2px solid var(--surface-raised);width:16px;height:16px;box-shadow:0 1px 3px #00000047, 0 0 0 0 var(--accent-muted);-moz-transition:box-shadow .15s var(--ease-out);transition:box-shadow .15s var(--ease-out);border-radius:9999px}.cf-slider:hover::-webkit-slider-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 5px var(--accent-muted)}.cf-slider:active::-webkit-slider-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 6px var(--accent-muted);transform:scale(1.08)}.cf-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 6px var(--accent-muted);transform:scale(1.08)}.cf-slider:hover::-moz-range-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 5px var(--accent-muted)}.cf-slider:active::-moz-range-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 6px var(--accent-muted)}.cf-slider:focus-visible::-moz-range-thumb{box-shadow:0 1px 3px #00000047, 0 0 0 6px var(--accent-muted)}.cf-slider:disabled{opacity:.5;cursor:not-allowed}@keyframes cf-option-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.cf-option-in{animation:cf-option-in .18s var(--ease-out) both}@media (prefers-reduced-motion:reduce){.cf-checkbox-check,.cf-switch-thumb,.cf-option-in{transition:none!important;animation:none!important}.cf-slider::-webkit-slider-thumb{transition:none!important;animation:none!important}}
