.hash-output {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
            font-size: 1.1rem;
            padding: 1rem;
            word-break: break-all;
            text-align: center;
            letter-spacing: 0.5px;
        }
        .fingerprint-icon {
            font-size: 2rem;
            color: var(--primary-color);
        }
        .algorithm-box {
            background: linear-gradient(145deg, #f1f8ff 0%, #e9f0f9 100%);
            border-radius: 20px;
            padding: 1.2rem;
            margin: 1rem 0;
        }
        .test-vector {
            background-color: #212529;
            color: #0ff;
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            font-family: monospace;
            font-size: 0.85rem;
        }
        .badge-crypto {
            background-color: #2c3e50;
            color: white;
            font-weight: 500;
        }
        .security-note {
            background-color: #e9ecef;
            border-left: 4px solid #0d6efd;
        }
        .output-container {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .input-group-custom {
            margin-bottom: 1.2rem;
        }
        .property-table td {
            background-color: #fff;
        }
        .mono-badge {
            font-family: monospace;
            background: #f1f3f5;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
        }