.html-content pre{position:relative;margin:1.5rem 0}.html-content pre code{display:block;overflow-x:auto;padding:1.5rem;font-size:.875rem;line-height:1.5;font-family:Fira Code,Consolas,Monaco,monospace}.html-content pre[class*=language-]:before{content:attr(class);position:absolute;top:0;right:0;padding:.25rem .75rem;background:var(--color-brand-blue);color:white;font-size:.75rem;text-transform:uppercase;border-radius:0 .5rem 0 .5rem}.html-content .token.cdata,.html-content .token.comment,.html-content .token.doctype,.html-content .token.prolog{color:var(--color-grey-500)}.html-content .token.punctuation{color:var(--color-grey-600)}.html-content .token.boolean,.html-content .token.constant,.html-content .token.number,.html-content .token.property,.html-content .token.symbol,.html-content .token.tag{color:var(--color-brand-blue)}.html-content .token.attr-name,.html-content .token.builtin,.html-content .token.char,.html-content .token.selector,.html-content .token.string{color:#22c55e}.html-content .language-css .token.string,.html-content .style .token.string,.html-content .token.entity,.html-content .token.operator,.html-content .token.url{color:#f59e0b}.html-content .token.atrule,.html-content .token.attr-value,.html-content .token.keyword{color:var(--color-brand-blue)}.html-content .token.function{color:#ec4899}.dark .html-content .token.comment{color:var(--color-grey-300)}.html-content table{margin:2rem 0;font-size:.875rem;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);border-radius:.5rem;overflow:hidden}.html-content table thead{border-bottom:2px solid var(--color-liq-gray-200)}.dark .html-content table thead{border-bottom-color:var(--color-liq-gray-700)}.html-content table .text-left{text-align:left}.html-content table .text-center{text-align:center}.html-content table .text-right{text-align:right}.html-content .alert,.html-content .callout,.html-content .info,.html-content .note,.html-content .tip,.html-content .warning{padding:1rem 1.5rem;margin:1.5rem 0;border-left:4px solid;border-radius:.5rem;position:relative}.html-content .alert:before,.html-content .callout:before,.html-content .info:before,.html-content .note:before,.html-content .tip:before,.html-content .warning:before{font-weight:700;text-transform:uppercase;font-size:.75rem;margin-bottom:.5rem;display:block}.html-content .callout,.html-content .info,.html-content .note{background-color:var(--color-light-blue);border-color:var(--color-brand-blue);color:var(--color-grey-900)}.dark .html-content .callout,.dark .html-content .info,.dark .html-content .note{background-color:rgba(41,98,255,.1);color:var(--color-white)}.html-content .note:before{content:"Note"}.html-content .info:before{content:"Info"}.html-content .alert,.html-content .warning{background-color:#fef3c7;border-color:#f59e0b;color:var(--color-grey-900)}.dark .html-content .alert,.dark .html-content .warning{background-color:rgba(245,158,11,.1);color:var(--color-white)}.html-content .warning:before{content:"Warning"}.html-content .alert:before{content:"Alert"}.html-content .tip{background-color:#d1fae5;border-color:#10b981;color:var(--color-grey-900)}.dark .html-content .tip{background-color:rgba(16,185,129,.1);color:var(--color-white)}.html-content .tip:before{content:"Tip"}.html-content .tabs{margin:2rem 0;border:1px solid var(--color-liq-gray-200);border-radius:.5rem;overflow:hidden}.dark .html-content .tabs{border-color:var(--color-liq-gray-700)}.html-content .tab-list{display:flex;background-color:var(--color-liq-gray-100);border-bottom:1px solid var(--color-liq-gray-200)}.dark .html-content .tab-list{background-color:var(--color-liq-gray-800);border-bottom-color:var(--color-liq-gray-700)}.html-content .tab{padding:.75rem 1.5rem;cursor:pointer;border:none;background:none;font-weight:500;color:var(--color-liq-gray-600);transition:all .2s ease}.dark .html-content .tab{color:var(--color-liq-gray-400)}.html-content .tab.active{color:var(--color-brand-blue);border-bottom:2px solid var(--color-brand-blue);margin-bottom:-1px}.html-content .tab-panel{padding:1.5rem}.html-content .btn,.html-content .button,.html-content button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-weight:500;border-radius:.375rem;transition:all .2s ease;cursor:pointer;text-decoration:none;border:1px solid transparent}.html-content .btn-primary,.html-content button.primary{background-color:var(--color-brand-blue);color:white}.html-content .btn-primary:hover,.html-content button.primary:hover{background-color:var(--color-blue-600)}.html-content .btn-secondary,.html-content button.secondary{background-color:white;color:var(--color-brand-blue);border-color:var(--color-brand-blue)}.dark .html-content .btn-secondary,.dark .html-content button.secondary{background-color:transparent}.html-content dl{margin:1.5rem 0}.html-content dt{font-weight:600;color:var(--color-liq-gray-800);margin-top:1rem}.dark .html-content dt{color:var(--color-white)}.html-content dd{margin-left:2rem;color:var(--color-liq-gray-700)}.dark .html-content dd{color:var(--color-liq-gray-300)}.html-content kbd{display:inline-block;padding:.125rem .375rem;font-size:.875rem;font-family:monospace;background-color:var(--color-liq-gray-100);border:1px solid var(--color-liq-gray-300);border-radius:.25rem;box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.dark .html-content kbd{background-color:var(--color-liq-gray-800);border-color:var(--color-liq-gray-600)}.html-content figure{margin:2rem 0;text-align:center}.html-content figcaption{margin-top:.75rem;font-size:.875rem;color:var(--color-liq-gray-600)}.dark .html-content figcaption{color:var(--color-liq-gray-400)}.html-content details{margin:1.5rem 0;padding:1rem;border:1px solid var(--color-liq-gray-200);border-radius:.5rem}.dark .html-content details{border-color:var(--color-liq-gray-700)}.html-content summary{cursor:pointer;font-weight:600;color:var(--color-liq-gray-800)}.dark .html-content summary{color:var(--color-white)}.html-content details[open] summary{margin-bottom:.75rem}.html-content embed,.html-content iframe,.html-content object{max-width:100%;margin:2rem 0;border-radius:.5rem;overflow:hidden}.html-content mark{background-color:var(--color-light-blue);color:var(--color-grey-900);padding:.125rem .25rem;border-radius:.125rem}.dark .html-content mark{background-color:rgba(41,98,255,.3);color:var(--color-white)}.html-content abbr[title]{text-decoration:underline dotted;cursor:help}.html-content sub,.html-content sup{font-size:.75rem;line-height:0;position:relative;vertical-align:baseline}.html-content sub{bottom:-.25em}.html-content sup{top:-.5em}.html-content pre::-webkit-scrollbar{height:8px}.html-content pre::-webkit-scrollbar-track{background:var(--color-liq-gray-100);border-radius:4px}.dark .html-content pre::-webkit-scrollbar-track{background:var(--color-liq-gray-800)}.html-content pre::-webkit-scrollbar-thumb{background:var(--color-liq-gray-400);border-radius:4px}.dark .html-content pre,.dark .html-content pre code,.dark .html-content th,.dark .prose code,.dark .prose h1 code,.dark .prose pre,.dark .prose pre code{background:var(--color-gray-800)}@media print{.html-content{color:black}.html-content a{color:black;text-decoration:underline}.html-content code,.html-content pre{border:1px solid #ddd}}