:root{--cb-bg:#282a36;--cb-fg:#f8f8f2;--cb-border:#44475a;--cb-title-bg:#1e1f2b;--cb-keyword:#ff79c6;--cb-attr:#8be9fd;--cb-string:#f1fa8c;--cb-number:#bd93f9;--cb-type:#50fa7b;--cb-function:#ffb86c;--cb-comment:#6272a4}.code-block-wrapper.dracula-light{--cb-bg:#f5f5f5;--cb-fg:#1a1a1a;--cb-border:#ccc;--cb-title-bg:#e8e8e8;--cb-keyword:#7c3aed;--cb-attr:#0891b2;--cb-string:#dc2626;--cb-number:#7c3aed;--cb-type:#16a34a;--cb-function:#d97706;--cb-comment:#6b7280}.code-block-wrapper.dracula-dark{--cb-bg:#282a36;--cb-fg:#f8f8f2;--cb-border:#44475a;--cb-title-bg:#1e1f2b;--cb-keyword:#ff79c6;--cb-attr:#8be9fd;--cb-string:#f1fa8c;--cb-number:#bd93f9;--cb-type:#50fa7b;--cb-function:#ffb86c;--cb-comment:#6272a4}.code-block-wrapper{border-radius:12px;max-width:100%;margin:1.5rem 0;overflow:hidden}.code-block-title{background:var(--cb-title-bg);color:var(--cb-fg);border-bottom:1px solid var(--cb-border);letter-spacing:.5px;padding:1rem 1.5rem;font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.code-block{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;border:none;border-radius:0;width:100%;max-width:100%;min-height:auto;margin:0;padding:1.5rem;font-size:.95rem;overflow:auto;background:var(--cb-bg)!important}.code-block code,.code-block code.hljs{word-break:break-word;font-family:Courier New,Monaco,monospace;font-size:1rem;font-weight:500;line-height:1.7;display:block;color:var(--cb-fg)!important;background:0 0!important}.hljs{background:var(--cb-bg)!important;color:var(--cb-fg)!important}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:var(--cb-keyword)!important}.hljs-attr{color:var(--cb-attr)!important}.hljs-string,.hljs-title,.hljs-name,.hljs-type,.hljs-attribute{color:var(--cb-string)!important}.hljs-number,.hljs-built_in,.hljs-builtin-name{color:var(--cb-number)!important}.hljs-comment,.hljs-quote,.hljs-meta{color:var(--cb-comment)!important}.code-block pre{word-break:break-word;white-space:pre-wrap}@media (width>=1400px){.code-block code,.code-block code.hljs{font-size:1rem}}@media (width<=1399px) and (width>=1024px){.code-block code,.code-block code.hljs{font-size:.95rem}}@media (width<=1023px) and (width>=768px){.code-block{margin:1rem 0;padding:1rem}.code-block code,.code-block code.hljs{font-size:.9rem;font-weight:500;line-height:1.6}}@media (width<=767px) and (width>=640px){.code-block{border-radius:6px;margin:.75rem 0;padding:.75rem}.code-block code,.code-block code.hljs{font-size:.85rem;font-weight:500;line-height:1.5}}@media (width<=639px) and (width>=480px){.code-block{border-radius:6px;margin:.75rem 0;padding:.5rem}.code-block code,.code-block code.hljs{word-break:break-word;font-size:.8rem;font-weight:500;line-height:1.5}.code-block pre{word-break:break-word}}@media (width<=479px){.code-block{margin:.5rem 0;padding:.5rem}.code-block code,.code-block code.hljs{font-size:.75rem;font-weight:500;line-height:1.4}}
