<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     GeneratePress Child
 Template:       generatepress
 Version:        1.0.3
 Text Domain:    generatepress-child
*/

/* ==========================================================================
   1. REMOVE GENERATEPRESS DEFAULT WRAPPERS (ONLY ON single-games.php)
   ========================================================================== */
body.single-games {
  margin: 0;
  padding: 0;
  background: #121212;
  color: #e0e0e0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.single-games .site-content,
body.single-games .content-area,
body.single-games .site-main,
body.single-games .inside-article,
body.single-games .entry-content,
body.single-games .page-header,
body.single-games .grid-container.container,
body.single-games .sidebar-container,
body.single-games .inside-right-sidebar,
body.single-games .secondary {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-games .sidebar,
body.single-games .site-sidebar,
body.single-games .inside-right-sidebar {
  display: none !important;
}

/* ==========================================================================
   2. WRAPPER &amp; BASIC STRUCTURE
   ========================================================================== */
.gp-game-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

/* ==========================================================================
   3. HERO / BANNER (SMOOTH HOVER ZOOM)
   ========================================================================== */
.gp-game-hero {
  position: relative;
  width: 100%;
  padding-top: 40%; /* 40% aspect ratio */
  background-size: 100% auto;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: background-size 1s ease-out;
}

.gp-game-hero:hover {
  background-size: 115% auto;
}

.gp-game-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.gp-game-hero-title {
  font-size: 2.75rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

.gp-game-hero-tagline {
  font-size: 1.2rem;
  color: #cccccc;
  margin-top: 0.5rem;
}

/* ==========================================================================
   4. PLATFORMS META
   ========================================================================== */
.gp-game-meta {
  text-align: center;
  margin-bottom: 2rem;
}

.gp-game-platforms {
  background: #1f1f1f;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: inline-block;
  font-size: 1rem;
  color: #aaaaaa;
}

/* ==========================================================================
   5. MOBILE HAMBURGER BUTTON (â‰¤991px)
   - Positioned bottom-right
   ========================================================================== */
#gp-menu-toggle {
  display: none; /* shown in media query */
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1500;
  background: #61dafb;
  color: #121212;
  border: none;
  padding: 0.75rem;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.2s;
}

#gp-menu-toggle:hover {
  background: #21a1f1;
}

.gp-menu-icon {
  display: block;
}

/* ==========================================================================
   6. FLEX CONTAINER: SIDEBAR + MAIN
   ========================================================================== */
.gp-game-container {
  display: flex;
  gap: 2rem;
}

/* ==========================================================================
   7. SIDEBAR (DESKTOP &amp; MOBILE OVERLAY)
   ========================================================================== */
.gp-game-sidebar {
  flex: 0 0 260px;
  background: #1b1b1b;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1400;
}

.gp-game-sidebar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gp-game-sidebar nav li {
  margin-bottom: 1.5rem;
  border-left: 3px solid transparent;
  transition: border-color 0.2s;
}

.gp-game-sidebar nav li:last-child {
  margin-bottom: 0;
}

.gp-game-sidebar nav a {
  color: #61dafb;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  transition: color 0.2s;
  position: relative;
}

.gp-game-sidebar nav a:hover,
.gp-game-sidebar nav li:focus-within a,
.gp-game-sidebar nav a.active {
  border-left-color: #21a1f1;
  color: #21a1f1;
}

.gp-game-sidebar nav a:active {
  transform: translateX(2px);
  opacity: 0.85;
}

/* SVG icon sizing */
.gp-game-sidebar nav a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ==========================================================================
   8. MAIN CONTENT AREA
   ========================================================================== */
.gp-game-main {
  flex: 1;
}

/* ==========================================================================
   9. SECTION HEADERS &amp; CONTENT (News, Tier Lists, Guides)
   ========================================================================== */
.gp-game-section {
  margin-bottom: 3rem;
}

.gp-game-section h2 {
  font-size: 1.75rem;
  color: #61dafb;
  margin-bottom: 1rem;
  border-bottom: 2px solid #21a1f1;
  padding-bottom: 0.5rem;
}

/* ==========================================================================
   10. CARDS GRID (.gp-row + .gp-card)
   ========================================================================== */
.gp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.gp-card {
  background: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 1rem);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.gp-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gp-card-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gp-card-title {
  font-size: 1.2rem;
  color: #61dafb;
  margin: 0;
}

.gp-card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.gp-card-title a:hover {
  color: #21a1f1;
  text-decoration: underline;
}

/* ==========================================================================
   11. FALLBACK LISTS FOR SHORTCODES (Tier Lists / Guides)
   ========================================================================== */
.gp-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gp-row li {
  background: #1c1c1c;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.gp-row li:last-child {
  margin-bottom: 0;
}

.gp-row li a {
  color: #61dafb;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.gp-row li a:hover {
  color: #21a1f1;
  text-decoration: underline;
}

/* ==========================================================================
   12. NO ITEMS TEXT
   ========================================================================== */
.gp-none {
  text-align: center;
  font-size: 1rem;
  color: #777;
}

/* ==========================================================================
   13. NEWSâ€LIST STYLING FOR [mb_game_news]
   - Use the same list style as tier lists &amp; guides (no explicit bullets)
   ========================================================================== */
.mb-game-news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-game-news li {
  background: #1c1c1c;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.mb-game-news li:last-child {
  margin-bottom: 0;
}

.mb-game-news a {
  color: #61dafb;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
}

.mb-game-news a:hover {
  color: #21a1f1;
  text-decoration: underline;
}

.mb-game-news-none {
  font-size: 1rem;
  color: #777;
  text-align: center;
  margin-top: 1rem;
}

/* ==========================================================================
   14. MOBILE RESPONSIVENESS (â‰¤991px AND â‰¤767px)
   ========================================================================== */
/* 14.1 â‰¤991px: show hamburger, hide sidebar by default (overlay), stack container */
@media (max-width: 991px) {
  /* Show hamburger */
  #gp-menu-toggle {
    display: block;
  }

  /* Sidebar slides in/out as overlay */
  .gp-game-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1400;
  }

  .gp-game-sidebar.open {
    transform: translateX(0);
    opacity: 1;
  }

  /* Backdrop behind sidebar */
  .gp-game-sidebar.open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }

  /* Dim main content when sidebar open */
  .gp-game-sidebar.open ~ .gp-game-main {
    filter: brightness(0.9);
    pointer-events: none;
  }

  /* Stack container vertically */
  .gp-game-container {
    flex-direction: column;
  }

  .gp-game-main {
    width: 100%;
  }
}

/* 14.2 â‰¤767px: stack cards, shrink hero fonts */
@media (max-width: 767px) {
  .gp-row {
    flex-direction: column;
  }
  .gp-card {
    flex: 1 1 100%;
  }
  .gp-game-hero-title {
    font-size: 2rem;
  }
  .gp-game-hero-tagline {
    font-size: 1rem;
  }
}
/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   Inline CF7 Form Styling (inside #registration-form)
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#registration-form .wpcf7 {
  background: #1e1e1e;
  padding: 1.25rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 1.5rem auto 0;
}

/* Step containers */
#registration-form #registration-step1,
#registration-form #registration-step2 {
  background: #2a2a2a;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

/* Paragraph labels &amp; spacing */
#registration-form .wpcf7 p {
  margin: 0 0 0.75rem;
  color: #ddd;
  font-size: 0.95rem;
}

/* Inputs &amp; textareas */
#registration-form .wpcf7-form-control-wrap input[type="text"],
#registration-form .wpcf7-form-control-wrap input[type="email"],
#registration-form .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  background: #333;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 0.5rem;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}

/* Focus state */
#registration-form .wpcf7-form-control-wrap input:focus,
#registration-form .wpcf7-form-control-wrap textarea:focus {
  outline: none;
  background: #2e2e2e;
  border-color: #61dafb;
}

/* â€œMove to Paymentâ€ &amp; â€œConfirm Paymentâ€ buttons */
#registration-form .cf7-next-btn,
#registration-form .wpcf7-submit {
  display: inline-block;
  background: #61dafb;
  color: #121212;
  border: none;
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  margin-top: 0.5rem;
  text-align: center;
}
#registration-form .cf7-next-btn:hover,
#registration-form .wpcf7-submit:hover {
  background: #21a1f1;
  transform: translateY(-1px);
}

/* Hide default CF7 submit margin */
#registration-form .wpcf7-submit {
  margin: 0;
}

/* Success/Failure Messages */
#registration-form .wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.95rem;
}
#registration-form form.wpcf7-form.sent .wpcf7-response-output {
  border: 2px solid #46b450;
  background: rgba(70,180,80,0.1);
  color: #46b450;
}
#registration-form form.wpcf7-form.failed .wpcf7-response-output {
  border: 2px solid #dc3232;
  background: rgba(220,50,50,0.1);
  color: #dc3232;
}

/* Validation error tips */
#registration-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.85rem;
  margin: -0.5rem 0 0.75rem;
  display: block;
}
/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   Register Team &amp; Form Buttons
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Primary â€œRegister Teamâ€ trigger button */
.register-btn,
#open-registration {
  display: block;
  background: #61dafb;
  color: #121212;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  text-decoration: none;
  text-align: center;
  margin: 1rem auto;
}

.register-btn:hover,
#open-registration:hover {
  background: #21a1f1;
  transform: translateY(-1px);
}

/* Disable default outline on focus, add custom */
.register-btn:focus,
#open-registration:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(97,218,251,0.5);
}

/* CF7 â€œMove to Paymentâ€ and â€œConfirm Paymentâ€ inside the form */
#registration-form .cf7-next-btn,
#registration-form .wpcf7-submit {
  background: #61dafb;
  color: #121212;
  border: none;
  padding: 0.65rem 1.25rem;
  font-size: 0.95rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  margin-top: 0.5rem;
}

#registration-form .cf7-next-btn:hover,
#registration-form .wpcf7-submit:hover {
  background: #21a1f1;
  transform: translateY(-1px);
}

/* Focus for CF7 buttons */
#registration-form .cf7-next-btn:focus,
#registration-form .wpcf7-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(97,218,251,0.5);
}
</pre></body></html>