/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;line-height:1.2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:auto;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{scroll-behavior:smooth;scrollbar-width:thin}body{background-color:var(--bg-2-4-gray-1);color:#000;display:flex;flex-direction:column;font-family:var(--rm-font-family, "Inter", sans-serif);font-kerning:auto;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;height:100vh;line-height:1.6;overflow-x:hidden;text-rendering:optimizelegibility;transition:color .5s,background-color .5s}.visually-hidden:not(:focus,:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#app{display:flex;flex-direction:column;flex-grow:1;height:100%;margin:0;padding:0;position:relative}*{box-sizing:border-box}.markdown-image{border-radius:4px;box-shadow:0 2px 4px #0000001a;display:block;height:auto;margin:10px 0;max-width:100%}::-webkit-scrollbar{height:4px;width:8px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px;width:8px}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--divider-6-1-white);border:1.5px solid transparent;border-radius:8px}button{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;border-radius:12px}input,textarea,select{font-family:Inter,sans-serif;border-radius:12px}a{color:var(--text-3-1-dark);text-decoration:none}.btn,.button,[class*=button],[class*=btn],[class*=dropdown],[class*=input],[class*=select]{border-radius:12px!important}:root{--rm-font-family: "Inter", sans-serif;--base-transition: all .15s ease-in-out;--rm-black: #000;--rm-white: #fff;--rm-grey: #4c4c4c;--rm-grey-180: #eee;--rm-grey-200: #ececec;--rm-grey-995: #141414;--rm-grey-990-opacity-90: #1f1f1fe5;--rm-black-opacity-10: #0000001a;--rm-black-opacity-20: #0003;--rm-conflunce: #738198;--ui-border-radius-4: 4px;--ui-border-radius-8: 8px;--ui-border-radius-12: 12px;--ui-border-radius-16: 16px;--ui-border-radius-20: 20px;--ui-border-radius-22: 22px;--ui-border-radius-24: 24px;--ui-border-radius-32: 32px;--ui-border-radius-50: 50px;--ui-border-radius-rounded: 100%;--ui-box-shadow: 0px 10px 30px 0px var(--rm-black-opacity-10);--pagination-gap: 4px}pre code{display:block;overflow-x:auto;padding:1em}code{padding:3px 5px}/*!
  Theme: StackOverflow Light
  Description: Light theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/.hljs{background:#f6f6f6;color:#2f3337}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-keyword,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-section,.hljs-attr{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-type,.hljs-number,.hljs-selector-id,.hljs-quote,.hljs-template-tag{color:#b75501}.hljs-selector-class{color:#015692}.hljs-string,.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-title,.hljs-literal{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}:root{--bg-2-1-dark: #000000;--bg-2-10-hover: #f5f5f5;--bg-2-2-dark-gray: #1f1f1f;--bg-2-3-white: #ffffff;--bg-2-4-gray-1: #f5f5f5;--bg-2-5-gray-2: #ededed;--bg-2-6-gray-alpha: #82828280;--bg-2-7-dark-alpha: #000000b3;--bg-2-8-white-alpha: #ffffffcc;--bg-2-9-shadow: #00000026;--but-4-1-dark: #000000;--but-4-2-dark-gray: #ededed;--but-4-3-dark-disable: #e4e4e4;--but-4-4-dark-hover: #e4e4e4;--but-4-5-white: #ffffff;--but-4-6-white-gray: #333333;--but-4-7-white-disable: #2b2b2b;--but-4-8-white-hover: #232323;--core-1-1-core: #1636ff;--core-1-2-hover: #3860ff;--divider-6-1-white: #b8b8b8;--divider-6-2-dark: #404040;--divider-6-3-super-black: #141414;--divider-6-4-super-white: #ffffff;--icon-5-1-dark: #000000;--icon-5-2-dark-hover: #636363;--icon-5-3-dark-disable: #ababab;--icon-5-4-white: #ffffff;--icon-5-5-white-disable: #5d5d5d;--icon-5-6-white-hover: #707070;--icon-5-7-core-white: #ffffff;--icon-5-8-core-black: #000000;--kit-9-1-1: #03ffd533;--kit-9-2-2: #b330b333;--kit-9-3-3: #d5ffc9;--more-8-1-1: #8769e1;--more-8-2-2: #fb6906;--more-8-3-3: #738198;--system-7-1-success: #69c16d;--system-7-2-error: #fa3939;--system-7-3-attention: #ff9d00;--system-7-4-process: #fcff5c;--text-3-1-dark: #000000;--text-3-2-dark-gray: #707070;--text-3-3-dark-disable: #a6a6a6;--text-3-4-white: #ffffff;--text-3-5-white-gray: #707070;--text-3-6-white-disable: #333333;--text-3-7-core-white: #ffffff;--text-3-8-core-black: #000000;--text-3-9-text-selection: #e8ebff}
