.prose>*{grid-column:1 / -1}.prose p,.prose>div{margin-top:0;margin-bottom:2rem;font-size:1.125rem}.prose a{text-decoration:none}.prose a:hover,.prose a:focus{text-decoration:underline;outline:none}.prose strong{font-weight:500;font-size:1.125rem}.prose hr{margin-top:2rem;margin-bottom:4rem}.prose pre{color:var(--base05);background-color:var(--base00);margin-top:0;margin-bottom:2rem;margin-left:-10vw;margin-right:-10vw;padding:2rem;border-radius:0}.prose .embed{position:relative;margin-left:-10vw;margin-right:-10vw}.prose .embed>div{height:0}.prose .embed>div>iframe{height:100%!important;width:100%!important;top:0;left:0;position:absolute;border:none;border-radius:0!important}.prose ul,.prose ol{margin-top:0;margin-bottom:2rem}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{margin-top:0;margin-bottom:0;font-weight:400}.prose h1,.prose h2{font-size:1.5625rem;margin-top:5rem;margin-bottom:2.5rem}.prose h3{font-size:1.375rem;margin-top:4rem;margin-bottom:2.5rem}.prose h4,.prose h5,.prose h6{font-size:1.125rem}.prose img{margin-top:0;margin-bottom:0;border-radius:.5rem}.prose blockquote{font-weight:400;border:none;border-radius:.5rem;padding:2rem;margin-top:0;margin-bottom:2.5rem}.prose blockquote>:last-child{margin-bottom:0}.prose.prose-light{color:var(--color-gray-500)}.prose.prose-light a{color:var(--color-team-current)}.prose.prose-light strong{color:var(--color-black)}.prose.prose-light hr{border-color:var(--color-gray-200)}.prose.prose-light code{color:var(--color-gray-800)}.prose.prose-light h1,.prose.prose-light h2,.prose.prose-light h3,.prose.prose-light h4,.prose.prose-light h5,.prose.prose-light h6,.prose.prose-light thead th{color:var(--color-black)}.prose.prose-light blockquote{color:var(--color-gray-500);background-color:var(--color-gray-100)}.prose.prose-light thead,.prose.prose-light tbody tr{border-bottom-color:var(--color-gray-200)}.dark .dark\:prose-dark{color:var(--color-slate-500)}.dark .dark\:prose-dark a{color:var(--color-team-current)}.dark .dark\:prose-dark strong{color:var(--color-white)}.dark .dark\:prose-dark hr{border-color:var(--color-gray-600)}.dark .dark\:prose-dark code{color:var(--color-gray-100)}.dark .dark\:prose-dark h1,.dark .dark\:prose-dark h2,.dark .dark\:prose-dark h3,.dark .dark\:prose-dark h4,.dark .dark\:prose-dark h5,.dark .dark\:prose-dark h6,.dark .dark\:prose-dark thead th{color:var(--color-white)}.dark .dark\:prose-dark blockquote{color:var(--color-slate-500);background-color:var(--color-gray-800)}.dark .dark\:prose-dark thead,.dark .dark\:prose-dark tbody tr{border-bottom-color:var(--color-gray-600)}@media (min-width: 1024px){.prose>*{grid-column:3 / span 8}.prose pre{border-radius:.5rem;margin-left:0;margin-right:0;grid-column:2 / span 10}.prose .embed{margin-left:0;margin-right:0;grid-column:2 / span 10}.prose .embed>div>iframe{border-radius:.5rem!important}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-weight:500}.prose h1,.prose h2{font-size:1.875rem}.prose h3{font-size:1.5625rem}.prose h4,.prose h5,.prose h6{font-size:1.375rem}}pre{--base00: #011627;--base01: #2d2d2d;--base02: #424242;--base03: #637777;--base04: #555555;--base05: #d6deeb;--base06: #c8c8c8;--base07: #fafafa;--base08: #7fdbca;--base09: #f78c6c;--base0A: #c792ea;--base0B: #ecc48d;--base0C: #f78c6c;--base0D: #82aaff;--base0E: #c792ea;--base0F: #d3423e}.light pre{--base00: #f3f3f3;--base01: #e0e0e0;--base02: #d6d6d6;--base03: #989fb1;--base04: #969896;--base05: #2e3039;--base06: #282a2e;--base07: #1d1f21;--base08: #0c969b;--base09: #aa0982;--base0A: #994cc3;--base0B: #c96765;--base0C: #aa0982;--base0D: #4876d6;--base0E: #994cc3;--base0F: #d3423e}.prose ul.list-none>li{padding-left:unset}.prose ul.list-none>li:before{content:unset}.dark .prose ol>li:before,.dark .prose ul>li:before{color:var(--color-gray-300)}.dark .dark\:prose-dark thead{color:var(--color-slate-500)}.prose pre[data-line-numbers=true]:not([data-lang=sh]){padding-left:0rem;padding-right:0rem}.prose pre[data-line-numbers=true]:not([data-lang=sh]) [data-line-number]:before{padding-left:0rem;content:attr(data-line-number);text-align:right;display:inline-block;width:3.5rem;color:var(--base03);padding-right:1.5rem;position:sticky;left:0;background-color:var(--base00)}.prose pre[data-line-numbers=true]:not([data-lang=sh]) [data-line-number]:before .codeblock-line[data-highlight=true]:before{background:var(--base0E)}.prose pre[data-add]:not([data-lang=sh]) [data-diff-line-number]:before,.prose pre[data-remove]:not([data-lang=sh]) [data-diff-line-number]:before{content:attr(data-diff-line-number)}.prose pre>code{display:inline-block;min-width:100%}.codeblock-line{display:block;position:relative;padding-right:1rem}.codeblock-line[data-highlight=true]:after,.prose pre[data-remove] .codeblock-line[data-remove=true]:after,.prose pre[data-add] .codeblock-line[data-add=true]:after{content:" ";position:absolute;left:0;top:0;width:100%;opacity:.15;pointer-events:none}.codeblock-line[data-highlight=true]:before{border-left:6px solid var(--base0E)}.codeblock-line[data-highlight=true]:after{background:var(--base0E)}.prose pre[data-remove] .codeblock-line[data-remove=true]:before{content:"-"}.prose pre[data-remove] .codeblock-line[data-remove=true]:after{background:var(--color-red-500)}.prose pre[data-add] .codeblock-line[data-add=true]:before{content:"+"}.prose pre[data-add] .codeblock-line[data-add=true]:after{background:var(--color-green-500)}.prose pre{position:relative}.prose pre[data-filename]:before{content:attr(data-filename);position:absolute;left:8px;top:4px;font-size:.7rem;opacity:.7}.prose pre[data-lang]:after{content:attr(data-lang);position:sticky;right:0;font-size:.7rem;opacity:.7;display:inline-block;transform:translate(-16px,24px);text-align:right;width:200px;margin-left:-200px}.prose callout-muted a,.prose callout-info a,.prose callout-warning a,.prose callout-danger a,.prose callout-success a{text-decoration:underline}.prose callout-muted p,.prose callout-info p,.prose callout-warning p,.prose callout-danger p,.prose callout-success p{margin-bottom:0}.prose callout-muted,.prose callout-info,.prose callout-warning,.prose callout-danger,.prose callout-success{margin-top:0;margin-bottom:2rem}.prose callout-muted,.prose callout-info,.prose callout-warning,.prose callout-danger,.prose callout-success{display:block;border-left:solid 4px;padding:.5rem 1rem;position:relative;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.prose callout-muted,.prose callout-info,.prose callout-warning,.prose callout-danger,.prose callout-success,.prose callout-muted *,.prose callout-info *,.prose callout-warning *,.prose callout-danger *,.prose callout-success *{font-size:1.2rem}.prose callout-muted.aside,.prose callout-info.aside,.prose callout-warning.aside,.prose callout-danger.aside,.prose callout-success.aside,.prose callout-muted.aside *,.prose callout-info.aside *,.prose callout-warning.aside *,.prose callout-danger.aside *,.prose callout-success.aside *{font-size:.875rem}.prose callout-muted.important,.prose callout-info.important,.prose callout-warning.important,.prose callout-danger.important,.prose callout-success.important,.prose callout-muted.important *,.prose callout-info.important *,.prose callout-warning.important *,.prose callout-danger.important *,.prose callout-success.important *{font-size:1.4rem;font-weight:700}.prose callout-muted:before,.prose callout-info:before,.prose callout-warning:before,.prose callout-danger:before,.prose callout-success:before{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none}.light .prose callout-warning,.light .prose callout-warning ol>li:before{color:#676000}.light .prose callout-warning:before{background:#ffd800}.prose callout-warning,.prose callout-warning ol>li:before{color:#ffd644}.prose callout-warning:before{background:#ffd644}.light .prose callout-muted,.light .prose callout-muted ol>li:before{color:#4c4b5e}.light .prose callout-muted:before{background:#3c3e4d}.prose callout-muted,.prose callout-muted ol>li:before{color:#b9b9c3}.prose callout-muted:before{background:#3c3e4d}.prose callout-info,.prose callout-info ol>li:before{color:#4b96ff}.prose callout-info:before{background:#4b96ff}.prose callout-danger,.prose callout-danger ol>li:before{color:#ff4545}.prose callout-danger:before{background:#ff4545}.prose callout-success,.prose callout-success ol>li:before{color:#30c85e}.prose callout-success:before{background:#30c85e}.prose .tweet-embed{display:flex;flex-direction:column;max-width:550px;width:100%;margin:0 auto 2.5rem;padding:2rem;border-radius:.5rem;background:var(--bg-secondary)}.dark .prose .tweet-embed{border:1px solid var(--border-secondary)}.prose .tweet-embed.deleted .tweet-time:after{content:"(deleted)";margin-left:6px;font-size:.8rem}.prose .tweet-embed blockquote{font-size:1.125rem;margin:1rem 0;white-space:break-spaces;padding:0;border:0;font-style:normal;background-color:unset}.prose .tweet-embed blockquote a{font-weight:400}.prose .tweet-embed .tweet-author{font-size:1rem;display:flex;text-decoration:none;align-items:center}.prose .tweet-embed .tweet-author img{float:left;width:48px;height:48px;border-radius:100%;margin-right:1rem;margin-bottom:0}.prose .tweet-embed .tweet-author div{display:flex;flex-direction:column;line-height:1.2}.prose .tweet-embed .tweet-author:hover .tweet-author-name,.prose .tweet-embed .tweet-author:focus .tweet-author-name{text-decoration:underline}.prose .tweet-embed .tweet-author .tweet-author-handle{font-weight:400;color:var(--text-secondary)}.prose .tweet-embed .tweet-media-container{width:100%;overflow:hidden;border-radius:.75rem;border:1px solid var(--border-secondary);margin-bottom:1rem}.prose .tweet-embed .tweet-media-grid,.prose .tweet-embed .tweet-media-container{max-height:366px}.prose .tweet-embed .tweet-media-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;grid-gap:.25rem}.prose .tweet-embed .tweet-media-grid[data-count="2"],.prose .tweet-embed .tweet-media-grid[data-count="3"],.prose .tweet-embed .tweet-media-grid[data-count="4"]{grid-template-columns:repeat(2,1fr)}.prose .tweet-embed .tweet-media-grid[data-count="3"] img:first-child{grid-column:span 2 / span 2}.prose .tweet-embed .tweet-media-container img{border-radius:0;width:100%;height:100%;object-fit:cover;overflow:hidden;max-height:366px}.prose .tweet-embed .tweet-media-container .tweet-media-with-play-button{position:relative}.prose .tweet-embed .tweet-media-container .tweet-media-with-play-button .tweet-media-play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.6;transition:opacity .2s}.prose .tweet-embed .tweet-media-container:hover .tweet-media-with-play-button .tweet-media-play-button,.prose .tweet-embed .tweet-media-container:focus .tweet-media-with-play-button .tweet-media-play-button{opacity:1}.prose .tweet-embed .tweet-quoted{margin-bottom:1rem}.prose .tweet-embed .tweet-quoted .tweet-media-container{max-height:160px}.prose .tweet-embed .tweet-quoted .tweet-media-grid{margin-top:-40px;max-height:unset}.prose .tweet-embed .tweet-quoted .tweet-embed{margin:0;padding:1rem 1rem 0}.prose .tweet-embed .tweet-quoted .tweet-embed .tweet-stats,.prose .tweet-embed .tweet-quoted .tweet-embed .tweet-time{display:none}.prose .tweet-embed .tweet-ref-metadata{display:flex;flex-direction:column;width:100%;border:1px solid var(--border-secondary);margin-bottom:1rem;border-radius:.75rem}.prose .tweet-embed .tweet-ref-metadata .tweet-ref-metadata-title{padding:.75rem .75rem 0;font-size:.85rem}.prose .tweet-embed .tweet-ref-metadata-description{padding:0 12px 1em;font-size:.85rem;font-weight:400;color:var(--text-secondary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7;overflow:hidden}.prose .tweet-embed .tweet-ref-metadata .tweet-ref-metadata-image{border-radius:.75rem .75rem 0 0;width:100%;height:100%;object-fit:cover;overflow:hidden}.prose .tweet-embed .tweet-ref-metadata .tweet-ref-metadata-domain{padding:0 12px 4px;font-size:.8rem;display:inline-flex;align-items:center}.prose .tweet-embed .tweet-ref-metadata .tweet-ref-metadata-domain svg{margin-right:12px}.prose .tweet-embed .tweet-ref-metadata:hover,.prose .tweet-embed .tweet-ref-metadata:focus{text-decoration:none;background-color:var(--bg-alt)}.dark .prose .tweet-embed .tweet-ref-metadata{border:1px solid var(--border-secondary)}.prose .tweet-embed .tweet-ref-metadata img{max-height:300px}.prose .tweet-embed .tweet-time{padding-bottom:1rem;border-bottom:1px solid var(--border-secondary)}.prose .tweet-embed .tweet-time a{color:var(--text-secondary);font-size:.85rem;font-weight:400;text-decoration:none}.prose .tweet-embed .tweet-time a:hover,.prose .tweet-embed .tweet-time a:focus{text-decoration:underline;color:var(--text-primary)}.prose .tweet-embed .tweet-stats{display:flex;align-items:center;justify-content:space-between;padding-top:1rem}.prose .tweet-embed .tweet-stats svg{height:18px;width:18px;z-index:1;fill:none}.prose .tweet-embed .tweet-stats a{display:flex;font-size:.85rem;font-weight:400;align-items:center;color:inherit;text-decoration:none;position:relative;transition:color .2s linear}.prose .tweet-embed .tweet-stats a:before{content:"";display:block;width:36px;height:36px;border-radius:18px;background-color:#0000;position:absolute;left:-9px;z-index:0;transition:background-color .1s linear,transform .1s linear;transform:scale(.5)}.prose .tweet-embed .tweet-stats a:hover:before,.prose .tweet-embed .tweet-stats a:focus:before{transform:scale(1)}.prose .tweet-embed .tweet-stats a span{margin:0 .75rem;z-index:1}.prose .tweet-embed .tweet-stats a.tweet-like:hover,.prose .tweet-embed .tweet-stats a.tweet-like:focus{color:#e0245e}.prose .tweet-embed .tweet-stats a.tweet-reply:hover,.prose .tweet-embed .tweet-stats a.tweet-reply:focus{color:#1da1f2}.prose .tweet-embed .tweet-stats a.tweet-retweet:hover,.prose .tweet-embed .tweet-stats a.tweet-retweet:focus{color:#19cf86}.prose .tweet-embed .tweet-stats a.tweet-link:hover,.prose .tweet-embed .tweet-stats a.tweet-link:focus{color:#1da1f2}.prose .tweet-embed .tweet-stats a.tweet-like:hover:before,.prose .tweet-embed .tweet-stats a.tweet-like:focus:before{background-color:#e0245e1a}.prose .tweet-embed .tweet-stats a.tweet-reply:hover:before,.prose .tweet-embed .tweet-stats a.tweet-reply:focus:before{background-color:#1da1f21a}.prose .tweet-embed .tweet-stats a.tweet-retweet:hover:before,.prose .tweet-embed .tweet-stats a.tweet-retweet:focus:before{background-color:#19cf861a}.prose .tweet-embed .tweet-stats a.tweet-link:hover:before,.prose .tweet-embed .tweet-stats a.tweet-link:focus:before{background-color:#1da1f21a}.prose .tweet-embed .tweet-ref-metadata-domain svg path,.prose .tweet-embed .tweet-stats a:not(.tweet-link) svg path{fill:currentColor}.prose .demo{display:flex;justify-content:center;background-color:var(--bg-alt);padding:2rem}.prose .demo button,.prose .demo input{padding:revert;margin:revert;display:revert;border:revert;background:revert;-webkit-appearance:revert;-moz-appearance:revert;appearance:revert;line-height:revert;color:revert}
