body {
            font-family: 'Noto Sans TC', sans-serif;
            background-color: #0d131f;
            color: #e2e8f0;
        }
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0d131f;
        }
        ::-webkit-scrollbar-thumb {
            background: #1e293b;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #334155;
        }
        .code-highlight {
            background-color: #111827;
            border: 1px solid #1f2937;
        }
        .quote-border {
            border-left: 4px solid #f59e0b;
        }
