.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .hash-display {
            background: #f4f6f9;
            padding: 1rem 1.5rem;
            border-radius: 6px;
            font-family: 'Courier New', monospace;
            font-size: 1.6rem;
            letter-spacing: 1px;
            word-break: break-all;
            border: 1px solid #dee2e6;
        }
        .hash-label {
            font-weight: 600;
            color: #2c3e50;
        }
        .badge-algorithm {
            background-color: #2c3e50;
            color: #fff;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.8rem;
        }
        .toggle-pwd {
            cursor: pointer;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #6c757d;
            background: none;
            border: none;
            z-index: 5;
        }
        .pwd-input-wrapper {
            position: relative;
        }
        .pwd-input-wrapper input {
            padding-right: 40px;
        }
        .hash-length-badge {
            background: #e9ecef;
            padding: 0.2rem 0.8rem;
            border-radius: 12px;
            font-size: 0.8rem;
            color: #495057;
        }
        .security-score {
            display: inline-block;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .score-weak {
            background: #f8d7da;
            color: #721c24;
        }
        .score-medium {
            background: #fff3cd;
            color: #856404;
        }
        .score-strong {
            background: #d4edda;
            color: #155724;
        }
        .score-very-strong {
            background: #c3e6cb;
            color: #0b5e1d;
        }
     
        @media (max-width: 768px) {
            .hash-display {
                font-size: 1.1rem;
                padding: 0.75rem 1rem;
            }
            }