.p-checkbox{font-family:var(--pocky-typography-base-font-family);font-size:var(--pocky-typography-base-font-size);font-weight:var(--pocky-typography-base-font-weight);letter-spacing:var(--pocky-typography-base-letter-spacing);line-height:var(--pocky-typography-base-line-height);--checkbox-width:1em;display:inline-flex;flex-direction:column;font-size:1rem;line-height:1;position:relative;-webkit-user-select:none;user-select:none}.p-checkbox-checkmark{box-sizing:border-box;height:.75em;left:0;opacity:0;pointer-events:none;position:absolute;stroke-width:64;stroke:var(--pocky-color-ui-contrast-90);top:1px;transform:translate3d(1px,1px,0);width:.75em}.p-checkbox-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-sizing:border-box;height:1em;left:0;margin:0;opacity:0;position:absolute;top:0;transform:translate(1px,1px);width:1em}.p-checkbox-label{font-family:var(--pocky-typography-label-font-family);font-size:var(--pocky-typography-label-font-size);font-weight:var(--pocky-typography-label-font-weight);letter-spacing:var(--pocky-typography-label-letter-spacing);line-height:var(--pocky-typography-label-line-height);cursor:pointer;display:block;opacity:.875;padding-left:calc(var(--checkbox-width) + var(--pocky-gap-m));position:relative}.p-checkbox-label:before{border:1px solid var(--pocky-color-ui-outline);border-radius:var(--pocky-radius-s);box-sizing:border-box;content:"";display:block;height:var(--checkbox-width);left:0;outline-offset:2px;outline:4px solid rgba(0,0,0,0);position:absolute;top:1px;width:var(--checkbox-width)}.p-checkbox-label:hover:before{border-color:var(--pocky-color-ui-action)}.p-checkbox:hover .p-checkbox-label:before{border-color:var(--pocky-color-ui-contrast-90)}.p-checkbox-checkbox:checked~.p-checkbox-label{opacity:1}.p-checkbox-checkbox:checked~.p-checkbox-checkmark{opacity:1}.p-checkbox-checkbox:focus-visible~.p-checkbox-label{opacity:1;z-index:var(--pocky-layer-focus)}.p-checkbox-checkbox:focus-visible~.p-checkbox-label:before{border-color:var(--pocky-color-ui-contrast-90);outline-color:var(--pocky-color-ui-focus)}
