.math-equation, .algorithm-box {
            background-color: rgba(70, 130, 180, 0.05);
            border-left: 4px solid var(--primary-color);
            padding: 1rem;
            border-radius: 4px;
            margin: 1.2rem 0;
            font-family: 'Courier New', 'Fira Code', monospace;
        }
        .result-hash {
            font-size: 2.2rem;
            font-weight: 700;
            font-family: 'Courier New', monospace;
            letter-spacing: 2px;
            color: #0d6efd;
            background: #f8f9fa;
            padding: 0.8rem 1rem;
            border-radius: 8px;
            border: 1px solid #dee2e6;
        }
        .feature-badge {
            background-color: #e9ecef;
            color: #1e2a3a;
            border-radius: 30px;
            padding: 0.2rem 0.8rem;
            font-size: 0.8rem;
            font-weight: 500;
            display: inline-block;
            margin-right: 0.5rem;
        }
        .test-vector-table td, .test-vector-table th {
            font-family: 'Courier New', monospace;
        }
        .file-info {
            font-size: 0.85rem;
            color: #6c757d;
            margin-top: 0.25rem;
        }
        .copy-success-toast {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #28a745;
            color: white;
            padding: 10px 16px;
            border-radius: 8px;
            z-index: 1100;
            font-size: 0.9rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .input-group-custom {
            margin-bottom: 1.2rem;
        }
        .example-pill {
            background: rgba(70,130,180,0.1);
            border: 1px solid rgba(70,130,180,0.3);
            padding: 0.4rem 1rem;
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 0.85rem;
        }
        .example-pill:hover {
            background: rgba(70,130,180,0.2);
            transform: translateY(-1px);
        }
        .e-e-a-t-section {
            background-color: #fef9e6;
            border-radius: 12px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .reference-block {
            font-size: 0.9rem;
            border-top: 1px solid #dee2e6;
            margin-top: 2rem;
            padding-top: 1rem;
        }
        .polynomial {
            font-family: monospace;
            font-size: 1.1rem;
            background: #f1f3f5;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
        }