:root{--font:"Google Sans Code",monospace;--black:#101010;--gray:#4d4d4d;--lightGray:#858585;--white:#fcfcfc;--primary:#f3d125;--primaryBg:#fff3b9;--fadeOff:left 0s .2s,opacity .2s;--fadeOn:left 0s,opacity .2s;--radius:4px;--radiusLarge:8px;--fieldBorder:#ddd}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-Bold.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-LightItalic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-LightItalic.woff)format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-ExtraBoldItalic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-ExtraBoldItalic.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-Light.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-Light.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-BoldItalic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-BoldItalic.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-ExtraBold.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-ExtraBold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-Italic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-Italic.woff)format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-Regular.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-MediumItalic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-MediumItalic.woff)format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-Medium.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-SemiBoldItalic.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-SemiBoldItalic.woff)format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Google Sans Code;src:url(/fonts/subset-GoogleSansCode-SemiBold.woff2)format("woff2"),url(/fonts/subset-GoogleSansCode-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:60px;font-size:62.5%}@media (min-width:960px){html{scroll-padding-top:80px}}body{font-size:1.6rem;font-weight:400;line-height:1.65;font-family:var(--font);color:var(--black60);background-color:var(--black5);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--black);font-size:1.6rem;font-weight:700;line-height:1.2}a{text-decoration:none}li{list-style:none}input,select,button,textarea{appearance:none;font-family:var(--font);background:0 0;border:none;outline:none;font-size:1.6rem}input[type=email],input[type=text],input[type=password],input[type=search],input[type=tel],input[type=search],select,textarea{width:100%;display:block}a,button,label,input[type=submit],input[type=checkbox],input[type=radio]{cursor:pointer}img,svg{max-width:100%;display:block}input[type=checkbox]{background-color:var(--white);border:1px solid var(--black);border-radius:200px;width:1.8rem;height:1.8rem;transition:box-shadow .2s}input[type=checkbox]:checked{box-shadow:inset 0px 0px 0 4px var(--black)}@keyframes slide{0%{background-position:0 0}to{background-position:0 -100%}}.header{background-color:var(--black);z-index:50;align-items:center;width:100%;height:60px;display:flex;position:fixed;top:0;left:0}@media (min-width:960px){.header{height:80px}}.header__flex{justify-content:space-between;align-items:center;display:flex}.header__logo{width:85px;color:var(--white);transition:color .2s;display:block}@media (min-width:960px){.header__logo{width:100px}}.header__logo:hover{color:var(--primary)}.header-nav{align-items:center;gap:20px;display:inline-flex}.header-nav__item{font-size:14px}@media (min-width:960px){.header-nav__item{font-size:16px}}.header-nav__anchor{color:var(--white);font-weight:600;transition:color .2s}.header-nav__anchor:hover{color:var(--primary)}.footer{background-color:var(--black);padding:60px 0}@media (min-width:960px){.footer{padding:80px 0}}.footer__flex{flex-flow:wrap;justify-content:space-between;gap:32px;display:flex}@media (min-width:960px){.footer__flex{flex-direction:row;gap:15%}}.footer__column{color:var(--white)}.footer__column--flex{order:99;width:100%}@media (min-width:960px){.footer__column--flex{flex:1;order:-1;width:auto}}.footer__logo{width:90px}@media (min-width:960px){.footer__logo{width:110px}}.footer__copyright{color:#858585;margin-top:12px;font-size:13px}@media (min-width:960px){.footer__copyright{font-size:13px}}.footer__heading{text-transform:uppercase;letter-spacing:1px;color:#858585;margin-bottom:14px;font-size:14px}@media (min-width:960px){.footer__heading{margin-bottom:16px;font-size:16px}}.footer__item{color:var(--white);margin-top:6px;font-size:14px}@media (min-width:960px){.footer__item{margin-top:6px;font-size:16px}}.footer__anchor{color:var(--white);font-size:16px}.width{width:90%;max-width:1240px;margin:0 auto}.button{color:var(--black);background-color:var(--primary);box-shadow:5px 5px 0 0 var(--black);-webkit-user-select:none;user-select:none;text-transform:uppercase;border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;line-height:36px;transition:transform .2s,box-shadow .2s;display:inline-flex}@media (min-width:960px){.button{padding:0 24px;font-size:16px;line-height:46px}}.button:hover{box-shadow:none;transform:translate(5px,5px)}.button--large{line-height:44px}@media (min-width:960px){.button--large{line-height:54px}}.button--small{box-shadow:4px 4px 0 0 var(--black);gap:4px;padding:0 8px;font-size:11px;line-height:30px}@media (min-width:360px){.button--small{gap:6px;padding:0 12px;font-size:12px}}@media (min-width:960px){.button--small{box-shadow:4px 4px 0 0 var(--black);gap:6px;padding:0 12px;font-size:12px;line-height:30px}}.button--small:hover{box-shadow:none;transform:translate(4px,4px)}.button--disabled,.button:disabled{pointer-events:none;opacity:.5}.button span{padding-top:2px}.card{background-color:var(--white);box-shadow:5px 5px 0 0 var(--black);border:1px solid var(--black);border-radius:12px;display:block;overflow:hidden}.card__text{border-top:1px solid var(--black);padding:16px;display:block}@media (min-width:960px){.card__text{padding:24px}}.card__image{aspect-ratio:16/9}.card__header{margin-bottom:6px;display:block}.card__heading{color:var(--black);font-size:16px}@media (min-width:960px){.card__heading{font-size:21px}}.card__heading--large{font-size:20px}@media (min-width:960px){.card__heading--large{font-size:24px}}.card__meta{color:var(--lightGray);margin-top:2px;font-size:12px}@media (min-width:960px){.card__meta{font-size:14px}}.card__description{color:var(--gray);font-size:14px}@media (min-width:960px){.card__description{font-size:16px}}a.card:hover{box-shadow:none;cursor:pointer;transform:translate(5px,5px)}.home-hero{border-bottom:1px solid var(--black);background:radial-gradient(circle at 0 0,#ffe36f 0,#ffe36f00 34%),linear-gradient(135deg,#fff8d9 0%,#fff0a8 52%,#f3d125 100%);padding:130px 0 70px;position:relative;overflow:hidden}@media (min-width:960px){.home-hero{padding:170px 0 90px}}.home-hero__noise{opacity:.45;pointer-events:none;background-image:linear-gradient(#10101014 1px,#0000 1px),linear-gradient(90deg,#10101014 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000 88%);mask-image:linear-gradient(#000000e6,#0000 88%)}.home-hero__bubbles{pointer-events:none;position:absolute;inset:0}.home-hero__bubble{opacity:0;will-change:transform,opacity;background:radial-gradient(circle at 30% 30%,#fcfcfcb8,#fcfcfc1f 60%,#fcfcfc0a 100%);border:1px solid #10101029;border-radius:999px;animation:16s linear infinite home-hero-bubble-rise;position:absolute;bottom:-180px;box-shadow:inset 0 0 18px #fcfcfc3d}.home-hero__bubble--1{width:110px;height:110px;animation-duration:15s;animation-delay:0s;left:7%}.home-hero__bubble--2{width:54px;height:54px;animation-duration:11s;animation-delay:2.5s;left:20%}.home-hero__bubble--3{width:150px;height:150px;animation-duration:17s;animation-delay:1.25s;left:38%}.home-hero__bubble--4{width:74px;height:74px;animation-duration:12.5s;animation-delay:5s;left:62%}.home-hero__bubble--5{width:128px;height:128px;animation-duration:18s;animation-delay:3.5s;left:78%}.home-hero__bubble--6{width:42px;height:42px;animation-duration:10s;animation-delay:7s;left:90%}.home-hero__layout{justify-content:center;display:flex;position:relative}.home-hero__content{text-align:center;max-width:840px}.home-hero__heading{color:var(--black);text-wrap:balance;margin:0;font-size:clamp(3rem,8vw,5.5rem);line-height:.96}.home-hero__copy{color:#101010cc;text-wrap:balance;margin-top:22px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}@media (min-width:960px){.home-hero__copy{font-size:20px}}.home-hero__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:28px;display:flex}.home-hero__ghost{background:#fcfcfcb8}.home-hero p{margin-bottom:0}@keyframes home-hero-bubble-rise{0%{opacity:0;transform:translate(0,0)scale(.82)}12%{opacity:.78}50%{opacity:.5;transform:translate(18px,-48vh)scale(1)}to{opacity:0;transform:translate(-24px,-108vh)scale(1.08)}}.games{padding:60px 0}@media (min-width:960px){.games{padding:80px 0}}.games__heading{text-align:center;margin-bottom:24px;font-size:28px}@media (min-width:960px){.games__heading{margin-bottom:32px;font-size:44px}}.games__grid{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}@media (min-width:960px){.games__grid{grid-template-columns:repeat(2,1fr);gap:40px}}.game-links{gap:12px;margin-top:12px;display:flex}.subscribe{background-color:var(--primaryBg);border-top:1px solid var(--black);border-bottom:1px solid var(--black);background-image:radial-gradient(#0000000d 1px,#0000 1px),radial-gradient(#0000000d 1px,#0000 1px);background-size:12px 12px;padding:60px 0}@media (min-width:960px){.subscribe{padding:120px 0}}.subscribe__header{text-align:center;max-width:560px;margin:0 auto 24px;font-size:14px}@media (min-width:960px){.subscribe__header{margin-bottom:40px;font-size:20px}}.subscribe__heading{text-align:center;margin-bottom:8px;font-size:28px}@media (min-width:960px){.subscribe__heading{font-size:36px}}.subscribe__form-flex{flex-direction:column;gap:12px;max-width:600px;margin:0 auto;display:flex}@media (min-width:960px){.subscribe__form-flex{flex-direction:row}}.subscribe__email{background-color:var(--white);box-shadow:5px 5px 0 0 var(--black);border:1px solid var(--black);border-radius:8px;padding:0 16px;font-size:14px;line-height:44px}@media (min-width:960px){.subscribe__email{padding:0 24px;font-size:16px;line-height:54px}}.home-team{padding:60px 0}@media (min-width:960px){.home-team{padding:88px 0 96px}}.home-team .width{position:relative}.home-team__intro{text-align:center;max-width:720px;margin:0 auto 32px}.home-team__eyebrow{border:1px solid var(--black);text-transform:uppercase;letter-spacing:.08em;background:#fcfcfccc;border-radius:999px;align-items:center;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:6px 6px #1010101f}.home-team__heading{text-align:center;margin-bottom:14px;font-size:28px}@media (min-width:960px){.home-team__heading{font-size:44px}}.home-team__lead{max-width:620px;color:var(--gray);margin:0 auto;font-size:16px;line-height:1.65}@media (min-width:960px){.home-team__lead{font-size:19px}}.home-team__grid{gap:24px;max-width:1080px;margin:0 auto;display:grid}@media (min-width:960px){.home-team__grid{grid-template-columns:repeat(2,1fr);gap:32px}}.home-team__collab{text-align:center;max-width:620px;color:var(--gray);background:#fcfcfcb8;border:1px dashed #1010103d;border-radius:20px;margin:40px auto 0;padding:20px 24px;font-size:17px;line-height:1.6}.home-team__collab a{color:var(--black);text-decoration:underline}.home-team__collab a:hover{color:var(--gray)}.team-card{flex-direction:column;display:flex;position:relative}.team-card__header{border-bottom:1px solid #10101029;align-items:center;gap:18px;padding:22px 22px 18px;display:flex}.team-card__header-main{flex:1}.team-card__photo{object-fit:cover;border:3px solid #fcfcfce6;border-radius:50%;width:88px;height:88px}.team-card__name{font-size:22px}.team-card__title{text-transform:uppercase;letter-spacing:.06em;color:#101010c7;background:#f3d1253d;border-radius:999px;margin-top:8px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.team-card__body{color:#101010d1;flex-direction:column;flex:1;padding:22px;font-size:15px;line-height:1.75;display:flex}.team-card__bio{flex:1;min-height:0}.team-card__bio p{margin:0}.team-card__games{border-top:1px dashed #1010102e;margin-top:22px;padding-top:22px}.team-card__games-heading{text-transform:uppercase;letter-spacing:.08em;color:#101010a3;margin-bottom:8px;font-size:12px}.team-card__games-list{color:var(--black);font-size:14px;display:block}
