.app-checkbox{border:1.5px solid color-mix(in srgb,var(--ui-border-accented) 80%,transparent);cursor:pointer;background:0 0;border-radius:3px;justify-content:center;align-items:center;width:1rem;height:1rem;transition:background .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1);display:inline-flex}.app-checkbox:hover{border-color:var(--ui-primary)}.app-checkbox[aria-checked=true]{background:var(--ui-primary);border-color:var(--ui-primary)}.app-checkbox svg path{stroke-dasharray:var(--check-len,15);stroke-dashoffset:var(--check-len,15);transition:stroke-dashoffset .12s cubic-bezier(.22,1,.36,1)}.app-checkbox[aria-checked=true] svg path{stroke-dashoffset:0;transition:stroke-dashoffset .32s cubic-bezier(.22,1,.36,1) 80ms}@media (prefers-reduced-motion:reduce){.app-checkbox,.app-checkbox svg path{transition:none!important}}
