.elementor-7558 .elementor-element.elementor-element-f7139f5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-7558 .elementor-element.elementor-element-1a882fc > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-793f357 *//* Genesis Rules Page */

.genesis-rules-page {
  --gr-bg: #05070a;
  --gr-bg-soft: #080d13;
  --gr-card: #0d141c;
  --gr-card-light: #111b25;
  --gr-blue: #5FAEDD;
  --gr-text: #ffffff;
  --gr-muted: #c6d0da;
  --gr-muted-2: #8d9ba8;
  --gr-border: rgba(95, 174, 221, 0.26);
  --gr-border-strong: rgba(95, 174, 221, 0.48);

  background: var(--gr-bg);
  color: var(--gr-text);
  font-family: "Inter", Arial, sans-serif;
  overflow: visible;
  position: relative;
}

.genesis-rules-page * {
  box-sizing: border-box;
}

.genesis-rules-page a {
  color: inherit;
}

.gr-bg-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.55;
  z-index: 0;
}

.gr-bg-glow-one {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(95, 174, 221, 0.22), transparent 68%);
}

.gr-bg-glow-two {
  width: 620px;
  height: 620px;
  top: 820px;
  right: -240px;
  background: radial-gradient(circle, rgba(95, 174, 221, 0.16), transparent 70%);
}

.gr-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gr-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 80px 0 80px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("https://thewinnerschoicechampionships.com/wp-content/uploads/2026/06/1028PM_260307_184_569_0128.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.gr-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 174, 221, 0.5), transparent);
}

.gr-eyebrow {
  color: var(--gr-blue);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.45;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.gr-hero h1,
.gr-section-head h2,
.gr-final-card h2 {
  color: var(--gr-text);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.gr-hero h1 {
  max-width: 760px;
}

.gr-hero-copy {
  color: var(--gr-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 660px;
  margin: 28px 0 0;
}

.gr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.gr-btn:hover {
  transform: translateY(-2px);
}

.gr-btn-primary {
  background: var(--gr-blue);
  border: 1px solid var(--gr-blue);
  color: #05070a !important;
  box-shadow: 0 16px 38px rgba(95, 174, 221, 0.22);
}

.gr-btn-secondary {
  background: transparent;
  border: 1px solid var(--gr-border-strong);
  color: var(--gr-text) !important;
}

.gr-btn-secondary:hover,
.gr-btn-ghost:hover {
  background: rgba(95, 174, 221, 0.1);
  border-color: var(--gr-blue);
}

.gr-btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--gr-muted) !important;
}

/* Sticky anchor navigation */
.gr-nav-section {
  position: sticky;
  top: 100px;
  z-index: 2;
  padding: 18px 0 20px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: none;
  border-bottom: none;
}

.gr-nav-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--gr-border);
  border-radius: 24px;
  background: rgba(13, 20, 28, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

.gr-nav-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--gr-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.gr-nav-card a:hover {
  background: rgba(95, 174, 221, 0.12);
  color: var(--gr-text);
  transform: translateY(-1px);
}

.gr-section {
  padding: 92px 0;
  position: relative;
  scroll-margin-top: 190px;
}

.gr-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}

.gr-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.gr-section-head p:not(.gr-eyebrow) {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 20px 0 0;
}

.gr-notice-grid,
.gr-level-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gr-notice-card,
.gr-card,
.gr-table-card,
.gr-alert {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    var(--gr-card);
  border: 1px solid var(--gr-border);
  border-radius: 26px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.gr-notice-card {
  min-height: 260px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.gr-notice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(95, 174, 221, 0.13), transparent 42%);
  pointer-events: none;
}

.gr-card-number {
  display: inline-flex;
  color: var(--gr-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 34px;
}

.gr-notice-card h3,
.gr-card h3,
.gr-table-card h3,
.gr-alert h3 {
  color: var(--gr-text);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.gr-notice-card p,
.gr-card p,
.gr-alert p,
.gr-note,
.gr-note-list p {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.gr-rule-panel {
  padding: 30px;
  border: 1px solid var(--gr-border);
  border-radius: 28px;
  background: rgba(13, 20, 28, 0.78);
}

.gr-two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.gr-two-col-list ul,
.gr-accordion-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gr-two-col-list li,
.gr-accordion-content li {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.75;
  padding: 0 0 14px 26px;
  position: relative;
}

.gr-two-col-list li:last-child,
.gr-accordion-content li:last-child {
  padding-bottom: 0;
}

.gr-two-col-list li::before,
.gr-accordion-content li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--gr-blue);
  border-radius: 999px;
  position: absolute;
  top: 11px;
  left: 0;
  box-shadow: 0 0 16px rgba(95, 174, 221, 0.6);
}

.gr-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.gr-card,
.gr-table-card,
.gr-alert {
  padding: 30px;
}

.gr-card-accent {
  background:
    radial-gradient(circle at top right, rgba(95, 174, 221, 0.18), transparent 48%),
    var(--gr-card-light);
}

.gr-margin-top {
  margin-top: 26px;
}

.gr-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gr-chip-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(95, 174, 221, 0.34);
  border-radius: 999px;
  background: rgba(95, 174, 221, 0.08);
  color: var(--gr-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.gr-chip-grid-wide span {
  min-width: 118px;
}

/* Fix spacing below pills before paragraph copy */
.gr-chip-grid + .gr-note {
  margin-top: 30px;
}

.gr-note {
  margin-top: 22px;
}

/* Clean premium table styling without clipped/cut borders */
.gr-table-card {
  overflow: visible;
}

.gr-responsive-table {
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
  background: rgba(8, 13, 19, 0.78);
  border: 1px solid rgba(95, 174, 221, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.gr-responsive-table table {
  width: 100%;
  min-width: 420px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

.gr-responsive-table th,
.gr-responsive-table td {
  padding: 18px 20px;
  border: 0 !important;
  border-bottom: 1px solid rgba(95, 174, 221, 0.15) !important;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  background: transparent !important;
}

.gr-responsive-table th {
  background: rgba(95, 174, 221, 0.1) !important;
  color: var(--gr-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gr-responsive-table tr:last-child td {
  border-bottom: 0 !important;
}

.gr-responsive-table th:first-child {
  border-top-left-radius: 18px;
}

.gr-responsive-table th:last-child {
  border-top-right-radius: 18px;
}

.gr-note-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.gr-alert {
  border-color: rgba(95, 174, 221, 0.52);
  background:
    radial-gradient(circle at top left, rgba(95, 174, 221, 0.16), transparent 40%),
    var(--gr-card);
}

.gr-alert p + p {
  margin-top: 14px;
}

.gr-alert a {
  color: var(--gr-blue);
  font-weight: 700;
  text-decoration: none;
}

.gr-alert a:hover {
  text-decoration: underline;
}

.gr-accordion {
  display: grid;
  gap: 14px;
}

.gr-accordion details {
  border: 1px solid var(--gr-border);
  border-radius: 22px;
  background: rgba(13, 20, 28, 0.78);
  overflow: hidden;
  transition: border-color 200ms ease, background 200ms ease;
}

.gr-accordion details[open] {
  border-color: var(--gr-border-strong);
  background: rgba(13, 20, 28, 0.94);
}

.gr-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  color: var(--gr-text);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}

.gr-accordion summary::-webkit-details-marker {
  display: none;
}

.gr-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: var(--gr-blue);
  font-size: 28px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.gr-accordion details[open] summary::after {
  content: "–";
}

.gr-accordion-content {
  padding: 0 28px 28px;
  color: var(--gr-muted);
}

.gr-accordion-content p {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.gr-accordion-content p:last-child {
  margin-bottom: 0;
}

.gr-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.gr-resource-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px;
  border: 1px solid rgba(95, 174, 221, 0.34);
  border-radius: 16px;
  background: rgba(95, 174, 221, 0.08);
  color: var(--gr-text) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.gr-resource-grid a:hover {
  transform: translateY(-2px);
  background: rgba(95, 174, 221, 0.14);
  border-color: var(--gr-blue);
}

.gr-final-cta {
  padding: 90px 0 110px;
}

.gr-final-card {
  padding: 58px;
  border: 1px solid var(--gr-border-strong);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(95, 174, 221, 0.15), rgba(255, 255, 255, 0.02)),
    var(--gr-card);
  text-align: center;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

.gr-final-card h2 {
  max-width: 780px;
  margin: 0 auto;
}

.gr-final-card p:not(.gr-eyebrow) {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 700px;
  margin: 22px auto 0;
}

.gr-final-card .gr-hero-actions {
  justify-content: center;
}

/* Actual scroll-in animations */
.gr-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.gr-reveal.gr-in-view {
  opacity: 1;
  transform: translateY(0);
}

.gr-notice-card,
.gr-card,
.gr-table-card,
.gr-alert,
.gr-accordion details,
.gr-final-card {
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.gr-notice-card:hover,
.gr-card:hover,
.gr-table-card:hover,
.gr-alert:hover {
  transform: translateY(-3px);
  border-color: rgba(95, 174, 221, 0.44);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1024px) {
  .gr-nav-section {
    position: relative;
    top: auto;
  }

  .gr-nav-card {
    grid-template-columns: repeat(3, 1fr);
  }

  .gr-notice-grid,
  .gr-level-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gr-hero h1,
  .gr-section-head h2,
  .gr-final-card h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .gr-shell {
    width: min(100% - 28px, 1180px);
  }

  .gr-hero {
    min-height: auto;
    padding: 86px 0 64px;
  }

  .gr-hero h1,
  .gr-section-head h2,
  .gr-final-card h2 {
    font-size: 38px;
    line-height: 1.03;
  }

  .gr-hero-copy,
  .gr-section-head p:not(.gr-eyebrow),
  .gr-notice-card p,
  .gr-card p,
  .gr-alert p,
  .gr-note,
  .gr-note-list p,
  .gr-accordion-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .gr-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .gr-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gr-btn {
    width: 100%;
    min-height: 50px;
  }

  .gr-nav-section {
    position: relative;
    top: auto;
    padding: 12px 0;
  }

  .gr-nav-card {
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
    padding: 10px;
  }

  .gr-nav-card a {
    min-height: 44px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .gr-section {
    padding: 64px 0;
    scroll-margin-top: 110px;
  }

  .gr-section-head {
    margin-bottom: 26px;
  }

  .gr-notice-grid,
  .gr-level-grid,
  .gr-split,
  .gr-two-col-list,
  .gr-resource-grid {
    grid-template-columns: 1fr;
  }

  .gr-notice-card,
  .gr-card,
  .gr-table-card,
  .gr-alert,
  .gr-rule-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .gr-notice-card {
    min-height: auto;
  }

  .gr-chip-grid {
    margin-top: 20px;
  }

  .gr-chip-grid + .gr-note {
    margin-top: 26px;
  }

  .gr-chip-grid span {
    min-height: 36px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .gr-responsive-table {
    border-radius: 16px;
  }

  .gr-responsive-table th,
  .gr-responsive-table td {
    padding: 15px 14px;
    font-size: 14px;
  }

  .gr-responsive-table th {
    letter-spacing: 2px;
  }

  .gr-accordion summary {
    padding: 20px 54px 20px 22px;
    font-size: 18px;
  }

  .gr-accordion summary::after {
    right: 22px;
  }

  .gr-accordion-content {
    padding: 0 22px 22px;
  }

  .gr-final-cta {
    padding: 64px 0 76px;
  }

  .gr-final-card {
    padding: 34px 22px;
    border-radius: 24px;
    text-align: left;
  }

  .gr-final-card .gr-hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .gr-nav-card {
    grid-template-columns: 1fr;
  }

  .gr-hero h1,
  .gr-section-head h2,
  .gr-final-card h2 {
    font-size: 34px;
  }
}/* End custom CSS */