*{box-sizing:border-box}:root{font-family:"Trebuchet MS","Open Sans","Helvetica Neue",sans-serif}html{height:100%;width:100%;background:#f5f5f5}body{display:flex;flex-flow:column nowrap;margin:0 auto;width:100%;max-width:1200px;min-height:100%;background:#f1f1f2;border:0 none}@media(min-width: 1201px){body{border:solid #000;border-width:0 1px}}body>*{padding:5px 12.5px}body>#y-spinner,body>main{flex-grow:1}body>nav ul{display:flex;margin:0;padding:0;list-style:none;flex-flow:column wrap}body>nav details>ul{margin-left:1rem;margin-top:.5rem;list-style:disc;padding-left:1rem}h1,h2,h3,h4,h5,h6{margin:0}a:link,a:visited{color:#4b4eee}details>summary{cursor:pointer}#y-spinner{font-size:2rem;text-align:center}#y-spinner svg{display:block;margin:20vh auto 0;max-width:150px}#y-spinner svg *{stroke-linejoin:round;stroke-linecap:round}#y-spinner path{fill:none;stroke:#000;stroke-width:10px;opacity:.5}#y-spinner path:nth-of-type(odd){animation:2s linear infinite rotate;stroke:red}#y-spinner path:nth-of-type(even){animation:3s linear infinite reverse rotate;stroke:gold}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#y-spinner~nav[y-component=topNav]{display:none}@supports(background: light-dark(#F1F1F2, #1A1A1A)){html{background:light-dark(whitesmoke, black)}body{background:light-dark(#F1F1F2, #1A1A1A);color:light-dark(#293241, #FDFDFD)}a:link,a:visited{color:light-dark(#4B4EEE, #4B4EEE)}}@media(prefers-color-scheme: dark){html{background:#000}body{background:#1a1a1a;color:#fdfdfd}a:link,a:visited{color:#4b4eee}}body>footer{display:flex;margin-top:10px;border-top:1px solid #ccc;padding:10px 20px;font-size:.8rem;flex-flow:row wrap;justify-content:space-between}body>footer>ul{list-style:none;margin:0;padding:0}body>footer p{margin-top:0}body>header{color:#000;background:#00aef3}body>header h1{margin:0}body>header h2{color:#000}body>nav:not([hidden]){display:flex;flex-flow:row wrap;justify-content:space-between;align-content:flex-start;align-items:flex-start}body>nav:not([hidden])>*:not([hidden]){display:block}@supports(background: light-dark(#457B9D, #E1F53A)){body>header{background:light-dark(#00AEF3, #4B4EEE);color:light-dark(black, #1A1A1A)}}@media(prefers-color-scheme: dark){body>header{background:#4b4eee;color:#1a1a1a}}[y-page=pageAbout] h2+h3{margin-top:1rem}[y-page=pageAbout] h3{margin:1.5rem 0 1rem}[y-page=pageAbout] ul>li{margin-bottom:1em}article[itemscope][itemtype~="http://schema.org/Article"] hgroup>p{font-weight:bold;margin-left:2rem}article[itemscope][itemtype~="http://schema.org/Article"] time[itemprop=datePublished]{font-size:.8em;font-style:italic;color:gray;margin-left:2rem}@supports(color: light-dark(grey, lightgrey)){article[itemscope][itemtype~="http://schema.org/Article"] time[itemprop=datePublished]{color:light-dark(grey, lightgrey)}}@media(prefers-color-scheme: dark){article[itemscope][itemtype~="http://schema.org/Article"] time[itemprop=datePublished]{color:#d3d3d3}}article[itemscope][itemtype~="http://schema.org/Article"] div[itemprop=articleBody]{display:contents}article[itemscope][itemtype~="http://schema.org/Article"] div[itemprop=articleBody] h3,article[itemscope][itemtype~="http://schema.org/Article"] div[itemprop=articleBody] p{margin:1rem 0}article[itemscope][itemtype~="http://schema.org/Article"] figure[itemprop=video]>video{width:100%}