/* Arcadia Design Language */
/* Media Queries */
/* 78x12 with 30px gutter

 1260px full

 */
/* App */
html {
  min-height: 100%;
  background: #0C0C14; }

body {
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1rem;
  min-height: 100%;
  color: #E8E8F2;
  background: #0C0C14; }

@media screen and (max-width: 899px) {
  body {
    font-size: 0.938rem; } }
.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1260px;
  margin: 0 auto; }

.grid-container {
  max-width: 85rem; }

button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", Arial, sans-serif; }

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  color: #EFBC23;
  text-decoration: none; }
  a:hover, a:focus {
    color: #EFBC23;
    text-decoration: underline; }

h1 {
  margin-top: 40px;
  margin-bottom: 0.85rem;
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 0px 1px 10px rgba(12, 12, 20, 0.3); }

@media screen and (max-width: 899px) {
  h1 {
    margin-top: 36px;
    font-size: 1.688rem; } }
h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.438rem;
  font-weight: 500;
  text-align: center; }

@media screen and (max-width: 899px) {
  h2 {
    margin-bottom: 20px;
    font-size: 1.25rem; } }
h3 {
  font-size: 1.188rem;
  font-weight: 600;
  margin-top: 50px; }

@media screen and (max-width: 899px) {
  h3 {
    margin-bottom: 20px;
    font-size: 1rem; } }
.light {
  opacity: 0.4; }

.button {
  padding: 0.85em 2em;
  color: #E8E8F2;
  border: 1px solid #E8E8F2;
  font-weight: 600;
  background-color: #fff; }
  .button:hover {
    border: 1px solid #E8E8F2;
    background-color: #fff;
    transition-duration: 0.1s; }

@media screen and (max-width: 899px) {
  .hide-for-small {
    display: none; } }
.logo-menu {
  width: 100%;
  padding: 35px 0;
  background: rgba(12, 12, 20, 0.85); }
  .logo-menu .navigation {
    font-size: 0; }
    .logo-menu .navigation a {
      display: inline-block;
      margin-right: 8px;
      padding: 9px 14px;
      color: #E8E8F2;
      border-radius: 4px;
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase; }
      .logo-menu .navigation a:hover {
        color: #EFBC23;
        text-decoration: none; }
      .logo-menu .navigation a.selected {
        background: #D33030; }
        .logo-menu .navigation a.selected:hover {
          color: #E8E8F2; }
      .logo-menu .navigation a.blog {
        font-size: 0.875rem;
        position: relative;
        padding-right: 26px;
        background: url("../img/box-arrow.svg") center right no-repeat;
        background-position-x: right;
        background-position-y: 0.575rem;
        background-size: 16px 16px;
        color: rgba(232, 232, 242, 0.75); }
        .logo-menu .navigation a.blog:hover {
          color: #E8E8F2;
          background-image: url("../img/box-arrow-hover.svg"); }
        .logo-menu .navigation a.blog.not-alone:after {
          content: "";
          display: block;
          position: absolute;
          top: 6px;
          left: -6px;
          height: 25px;
          width: 1px;
          background: #5F6070; }

.logo {
  display: flex;
  flex-direction: row; }
  .logo * {
    align-self: center; }
  .logo img {
    width: 247px;
    height: 36px; }

@media screen and (max-width: 900px) {
  .logo img {
    width: 191px;
    height: 28px; }

  .logo-menu {
    padding: 20px 0; } }
@media screen and (max-width: 899px) {
  .logo img {
    width: 164.5px;
    height: 24px; } }
.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.hero {
  height: 660px;
  background: url("../img/hero-202505-a.png") center center no-repeat;
  background-size: cover; }
  .hero .actions {
    margin-top: 80px; }
    .hero .actions p {
      margin-top: 0.75rem; }

@media screen and (max-width: 899px) {
  .hero {
    height: 360px; }
    .hero .actions {
      margin-top: 36px; }
      .hero .actions span {
        display: none; } }
.games {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 0.875rem; }
  .games div {
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px dashed rgba(232, 232, 242, 0.3);
    background: rgba(232, 232, 242, 0.04); }

@media screen and (max-width: 899px) {
  .games {
    display: none; } }
a.cta {
  display: inline-block;
  margin-right: 12px;
  padding: 18px 24px 18px 60px;
  color: #E8E8F2;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 1.25rem;
  border-radius: 30px;
  border-bottom: 1px solid #242430;
  box-shadow: 0 6px 11px 0 rgba(12, 12, 20, 0.1);
  background: url("../img/btn-discord.svg") 24px 18px no-repeat #D33030;
  background-position: 24px center;
  transition: all 0.12s ease-out; }
  a.cta span {
    font-size: 0.8125rem;
    opacity: 0.65; }
  a.cta:hover {
    transform: scale(1.05);
    color: #E8E8F2;
    text-decoration: none;
    background-color: #d63d3d; }
  a.cta:focus {
    text-decoration: none; }

@media screen and (max-width: 899px) {
  a.cta {
    padding: 14px 24px 14px 60px;
    font-size: 1rem; } }
.content-section {
  padding-top: 3.25rem;
  padding-bottom: 3.75rem; }

@media screen and (max-width: 899px) {
  .content-section {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
.about-us img {
  transition: all 0.12s ease-out;
  border-radius: 20px; }
.about-us a img:hover {
  transform: scale(1.02); }

.events a, .dont-miss a {
  transition: all 0.12s ease-out;
  display: block;
  color: #E8E8F2;
  border-radius: 20px;
  background-color: #0C0C14;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px rgba(232, 232, 242, 0.1);
  text-shadow: 0px 1px 8px rgba(12, 12, 20, 0.7); }
  .events a:hover, .dont-miss a:hover {
    transform: scale(1.02);
    text-decoration: none; }
  .events a:focus, .dont-miss a:focus {
    text-decoration: none; }

h3 {
  margin-bottom: 0; }

.events a {
  padding: 16px 20px; }
  .events a span {
    margin-bottom: -2px;
    font-size: 1.188rem;
    font-weight: 600; }
  .events a .sticker {
    float: right;
    padding: 4px 8px;
    border-radius: 8px;
    color: #0C0C14;
    background: #EFBC23;
    font-size: 0.875rem;
    font-weight: 600; }
.events h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 36px; }

.dont-miss a {
  margin-bottom: 20px;
  padding: 12px 16px; }
  .dont-miss a span {
    opacity: .55; }
.dont-miss h3 {
  font-size: 1.188rem;
  font-weight: 600;
  margin-top: 50px; }

@media screen and (max-width: 899px) {
  .events a {
    margin-bottom: 1rem;
    padding: 12px 16px; }
  .events a span {
    font-size: 1.08rem; }
  .events h3 {
    margin-top: 20px;
    font-size: 1.14rem;
    font-weight: 500; }

  .dont-miss h3 {
    margin-top: 44px;
    font-size: 1.063rem; } }
.alt-bg {
  background: #191927; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px; }
  .social-links a {
    display: block;
    transition: all 0.12s ease-out;
    width: 20%;
    color: #E8E8F2;
    text-align: center; }
    .social-links a:before {
      content: "";
      display: block;
      margin: 0 auto 6px auto;
      width: 54px;
      height: 54px;
      border-radius: 40px; }
    .social-links a:hover {
      transform: scale(1.06);
      text-decoration: none;
      color: #E8E8F2; }
      .social-links a:hover:before {
        transform: scale(1.08); }
    .social-links a:focus {
      text-decoration: none; }
    .social-links a.facebook:before {
      background: url("../img/social/facebook.svg") no-repeat #191927;
      background-size: 12px 24px;
      background-position: 20px center; }
    .social-links a.bluesky:before {
      background: url("../img/social/bluesky.svg") no-repeat #191927;
      background-size: 24px 21px;
      background-position: 15px center; }
    .social-links a.twitter:before {
      background: url("../img/social/twitter-x.svg") no-repeat #191927;
      background-size: 24px 24px;
      background-position: 15px center; }
    .social-links a.mastodon:before {
      background: url("../img/social/mastodon.svg") no-repeat #191927;
      background-size: 22.5px 24px;
      background-position: 15px center; }
    .social-links a.youtube:before {
      background: url("../img/social/youtube.svg") no-repeat #191927;
      background-size: 24px 18px;
      background-position: 15px center; }
    .social-links a.instagram:before {
      background: url("../img/social/instagram.svg") no-repeat #191927;
      background-size: 24px 24px;
      background-position: 15px center; }
    .social-links a.threads:before {
      background: url("../img/social/threads.svg") no-repeat #191927;
      background-size: 24px 24px;
      background-position: 15px center; }
    .social-links a.twitch:before {
      background: url("../img/social/twitch.svg") no-repeat #191927;
      background-size: 23px 24px;
      background-position: 15px center; }
    .social-links a.startgg:before {
      background: url("../img/social/startgg.svg") no-repeat #191927;
      background-size: 24px 24px;
      background-position: 15px center; }
    .social-links a.zonerama:before {
      background: url("../img/social/zonerama.svg") no-repeat #191927;
      background-size: 24px 24px;
      background-position: 15px center; }
    .social-links a.discord:before {
      padding-left: 69px;
      background: url("../img/social/discord.svg") no-repeat #191927;
      background-size: 39px 45px;
      background-position: 15px center; }

.content .section {
  display: block;
  margin-top: 8px;
  padding: 15px;
  color: #E8E8F2;
  border-radius: 8px;
  background: #191927; }
  .content .section .title {
    font-size: 1rem;
    font-weight: 500; }
  .content .section p.empty-section {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
.content a.section {
  transition: all 0.12s ease-out;
  padding: 15px 15px 15px 52px;
  line-height: 130%; }
  .content a.section.news {
    padding-top: calc($section-padding - 10px); }

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

/*# sourceMappingURL=app.css.map */
