@import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@400;900&family=Barlow:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");:root{--bg-color: #111;--text-color: #eee;--link-color: #eee;--link-highlight: #fff;--link-visited: #ccc;--content-bg: #222;--darkgray: #334;--mediumgray: #556;--lightgray: #c0cbdc;--break-lg: 1280px;--break-sm: 768px;--padding: 25px}*{box-sizing:border-box}body{font-family:"Barlow", sans-serif;font-weight:400}input{font-family:"Barlow", sans-serif;font-weight:400}h1,h2,h3,h4{font-weight:900}code,.dialog{font-family:monospace}html{height:100%;font-size:12pt}body{overflow-x:hidden;display:flex;flex-direction:column;align-items:center;margin:0;height:100%;background:radial-gradient(circle at center, #3c3751, #09162e);background-attachment:fixed;color:var(--text-color)}@media screen and (max-width: var(--break-sm)){body{display:block}}h1{font-size:1.8rem}h2{font-size:1.6rem}h3{font-size:1.4rem}h4{font-size:1.2rem}figure{text-align:center;margin-left:0;margin-right:0}figure h1,figure h2,figure h3,figure h4{font-family:inherit;font-size:0.8rem;font-style:italic;font-weight:normal;color:inherit;margin:0;text-align:center}figure img{width:100%}a{color:var(--link-color)}a:hover{color:var(--link-highlight)}img{max-width:100%}video{width:100%;max-width:100%}.center{text-align:center}.left{text-align:left}.right{text-align:right}.floatright{float:right;margin-left:25px}.floatleft{float:left;margin-right:25px}.grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--padding)}.tag{margin:5px;padding:2px 15px 5px 15px;background-color:var(--lightgray);border-radius:20px;color:var(--darkgray);font-weight:bold}.sidenote{width:35%;float:right;padding:10px;border-radius:3px}.sidenote :first-child{margin-top:0}@media screen and (max-width: var(--break-sm)){.sidenote{float:none;width:auto}}.content{width:100%;max-width:var(--break-lg);padding:0 var(--padding);box-sizing:border-box;flex-grow:1}.content>h1{text-align:center}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}header{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--break-lg);padding:25px}header .logo{flex-grow:1}header .subtitle{margin:5px 0;letter-spacing:3px}header nav{font-weight:900;text-align:right;z-index:100;display:flex;align-items:center}header nav a{margin:0 10px}.important-notice{font-size:1.5rem;margin:25px 0;font-weight:bold;display:block;border:4px solid #333;border-radius:10px;background-color:#ffaf47;color:var(--darkgray);padding:20px}body.home .content{text-align:center}footer{text-align:center;width:100%;max-width:var(--break-lg);padding:20px 0}b.label{font-size:0.8rem;text-transform:uppercase}.socials{padding-top:5px}.socials a{margin:0 10px;padding:0}.socials img{height:1.5rem;width:auto}body.home h2{margin:50px 0 0 0}body.home .trailer{position:relative;display:block;width:100%;padding-top:56.25%}body.home .trailer iframe{position:absolute;top:0;left:0;width:100%;height:100%}body.home .about{text-align:left}body.home footer .follow{width:100%}body.info .content{max-width:var(--break-sm)}body.presentations .title{font-size:200%}body.presentations h1{font-size:150%}body.presentations section.post{font-size:200%}body.presentations section.post figure img{border:none}section.list{text-align:center}section.post{text-align:center;margin-bottom:50px}section.post .title{text-align:center}section.post article{line-height:1.3}section.post article code{padding:0 3px;border-radius:3px;font-weight:bold}section.post article pre>code{background-color:inherit;padding:0;border-radius:inherit;font-weight:inherit}section.post figure img{border:1px solid var(--darkgray);width:100%}section.post figure figcaption{font-size:0.8rem;font-style:italic}section.post .date{text-align:center}section.games{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;align-items:center;margin:0 auto}section.games .game{width:240px;height:340px;margin:15px 30px;overflow:hidden;position:relative}section.games .game .cover{width:240px;height:300px;overflow:hidden;position:relative;border:5px solid rgba(0,0,0,0.5);border-radius:10px}section.games .game .title{margin:0.5rem 0;font-size:1.5rem}section.games .game:hover .title{font-weight:bold}section.games .game img{transition:height 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;width:100%;height:100%;object-fit:cover;margin-top:0;z-index:0}section.games .game a img:hover{width:106%;height:106%;margin-top:-3%;z-index:1}section.jams{position:relative;max-width:840px;margin:80px auto}section.jams .cover{width:100%;height:76px;overflow:hidden;position:relative;border:5px solid rgba(0,0,0,0.5);border-radius:10px}section.jams .cover a{display:block;width:100%;height:100%;text-decoration:none}section.jams .title a{display:block;width:inherit;height:inherit;font-size:1.5rem;text-decoration:none;margin:0.5rem 0}section.jams:hover .title a{font-weight:bold}section.jams img{transition:height 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out, margin 0.3s ease-in-out, filter 0.3s ease-in-out;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}section.jams:hover img{width:104%;max-width:104%;height:104%;margin:-3px 0 0 -2%;filter:grayscale(0%)}.awards{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;justify-content:center;margin:var(--padding) 0}.quotes{margin:var(--padding) 0}.quotes .quote{font-size:1.2rem;margin:1em 0}

/*# sourceMappingURL=styles.min.css.map */