.p-radio{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);--radio-width:1em;display:inline-flex;flex-direction:column;font-size:var(--pocky-typography-button-font-size);line-height:var(--pocky-typography-button-line-height);position:relative;-webkit-user-select:none;user-select:none}.p-radio-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-sizing:border-box;height:var(--radio-width);left:0;margin:0;opacity:0;position:absolute;top:var(--pocky-gap-s);transform:translate(1px,1px);width:var(--radio-width)}.p-radio-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(--radio-width) + var(--pocky-gap-m));position:relative}.p-radio-label:before{border:var(--pocky-border-std);border-radius:10rem;content:"";display:block;height:var(--radio-width);left:0;outline:4px solid rgba(0,0,0,0);position:absolute;top:0;width:var(--radio-width);z-index:1}.p-radio-label:after{background:var(--pocky-color-ui-contrast-90);border-radius:50%;content:"";height:.625em;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translate3d(40.625%,40.625%,0) scale(.5);width:.625em}.p-radio-label:hover:before{border-color:var(--pocky-color-ui-action)}.p-radio-radio:checked~.p-radio-label{opacity:1}.p-radio-radio:checked~.p-radio-label:after{opacity:1;transform:translate3d(40.625%,40.625%,0) scale(1)}.p-radio-radio:focus-visible~.p-radio-label{opacity:1;z-index:var(--pocky-layer-focus)}.p-radio-radio:focus-visible~.p-radio-label:before{border-color:var(--pocky-color-ui-contrast-90);outline-color:var(--pocky-color-ui-focus)}
