.admin-checkbox{width:100%}.admin-checkbox .checkbox-wrapper{display:flex;align-items:center;gap:12px;cursor:pointer}.admin-checkbox .checkbox-wrapper .checkbox-field{position:relative;cursor:pointer;margin:0}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-input:checked~.checkbox-custom{background:var(--ff-accent-gradient);border-color:var(--ff-accent-deep);transform:scale(1.05)}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-input:checked~.checkbox-custom:after{display:block}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-input:focus~.checkbox-custom{box-shadow:0 0 0 4px var(--ff-focus-ring)}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-input:disabled~.checkbox-custom{opacity:.5;cursor:not-allowed}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-custom{position:relative;height:24px;width:24px;background:transparent;border:2px solid var(--ff-text-subtle);border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-custom:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.admin-checkbox .checkbox-wrapper .checkbox-field .checkbox-custom:hover:not(.admin-checkbox--disabled .checkbox-custom){border-color:var(--ff-accent)}.admin-checkbox .checkbox-wrapper .checkbox-text{font-size:16px;font-weight:500;color:var(--ff-text-strong);cursor:pointer;margin:0;user-select:none;transition:color .3s ease}.admin-checkbox .checkbox-wrapper .checkbox-text:hover:not(.admin-checkbox--disabled .checkbox-text){color:var(--ff-accent)}.admin-checkbox .checkbox-wrapper .checkbox-text .required-asterisk{color:#ef4444;margin-left:4px;font-weight:600}.admin-checkbox .checkbox-error{color:#ef4444;font-size:14px;margin-top:8px;display:flex;align-items:center;gap:6px;font-weight:500}.admin-checkbox.has-error .checkbox-wrapper .checkbox-field .checkbox-custom{border-color:#ef4444}.admin-checkbox.has-error .checkbox-wrapper .checkbox-text{color:#ef4444}.admin-checkbox.disabled{opacity:.5;cursor:not-allowed}.admin-checkbox.disabled .checkbox-wrapper,.admin-checkbox.disabled .checkbox-wrapper .checkbox-field,.admin-checkbox.disabled .checkbox-wrapper .checkbox-field .checkbox-custom,.admin-checkbox.disabled .checkbox-wrapper .checkbox-text{cursor:not-allowed}.admin-checkbox--card{width:100%}.admin-checkbox--card .checkbox-wrapper--card{display:flex;align-items:flex-start;gap:16px;width:100%;margin:0;padding:16px 18px;box-sizing:border-box;border:1px solid var(--ff-border);border-radius:12px;background:color-mix(in srgb,var(--ff-surface-raised) 42%,transparent);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.admin-checkbox--card:not(.disabled):hover .checkbox-wrapper--card{border-color:var(--ff-border-strong);background:color-mix(in srgb,var(--ff-accent-deep) 38%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--ff-accent) 12%,transparent)}.admin-checkbox--card:focus-within:not(.disabled) .checkbox-wrapper--card{border-color:var(--ff-border-strong);box-shadow:0 0 0 3px var(--ff-focus-ring)}.admin-checkbox--card:has(.checkbox-input:checked):not(.disabled) .checkbox-wrapper--card{border-color:var(--ff-border-strong);background:linear-gradient(155deg,color-mix(in srgb,var(--ff-accent-deep) 35%,transparent) 0,color-mix(in srgb,var(--ff-surface-raised) 50%,transparent) 100%)}.admin-checkbox--card .checkbox-field{position:relative;flex-shrink:0;margin:2px 0 0;cursor:pointer}.admin-checkbox--card .checkbox-field .checkbox-input{position:absolute;opacity:0;width:0;height:0}.admin-checkbox--card .checkbox-field .checkbox-input:checked~.checkbox-custom{background:var(--ff-accent-gradient);border-color:rgba(191,219,254,.85);transform:none}.admin-checkbox--card .checkbox-field .checkbox-input:checked~.checkbox-custom:after{display:block}.admin-checkbox--card .checkbox-field .checkbox-input:focus-visible~.checkbox-custom{box-shadow:0 0 0 3px var(--ff-focus-ring)}.admin-checkbox--card .checkbox-field .checkbox-input:disabled~.checkbox-custom{opacity:.45;cursor:not-allowed}.admin-checkbox--card .checkbox-field .checkbox-custom{display:block;position:relative;width:22px;height:22px;border:2px solid var(--ff-text-subtle);border-radius:7px;background:var(--ff-input-bg-deep);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.admin-checkbox--card .checkbox-field .checkbox-custom:after{content:"";position:absolute;display:none;left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.admin-checkbox--card .checkbox-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;cursor:pointer}.admin-checkbox--card .checkbox-text{font-size:15px;font-weight:600;color:var(--ff-text-strong);line-height:1.35;margin:0;user-select:none}.admin-checkbox--card .checkbox-description{font-size:13px;font-weight:400;color:var(--ff-text-muted);line-height:1.5;margin:0;user-select:none}.admin-checkbox--card.has-error .checkbox-wrapper--card{border-color:#f87171;background:rgba(127,29,29,.15)}.admin-checkbox--card.has-error .checkbox-text{color:#fecaca}.admin-checkbox--card.has-error .checkbox-description{color:#fca5a5}.admin-checkbox--card.disabled{opacity:.55;cursor:not-allowed}.admin-checkbox--card.disabled .checkbox-body,.admin-checkbox--card.disabled .checkbox-field,.admin-checkbox--card.disabled .checkbox-wrapper--card{cursor:not-allowed}@media(max-width:768px){.admin-checkbox .checkbox-wrapper .checkbox-text{font-size:15px}.admin-checkbox--card .checkbox-wrapper--card{padding:14px;gap:12px}.admin-checkbox--card .checkbox-text{font-size:14px}.admin-checkbox--card .checkbox-description{font-size:12px}}