@import"https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap";header{border-bottom:1px solid #222;margin-bottom:1rem;justify-content:center;box-shadow:0 0 2rem #000}.site-header{width:100%;padding:0rem;background-color:#222124;position:sticky;top:0;left:0;min-height:var(--header-height);z-index:1000}.header-inner{padding:0rem 2rem;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.nav-link{display:inline-block;padding:.6rem 1.2rem;background-color:#2a61a2;color:#fff;text-decoration:none;border-radius:16px;transition:background-color .2s ease,transform .2s ease}.nav-link:hover{background-color:#2f65aa;color:#fff;transform:scale(1.1)}.logo img{height:80px;width:auto;display:block}.main-logo{transition:transform .5s ease}.main-logo:hover{transform:scale(1.1) translateY(8px)}@media(max-width:768px){.site-header{position:relative}.nav-list{align-items:center;gap:.5rem}.header-inner{flex-direction:column;align-items:center;padding-bottom:.5rem}}footer{border-top:1px solid #222;margin-top:1rem}.site-footer{width:100%;padding:0rem;background-color:#222124;text-align:center}.site-footer p{margin:.2rem}@media(max-width:768px){.site-footer p{font-size:smaller}}:root{--team-width: 600px}.team-root{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80%;margin:3rem}.team-root hr{max-width:var(--team-width)}.team-list{display:flex;flex-direction:column;width:100%;align-items:center}.team-itemroot{display:flex;width:100%;max-width:var(--team-width);border-bottom:1px solid #8f8f8f;padding:1rem;gap:1rem}.team-itemroot:last-child{border-bottom:none}.team-itemroot p{margin:.2rem}.team-icon{max-width:64px;max-height:64px;border-radius:16px}.team-body{width:100%}.team-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.team-name{font-size:14pt}.team-role{font-size:12pt;margin-left:auto}.team-spec{font-size:10pt}.team-projects{text-align:right;font-size:10pt}@media(max-width:768px){.team-itemroot{flex-direction:column;align-items:center;gap:0rem;margin:0rem}.team-row{flex-direction:column;margin:0rem;gap:0rem}.team-projects{text-align:center}}.socials-root{display:flex;flex-wrap:wrap;justify-content:center;gap:1em;margin:0rem 1rem}.socials-item{margin:0;background-color:#222124;padding:.5rem .5rem 0rem;box-shadow:0 .2rem .2rem #00000041;border-radius:16px;align-items:center;flex-shrink:0;min-width:0;transition:transform .2s ease}.socials-item p{margin:0;padding:0;text-decoration:underline}.socials-icon{width:48px;height:48px;color:#0ff;fill:#d2691e;margin:0}.socials-item:hover{transform:translateY(-1px) scale(1.1)}@media(max-width:768px){.socials-root{gap:.5rem}.socials-icon{width:32px;height:32px}.socials-item p{font-size:x-small}}.games-root{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80%;margin:3rem}.games-list{display:flex;flex-direction:column;width:100%;gap:4px}.games-itemroot{display:flex;flex-direction:row;background-color:#0003;border-radius:16px;width:100%;padding:1rem;align-items:center;justify-content:center;gap:1rem}.games-capsule{max-width:100%;display:block;height:fit-content;object-fit:contain;border-radius:4px;box-shadow:0 .2rem .5rem #0006;transition:transform .2s ease}.games-capsule:hover{transform:translateY(-1px) scale(1.1)}.games-row{gap:1rem;width:100%}.games-steamcta{background-color:#2a61a2;border-radius:12px;box-shadow:0 .2rem .2rem #0003;color:#fff;display:flex;justify-items:center;align-items:center;width:fit-content;padding:8px;padding-right:1rem;gap:.5rem;transition:transform .2s ease}.games-steamcta:hover{background-color:#2c66ad;transform:scale(1.1);box-shadow:0 .1rem .4rem #0000001a}.games-steamicon{width:32px}@media(max-width:768px){.games-itemroot{flex-direction:column}.games-row{flex-direction:column;align-items:center}.games-steamcta{align-self:center;margin:0 auto}}.game-title-image{max-width:90%}.quickfacts-list{width:100%;columns:auto 2;border-collapse:collapse}.quickfacts-list tr:nth-child(2n){background-color:#ffffff0d}.quickfacts-list th,td{padding:.5rem 1rem;text-align:left;vertical-align:top;border:0px}.quickfacts-list th{min-width:100px;font-weight:700}@media(max-width:768px){.quickfacts-list th,.quickfacts-list td{display:block;width:100%;padding:0rem 1rem}.quickfacts-list td{text-align:right}}.steam-widget{min-width:646px;min-height:190px;max-width:646px;width:100%;height:fit-content;margin:0 auto}.steam-widget-container{width:100%;overflow-x:auto}.yt-container{aspect-ratio:16/9}.yt-container iframe{width:100%;height:100%;border:none}.yt-expand{width:100%}@media(max-width:768px){.yt-container{width:100%}}:root{--header-height: 92px}*{box-sizing:border-box;font-weight:500}html,body{min-height:100%;margin:0}body{background-color:#101011;color:#fff;font-family:Akshar;line-height:1.5;margin:0;display:flex;flex-direction:column;min-height:100vh}main{flex:1;justify-content:center;align-items:center}a{color:#5671e9;text-decoration:none}a:hover{color:#7b93fa;text-decoration:underline}h2{margin:0;font-size:32}h3{margin:0;font-size:12}hr{width:100%}p{margin:.2rem}.accent-bar{height:8px;background-color:#2a61a2}.panel{box-shadow:0 1rem 1rem #00000031;padding:1rem 2rem;border-radius:16px;background-color:#161518;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80%;max-width:80%;margin:0rem 3rem}.zone{padding:1rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80%;margin:0rem 3rem}.content{display:flex;flex-direction:column;min-width:80%;max-width:1200px;align-items:center;gap:1rem;margin:0 auto;padding:1rem}.banner{width:100%;padding:0rem;background-color:#222124;text-align:center}.banner p{font-size:14pt;color:#fff;font-weight:300}.row{display:flex;flex-direction:row}.col50{max-width:50%}.highlight{color:#ced422}.currency{color:#22d44e}.subtle{color:#b9b9b9}@media(max-width:768px){.row{flex-direction:column;align-items:center}.col50{max-width:100%;align-items:center}.zone{width:100%}}
