@font-face{font-family:neon-monospace-semi-bold;src:url(/assets/MonaspaceNeon-SemiBold.woff2) format("woff2"),url(/assets/MonaspaceNeon-SemiBold.woff) format("woff");font-weight:400;font-style:normal}:root{--color-primary: #f1602c;--color-secondary: #b2e4e1;--color-tertiary: #58adaf;--color-quaternary: #fbd0a6;--color-quinary: #947661;--color-section-bg: #d4d4d4;--color-text: #3d2c2c;--color-link: var(--color-primary);--font-primary: "Roboto", sans-serif;--font-size: 16px;--spacing: 16px;--spacing-half: 8px;--spacing-quarter: 4px;--header-height: 65px;--content-width: 800px;--border-radius: 8px;--border-color: #535353;--animation-timing: .3s;--box-shadow: 0 4px 8px rgba(0, 0, 0, .5)}*{margin:0;padding:0;border:0;vertical-align:baseline;backface-visibility:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:none;color:var(--color-font)}button:active{outline:none}html{height:100%;min-height:100%;z-index:0}body{position:relative;height:100%;width:100%;padding:0;margin:0;overflow:hidden;color:var(--color-font);font-family:neon-monospace-semi-bold;font-size:var(--font-size);font-weight:400;line-height:1.3}@media print{body{overflow:unset}}#app{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;height:100%;min-height:100%;width:100%;min-width:100%;padding:0;margin:0;overflow:hidden;background:radial-gradient(circle,var(--color-secondary) 0%,var(--color-tertiary) 75%);box-sizing:border-box}#app .header{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;width:100%;min-width:100%;max-width:var(--content-width);height:var(--header-height);padding:0;margin:0;z-index:100;box-shadow:0 4px 8px #00000080;background-color:var(--color-secondary);overflow:hidden;box-sizing:border-box}@media screen and (max-width:800px){#app .header{padding:0 var(--spacing)}}#app .layout{flex:1 1 auto;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;max-width:100%;height:calc(100% - (var(--header-height) + var(--spacing) + var(--spacing)));margin:var(--header-height) 0 0 0;padding:var(--spacing);gap:var(--spacing);z-index:1;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}#app .layout>.content{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;width:100%;min-width:500px;max-width:var(--content-width);padding:0;margin:0;gap:var(--spacing);box-sizing:border-box}#app .layout>.content .section{width:100%;padding:var(--spacing);margin:0;border-radius:var(--border-radius);box-shadow:0 4px 8px #00000080;background-color:var(--color-section-bg);box-sizing:border-box}button{padding:var(--spacing-half) var(--spacing);color:var(--color-text);font-weight:700;font-size:var(--font-size);background-color:var(--color-tertiary);border:0px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:all .3s}button:hover{background-color:var(--color-quaternary);color:var(--color-text)}input,select,textarea{padding:var(--spacing-half);border:solid 1px var(--border-color);border-radius:var(--border-radius);font-family:Monaspace Neon,monospace;font-size:.9rem;background-color:var(--color-secondary);color:var(--text-color)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-accent)}textarea{min-height:100px;resize:vertical;font-family:Monaspace Neon,monospace}label{font-weight:700;font-size:.9rem;color:var(--text-color)}.separator{height:1px;width:80%;background-color:var(--color-border);margin:var(--spacing-quarter) auto;opacity:.5}p{margin:0 0 8px}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.1;color:inherit}h1{font-size:36px}h2{font-size:24px;margin-top:var(--spacing)}h3{font-size:18px;margin-top:calc(var(--spacing) * 1.5);color:var(--color-primary)}h4{font-size:14px}h5{font-size:13px}h6{font-size:8px}small{font-size:80%}strong{font-weight:700}a{color:var(--color-link);text-decoration:none;transition:color .3s}ul{list-style-type:disc;margin-left:var(--spacing)}li{margin-bottom:var(--spacing-quarter)}.alert{padding:var(--spacing);border:1px solid transparent;border-radius:var(--border-radius)}.alert.info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert.warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert.error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.header .center{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:100%;max-width:800px;box-sizing:border-box}.header .center .left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing);box-sizing:border-box}.header .center .left .logo{display:flex;justify-content:center;width:100%;max-width:150px;height:100%;padding:var(--spacing-half) 0 var(--spacing-half) 0;box-sizing:border-box;overflow:hidden}.header .center .left .logo img{width:100%;height:calc(var(--header-height) - var(--spacing))}.header .center .left .title{display:flex;align-items:center;padding:5px 0 0;margin:0;font-size:24px;font-weight:700}.header .center .socials{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-half)}.header .center .socials a img{max-width:30px;max-height:30px}.sidebar{position:sticky;top:0;flex:0 1 200px;max-width:200px;padding:var(--spacing);border-radius:var(--border-radius);background-color:var(--color-section-bg);box-shadow:var(--box-shadow)}.sidebar nav{display:flex;flex-direction:column;gap:var(--spacing-half)}.sidebar nav button{appearance:none;border:0;background:transparent;text-align:left;font-weight:700;color:var(--color-text);padding:var(--spacing-quarter) 0;cursor:pointer;transition:color var(--animation-timing) ease,transform var(--animation-timing) ease}.sidebar nav button:hover{color:var(--accent-color);transform:translate(5px) scale(1.05)}.footer{padding:var(--spacing-half)!important;font-size:smaller;text-align:center}:root{--gh-text-color: #3d2c2c;--gh-text-color-accent: #1f120b;--gh-border-color: #535353;--gh-accent-color: #ff9122;--gh-accent-foreground: #1f120b;--gh-shell-track-color: #2b2b2b;--gh-modal-bg-color: rgba(0, 0, 0, .4);--gh-modal-content-color: #2b2b2b;--gh-spacing: 16px;--gh-spacing-half: 8px;--gh-spacing-quarter: 4px;--gh-border-radius: 8px;--gh-options-height: 40px;--gh-box-shadow: 0 4px 8px rgba(0, 0, 0, .5);--gh-timing: .3s}.gimmehttp{display:flex;flex-direction:column;position:relative;border-radius:var(--gh-border-radius);width:100%;max-width:100%;height:100%;min-height:0;overflow:auto;box-shadow:var(--gh-box-shadow);--gh-hljs-bg-color: #282c34;--gh-hljs-color: #c9d1d9;--gh-hljs-keyword: #ff7b72;--gh-hljs-entity: #d2a8ff;--gh-hljs-constant: #79c0ff;--gh-hljs-string: #a5d6ff;--gh-hljs-variable: #ffa657;--gh-hljs-comment: #8b949e;--gh-hljs-tag: #7ee787;--gh-hljs-subst: #c9d1d9;--gh-hljs-section: #1f6feb;--gh-hljs-bullet: #f2cc60;--gh-hljs-emphasis: #c9d1d9;--gh-hljs-strong: #c9d1d9;--gh-hljs-addition-color: #aff5b4;--gh-hljs-addition-bg: #033a16;--gh-hljs-deletion-color: #ffdcd7;--gh-hljs-deletion-bg: #67060c}.gimmehttp.light{--gh-hljs-bg-color: #fafafa;--gh-hljs-color: #24292e;--gh-hljs-keyword: #d73a49;--gh-hljs-entity: #6f42c1;--gh-hljs-constant: #005cc5;--gh-hljs-string: #032f62;--gh-hljs-variable: #e36209;--gh-hljs-comment: #6a737d;--gh-hljs-tag: #22863a;--gh-hljs-subst: #24292e;--gh-hljs-section: #005cc5;--gh-hljs-bullet: #735c0f;--gh-hljs-emphasis: #24292e;--gh-hljs-strong: #24292e;--gh-hljs-addition-color: #22863a;--gh-hljs-addition-bg: #f0fff4;--gh-hljs-deletion-color: #b31d28;--gh-hljs-deletion-bg: #ffeef0}.gimmehttp .gh-options{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;z-index:3;padding:0;margin:0;height:var(--gh-options-height);max-height:var(--gh-options-height);border-bottom-left-radius:var(--gh-border-radius);border-left:solid 1px var(--gh-border-color);border-bottom:solid 1px var(--gh-border-color);color:var(--gh-text-color);overflow:hidden;cursor:pointer}.gimmehttp .gh-options .gh-copy{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;padding:var(--gh-spacing-half);margin:0;gap:var(--gh-spacing-half);transition:background-color var(--gh-timing) ease,color var(--gh-timing) ease}.gimmehttp .gh-options .gh-copy:hover{background-color:var(--gh-border-color)}.gimmehttp .gh-options .gh-copy:hover svg{fill:var(--gh-accent-color)}.gimmehttp .gh-options .gh-copy.gh-show-copied{background-color:var(--gh-border-color)}.gimmehttp .gh-options .gh-copy.gh-show-copied .gh-txt{color:var(--gh-accent-color)}.gimmehttp .gh-options .gh-copy .gh-txt{display:flex;align-items:center;justify-content:center;color:var(--gh-border-color);font-size:16px;text-align:center;line-height:1}.gimmehttp .gh-options .gh-copy svg{height:100%;width:auto;max-height:16px;max-width:40px;fill:var(--gh-border-color)}.gimmehttp .gh-options .gh-separator{flex:0 1 1px;width:1px;min-width:1px;height:60%;padding:0;margin:0;background-color:var(--gh-border-color)}.gimmehttp .gh-options .gh-lang{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;max-height:var(--gh-options-height);padding:var(--gh-spacing-half);margin:0;gap:var(--gh-spacing-half);transition:background-color var(--gh-timing) ease,color var(--gh-timing) ease}.gimmehttp .gh-options .gh-lang:hover{background-color:var(--gh-border-color)}.gimmehttp .gh-options .gh-lang:hover svg{fill:var(--gh-accent-color)}.gimmehttp .gh-options .gh-lang .gh-select{height:100%;width:auto;max-width:40px;background-color:transparent;color:var(--gh-border-color);display:flex;align-items:center;justify-content:center}.gimmehttp .gh-options .gh-lang .gh-select svg{width:100%;height:100%;max-width:40px;max-height:40px;display:block}.gimmehttp .gh-options .gh-lang .gh-lang-text{font-size:12px;font-weight:600;color:var(--gh-border-color);text-transform:uppercase;white-space:nowrap}.gimmehttp .gh-options .gh-lang .gh-arrows{height:100%;width:auto;max-height:20px;max-width:40px;fill:var(--gh-border-color)}.gimmehttp .gh-output{flex:1 1 auto;width:100%;padding:0;margin:0!important;overflow:auto}.gimmehttp .gh-output.gh-modalOpen pre.hljs{min-height:300px!important}.gimmehttp .gh-output pre.hljs{width:100%;height:auto;min-height:50px;margin:0;padding:var(--gh-spacing);border-radius:var(--gh-border-radius);overflow-x:auto;overflow-y:auto;background-color:var(--gh-hljs-bg-color);transition:min-height var(--gh-timing) ease-in-out}.gimmehttp .gh-output pre.hljs::-webkit-scrollbar{width:8px;height:8px}.gimmehttp .gh-output pre.hljs::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.gimmehttp .gh-output pre.hljs::-webkit-scrollbar-thumb:hover{background-color:#777}.gimmehttp .gh-output pre.hljs::-webkit-scrollbar-track{background-color:#2b2b2b}.gimmehttp .gh-output pre.hljs code{padding:0;margin:0}.gimmehttp .gh-output .hljs{color:var(--gh-hljs-color);background:var(--gh-hljs-bg-color)}.gimmehttp .gh-output pre code.hljs{display:block;overflow-x:auto;padding:1em}.gimmehttp .gh-output code.hljs{padding:3px 5px}.gimmehttp .gh-output .hljs-doctag,.gimmehttp .gh-output .hljs-keyword,.gimmehttp .gh-output .hljs-meta .hljs-keyword,.gimmehttp .gh-output .hljs-template-tag,.gimmehttp .gh-output .hljs-template-variable,.gimmehttp .gh-output .hljs-type,.gimmehttp .gh-output .hljs-variable.language_{color:var(--gh-hljs-keyword)}.gimmehttp .gh-output .hljs-title,.gimmehttp .gh-output .hljs-title.class_,.gimmehttp .gh-output .hljs-title.class_.inherited__,.gimmehttp .gh-output .hljs-title.function_{color:var(--gh-hljs-entity)}.gimmehttp .gh-output .hljs-attr,.gimmehttp .gh-output .hljs-attribute,.gimmehttp .gh-output .hljs-literal,.gimmehttp .gh-output .hljs-meta,.gimmehttp .gh-output .hljs-number,.gimmehttp .gh-output .hljs-operator,.gimmehttp .gh-output .hljs-variable,.gimmehttp .gh-output .hljs-selector-attr,.gimmehttp .gh-output .hljs-selector-class,.gimmehttp .gh-output .hljs-selector-id{color:var(--gh-hljs-constant)}.gimmehttp .gh-output .hljs-regexp,.gimmehttp .gh-output .hljs-string,.gimmehttp .gh-output .hljs-meta .hljs-string{color:var(--gh-hljs-string)}.gimmehttp .gh-output .hljs-built_in,.gimmehttp .gh-output .hljs-symbol{color:var(--gh-hljs-variable)}.gimmehttp .gh-output .hljs-comment,.gimmehttp .gh-output .hljs-code,.gimmehttp .gh-output .hljs-formula{color:var(--gh-hljs-comment)}.gimmehttp .gh-output .hljs-name,.gimmehttp .gh-output .hljs-quote,.gimmehttp .gh-output .hljs-selector-tag,.gimmehttp .gh-output .hljs-selector-pseudo{color:var(--gh-hljs-tag)}.gimmehttp .gh-output .hljs-subst{color:var(--gh-hljs-subst)}.gimmehttp .gh-output .hljs-section{color:var(--gh-hljs-section);font-weight:700}.gimmehttp .gh-output .hljs-bullet{color:var(--gh-hljs-bullet)}.gimmehttp .gh-output .hljs-emphasis{color:var(--gh-hljs-emphasis);font-style:italic}.gimmehttp .gh-output .hljs-strong{color:var(--gh-hljs-strong);font-weight:700}.gimmehttp .gh-output .hljs-addition{color:var(--gh-hljs-addition-color);background-color:var(--gh-hljs-addition-bg)}.gimmehttp .gh-output .hljs-deletion{color:var(--gh-hljs-deletion-color);background-color:var(--gh-hljs-deletion-bg)}.gimmehttp .gh-modal{display:flex;position:absolute;justify-content:center;align-items:flex-start;width:100%;height:100%;left:0;top:0;z-index:4;overflow:auto;background-color:var(--gh-modal-bg-color);transition:opacity var(--gh-timing) ease}.gimmehttp .gh-modal .gh-content{display:flex;flex-direction:column;width:90%;max-width:350px;margin-top:var(--gh-spacing);padding:var(--gh-spacing);gap:var(--gh-spacing);color:var(--gh-text-color);background-color:var(--gh-modal-content-color);border-radius:var(--gh-border-radius);box-shadow:var(--gh-box-shadow);will-change:transform,opacity}.gimmehttp .gh-modal .gh-content .gh-langs{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:var(--gh-spacing-half)}.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang{display:flex;width:50px;height:50px;padding:var(--gh-spacing-half);border:solid 1px var(--gh-border-color);border-radius:var(--gh-border-radius);cursor:pointer;transition:transform var(--gh-timing) ease,box-shadow var(--gh-timing) ease,background-color var(--gh-timing) ease,border-color var(--gh-timing) ease;align-items:center;justify-content:center}.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang svg{width:100%;height:100%;max-width:40px;max-height:40px;display:block}.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang.gh-selected,.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang:hover{background-color:var(--gh-border-color);border-color:var(--gh-accent-color);transform:translateY(-5px);box-shadow:var(--gh-box-shadow)}.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang img{display:flex;justify-self:center;align-self:center;width:100%;height:100%;filter:drop-shadow(0 4px 10px var(--gh-border-color))}.gimmehttp .gh-modal .gh-content .gh-langs .gh-lang .gh-lang-text-modal{display:flex;justify-self:center;align-self:center;font-size:10px;font-weight:700;color:var(--gh-border-color);text-transform:uppercase;text-align:center}.gimmehttp .gh-modal .gh-content .gh-separator{width:50%;height:1px;margin:0 auto;background:var(--gh-border-color)}.gimmehttp .gh-modal .gh-content .gh-clients{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:var(--gh-spacing)}.gimmehttp .gh-modal .gh-content .gh-clients .gh-client{padding:var(--gh-spacing-half);border:solid 1px var(--gh-border-color);border-radius:var(--gh-border-radius);color:var(--gh-border-color);cursor:pointer;transition:transform var(--gh-timing) ease,box-shadow var(--gh-timing) ease,background-color var(--gh-timing) ease,border-color var(--gh-timing) ease}.gimmehttp .gh-modal .gh-content .gh-clients .gh-client.gh-selected,.gimmehttp .gh-modal .gh-content .gh-clients .gh-client:hover{background-color:var(--gh-border-color);border-color:var(--gh-accent-color);color:var(--gh-accent-color);transform:translateY(-5px);box-shadow:var(--gh-box-shadow)}.gimme-modal-bg-enter-active,.gimme-modal-bg-leave-active{transition:opacity var(--gh-timing) ease}.gimme-modal-bg-enter-from,.gimme-modal-bg-leave-to{opacity:0}.gimme-modal-content-enter-active,.gimme-modal-content-leave-active{transition:transform var(--gh-timing) ease,opacity var(--gh-timing) ease}.gimme-modal-content-enter-from,.gimme-modal-content-leave-to{opacity:0;transform:translateY(-10px)}.gimme-modal-content-enter-to,.gimme-modal-content-leave-from{opacity:1;transform:translateY(0)}.intro{display:flex;flex-direction:column;gap:var(--spacing)}.intro .available_languages{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-half)}.intro .available_languages .text{display:flex;flex-direction:column;align-items:center;font-weight:700}.intro .available_languages .langs{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-half);margin:0 auto}.intro .available_languages .langs .lang{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--spacing-quarter) var(--spacing-half);border:solid 1px var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:background-color var(--animation-timing)}.intro .available_languages .langs .lang.selected,.intro .available_languages .langs .lang:hover{background-color:var(--color-quaternary)}.intro .available_languages .langs .lang svg{width:40px;height:40px;-webkit-user-select:none;user-select:none;display:block}.intro .available_languages .langs .lang span.lang-name{font-size:.9rem;text-align:center;text-transform:capitalize}.intro .clients{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-half)}.intro .clients .client{min-width:75px;padding:var(--spacing-half) var(--spacing);border:solid 1px var(--border-color);border-radius:var(--border-radius);text-align:center;cursor:pointer;transition:background-color var(--animation-timing);-webkit-user-select:none;user-select:none}.intro .clients .client.selected,.intro .clients .client:hover{background-color:var(--color-quaternary)}.intro .select_example{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-half)}.intro .select_example button.selected,.intro .select_example button:hover{background-color:var(--color-quaternary);border:solid 1px var(--border-color)}.intro .custom_request{display:flex;flex-direction:column;gap:var(--spacing);padding:var(--spacing);border:solid 1px var(--border-color);border-radius:var(--border-radius)}.intro .custom_request .form_row{display:flex;flex-direction:column;gap:var(--spacing-quarter)}.intro .custom_request .form_grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing)}@media(max-width:768px){.intro .custom_request .form_grid{grid-template-columns:1fr}}.highlight-style{display:flex;width:100%;--gh-hljs-bg-color: #282c34;--gh-hljs-color: #c9d1d9;--gh-hljs-keyword: #ff7b72;--gh-hljs-entity: #d2a8ff;--gh-hljs-constant: #79c0ff;--gh-hljs-string: #a5d6ff;--gh-hljs-variable: #ffa657;--gh-hljs-comment: #8b949e;--gh-hljs-tag: #7ee787;--gh-hljs-subst: #c9d1d9;--gh-hljs-section: #1f6feb;--gh-hljs-bullet: #f2cc60;--gh-hljs-emphasis: #c9d1d9;--gh-hljs-strong: #c9d1d9;--gh-hljs-addition-color: #aff5b4;--gh-hljs-addition-bg: #033a16;--gh-hljs-deletion-color: #ffdcd7;--gh-hljs-deletion-bg: #67060c}.highlight-style.light{--gh-hljs-bg-color: #fafafa;--gh-hljs-color: #24292e;--gh-hljs-keyword: #d73a49;--gh-hljs-entity: #6f42c1;--gh-hljs-constant: #005cc5;--gh-hljs-string: #032f62;--gh-hljs-variable: #e36209;--gh-hljs-comment: #6a737d;--gh-hljs-tag: #22863a;--gh-hljs-subst: #24292e;--gh-hljs-section: #005cc5;--gh-hljs-bullet: #735c0f;--gh-hljs-emphasis: #24292e;--gh-hljs-strong: #24292e;--gh-hljs-addition-color: #22863a;--gh-hljs-addition-bg: #f0fff4;--gh-hljs-deletion-color: #b31d28;--gh-hljs-deletion-bg: #ffeef0}.highlight-style pre.hljs{min-width:0;width:100%;padding:var(--spacing);margin:0;border-radius:var(--border-radius);overflow-x:auto;overflow-y:hidden;background-color:var(--gh-hljs-bg-color)}.highlight-style .hljs{color:var(--gh-hljs-color);background:var(--gh-hljs-bg-color)}.highlight-style pre code.hljs{display:block;overflow-x:auto;padding:1em}.highlight-style code.hljs{padding:3px 5px}.highlight-style .hljs-doctag,.highlight-style .hljs-keyword,.highlight-style .hljs-meta .hljs-keyword,.highlight-style .hljs-template-tag,.highlight-style .hljs-template-variable,.highlight-style .hljs-type,.highlight-style .hljs-variable.language_{color:var(--gh-hljs-keyword)}.highlight-style .hljs-title,.highlight-style .hljs-title.class_,.highlight-style .hljs-title.class_.inherited__,.highlight-style .hljs-title.function_{color:var(--gh-hljs-entity)}.highlight-style .hljs-attr,.highlight-style .hljs-attribute,.highlight-style .hljs-literal,.highlight-style .hljs-meta,.highlight-style .hljs-number,.highlight-style .hljs-operator,.highlight-style .hljs-variable,.highlight-style .hljs-selector-attr,.highlight-style .hljs-selector-class,.highlight-style .hljs-selector-id{color:var(--gh-hljs-constant)}.highlight-style .hljs-regexp,.highlight-style .hljs-string,.highlight-style .hljs-meta .hljs-string{color:var(--gh-hljs-string)}.highlight-style .hljs-built_in,.highlight-style .hljs-symbol{color:var(--gh-hljs-variable)}.highlight-style .hljs-comment,.highlight-style .hljs-code,.highlight-style .hljs-formula{color:var(--gh-hljs-comment)}.highlight-style .hljs-name,.highlight-style .hljs-quote,.highlight-style .hljs-selector-tag,.highlight-style .hljs-selector-pseudo{color:var(--gh-hljs-tag)}.highlight-style .hljs-subst{color:var(--gh-hljs-subst)}.highlight-style .hljs-section{color:var(--gh-hljs-section);font-weight:700}.highlight-style .hljs-bullet{color:var(--gh-hljs-bullet)}.highlight-style .hljs-emphasis{color:var(--gh-hljs-emphasis);font-style:italic}.highlight-style .hljs-strong{color:var(--gh-hljs-strong);font-weight:700}.highlight-style .hljs-addition{color:var(--gh-hljs-addition-color);background-color:var(--gh-hljs-addition-bg)}.highlight-style .hljs-deletion{color:var(--gh-hljs-deletion-color);background-color:var(--gh-hljs-deletion-bg)}.install,.settings,.examples,.examples .example,.vue-usage,.privacy-policy{display:flex;flex-direction:column;gap:var(--spacing)}.privacy-policy .section{margin-bottom:var(--spacing)}.privacy-policy .contact-info{background-color:var(--color-quaternary);padding:var(--spacing);border-radius:var(--border-radius);border-left:4px solid var(--color-primary)}
