@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Saira:wght@400;500;600&display=swap');

/* =========================================================
   ARC RAIDERS WORDPRESS PAGE RESET
   Target page: 1360 only
   ========================================================= */
body.page-id-1360 #top-bar,
body.page-id-1360 #top-bar-wrap,
body.page-id-1360 #site-header,
body.page-id-1360 #site-header-sticky-wrapper,
body.page-id-1360 .page-header,
body.page-id-1360 .entry-header,
body.page-id-1360 #footer,
body.page-id-1360 #footer-widgets,
body.page-id-1360 #footer-bottom,
body.page-id-1360 #scroll-top,
body.page-id-1360 .site-breadcrumbs,
body.page-id-1360 .oceanwp-breadcrumb {
  display: none !important;
}

body.page-id-1360 #wrap,
body.page-id-1360 #main,
body.page-id-1360 #content-wrap,
body.page-id-1360 #primary,
body.page-id-1360 #content,
body.page-id-1360 .content-area,
body.page-id-1360 .site-content,
body.page-id-1360 .content-full-screen,
body.page-id-1360 .content-full-width,
body.page-id-1360 .entry-content,
body.page-id-1360 .elementor,
body.page-id-1360 .elementor-section-wrap,
body.page-id-1360 .elementor-section,
body.page-id-1360 .elementor-top-section,
body.page-id-1360 .elementor-container,
body.page-id-1360 .elementor-widget-container,
body.page-id-1360 .elementor-column,
body.page-id-1360 .elementor-column-wrap,
body.page-id-1360 .elementor-widget-wrap,
body.page-id-1360 .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
body.page-id-1360 .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-1360 {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-id-1360 #ebarc-root {
  --cream: #f0e8dc;
  --gold: #f2b315;
  --gold-strong: #ffbf1f;
  --outline: rgba(240, 232, 220, 0.18);
  --outline-strong: rgba(240, 232, 220, 0.32);
  --panel-bg: linear-gradient(180deg, rgba(11, 9, 28, 0.90), rgba(22, 28, 54, 0.84));
  --page-pad: 24px;
  --slot-size: 164px;
  --amount-height: 60px;
  --slot-gap: 30px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

body.page-id-1360 #ebarc-root, body.page-id-1360 #ebarc-root * { box-sizing: border-box; }
body.page-id-1360 #ebarc-root { min-height: 100%; }
body.page-id-1360 { margin: 0 !important; overflow-x: hidden !important; overflow-y: auto !important; background: #050912 !important; }
body.page-id-1360 #ebarc-root { font-family: 'Montserrat', sans-serif; color: var(--cream); background: #050912; min-height: 100vh; width: 100vw; max-width: none; position: relative; overflow-x: hidden; isolation: isolate; }

body.page-id-1360 #ebarc-root a { color: var(--gold); text-decoration: none; }
body.page-id-1360 #ebarc-root a:hover { color: #ffd46b; }

.ebarc-background-stack,
.ebarc-background-layer,
.ebarc-background-overlay {
  position: fixed;
  inset: 0;
}

.ebarc-background-stack { z-index: -3; overflow: hidden; }
.ebarc-background-layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 900ms ease, transform 900ms ease;
}
.ebarc-background-default {
  opacity: 1;
  background-image: url('https://sm.ign.com/t/ign_de/photo/default/arc-raiders-reveal-gif-getready-1639052314901_d6yn.200.gif');
  transform: scale(1.04);
}
.ebarc-background-map {
  opacity: 0;
  transform: scale(1.02);
}
.ebarc-background-map.ebarc-is-visible {
  opacity: 0.98;
  transform: scale(1.04);
}
.ebarc-background-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at center, rgba(5, 9, 18, 0.03), rgba(5, 9, 18, 0.18)),
    linear-gradient(180deg, rgba(5, 9, 18, 0.06), rgba(5, 9, 18, 0.16));
  pointer-events: none;
}

.ebarc-topbar {
  position: fixed;
  top: 18px;
  left: 20px;
  z-index: 20;
}
.ebarc-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.ebarc-brand-logo {
  width: 138px;
  height: auto;
  display: block;
}
.ebarc-brand-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
}

.ebarc-settings-dock {
  position: absolute;
  left: 20px;
  top: 306px;
  z-index: 19;
  width: 72px;
  height: 282px;
  overflow: visible;
}
.ebarc-settings-rail,
.ebarc-settings-panel {
  position: absolute;
  top: 0;
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.ebarc-settings-rail {
  left: 0;
  width: 72px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.10);
  border-right: none;
  border-radius: 36px 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.ebarc-settings-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
.ebarc-settings-panel {
  left: 72px;
  width: 320px;
  height: 100%;
  max-width: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-left: none;
  border-radius: 0 28px 28px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-18px);
  transition: max-width 220ms ease, opacity 220ms ease, transform 220ms ease;
  overflow: hidden;
}
.ebarc-settings-dock:hover .ebarc-settings-panel,
.ebarc-settings-dock:focus-within .ebarc-settings-panel {
  max-width: 320px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.ebarc-settings-panel-inner {
  width: 320px;
  height: 100%;
  padding: 24px 24px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.ebarc-settings-panel h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ebarc-control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ebarc-control-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 232, 220, 0.84);
}
.ebarc-stepper {
  display: inline-grid;
  grid-template-columns: 50px 72px 50px;
  align-items: center;
  gap: 10px;
}
.ebarc-stepper button,
.ebarc-spin-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.ebarc-stepper button {
  height: 46px;
  border-radius: 14px;
  background: rgba(242, 179, 21, 0.16);
  color: var(--cream);
  font-size: 26px;
  font-weight: 700;
  transition: transform 140ms ease, background 140ms ease;
}
.ebarc-stepper button:hover { transform: translateY(-1px); background: rgba(242, 179, 21, 0.24); }
.ebarc-stepper-value {
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--outline-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  background: rgba(255,255,255,0.03);
}
.ebarc-toggle-group {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ebarc-toggle-group > label {
  max-width: 168px;
}
.ebarc-switch {
  position: relative;
  width: 64px;
  height: 36px;
  display: inline-block;
  flex: 0 0 auto;
}
.ebarc-switch input {
  position: absolute;
  opacity: 0;
  inset: 0;
}
.ebarc-switch-slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--outline-strong);
  transition: background 160ms ease, border-color 160ms ease;
}
.ebarc-switch-slider::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: var(--cream);
  transition: transform 160ms ease, background 160ms ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.22);
}
.ebarc-switch input:checked + .ebarc-switch-slider {
  background: rgba(242, 179, 21, 0.30);
  border-color: rgba(242, 179, 21, 0.52);
}
.ebarc-switch input:checked + .ebarc-switch-slider::after {
  transform: translateX(28px);
  background: var(--gold);
}
.ebarc-settings-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(240, 232, 220, 0.72);
}

.ebarc-main-stage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 112px 24px 100px;
}
.ebarc-map-title-wrap {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 28px;
}
.ebarc-map-title {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 78px;
  padding: 0 18px;
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(240, 232, 220, 0.98);
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.45),
    0 10px 26px rgba(0, 0, 0, 0.74),
    0 0 20px rgba(0, 0, 0, 0.38),
    0 0 2px rgba(0,0,0,0.9);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
}
.ebarc-map-title.ebarc-is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ebarc-map-title .ebarc-char { display: inline-block; }
.ebarc-map-title .ebarc-space { width: 0.35em; }

.ebarc-roulette {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--slot-gap);
  width: 100%;
  max-width: 1120px;
  min-height: calc(var(--slot-size) + var(--amount-height) + 20px);
}
.ebarc-pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.ebarc-slot {
  position: relative;
  border: 1px solid var(--outline);
  background: transparent;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ebarc-slot::before,
.ebarc-slot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.ebarc-slot::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
  opacity: 0.30;
  z-index: 0;
}
.ebarc-slot::after {
  background: var(--panel-bg);
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: 0;
}
.ebarc-slot.ebarc-is-filled {
  border-color: rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 12px 28px rgba(0, 0, 0, 0.24);
}
.ebarc-slot.ebarc-is-filled::after {
  opacity: 1;
}
.ebarc-slot.ebarc-is-blink {
  border-color: rgba(242, 179, 21, 0.60);
  box-shadow: 0 0 0 1px rgba(242, 179, 21, 0.14), 0 0 18px rgba(242, 179, 21, 0.18);
}
.ebarc-slot.ebarc-item-slot {
  width: var(--slot-size);
  height: var(--slot-size);
  border-radius: 22px;
  cursor: pointer;
}
.ebarc-slot.ebarc-amount-slot {
  width: var(--slot-size);
  height: var(--amount-height);
  border-radius: 18px;
}
.ebarc-slot-window {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}
.ebarc-slot-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  will-change: transform;
}
.ebarc-entry {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
}
.ebarc-item-entry {
  height: var(--slot-size);
  padding: 12px 12px 12px;
  flex-direction: column;
  gap: 4px;
}
.ebarc-item-entry img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.28));
}
.ebarc-item-name {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 700;
  text-wrap: balance;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.34);
}
.ebarc-amount-entry {
  height: var(--amount-height);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.34);
}
.ebarc-placeholder {
  opacity: 0.18;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ebarc-item-placeholder { height: var(--slot-size); }
.ebarc-amount-placeholder { height: var(--amount-height); }

.ebarc-spin-button {
  margin-top: 28px;
  min-width: 250px;
  padding: 16px 28px;
  border-radius: 16px;
  background: var(--gold);
  color: #16110a;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.ebarc-spin-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.28);
  background: var(--gold-strong);
}
.ebarc-spin-button:disabled {
  cursor: default;
  opacity: 0.72;
}

.ebarc-footer {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 40px));
  text-align: center;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(240, 232, 220, 0.84);
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

@keyframes ebarcInfiniteReel {
  from { transform: translateY(calc(var(--spin-distance, 0px) * -1)); }
  to { transform: translateY(0px); }
}

@media (max-width: 1180px) {
  body.page-id-1360 #ebarc-root {
    --slot-size: 154px;
    --amount-height: 58px;
    --slot-gap: 18px;
  }
  .ebarc-brand-logo { width: 122px; }
  .ebarc-brand-title { font-size: 14px; }
}

@media (max-width: 920px) {
  body.page-id-1360 #ebarc-root {
    --slot-size: 132px;
    --amount-height: 54px;
    --slot-gap: 14px;
  }
  .ebarc-settings-dock { left: 12px; top: 306px; }
  .ebarc-topbar { left: 12px; top: 12px; }
  .ebarc-brand { padding: 10px 14px; }
}

/* ===== MERGED FULL RELEASE LAYER ===== */
body.page-id-1360 #ebarc-root.ebarc-release-page {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}

body.page-id-1360 #ebarc-root.ebarc-release-page .ebarc-main-stage {
  min-height: 100svh;
}

body.page-id-1360 #ebarc-root.ebarc-release-page .ebarc-footer {
  z-index: 18;
}

.ebarc-rules-dock {
  position: absolute;
  right: 20px;
  top: 160px;
  z-index: 19;
  width: 72px;
  height: 590px;
  overflow: visible;
}
.ebarc-rules-rail,
.ebarc-rules-panel {
  position: absolute;
  top: 0;
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.ebarc-rules-rail {
  right: 0;
  width: 72px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.10);
  border-left: none;
  border-radius: 0 36px 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  color: var(--gold);
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.ebarc-rules-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
.ebarc-rules-panel {
  right: 72px;
  width: 320px;
  height: 100%;
  max-width: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-right: none;
  border-radius: 28px 0 0 28px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: max-width 220ms ease, opacity 220ms ease, transform 220ms ease;
  overflow: hidden;
}
.ebarc-rules-dock:hover .ebarc-rules-panel,
.ebarc-rules-dock:focus-within .ebarc-rules-panel {
  max-width: 320px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.ebarc-rules-panel-inner {
  width: 320px;
  height: 100%;
  padding: 20px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.ebarc-rules-panel h2 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ebarc-rules-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ebarc-rules-group h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
  color: rgba(240, 232, 220, 0.84);
}
.ebarc-rules-group p,
.ebarc-rules-group li {
  margin: 0;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
  color: rgba(240, 232, 220, 0.72);
}
.ebarc-rules-group ul {
  margin: 0;
  padding-left: 18px;
}
.ebarc-rules-group li + li { margin-top: 5px; }
.ebarc-rules-group strong { color: var(--cream); }
.ebarc-rules-image-wrap {
  position: relative;
  width: 100%;
  height: 94px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}
.ebarc-rules-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
  display: block;
}
.ebarc-rules-image-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  color: rgba(240, 232, 220, 0.72);
  font-size: 12px;
  line-height: 1.35;
  background: rgba(5, 9, 18, 0.88);
}
.ebarc-rules-image-wrap.ebarc-is-missing .ebarc-rules-image-fallback { display: flex; }
.ebarc-rules-image-wrap.ebarc-is-missing .ebarc-rules-image { display: none; }

.ebarc-seo-content {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.96), rgba(5, 11, 20, 1)),
    radial-gradient(circle at top, rgba(242, 176, 28, 0.08), transparent 40%);
  padding: 56px 20px 96px;
}
.ebarc-coming-soon-card,
.ebarc-seo-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  background: rgba(10, 16, 27, 0.84);
  box-shadow: var(--shadow);
}
.ebarc-finals-teaser {
  position: relative;
  max-width: 1120px;
  min-height: 370px;
  margin: 0 auto 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(120,0,22,0.78) 0%, rgba(194,8,42,0.62) 44%, rgba(70,0,18,0.30) 100%),
    url('https://giffiles.alphacoders.com/221/221469.gif') center/cover no-repeat;
}
.ebarc-finals-hero {
  position: relative;
  max-width: 700px;
  padding: 36px 34px 34px;
}
.ebarc-finals-hero-logo {
  display: block;
  width: min(300px, 72%);
  height: auto;
  margin: 0 0 18px;
  filter: brightness(0) invert(1);
}
.ebarc-finals-hero .ebarc-seo-kicker {
  color: rgba(255,255,255,0.84);
  margin-bottom: 12px;
}
.ebarc-finals-hero h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 9px 28px rgba(0,0,0,0.34);
}
.ebarc-finals-hero p {
  max-width: 560px;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.90);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.ebarc-finals-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  background: #fff;
  color: #c30b2f;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,0.26);
}
.ebarc-seo-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ebarc-seo-card {
  padding: 26px 24px;
}
.ebarc-seo-card-hero {
  grid-column: 1 / -1;
}
.ebarc-seo-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
}
.ebarc-seo-card h1 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.ebarc-seo-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.ebarc-seo-card p,
.ebarc-seo-card li {
  margin: 0;
  color: rgba(240, 232, 220, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .ebarc-rules-dock { right: 12px; top: 104px; }
  .ebarc-finals-hero h2 { font-size: 52px; }
}
@media (max-width: 920px) {
  .ebarc-rules-dock:hover,
  .ebarc-rules-dock:focus-within { }
  .ebarc-rules-panel { width: 280px; }
  .ebarc-rules-panel-inner { width: 280px; padding: 18px; }
  .ebarc-seo-grid { grid-template-columns: 1fr; }
  .ebarc-seo-card-hero { grid-column: auto; }
  .ebarc-finals-hero { padding: 28px 20px 24px; }
  .ebarc-finals-hero-logo { width: min(240px, 70%); }
  .ebarc-finals-hero p { font-size: 15px; }
}


body.page-id-1360 #ebarc-root.ebarc-release-page .ebarc-topbar { z-index: 20; }
body.page-id-1360 #ebarc-root.ebarc-release-page .ebarc-settings-dock,
body.page-id-1360 #ebarc-root.ebarc-release-page .ebarc-rules-dock { z-index: 19; }

/* =========================================================
   WORDPRESS-SAFE WIDTH + STACKING OVERRIDES
   ========================================================= */
body.page-id-1360 #ebarc-root .ebarc-background-stack {
  z-index: 0 !important;
  pointer-events: none !important;
}

body.page-id-1360 #ebarc-root .ebarc-main-stage,
body.page-id-1360 #ebarc-root .ebarc-seo-content {
  position: relative;
  z-index: 2;
}

body.page-id-1360 #ebarc-root .ebarc-main-stage {
  width: 100vw;
  max-width: none;
}

body.page-id-1360 #ebarc-root .ebarc-roulette {
  max-width: min(1320px, calc(100vw - 180px));
}

body.page-id-1360 #ebarc-root .ebarc-seo-content {
  width: 100vw;
  max-width: none;
}

body.page-id-1360 #ebarc-root .ebarc-finals-teaser,
body.page-id-1360 #ebarc-root .ebarc-seo-grid {
  width: min(1600px, calc(100vw - 64px));
  max-width: none !important;
}

body.page-id-1360 #ebarc-root .ebarc-footer {
  z-index: 18;
}

@media (max-width: 920px) {
  body.page-id-1360 #ebarc-root .ebarc-finals-teaser,
  body.page-id-1360 #ebarc-root .ebarc-seo-grid {
    width: min(100%, calc(100vw - 28px));
  }

  body.page-id-1360 #ebarc-root .ebarc-roulette {
    max-width: calc(100vw - 40px);
  }
}

/* =========================================================
   FINAL FULL-BLEED FIX FOR ELEMENTOR / OCEANWP
   Fixes the whole ARC app being shifted to the right.
   Target page: 1360 only
   ========================================================= */
body.page-id-1360 #outer-wrap,
body.page-id-1360 #wrap,
body.page-id-1360 #main,
body.page-id-1360 #content-wrap,
body.page-id-1360 #primary,
body.page-id-1360 #content,
body.page-id-1360 .content-area,
body.page-id-1360 .site-content,
body.page-id-1360 .entry-content,
body.page-id-1360 .oceanwp-row,
body.page-id-1360 .clr,
body.page-id-1360 .container,
body.page-id-1360 .elementor,
body.page-id-1360 .elementor-section,
body.page-id-1360 .elementor-top-section,
body.page-id-1360 .elementor-section-wrap,
body.page-id-1360 .elementor-container,
body.page-id-1360 .elementor-column,
body.page-id-1360 .elementor-widget-wrap,
body.page-id-1360 .elementor-element-populated,
body.page-id-1360 .elementor-widget,
body.page-id-1360 .elementor-widget-container,
body.page-id-1360 .elementor-widget-shortcode,
body.page-id-1360 .elementor-shortcode,
body.page-id-1360 .e-con,
body.page-id-1360 .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

body.page-id-1360 #ebarc-root {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-main-stage,
body.page-id-1360 #ebarc-root .ebarc-seo-content {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-settings-dock {
  left: 20px !important;
}

body.page-id-1360 #ebarc-root .ebarc-rules-dock {
  right: 20px !important;
}
/* =========================================================
   ARC RAIDERS PAGE 1360 - PATCH 4 FIXES
   Add this at the VERY END of your current CSS block.
   ========================================================= */

/* 1) Disable theme/OceanWP red hover backgrounds inside the ARC app */
body.page-id-1360 #ebarc-root button,
body.page-id-1360 #ebarc-root button:hover,
body.page-id-1360 #ebarc-root button:focus,
body.page-id-1360 #ebarc-root button:active {
  outline: none !important;
  text-decoration: none !important;
}

body.page-id-1360 #ebarc-root .ebarc-slot,
body.page-id-1360 #ebarc-root .ebarc-slot:hover,
body.page-id-1360 #ebarc-root .ebarc-slot:focus,
body.page-id-1360 #ebarc-root .ebarc-slot:active {
  background: transparent !important;
  color: var(--cream) !important;
}

body.page-id-1360 #ebarc-root .ebarc-spin-button,
body.page-id-1360 #ebarc-root .ebarc-spin-button:focus,
body.page-id-1360 #ebarc-root .ebarc-spin-button:active {
  background: var(--gold) !important;
  color: #16110a !important;
}

body.page-id-1360 #ebarc-root .ebarc-spin-button:hover:not(:disabled) {
  background: var(--gold-strong) !important;
  color: #16110a !important;
}

body.page-id-1360 #ebarc-root .ebarc-stepper button,
body.page-id-1360 #ebarc-root .ebarc-stepper button:focus,
body.page-id-1360 #ebarc-root .ebarc-stepper button:active {
  background: rgba(242, 179, 21, 0.16) !important;
  color: var(--cream) !important;
}

body.page-id-1360 #ebarc-root .ebarc-stepper button:hover {
  background: rgba(242, 179, 21, 0.24) !important;
  color: var(--cream) !important;
}

body.page-id-1360 #ebarc-root .ebarc-rules-rail,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:hover,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:focus,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:active {
  background: var(--panel-bg) !important;
  color: var(--gold) !important;
}

/* 2) Give the map title more distance above the item slots */
body.page-id-1360 #ebarc-root .ebarc-map-title-wrap {
  min-height: 150px !important;
  margin-bottom: 70px !important;
  align-items: flex-end !important;
}

body.page-id-1360 #ebarc-root .ebarc-map-title {
  transform: translateY(-4px) !important;
}

body.page-id-1360 #ebarc-root .ebarc-map-title.ebarc-is-visible {
  transform: translateY(-4px) !important;
}

/* 3) SEO/articles should NOT be full-width. Keep the blue section full-width, but center the cards like before. */
body.page-id-1360 #ebarc-root .ebarc-seo-content {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #050b14 !important;
}

body.page-id-1360 #ebarc-root .ebarc-finals-teaser,
body.page-id-1360 #ebarc-root .ebarc-seo-grid {
  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 4) Force the dark blue article background to continue to the real page bottom. */
body.page-id-1360,
body.page-id-1360 #ebarc-root {
  background-color: #050b14 !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-content {
  padding-bottom: 140px !important;
  box-shadow: 0 100vh 0 100vh #050b14 !important;
}

@media (max-width: 920px) {
  body.page-id-1360 #ebarc-root .ebarc-map-title-wrap {
    min-height: 120px !important;
    margin-bottom: 48px !important;
  }

  body.page-id-1360 #ebarc-root .ebarc-finals-teaser,
  body.page-id-1360 #ebarc-root .ebarc-seo-grid {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }
}

/* =========================================================
   FINAL BOTTOM BACKGROUND FIX
   Keeps the article area dark blue until the real page bottom
   and prevents the fixed ARC background from flashing through.
   ========================================================= */

html:has(body.page-id-1360),
body.page-id-1360,
body.page-id-1360 #outer-wrap,
body.page-id-1360 #wrap,
body.page-id-1360 #main,
body.page-id-1360 #content-wrap,
body.page-id-1360 #primary,
body.page-id-1360 #content,
body.page-id-1360 .content-area,
body.page-id-1360 .site-content,
body.page-id-1360 .entry-content,
body.page-id-1360 .elementor,
body.page-id-1360 .elementor-section,
body.page-id-1360 .elementor-top-section,
body.page-id-1360 .elementor-container,
body.page-id-1360 .elementor-widget-container {
  background-color: #050b14 !important;
}

body.page-id-1360 #ebarc-root {
  background-color: #050b14 !important;
  min-height: 100vh !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-content {
  position: relative !important;
  z-index: 25 !important;
  background: #050b14 !important;
  padding-bottom: max(180px, 18vh) !important;
  margin-bottom: 0 !important;
  box-shadow: 0 120vh 0 120vh #050b14 !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120vh;
  height: 120vh;
  background: #050b14;
  pointer-events: none;
  z-index: -1;
}

body.page-id-1360 #ebarc-root .ebarc-footer {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100vw !important;
  max-width: none !important;
  padding: 10px 20px 12px !important;
  background: rgba(5, 11, 20, 0.96) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 80 !important;
}

body.page-id-1360 #ebarc-root .ebarc-background-stack {
  pointer-events: none !important;
}

/* =========================================================
   FINAL MICRO FIXES - PAGE 1360
   1) remove theme button hover borders/backgrounds
   2) remove right slit in article background
   3) stop empty deep scrolling after SEO section
   ========================================================= */

/* Button hover/focus reset: prevents OceanWP/Elementor red backgrounds and white borders */
body.page-id-1360 #ebarc-root button,
body.page-id-1360 #ebarc-root button:hover,
body.page-id-1360 #ebarc-root button:focus,
body.page-id-1360 #ebarc-root button:active,
body.page-id-1360 #ebarc-root button:focus-visible {
  outline: 0 !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.page-id-1360 #ebarc-root .ebarc-slot,
body.page-id-1360 #ebarc-root .ebarc-slot:hover,
body.page-id-1360 #ebarc-root .ebarc-slot:focus,
body.page-id-1360 #ebarc-root .ebarc-slot:active,
body.page-id-1360 #ebarc-root .ebarc-slot:focus-visible {
  background: transparent !important;
  border: 1px solid var(--outline) !important;
  outline: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-slot.ebarc-is-filled,
body.page-id-1360 #ebarc-root .ebarc-slot.ebarc-is-filled:hover,
body.page-id-1360 #ebarc-root .ebarc-slot.ebarc-is-filled:focus,
body.page-id-1360 #ebarc-root .ebarc-slot.ebarc-is-filled:active {
  border-color: rgba(255,255,255,0.12) !important;
}

body.page-id-1360 #ebarc-root .ebarc-spin-button,
body.page-id-1360 #ebarc-root .ebarc-spin-button:focus,
body.page-id-1360 #ebarc-root .ebarc-spin-button:active,
body.page-id-1360 #ebarc-root .ebarc-spin-button:focus-visible {
  background: var(--gold) !important;
  color: #16110a !important;
  border: 0 !important;
  outline: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-spin-button:hover:not(:disabled) {
  background: var(--gold-strong) !important;
  color: #16110a !important;
  border: 0 !important;
  outline: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-stepper button,
body.page-id-1360 #ebarc-root .ebarc-stepper button:hover,
body.page-id-1360 #ebarc-root .ebarc-stepper button:focus,
body.page-id-1360 #ebarc-root .ebarc-stepper button:active,
body.page-id-1360 #ebarc-root .ebarc-stepper button:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-rules-rail,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:hover,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:focus,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:active,
body.page-id-1360 #ebarc-root .ebarc-rules-rail:focus-visible {
  background: var(--panel-bg) !important;
  color: var(--gold) !important;
  border-color: rgba(255,255,255,0.10) !important;
  outline: 0 !important;
}

/* Article area: remove right slit and keep the dark section only as large as the content needs */
html:has(body.page-id-1360),
body.page-id-1360,
body.page-id-1360 #outer-wrap,
body.page-id-1360 #wrap,
body.page-id-1360 #main,
body.page-id-1360 #content-wrap,
body.page-id-1360 #primary,
body.page-id-1360 #content,
body.page-id-1360 .content-area,
body.page-id-1360 .site-content,
body.page-id-1360 .entry-content,
body.page-id-1360 .elementor,
body.page-id-1360 .elementor-section,
body.page-id-1360 .elementor-top-section,
body.page-id-1360 .elementor-container,
body.page-id-1360 .elementor-widget-container {
  background-color: #050b14 !important;
}

body.page-id-1360 #ebarc-root {
  background-color: #050b14 !important;
  overflow-x: hidden !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-content {
  position: relative !important;
  z-index: 25 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 56px 20px 96px !important;
  background: #050b14 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-content::after {
  content: none !important;
  display: none !important;
}

body.page-id-1360 #ebarc-root .ebarc-finals-teaser,
body.page-id-1360 #ebarc-root .ebarc-seo-grid {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-1360 #ebarc-root .ebarc-seo-grid {
  margin-bottom: 0 !important;
}

body.page-id-1360 #ebarc-root .ebarc-footer {
  bottom: 0 !important;
}



/* =====================================================
   ARC PAGE 1360 - Final footer box override
   Muss ganz unten im CSS stehen
   ===================================================== */

body.page-id-1360 #ebarc-root .ebarc-footer {
  position: fixed !important;

  left: 50% !important;
  right: auto !important;
  bottom: 14px !important;
  transform: translateX(-50%) !important;

  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: 1120px !important;
  min-width: 0 !important;
  inline-size: min(1120px, calc(100vw - 40px)) !important;

  padding: 12px 22px 13px !important;
  box-sizing: border-box !important;

  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 18px !important;

  background: linear-gradient(
    180deg,
    rgba(5, 8, 16, 0.94),
    rgba(7, 11, 20, 0.88)
  ) !important;

  box-shadow: 0 16px 38px rgba(0,0,0,0.34) !important;

  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;

  text-align: center !important;
  font-family: 'Saira', sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;

  color: rgba(247, 242, 232, 0.84) !important;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35) !important;

  z-index: 80 !important;
}

body.page-id-1360 #ebarc-root .ebarc-footer a {
  color: #f2b315 !important;
  text-decoration: none !important;
}

body.page-id-1360 #ebarc-root .ebarc-footer a:hover,
body.page-id-1360 #ebarc-root .ebarc-footer a:focus {
  color: #ffd46b !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 680px) {
  body.page-id-1360 #ebarc-root .ebarc-footer {
    width: calc(100vw - 24px) !important;
    inline-size: calc(100vw - 24px) !important;
    max-width: none !important;
    bottom: 10px !important;
    padding: 10px 14px 11px !important;
    border-radius: 14px !important;
    font-size: 10.5px !important;
  }
}
/* =========================================================
   ARC PAGE 1360 - THE FINALS promo is now published
   Add this at the VERY END of the CSS.
   ========================================================= */

body.page-id-1360 #ebarc-root .ebarc-finals-teaser .ebarc-seo-kicker {
  color: rgba(255,255,255,0.86) !important;
}

body.page-id-1360 #ebarc-root .ebarc-finals-cta,
body.page-id-1360 #ebarc-root .ebarc-finals-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 190px !important;
  min-height: 54px !important;
  padding: 0 22px !important;

  border-radius: 12px !important;
  border: 0 !important;

  background: #ffffff !important;
  color: #120812 !important;

  font-size: 15px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: 0 10px 24px rgba(0,0,0,0.26) !important;
}

body.page-id-1360 #ebarc-root .ebarc-finals-cta:hover,
body.page-id-1360 #ebarc-root .ebarc-finals-cta:focus {
  background: #f7f2e8 !important;
  color: #120812 !important;
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
}

/* Make sure the How to Play image uses the full visible preview area */
body.page-id-1360 #ebarc-root .ebarc-rules-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}