:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}h1{font-size:2.5rem}.top-nav{align-items:center;justify-content:space-between;height:50px;padding:1em}.menu,.top-nav{display:flex;flex-direction:row}.menu{list-style-type:none;margin:0;padding:0}.menu>li{margin:0 1rem;overflow:hidden}.menu-button-container{display:none;height:100%;width:30px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}#menu-toggle{display:none}.menu-button,.menu-button:after,.menu-button:before{display:block;background-color:#fff;position:absolute;height:4px;width:30px;transition:transform .4s cubic-bezier(.23,1,.32,1);border-radius:2px}.menu-button:before{content:"";margin-top:-8px}.menu-button:after{content:"";margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button:before{margin-top:0;transform:rotate(405deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:hsla(0,0%,100%,0)}#menu-toggle:checked+.menu-button-container .menu-button:after{margin-top:0;transform:rotate(-405deg)}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.global404,.projectheader{margin-top:4rem}.cardContainer{margin:0 auto;display:flex;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:10px;overflow:hidden;width:100%;padding:10px 0;min-height:300px;border:.5em}.cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,2fr));grid-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;width:100%}.cardImageContainer{display:flex;flex-direction:row;position:relative;min-height:200px;width:100%;max-width:300px}.cardImageContainer img{border-radius:10px;object-fit:cover}.cardImageContainer .picCredit{font-size:.6rem;margin-bottom:-15px;align-self:flex-end;width:100%;text-align:right}.cardTextContainer{display:flex;flex-direction:column;max-height:250px;min-width:100%;padding:3px;height:250px}.cardText{height:100%}.cardText a h2{font-size:1.85rem;text-align:left;line-height:normal;padding:20px;max-height:90px;overflow:hidden}.cardText a p{font-size:1.2rem;overflow:hidden;padding:10px 20px}.cardDescription{overflow:hidden;max-height:100px}.cardReadMore{width:100%;text-align:right;margin-top:10px;font-size:10px}.cardText .cardReadMore p{font-size:1rem}footer{display:flex;flex-direction:row;background-color:#18181b;min-height:40px;justify-content:center;padding:20px}footer a{color:#6464e9}footer p{font-size:.8rem;color:#fff}footer .footerLeft{justify-content:flex-start;max-width:20%;text-align:left;margin:auto 0}footer .footerCenter{max-width:25%;margin:auto;text-align:center;height:100%;font-size:1rem}footer .footerRight{justify-content:flex-end;max-width:20%;min-width:20%;text-align:right;margin:auto 0}p{font-size:1.2rem}.backLink{font-size:1.1rem;color:#7b7be5;margin:20px auto 0 20px;width:100px;justify-content:left}.contentColumnSection{column-count:2;column-gap:50px;padding:10px 0 30px;margin:10px 40px 30px}.contentColumnSection ul{page-break-inside:avoid;break-inside:avoid}.contentColumnSection a{color:#64b2e9;text-decoration:underline}.contentColumnSection>p{margin:0;padding:0 0 30px}.contentColumnSection>p:first-of-type:first-letter{font-size:28px;vertical-align:baseline;line-height:20px}.disclaimer{font-size:1rem;margin:10px;border-top:1px solid;padding-bottom:20px}@media (max-width:700px){.menu-button-container{display:flex}.menu{position:absolute;top:0;margin-top:50px;left:0;flex-direction:column;width:100%;justify-content:center;align-items:center}#menu-toggle~.menu li{height:0;margin:0;padding:0;border:0;transition:height .4s cubic-bezier(.23,1,.32,1)}#menu-toggle:checked~.menu li{border:1px solid #333;height:2.5em;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1)}.menu>li{display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%;color:#fff;background-color:#222}.menu>li:not(:last-child){border-bottom:1px solid #444}.contentColumnSection{column-count:unset;width:90vw;padding:0 20px;margin:0 10px 0 30px;font-size:.5rem}.cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,2fr));grid-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;width:90%}footer p{font-size:.5rem}.disclaimer{font-size:.6rem}.backLink{font-size:20px;color:#7b7be5;margin:20px auto 0;width:70px;justify-content:left}}