:root{--purple:#4c1bb8;--red:#b81b4c;--green:#1bb81b;--gray1:#292a39;--gray2:#2a2b39;--gray3:#333333;--gray4:#7b7c8d;--gray5:#b2b3c4;--gray6:#e5e5f2;--gray7:#f2f2f9;--gray8:#f9fafc;--gray9:#ffffff}body,html{max-width:100vw}body{width:100vw;height:100vh;color:var(--gray3);font-family:Century Gothic,CenturyGothic,Apple Gothic,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none}.inline-code-color,.monaco-editor{--syan:#06b6d4;--yellow:#e0861a;--red:#d23f57;--accent_red:#e11d48;--blue:#3b82f6;--green:#10b981;--gold:#d4af37;--gray:#9ca3af;--pink:#d45091;--white:#e5e5f2;span.ts-identifier{color:var(--gray)}span.ts-fence{display:none}span.ts-plus{color:var(--blue)}span.ts-bang{color:var(--accent_red)}span.ts-claim{color:var(--syan)}span.ts-basis{color:var(--yellow)}span.ts-element{color:var(--green)}span.ts-fact{color:var(--white)}span.ts-evaluation{color:var(--gold)}span.ts-conclusion{color:var(--pink)}span.ts-question,span.ts-reason{color:var(--red)}span.ts-error{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red)}}