.drop-zone {
            border: 2px dashed #ccc;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            transition: all 0.2s ease;
            background-color: #fafcff;
            cursor: pointer;
        }
        .drop-zone.drag-over {
            background-color: #e6f0ff;
            border-color: #0d6efd;
        }.author-bio{display:block}
        .json-editor {
            font-family: 'Courier New', monospace;
            font-size: 0.85rem;
        }
        .ts-output {
            font-family: 'Courier New', monospace;
            font-size: 0.85rem;
            background-color: #f8f9fc;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 1rem;
            white-space: pre-wrap;
            word-break: break-word;
            max-height: 400px;
            overflow: auto;
        }
        .stat-badge {
            background: #e9ecef;
            border-radius: 30px;
            padding: 5px 12px;
            font-size: 0.85rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .function-examples .warning-message {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 0.75rem;
            margin-top: 1rem;
            font-size: 0.85rem;
        }