.foot,
.hub-games-container,
.worldsMayhemBanner,
.worlds-mayhem,
.button-worlds-badge,
.button-game:has(.button-worlds-badge),
#menu > .buttons-container:has(.button-worlds-badge),
.ad-container,
[id*="ad-container"],
.iframeContainer,
.share,
.share-modal,
.complete-share,
.v--modal-overlay[data-modal="complete-all-modal"] { display: none !important; }

body.ogurec-locked > *:not(.ogurec-gate):not(.ogurec-party) {
  pointer-events: none !important;
  user-select: none !important;
}

.ogurec-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(1, 10, 19, .72);
  backdrop-filter: blur(6px);
}
.ogurec-gate-card {
  width: min(420px, 100%);
  padding: 22px 24px 20px 26px;
  color: #f0e6d2;
  background: linear-gradient(180deg, rgba(18, 36, 52, .96), rgba(1, 10, 19, .98));
  border: 1px solid rgba(56, 185, 255, .7);
  box-shadow:
    0 0 0 1px rgba(200, 170, 110, .22),
    0 18px 40px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(240, 230, 210, .08);
  font: 14px/1.4 "Source Sans Pro", sans-serif;
  text-align: center;
}
.ogurec-gate-card strong {
  display: block;
  color: #c8aa6e;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ogurec-gate-status {
  margin: 10px 0 0;
  color: #a09b8c;
}
.ogurec-gate.is-failed .ogurec-gate-status { color: #f0e6d2; }

.ogurec-party {
  position: fixed;
  z-index: 2147483647;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(640px, calc(100vw - 28px));
  box-sizing: border-box;
  padding: 10px 14px 12px 16px;
  color: #f0e6d2;
  background:
    linear-gradient(180deg, rgba(18, 36, 52, .92), rgba(1, 10, 19, .96));
  border: 1px solid rgba(56, 185, 255, .7);
  box-shadow:
    0 0 0 1px rgba(200, 170, 110, .22),
    0 10px 28px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(240, 230, 210, .08);
  font: 13px/1.3 "Source Sans Pro", sans-serif;
  backdrop-filter: blur(10px);
}
.ogurec-party::before {
  content: "";
  position: absolute;
  inset: 6px auto 6px 0;
  width: 3px;
  background: linear-gradient(#c8aa6e, #785a28);
}
.ogurec-party header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(200, 170, 110, .28);
}
.ogurec-party strong {
  color: #c8aa6e;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(200, 170, 110, .25);
}
.ogurec-total {
  color: #38b9ff;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.ogurec-sub {
  margin: 6px 0 0;
  color: #a09b8c;
  font-size: 11px;
}
.ogurec-mode-head {
  display: none;
}
.ogurec-players {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.ogurec-player {
  display: grid;
  grid-template-columns: minmax(88px, 140px) 1fr;
  gap: 8px 12px;
  align-items: center;
}
.ogurec-identity {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ogurec-identity img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(200, 170, 110, .45);
}
.ogurec-identity span {
  flex: 1;
  overflow: hidden;
  color: #f0e6d2;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ogurec-identity em {
  color: #c8aa6e;
  font-style: normal;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.ogurec-scores {
  display: grid;
  grid-template-columns: repeat(5, minmax(36px, 1fr));
  gap: 4px;
}
.ogurec-scores span {
  display: grid;
  min-height: 26px;
  place-items: center;
  color: #a09b8c;
  background: rgba(30, 40, 45, .92);
  border: 1px solid rgba(56, 185, 255, .28);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.ogurec-scores span.active {
  color: #f0e6d2;
  border-color: #c8aa6e;
  box-shadow: inset 0 0 8px rgba(200, 170, 110, .18);
}
.ogurec-scores span.done {
  color: #010a13;
  background: #0ac8b9;
  border-color: #0ac8b9;
}
.ogurec-classic {
  grid-column: 2;
  display: grid;
  gap: 2px;
}
.ogurec-classic div {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2px;
}
.ogurec-cell {
  display: block;
  height: 7px;
  background: #1e282d;
  border: 1px solid #3c3c41;
}
.ogurec-cell.g { background: #0ac8b9; border-color: #0ac8b9; }
.ogurec-cell.p { background: #c89b3c; border-color: #c89b3c; }
.ogurec-cell.b { background: #3c3c41; }
.ogurec-cell.u, .ogurec-cell.d { background: #463714; border-color: #c8aa6e; }

@media (max-width: 720px) {
  .ogurec-party {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    width: auto;
    max-height: 28vh;
    overflow: auto;
  }
  .ogurec-player { grid-template-columns: 1fr; }
  .ogurec-classic { grid-column: 1; }
}
