.storybook-checkbox-wrap{display:inline-flex;align-items:center;gap:12px;cursor:pointer}.storybook-checkbox__input{position:absolute;opacity:0;pointer-events:none}.storybook-checkbox-control-wrap{position:relative;display:inline-flex;border-radius:8px;align-items:center;justify-content:center}.storybook-checkbox-control-wrap--focus{isolation:isolate}.storybook-checkbox-control-wrap--default{width:28px;height:28px}.storybook-checkbox-control-wrap--small{width:20px;height:20px}.storybook-checkbox{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:var(--Border-Width-md,2px) solid var(--Border-action,#ff6d18);background:var(--Surface-default,#fff);position:relative;z-index:1}.storybook-checkbox--default{width:28px;height:28px;padding:4px}.storybook-checkbox--small{width:20px;height:20px;padding:2px}.storybook-checkbox--checked{background:var(--Surface-action,#ff6d18)}.storybook-checkbox--checked.storybook-checkbox--hover{border-color:var(--Border-action-hover,#ea580c);background:var(--Surface-action-hover,#ea580c)}.storybook-checkbox--checked.storybook-checkbox--disabled{border-color:var(--Border-disabled,#e1e3e7);background:var(--Surface-disabled,#f0f1f3)}.storybook-checkbox--checked.storybook-checkbox--error{border-color:var(--Border-error,#ff99a9);background:var(--Surface-error,#ffe5e9)}.storybook-checkbox--checked.storybook-checkbox--focus{border-color:var(--Border-action,#ff6d18);background:var(--Surface-action,#ff6d18)}.storybook-checkbox:not(.storybook-checkbox--checked).storybook-checkbox--hover{border-color:var(--Border-action-hover,#ea580c);background:var(--Surface-action-hover-light,#fff0e8)}.storybook-checkbox:not(.storybook-checkbox--checked).storybook-checkbox--disabled{border-color:var(--Border-disabled,#e1e3e7);background:var(--Surface-disabled,#f0f1f3)}.storybook-checkbox:not(.storybook-checkbox--checked).storybook-checkbox--error{border-color:var(--Border-error,#ff99a9);background:var(--Surface-error,#ffe5e9)}.storybook-checkbox__focus-ring{position:absolute;inset:-6px;border:2px solid var(--Border-focus,#ff6d18);border-radius:8px;pointer-events:none;z-index:0}.storybook-checkbox__check{stroke-width:2;color:#fff}.storybook-checkbox__check--default{width:20px;height:20px}.storybook-checkbox__check--small{width:16px;height:16px}.storybook-checkbox__label{gap:0}.storybook-checkbox__label .storybook-label__text{color:#3e4450;font-size:16px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}.storybook-checkbox-wrap:has(.storybook-checkbox__input:focus-visible) .storybook-checkbox-control-wrap{isolation:isolate}.storybook-checkbox-wrap:has(.storybook-checkbox__input:focus-visible) .storybook-checkbox__focus-ring{display:block}.storybook-checkbox__focus-ring{display:none}.storybook-checkbox--disabled .storybook-checkbox__check,.storybook-checkbox--disabled+.storybook-checkbox__label .storybook-label__text{color:#a4aab6}.storybook-checkbox--error .storybook-checkbox__check{color:#ff1744}