pre code.hljs{display:block;overflow-x:auto;padding:12px}code.hljs,code{padding:3px 5px}.hljs,code{background:#1d1f21;color:#c5c8c6;line-height:initial}.hljs-name,.hljs-title{color:#f0c674}.hljs-comment,.hljs-meta,.hljs-meta .hljs-keyword{color:#707880}.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol{color:#c66}.hljs-addition,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#b5bd68}.hljs-attribute,.hljs-code,.hljs-selector-id{color:#b294bb}.hljs-bullet,.hljs-keyword,.hljs-selector-tag,.hljs-tag{color:#81a2be}.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-variable{color:#8abeb7}.hljs-built_in,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-type{color:#de935f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.codetabs{position:relative;width:100%;border:1px solid var(--color-border);border-radius:3px;overflow:hidden;margin-bottom:1rem}.codetabs-topbar{display:flex;gap:.5rem;align-items:center;height:3.25rem;width:100%;background-color:var(--color-accent-dark);padding:5px .6rem 0;overflow-x:scroll;box-sizing:border-box}.codetabs-topbar::-webkit-scrollbar{width:7px;height:7px}.codetabs-topbar::-webkit-scrollbar-thumb{border:8px solid;border-radius:1rem;color:transparent}.codetabs:hover .codetabs-topbar::-webkit-scrollbar-thumb{color:#a9a9a9}.codetabs-topbar::-webkit-scrollbar-thumb:hover{color:gray!important}.codetabs-topbar button{font-weight:700;background-color:transparent;color:var(--color-text);padding:.4rem .6rem;border-radius:3px;border-color:color-mix(in srgb,var(--color-border),white 25%);border-style:solid;border-width:1px;cursor:pointer}.codetabs-topbar button:hover{background-color:#0003}.codetabs-selected{background-color:#0006!important}.codetabs select{width:6rem;background-color:#00000040;color:var(--color-text);padding:.4rem;border-radius:3px;border-color:color-mix(in srgb,var(--color-border),white 25%)}.codetabs select option{background-color:var(--color-surface)}.codetabs-copy{height:2.25rem;width:2.25rem;position:absolute;right:1.5rem;margin-top:.75rem;padding:5px;border-radius:5px;background-color:var(--color-accent-vibrant)}.codetabs-copy:before{content:"";display:block;height:100%;width:100%;background-image:url(/static/images/copy-icon.png);background-repeat:no-repeat;background-size:contain;background-origin:content-box;transition:background-image 0s 1s}.codetabs-copy:hover{cursor:pointer;color:var(--color-bg);background-color:var(--color-accent);border:1px solid color-mix(in srgb,var(--color-accent),white 25%)}.codetabs-copy:hover:before{filter:invert(1)}.codetabs-copy:active:before{background-image:url(/static/images/copy-done-icon.png);transition-delay:0s;filter:invert(1)}.codetabs-content pre{display:none;margin:0;border:none;padding:0}.codetabs-content code{height:fit-content;min-height:2.25rem;overflow-y:scroll;overflow-x:auto;outline-offset:-3px}.codetabs-active{display:block!important}.codetabs-content code::-webkit-scrollbar{width:13px;height:13px;background-color:transparent;border-left:solid 1px rgba(255,255,255,.2)}.codetabs-content code::-webkit-scrollbar:horizontal{border:none}.codetabs-content code::-webkit-scrollbar-thumb{background-color:#80808080;cursor:default}.codetabs-content code::-webkit-scrollbar-thumb:hover{background-color:#808080b3}.codetabs-content code::-webkit-scrollbar-corner{background-color:transparent;border-left:solid 1px rgba(255,255,255,.2)}
