.check-group label display: flex; align-items: center; gap: 8px; font-size: 14px; color: #262626; cursor: pointer;
input[type="range"] width: 100%; height: 6px; border-radius: 10px; background: #dbdfea; -webkit-appearance: none; insta generate password
// Character sets const UPPER = 'ABCDEFGHJKLMNPQRSTUVWXYZ'; const LOWER = 'abcdefghijkmnopqrstuvwxyz'; const NUMBERS = '23456789'; const SYMBOLS = '!@#$%&*?+-_='; // Helper: get active sets function getActiveCharsets() let chars = ''; if (uppercaseCheck.checked) chars += UPPER; if (lowercaseCheck.checked) chars += LOWER; if (numbersCheck.checked) chars += NUMBERS; if (symbolsCheck.checked) chars += SYMBOLS; return chars; .check-group label display: flex