.hash-result {
            font-family: 'Courier New', 'Fira Code', monospace;
            background-color: #f8f9fa;
            word-break: break-all;
            font-size: 1.1rem;
            padding: 1rem;
            border-radius: 8px;
            border: 1px solid #dee2e6;
        }
        .file-info {
            font-size: 0.85rem;
            color: #6c757d;
            margin-top: 0.5rem;
        }
        .loading-spinner {
            display: inline-block;
            width: 1.2rem;
            height: 1.2rem;
            border: 2px solid #e9ecef;
            border-top-color: #0d6efd;
            border-radius: 50%;
            animation: spin 0.6s linear infinite;
            margin-right: 0.5rem;
        }
        @keyframes spin { to { transform: rotate(360deg); } }
        .algorithm-badge {
            background-color: #e7f3ff;
            color: #004085;
            border-radius: 20px;
            padding: 0.25rem 0.75rem;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .comparison-table th {
            background-color: #f1f3f5;
        }
        .feature-highlight {
            border-left: 4px solid #0d6efd;
            background-color: #f8f9fc;
        }
        .compliance-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1rem 0;
        }
        .compliance-table th, .compliance-table td {
            border: 1px solid #dee2e6;
            padding: 0.75rem;
            text-align: left;
        }
        .compliance-table th {
            background-color: #f1f3f5;
        }
        .compliance-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        .test-vectors {
            background-color: #f8f9fa;
            border-left: 4px solid #20c997;
            padding: 1rem;
            margin: 1rem 0;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            font-size: 0.9rem;
        }
        .performance-benchmark {
            background-color: #fff8e1;
            border: 1px solid #ffecb5;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 1.5rem 0;
        }
        .enterprise-case-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 1.25rem;
            margin-bottom: 1rem;
            height: 100%;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .enterprise-case-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .quantum-risk-box {
            background-color: #e3f2fd;
            border-left: 4px solid #2196f3;
            padding: 1.25rem;
            border-radius: 4px;
            margin: 1.5rem 0;
        }
        .implementation-comparison {
            background-color: #f5f5f5;
            padding: 1.25rem;
            border-radius: 8px;
            margin: 1.5rem 0;
        }
        .test-vector-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }.author-bio{word-break: break-all;}
        .test-vector-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 1rem;word-break: break-all;
        }