:root {
  --blue: #0799c8;
  --blue-dark: #007ea9;
  --text: #161616;
  --muted: #666;
  --page: #eeeeee;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
  overflow-y: scroll;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.topbar {
  height: 61px;
  background: #fff;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.topbar-inner {
  width: min(100%, 1120px);
  height: 61px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-left: 0;
}

.brand img {
  display: block;
  width: 266px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 11px;
  font-weight: 700;
}

.main-nav a {
  color: #169dd0;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 321px;
  overflow: hidden;
  background: #f6f6f6;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(238, 238, 238, 0.94), rgba(238, 238, 238, 0.94)),
    url("assets/csgo-background.jpg");
  background-size: 900px auto;
  background-position: center top;
  opacity: 1;
  filter: saturate(0.75);
}

.hero-inner {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 18px 18px 17px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
}

.hero h1 strong {
  font-weight: 800;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 579px) minmax(0, 380px);
  gap: 20px;
  align-items: start;
}

.video-window,
.content-video {
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.video-window {
  width: 100%;
  aspect-ratio: 579 / 253;
}

.tweet-feature {
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: hidden;
  background: #101010;
}

.tweet-feature .twitter-tweet {
  max-width: 520px;
  min-height: 0;
}

.hero-copy {
  padding-top: 0;
}

.hero-copy h2,
.content-wrap h2,
.premium-grid h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

.hero-copy p {
  max-width: 350px;
  margin: 7px 0 18px;
  font-size: 13px;
  line-height: 1.28;
}

.hero-copy ul {
  margin: 0 0 17px 18px;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.signup-button {
  display: inline-flex;
  min-width: 180px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(#09aadb, var(--blue-dark));
  border: 1px solid #0688b7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.partners {
  height: 92px;
  background: #000;
  color: #fff;
}

.partners-inner {
  width: min(100%, 1120px);
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 18px;
}

.partners h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
}

.partner {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.eoreality {
  color: #f68618;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.5px;
}

.eoreality::first-letter {
  color: #fff;
}

.machinima {
  gap: 9px;
  font-size: 23px;
  letter-spacing: 1px;
}

.machinima span {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #e01922;
  font-size: 18px;
  line-height: 1;
}

.content-wrap {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0 18px;
}

.wide-wrap {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 18px;
}

.testimonials {
  min-height: 173px;
  padding-top: 35px;
  background: var(--page);
}

.testimonials .content-wrap {
  position: relative;
}

.testimonials h2 {
  font-size: 16px;
}

.testimonials figure {
  position: absolute;
  top: 43px;
  left: 55%;
  margin: 0;
  color: #555;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
}

.testimonials blockquote {
  margin: 0;
}

.testimonials figcaption {
  color: #777;
}

.premium-preview {
  padding: 22px 0 70px;
}

.tweet-section {
  padding: 0 0 28px;
  background: var(--page);
}

.tweet-section h2 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.2;
}

.tweet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.twitter-tweet {
  width: 100%;
  min-height: 170px;
  margin: 0 !important;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #169dd0;
  font-size: 13px;
  line-height: 1.4;
}

.twitter-tweet a {
  color: #169dd0;
  font-weight: 800;
}

.premium-grid {
  border-top: 1px solid #d7d7d7;
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  gap: 31px;
  padding-top: 32px;
}

.premium-grid h2 {
  margin-bottom: 5px;
  font-size: 19px;
}

.content-video {
  width: 100%;
  aspect-ratio: 389 / 219;
}

.image-preview {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 13px;
}

.video-thumbs a {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 6px;
  overflow: hidden;
  color: #0e9bd5;
  text-decoration: none;
  background:
    linear-gradient(rgba(240, 240, 240, 0.24), rgba(0, 0, 0, 0.25)),
    url("assets/csgo-background.jpg") center / cover;
  border-radius: 3px;
}

.video-thumbs a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.24);
}

.video-thumbs span,
.video-thumbs strong {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.video-thumbs span {
  position: absolute;
  top: 5px;
  left: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.video-thumbs strong {
  font-size: 13px;
  line-height: 1.05;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #5d5d5d;
  font-size: 12px;
}

.compare-table th,
.compare-table td {
  height: 32px;
  border: 1px solid #d8d8d8;
  text-align: center;
  background: #f0f0f0;
}

.compare-table th:first-child,
.compare-table td:first-child {
  width: 52%;
  padding-left: 8px;
  text-align: left;
}

.compare-table th {
  font-weight: 400;
}

.compare-table .premium-col,
.compare-table th:nth-child(3) {
  background: #bce7f5;
}

.compare-table .yes {
  color: #57bf49;
  font-size: 19px;
  font-weight: 900;
}

.compare-table .no {
  color: #e31217;
  font-size: 19px;
  font-weight: 900;
}

.table-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 26px;
  color: #0799c8;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.table-signup.primary {
  min-width: 112px;
  color: #fff;
  background: linear-gradient(#09aadb, var(--blue-dark));
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-footer {
  min-height: 136px;
  background: #5f6060;
  color: #c6c6c6;
}

.footer-inner {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 38px 18px 28px;
}

.footer-inner nav {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
}

.footer-inner a {
  color: #eeeeee;
  text-decoration: none;
}

.footer-inner p {
  max-width: 520px;
  margin: 0;
  color: #9d9d9d;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .topbar,
  .topbar-inner {
    height: auto;
  }

  .topbar-inner {
    min-height: 58px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    padding: 8px 14px 10px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-inner {
    padding-top: 20px;
  }

  .hero h1 {
    font-size: 24px;
    text-align: center;
  }

  .hero-content,
  .premium-grid,
  .tweet-grid {
    grid-template-columns: 1fr;
  }

  .video-window {
    max-width: 579px;
    margin: 0 auto;
  }

  .hero-copy {
    max-width: 579px;
    margin: 0 auto;
  }

  .partners {
    height: auto;
  }

  .partners-inner {
    min-height: 86px;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding-block: 15px;
  }

  .testimonials figure {
    position: static;
    margin-top: 16px;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 220px;
    max-height: 54px;
  }

  .hero h1 {
    font-size: 21px;
  }

  .hero-copy h2,
  .partners h2 {
    font-size: 18px;
  }

  .hero-copy p,
  .hero-copy ul {
    font-size: 13px;
  }

  .signup-button {
    width: 100%;
    margin-left: 0;
  }

  .eoreality,
  .machinima {
    font-size: 18px;
  }

  .video-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.forum-page {
  background:
    linear-gradient(rgba(238, 238, 238, 0.94), rgba(238, 238, 238, 0.94)),
    url("assets/csgo-background.jpg") center top / 900px auto;
}

.forum-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 24px 18px 46px;
}

.forum-masthead {
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
  box-shadow: inset 0 1px 0 #fff;
  padding: 16px 18px;
}

.forum-crumbs {
  margin: 0 0 10px;
  color: #666;
  font-size: 11px;
}

.forum-crumbs a,
.forum-board a,
.thread-card a {
  color: #078ebe;
}

.forum-masthead h1 {
  margin: 0 0 7px;
  font-size: 25px;
  line-height: 1.1;
}

.forum-masthead p:last-child {
  max-width: 760px;
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.forum-notice {
  margin: 14px 0;
  padding: 10px 12px;
  color: #262626;
  background: #fff8cf;
  border: 1px solid #d6c66d;
  font-size: 12px;
  line-height: 1.4;
}

.forum-board {
  border: 1px solid #b8b8b8;
  background: #fff;
}

.forum-titlebar,
.forum-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px 78px 190px;
  align-items: stretch;
}

.forum-titlebar {
  color: #fff;
  background: linear-gradient(#1a1a1a, #020202);
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.forum-titlebar span,
.forum-row > span {
  padding: 9px 10px;
  border-right: 1px solid #d4d4d4;
}

.forum-titlebar span:last-child,
.forum-row > span:last-child {
  border-right: 0;
}

.forum-row {
  color: #252525;
  text-decoration: none;
  background: #f2f2f2;
  border-bottom: 1px solid #d4d4d4;
  font-size: 12px;
}

.forum-row:nth-child(odd) {
  background: #fafafa;
}

.forum-row:hover {
  background: #e6f5fb;
}

.forum-row.sticky {
  background: #e9f7fc;
}

.forum-row strong {
  display: block;
  margin-bottom: 4px;
  color: #078ebe;
  font-size: 14px;
  line-height: 1.2;
}

.forum-row em {
  display: block;
  color: #666;
  font-style: normal;
  line-height: 1.3;
}

.thread-list {
  margin-top: 22px;
}

.thread-list h2 {
  margin: 0;
  padding: 8px 10px;
  color: #fff;
  background: #111;
  border: 1px solid #000;
  font-size: 16px;
}

.thread-card {
  padding: 13px 14px;
  border: 1px solid #c9c9c9;
  border-top: 0;
  background: #f7f7f7;
}

.thread-card:nth-child(odd) {
  background: #fff;
}

.thread-card h3 {
  margin: 0 0 4px;
  color: #078ebe;
  font-size: 15px;
  line-height: 1.25;
}

.thread-card header p {
  margin: 0 0 10px;
  color: #777;
  font-size: 11px;
}

.thread-card > p {
  margin: 0;
  color: #222;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .forum-titlebar {
    display: none;
  }

  .forum-row {
    grid-template-columns: 1fr;
  }

  .forum-row > span {
    border-right: 0;
  }

  .forum-row > span:not(:first-child) {
    padding-top: 0;
    color: #666;
  }
}
