.checkbox-input,.radio-input,.toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.toggle-wrapper{display:inline-flex;align-items:center;gap:12px;cursor:pointer}.toggle-wrapper.toggle--disabled{cursor:not-allowed;opacity:.5}.toggle{position:relative;display:inline-block;cursor:pointer;user-select:none}.toggle--disabled{cursor:not-allowed;opacity:.5}.toggle-track{display:block;position:relative;border-radius:9999px;background:#d1d5db;transition:background .2s cubic-bezier(.4,0,.2,1)}.toggle--checked .toggle-track{background:#5e64ba}.toggle-thumb{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1);transition:left .25s cubic-bezier(.34,1.56,.64,1),width .15s ease,box-shadow .2s ease}.toggle-wrapper:hover:not(.toggle--disabled) .toggle-thumb{box-shadow:0 2px 6px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.1)}.toggle-wrapper:active:not(.toggle--disabled) .toggle-thumb{width:calc(100% - 8px)!important}.toggle-wrapper:active:not(.toggle--disabled) .toggle--checked .toggle-thumb{left:4px!important}.toggle--xs .toggle-track{width:28px;height:16px}.toggle--xs .toggle-thumb{width:12px;height:12px;left:2px}.toggle--xs.toggle--checked .toggle-thumb{left:14px}.toggle--sm .toggle-track{width:36px;height:20px}.toggle--sm .toggle-thumb{width:16px;height:16px;left:2px}.toggle--sm.toggle--checked .toggle-thumb{left:18px}.toggle--md .toggle-track{width:44px;height:24px}.toggle--md .toggle-thumb{width:20px;height:20px;left:2px}.toggle--md.toggle--checked .toggle-thumb{left:22px}.toggle--lg .toggle-track{width:56px;height:32px}.toggle--lg .toggle-thumb{width:28px;height:28px;left:2px}.toggle--lg.toggle--checked .toggle-thumb{left:26px}.toggle--primary.toggle--checked .toggle-track{background:#5e64ba}.toggle--success.toggle--checked .toggle-track{background:#22c55e}.toggle--danger.toggle--checked .toggle-track{background:#ef4444}.toggle--warning.toggle--checked .toggle-track{background:#f59e0b}.toggle--info.toggle--checked .toggle-track{background:#155dfc}.toggle-label-container{display:flex;flex-direction:column;gap:2px}.toggle-label--left{text-align:right}.toggle-label--right{text-align:left}.toggle-label{font-size:13px;font-weight:500;color:#111827}.toggle-description{font-size:12px;color:#6b7280}.switch{position:relative;display:inline-flex;align-items:center;border-radius:6px;background:#e5e7eb;cursor:pointer;user-select:none;overflow:hidden}.switch--disabled{cursor:not-allowed;opacity:.5}.switch-label{position:relative;z-index:1;font-weight:600;transition:color .2s ease}.switch-label--off{color:#374151}.switch--checked .switch-label--off,.switch-label--on{color:#9ca3af}.switch--checked .switch-label--on{color:#fff}.switch-thumb{position:absolute;top:2px;border-radius:4px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:left .2s ease,background .2s ease}.switch--checked .switch-thumb{background:#5e64ba}.switch--sm{height:28px;padding:0 4px}.switch--sm .switch-label{font-size:10px;padding:0 8px}.switch--sm .switch-thumb{width:calc(50% - 4px);height:24px;left:2px}.switch--sm.switch--checked .switch-thumb{left:calc(50% + 2px)}.switch--md{height:32px;padding:0 4px}.switch--md .switch-label{font-size:11px;padding:0 12px}.switch--md .switch-thumb{width:calc(50% - 4px);height:28px;left:2px}.switch--md.switch--checked .switch-thumb{left:calc(50% + 2px)}.switch--lg{height:40px;padding:0 4px}.switch--lg .switch-label{font-size:12px;padding:0 16px}.switch--lg .switch-thumb{width:calc(50% - 4px);height:36px;left:2px}.switch--lg.switch--checked .switch-thumb{left:calc(50% + 2px)}.switch--primary.switch--checked .switch-thumb{background:#5e64ba}.switch--success.switch--checked .switch-thumb{background:#22c55e}.switch--danger.switch--checked .switch-thumb{background:#ef4444}.switch--warning.switch--checked .switch-thumb{background:#f59e0b}.switch--info.switch--checked .switch-thumb{background:#155dfc}.checkbox-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.checkbox-toggle--disabled{cursor:not-allowed;opacity:.5}.checkbox-input{position:absolute;opacity:0;width:0;height:0}.checkbox-box{flex-shrink:0;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.checkbox-box i{font-size:10px;color:#fff}.checkbox-box--checked,.checkbox-box--indeterminate{background:#5e64ba;border-color:#5e64ba}.checkbox-toggle:hover .checkbox-box:not(.checkbox-box--checked):not(.checkbox-box--indeterminate){border-color:#9ca3af}.checkbox-label-container{display:flex;flex-direction:column;gap:2px}.checkbox-label{font-size:13px;font-weight:500}.checkbox-description{font-size:12px;color:#6b7280}.radio-group{display:flex}.radio-group--vertical{flex-direction:column;gap:12px}.radio-group--horizontal{flex-direction:row;gap:24px}.radio-toggle{display:inline-flex;align-items:flex-start;gap:12px;cursor:pointer}.radio-toggle--disabled{cursor:not-allowed;opacity:.5}.radio-input{position:absolute;opacity:0;width:0;height:0}.radio-circle{flex-shrink:0;width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.radio-dot{width:8px;height:8px;border-radius:50%;background:#5e64ba}.radio-toggle--checked .radio-circle{border-color:#5e64ba}.radio-toggle:hover .radio-circle:not(.radio-toggle--checked .radio-circle){border-color:#9ca3af}.radio-label-container{display:flex;flex-direction:column;gap:2px}.radio-label{font-size:13px;font-weight:500;color:#111827}.radio-description{font-size:12px;color:#6b7280}.toggle--with-icon .toggle-track{position:relative}.toggle--with-icon .toggle-icon{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .2s ease}.toggle--with-icon .toggle-icon--on{left:6px}.toggle--with-icon .toggle-icon--off{right:6px}.toggle--with-icon.toggle--checked .toggle-icon--on{opacity:1}.toggle--with-icon:not(.toggle--checked) .toggle-icon--off{opacity:.5}.toggle-track-icon{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;z-index:1}.toggle-track-icon--check{left:6px;opacity:0;color:#fff}.toggle-track-icon--x{right:6px;opacity:1;color:#9ca3af}.toggle--checked .toggle-track-icon--check{opacity:1}.toggle--checked .toggle-track-icon--x{opacity:0}.toggle--xs .toggle-track-icon{font-size:7px}.toggle--xs .toggle-track-icon--check{left:4px}.toggle--xs .toggle-track-icon--x{right:4px}.toggle--sm .toggle-track-icon{font-size:8px}.toggle--sm .toggle-track-icon--check{left:5px}.toggle--sm .toggle-track-icon--x{right:5px}.toggle--md .toggle-track-icon{font-size:9px}.toggle--md .toggle-track-icon--check{left:6px}.toggle--md .toggle-track-icon--x{right:6px}.toggle--lg .toggle-track-icon{font-size:11px}.toggle--lg .toggle-track-icon--check{left:8px}.toggle--lg .toggle-track-icon--x{right:8px}.toggle--danger.toggle--checked .toggle-track-icon--check,.toggle--info.toggle--checked .toggle-track-icon--check,.toggle--success.toggle--checked .toggle-track-icon--check,.toggle--warning.toggle--checked .toggle-track-icon--check{color:#fff}