/*! Primitive CSS Framework Author: Tania Rascia */:root{--background: #181818;--background-darker: #181818;--background-lighter: #303030;--font-color: #e0e0e0;--font-color-subtle: #a0a0a0;--medium-color: #b0b0b0;--contrast-color: #bebebe;--highlight: #404040;--border-color: #666666;--border-color-darker: #4d4d4d;--grid-primary: #666666;--grid-secondary: #404040;--grid-tertiary: #262626;--primary-color: hsl(44, 97%, 84%);--accent-color: hsl(0, 0%, 20%);--accent-color-lighter: hsl(0, 0%, 30%);--accent-color-mid: hsl(0, 0%, 50%);--button-background: #404040;--button-background-hover: hsl(0, 0%, 35%);--button-color: #e0e0e0;--button-highlight-color: #666666;--button-border-color: #666666;--button-border-hover-color: #777777;--red: #f2777a;--green: #92d192;--blue: #6ab0f3}@media (prefers-color-scheme: light){:root{--background: #ffffff;--background-darker: hsl(0, 0%, 95%);--background-lighter: hsl(0, 0%, 95%);--font-color: #404040;--font-color-subtle: #808080;--medium-color: #606060;--contrast-color: #404040;--highlight: #f0f0f0;--border-color: hsl(0, 0%, 80%);--border-color-darker: hsl(0, 0%, 90%);--grid-primary: #a0a0a0;--grid-secondary: #d0d0d0;--grid-tertiary: #f0f0f0;--primary-color: #485bfc;--primary-dark-10: $primary-light-10;--primary-dark-15: $primary-light-15;--main: #404040;--button-background: #f8f8f8;--button-background-hover: hsl(0, 0%, 90%);--button-color: #404040;--button-highlight-color: #404040;--button-border-color: #a0a0a0;--button-border-hover-color: #777777;--color-primary: #485bfc;--color-secondary: #4bb77e;--tertiary: #c74440;--red: #c74440;--green: #4bb77e;--blue: #485bfc}}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,figcaption,figure,footer,header,main,menu,nav,section{display:block}details summary{cursor:pointer}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}sub,sup{font-size:80%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}html{box-sizing:border-box;overflow-y:scroll}*,*::before,*::after{box-sizing:inherit}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal normal normal 1rem/1.6 -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem}body{color:var(--font-color);background:var(--background);font-size:1rem}p,ol,ul,dl,table,figure{margin:0 0 1.5rem 0}ul li ul{margin-bottom:0}ol li ol{margin-bottom:0}h1,h2,h3,h4,h5{margin:1.5rem 0;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.2;color:var(--font-color)}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4:not(:first-child),h5:not(:first-child){margin:1.5rem 0}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child){margin-top:2rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem}@media (min-width: 608px){h1:not(:first-child),h2:not(:first-child),h3:not(:first-child){margin-top:2.5rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}}a.draft{color:var(--font-color)}a{color:var(--primary-color);text-decoration:none}a:hover,a:active,a:focus{color:var(--primary-dark-15);text-decoration:underline}mark{background:#f0f0f0;padding:0 0.2rem}blockquote{margin:0 0 1.5rem 0;border-left:16px solid #f0f0f0;padding:0 1.5rem;font-size:1.5rem}blockquote cite{display:block;margin-top:1.5rem;font-size:1rem;text-align:right}pre{border:0;border-radius:4px;background:rgba(0,0,0,0);padding:1rem;tab-size:2;color:var(--font-color);font-family:Menlo,monospace;font-size:14px;margin:0 0 1.5rem 0}pre code{font-family:Menlo,monospace;line-height:1.2}table pre{margin:0}table div.equation.box{margin:0}kbd{background-color:#f7f7f7;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;color:#333;display:inline-block;font-family:Helvetica, Arial, sans-serif;font-size:13px;line-height:1.4;margin:0 .1em;padding:.1em .6em;text-shadow:0 1px 0 #fff}:not(pre)>code{color:var(--font-color);background:rgba(0,0,0,0);font-family:Menlo,monospace;font-size:14px;padding:0 0.2rem}hr{height:0;border:0;border-top:1px solid var(--border-color)}dt{font-weight:600}dd{margin-bottom:.5rem}.full-container{max-width:100%;padding:0 1rem}.container,.large-container,.medium-container,.small-container{max-width:932px;padding:0 1rem;margin-left:auto;margin-right:auto}.small-container{max-width:608px}.medium-container{max-width:752px}.large-container{max-width:932px}.interactive-container{margin:0 0 1.5rem 0}.content-section{padding:30px 0}@media (min-width: 608px){.content-section{padding:60px 0}}.flex-small,.flex-large{padding-left:1rem;padding-right:1rem}.flex-row{margin-left:-1rem;margin-right:-1rem}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap}.flex-small,.flex-large{flex-basis:100%;margin-bottom:1rem}@media (min-width: 608px){.flex-small{flex:1;margin-bottom:0}}@media (min-width: 932px){.flex-large{flex:1;margin-bottom:0}}html,body{height:100%}body{padding-top:0.5rem}.copyright{padding:6rem 0 4rem 0}.copyright span{color:var(--medium-color)}.social-bar-container{margin:2rem 0;display:grid;place-items:center;z-index:2000}.social-bar{display:flex;flex-direction:row}.social{width:32px;height:32px;margin:0 0.75rem}.social-bar svg path{fill:var(--font-color)}.video-wrapper{width:100%;max-width:560px;aspect-ratio:16 / 9;margin:0 auto;position:relative}.video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
