 @media (max-width: 768px) {.entropy-meter{display:none}}
.entropy-meter {
            background: #f0f7ff;
            border-radius: 8px;
            padding: 1rem;
            margin: 1rem 0;
            border-left: 5px solid #0d6efd;
        }
        .strength-badge {
            font-size: 1.2rem;
            font-weight: bold;
            display: inline-block;
            padding: 0.3rem 0.8rem;
            border-radius: 30px;
        }
        .strength-weak { background: #dc3545; color: white; }
        .strength-fair { background: #fd7e14; color: white; }
        .strength-good { background: #ffc107; color: #212529; }
        .strength-strong { background: #198754; color: white; }
        .copy-feedback {
            transition: all 0.2s ease;
        }
        .wordlist-note {
            font-size: 0.85rem;
            background: #e9ecef;
            padding: 0.5rem;
            border-radius: 6px;
        }
        .slider-value {
            font-weight: 600;
            color: #0d6efd;
        }
        .generator-card {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            padding: 1.5rem;
            margin-bottom: 2rem;
        }
        .output-area {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 12px;
            padding: 1.2rem;
            font-family: 'SF Mono', 'Fira Code', monospace;
            font-size: 1.2rem;
            word-break: break-all;
            letter-spacing: 0.3px;
            max-height: 300px;
            overflow-y: auto;
        }
        .bulk-output-area {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 12px;
            padding: 1rem;
            font-family: 'SF Mono', 'Fira Code', monospace;
            font-size: 0.85rem;
            max-height: 400px;
            overflow-y: auto;
        }
        .bulk-item {
            padding: 0.3rem 0;
            border-bottom: 1px solid #e9ecef;
            font-family: monospace;
        }
        .bulk-item:last-child { border-bottom: none; } 
        .security-tip {
            border-left: 4px solid #0d6efd;
            background: #f8f9fa;
            padding: 1rem;
            margin: 1rem 0;
        }
        .comparison-table td, .comparison-table th {
            vertical-align: middle;
        }
        .reference-badge {
            font-size: 0.8rem;
            background: #e2e3e5;
            display: inline-block;
            padding: 0.2rem 0.5rem;
            border-radius: 20px;
        }
        .bulk-controls {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 12px;
            margin-top: 1rem;
        }
        .nav-tabs