.prose pre{position:relative;margin-top:1.5rem;margin-bottom:1.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:hsl(var(--border)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--background)/var(--tw-bg-opacity));padding:1rem!important;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.prose pre code{background-color:transparent;padding:0!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity:1;color:hsl(var(--foreground)/var(--tw-text-opacity))}.prose pre .copy-button{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;border-radius:calc(var(--radius) - 2px);--tw-bg-opacity:1;background-color:hsl(var(--accent)/var(--tw-bg-opacity));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:hsl(var(--accent-foreground)/var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.prose pre .copy-button:hover{background-color:hsl(var(--accent)/.8)}.prose pre .copy-button:before{content:"Copy"}.prose pre .copy-button:after{content:"";width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(209 213 219)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 5H6a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2v-1M8 5a2 2 0 002 2h2a2 2 0 002-2M8 5a2 2 0 012-2h2a2 2 0 012 2m0 0h2a2 2 0 012 2v3m2 4H10m0 0l3-3m-3 3l3 3'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;display:inline-block}.prose pre .copy-button.copied:before{content:"Copied!"}.prose pre .copy-button.copied:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(209 213 219)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E")}.prose .hljs-comment,.prose .hljs-quote{font-style:italic;--tw-text-opacity:1;color:hsl(var(--muted-foreground)/var(--tw-text-opacity))}.editor-container .cmdk-root,.editor-container [role=toolbar],.mdxeditor [role=toolbar],.mdxeditor-root [role=toolbar],[data-mdx-editor] [role=toolbar]{position:sticky!important;top:0!important;z-index:10!important;background:hsl(var(--foreground))!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.prose .hljs-addition,.prose .hljs-attr,.prose .hljs-function,.prose .hljs-keyword,.prose .hljs-literal,.prose .hljs-number,.prose .hljs-selector-tag,.prose .hljs-string,.prose .hljs-template-string,.prose .hljs-title,.prose .hljs-variable{--tw-text-opacity:1;color:hsl(var(--accent)/var(--tw-text-opacity))}.prose :not(pre)>code{white-space:nowrap;border-radius:calc(var(--radius) - 2px);--tw-bg-opacity:1;background-color:hsl(var(--muted)/var(--tw-bg-opacity));padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:hsl(var(--foreground)/var(--tw-text-opacity))}table{width:100%;border-collapse:collapse;margin:1rem 0}td,th{padding:.75rem;text-align:left}th{font-weight:600}th,tr:nth-child(2n){background-color:hsl(var(--muted))}