.json-input-area {
            font-family: 'Courier New', monospace;
            font-size: 0.9rem;
        }
        .table-preview-container {
            max-height: 500px;
            overflow-y: auto;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            background: white;
            margin-top: 1rem;
        }
        .generated-table {
            width: 100%;
            margin-bottom: 0;
            font-size: 0.85rem;
        }
        .generated-table th {
            background-color: #f1f3f5;
            position: sticky;
            top: 0;
            z-index: 10;
            border-bottom: 2px solid #dee2e6;
        }
        .generated-table td, .generated-table th {
            padding: 0.6rem 0.75rem;
            vertical-align: top;
            border: 1px solid #e9ecef;
        }
        .generated-table tr:hover {
            background-color: rgba(70, 130, 180, 0.05);
        }
        .stats-badge {
            background: #eef2ff;
            border-radius: 20px;
            padding: 4px 12px;
            font-size: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .example-preset {
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-preset:hover {
            background-color: rgba(70, 130, 180, 0.2);
            transform: translateY(-1px);
        }
        .table-caption {
            font-size: 0.8rem;
            color: #6c757d;
            margin-top: 8px;
        }
        .testimonial {
            background: #f8f9fa;
            border-left: 4px solid #0d6efd;
            padding: 1rem 1.5rem;
            margin: 1.8rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
        }
        .version-badge {
            font-size: 0.7rem;
            background: #e9ecef;
            padding: 2px 8px;
            border-radius: 20px;
            margin-left: 0.5rem;
            vertical-align: middle;
        }