.vr-page {
  --vr-ink: #eefaf5;
  --vr-muted: #9db9ae;
  --vr-panel: rgba(5, 14, 18, 0.9);
  --vr-panel-soft: rgba(8, 22, 27, 0.76);
  --vr-line: rgba(128, 210, 185, 0.22);
  --vr-gold: #f1bd65;
  --vr-green: #6de6c2;
  --vr-red: #ef775f;
  --vr-violet: #b69cff;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  width: 100%;
  max-width: 100%;
  height: calc(100dvh - 8.4rem);
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
  color: var(--vr-ink);
  font-family: var(--font-ui, "Segoe UI", sans-serif);
  background: #03090c;
}

main[data-tutorial-page="weekly_events"] .weekly-event-detail--reliquary {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}

main[data-tutorial-page="weekly_events"] .weekly-event-detail--reliquary > .vr-page {
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  min-height: 0 !important;
}

.vespera-reliquary-open .vital-effects-dock {
  display: none !important;
}

.weekly-event-card__limit {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-top: 0.5rem;
  padding: 0.32rem 0.48rem;
  border: 1px solid rgba(109, 230, 194, 0.3);
  border-radius: 999px;
  background: rgba(5, 24, 32, 0.84);
  color: #a8d8ca;
  cursor: help;
}

.weekly-event-card__limit:focus-visible {
  outline: 1px solid #f1bd65;
  outline-offset: 2px;
}

.weekly-event-card__limit span {
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.weekly-event-card__limit strong {
  color: #effcf7;
  font-size: 0.66rem;
}

.weekly-event-card__limit.is-complete {
  border-color: rgba(241, 189, 101, 0.46);
  color: #d8b97c;
  background: rgba(55, 38, 18, 0.82);
}

.vr-page:has(> .vr-landing) {
  grid-template-rows: minmax(0, 1fr);
}

.vr-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(circle at 50% -10%, rgba(49, 119, 104, 0.22), transparent 48%), #03090c;
}

.vr-page-background,
.vr-landing-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--vr-act-background);
  background-size: cover;
  background-position: center;
  filter: saturate(0.82) contrast(1.08) brightness(0.54);
  transform: scale(1.02);
}

.vr-page-atmosphere,
.vr-landing-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, transparent 0 24%, rgba(1, 6, 8, 0.42) 72%, rgba(1, 5, 7, 0.92) 100%),
    linear-gradient(180deg, rgba(2, 9, 12, 0.74), rgba(3, 10, 13, 0.2) 24%, rgba(2, 8, 11, 0.82));
}

.vr-page-atmosphere::after {
  content: "";
  position: absolute;
  inset: -30%;
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 24% 30%, rgba(94, 226, 194, 0.22), transparent 31%),
    radial-gradient(ellipse at 76% 72%, rgba(131, 92, 188, 0.18), transparent 35%);
  animation: vr-atmosphere-drift 16s ease-in-out infinite alternate;
}

@keyframes vr-atmosphere-drift {
  from { transform: translate3d(-2%, -1%, 0) rotate(-1deg); }
  to { transform: translate3d(2%, 1%, 0) rotate(1deg); }
}

.vr-hud {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(340px, 1.4fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem 0.6rem;
  border-bottom: 1px solid rgba(126, 217, 190, 0.2);
  background: linear-gradient(180deg, rgba(3, 11, 15, 0.97), rgba(4, 15, 19, 0.88));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(15px);
}

.vr-title-lockup {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0.72rem;
}

.vr-title-lockup > span:last-child { min-width: 0; }

.vr-title-sigil {
  display: grid;
  place-items: center;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid color-mix(in srgb, var(--vr-act-accent, var(--vr-green)) 66%, transparent);
  border-radius: 50% 50% 45% 45%;
  color: var(--vr-act-accent, var(--vr-green));
  font-family: Georgia, serif;
  font-size: 1.25rem;
  text-shadow: 0 0 18px currentColor;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75), 0 0 24px color-mix(in srgb, var(--vr-act-accent, var(--vr-green)) 16%, transparent);
}

.vr-title-lockup small,
.vr-modal-kicker,
.vr-landing-kicker,
.vr-detail-eyebrow,
.vr-kit-label {
  display: block;
  color: var(--vr-act-accent, var(--vr-green));
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vr-title-lockup h1 {
  overflow: hidden;
  margin: 0.18rem 0 0;
  color: #f5fff9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr-hud-center { min-width: 0; }

.vr-floor-rail {
  display: grid;
  grid-template-columns: repeat(12, minmax(14px, 1fr));
  align-items: center;
  gap: 0.2rem;
}

.vr-floor-pip {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 1.2rem;
}

.vr-floor-pip::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  top: 50%;
  height: 1px;
  background: rgba(133, 174, 162, 0.25);
}

.vr-floor-pip-core {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0.22rem;
  border: 1px solid rgba(155, 199, 187, 0.22);
  border-radius: 999px;
  background: #102126;
}

.vr-floor-pip.is-cleared .vr-floor-pip-core {
  border-color: rgba(109, 230, 194, 0.72);
  background: var(--vr-green);
  box-shadow: 0 0 9px rgba(109, 230, 194, 0.48);
}

.vr-floor-pip.is-current .vr-floor-pip-core {
  height: 0.42rem;
  border-color: #fff0c5;
  background: var(--vr-gold);
  box-shadow: 0 0 14px rgba(241, 189, 101, 0.72);
}

.vr-floor-pip.is-checkpoint .vr-floor-pip-core {
  height: 0.75rem;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  border: 0;
  border-radius: 0;
  background: #4b3c27;
}

.vr-floor-pip.is-checkpoint.is-cleared .vr-floor-pip-core,
.vr-floor-pip.is-checkpoint.is-current .vr-floor-pip-core { background: var(--vr-gold); }

.vr-floor-pip-label {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  color: #bda974;
  font-size: 0.48rem;
  transform: translateX(-50%);
}

.vr-floor-caption {
  margin-top: 0.28rem;
  color: #a9c4ba;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.vr-hud-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.5rem;
}

.vr-stat-chip {
  display: flex;
  min-width: 6.4rem;
  flex-direction: column;
  justify-content: center;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(148, 196, 182, 0.18);
  border-radius: 0.5rem;
  background: rgba(4, 14, 18, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.vr-stat-label {
  color: #8eaaa1;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vr-stat-value {
  margin-top: 0.1rem;
  color: #effbf6;
  font-size: 0.78rem;
  line-height: 1.15;
}

.vr-tone-gold .vr-stat-value { color: var(--vr-gold); }
.vr-tone-vitality .vr-stat-value { color: var(--vr-green); }
.vr-tone-warning .vr-stat-value { color: #ffd087; }
.vr-tone-danger .vr-stat-value { color: var(--vr-red); }
.vr-tone-violet .vr-stat-value { color: var(--vr-violet); }

.vr-abandon {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(221, 100, 78, 0.35);
  border-radius: 0.45rem;
  color: #e9a093;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: rgba(70, 18, 16, 0.34);
  transition: 150ms ease;
}

.vr-abandon:hover,
.vr-abandon:focus-visible {
  border-color: rgba(244, 120, 95, 0.78);
  color: #ffd5cd;
  background: rgba(96, 25, 20, 0.58);
}

.vr-resource-strip {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(240px, 1.7fr) repeat(3, minmax(105px, 0.52fr));
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(132, 201, 180, 0.14);
  background: rgba(2, 10, 13, 0.76);
  backdrop-filter: blur(11px);
}

.vr-vitality-bar {
  min-width: 0;
  padding: 0.38rem 0.7rem 0.48rem;
  border: 1px solid rgba(109, 230, 194, 0.22);
  border-radius: 0.5rem;
  background: rgba(4, 16, 19, 0.8);
}

.vr-vitality-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #b7d0c7;
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-vitality-label strong { color: #effcf6; font-size: 0.68rem; }
.vr-vitality-track { height: 0.38rem; margin-top: 0.3rem; overflow: hidden; border-radius: 999px; background: #102126; }
.vr-vitality-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #16806b, var(--vr-green)); box-shadow: 0 0 12px rgba(109, 230, 194, 0.55); transition: width 280ms ease; }
.vr-vitality-bar.vr-tone-warning .vr-vitality-track span { background: linear-gradient(90deg, #9b6424, #f0b95f); }
.vr-vitality-bar.vr-tone-danger .vr-vitality-track span { background: linear-gradient(90deg, #8e3027, var(--vr-red)); animation: vr-danger-pulse 1.25s ease-in-out infinite; }

@keyframes vr-danger-pulse { 50% { filter: brightness(1.35); box-shadow: 0 0 18px rgba(239, 119, 95, 0.75); } }

.vr-play-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 320px);
  height: 100%;
  min-height: 0;
  align-items: stretch;
  gap: 0.7rem;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0.48rem 0.8rem 0.35rem;
}

.vr-board-zone {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.vr-board-topline {
  display: flex;
  min-height: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.25rem;
  color: #b4cbc2;
  font-size: 0.66rem;
}

.vr-board-topline p { overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: nowrap; }
.vr-board-topline > span { flex: 0 0 auto; color: #718f85; font-size: 0.55rem; text-transform: uppercase; }
.vr-board-topline kbd { margin: 0 0.22rem 0 0.38rem; padding: 0.08rem 0.22rem; border: 1px solid rgba(144, 196, 181, 0.28); border-radius: 0.2rem; color: #bcd5cc; background: rgba(6, 19, 23, 0.82); }

.vr-board-frame {
  position: relative;
  display: flex;
  min-height: 0;
  overflow: hidden;
  padding: clamp(0.38rem, 0.7vw, 0.68rem);
  border: 1px solid color-mix(in srgb, var(--vr-act-accent, var(--vr-green)) 34%, transparent);
  border-radius: 0.85rem;
  background-color: #030b0e;
  background-image: var(--vr-act-background);
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.52), inset 0 0 45px rgba(0, 0, 0, 0.72), 0 0 28px color-mix(in srgb, var(--vr-act-accent, var(--vr-green)) 8%, transparent);
}

.vr-board-frame::before,
.vr-board-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  border-color: var(--vr-act-accent, var(--vr-green));
  opacity: 0.52;
}

.vr-board-frame::before { top: 0.25rem; left: 0.25rem; border-top: 1px solid; border-left: 1px solid; }
.vr-board-frame::after { right: 0.25rem; bottom: 0.25rem; border-right: 1px solid; border-bottom: 1px solid; }

.vr-board {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: clamp(0.22rem, 0.46vw, 0.48rem);
}

.vr-tile {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(133, 180, 166, 0.22);
  border-radius: clamp(0.28rem, 0.48vw, 0.55rem);
  color: #f0faf6;
  background: #071115;
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.58), 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 145ms ease, border-color 145ms ease, box-shadow 145ms ease, filter 145ms ease;
}

.vr-tile:hover,
.vr-tile:focus-visible { z-index: 4; transform: translateY(-2px); border-color: rgba(191, 235, 221, 0.58); outline: none; box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.48), 0 8px 20px rgba(0, 0, 0, 0.42); }
.vr-tile.is-selected { z-index: 5; border-color: var(--vr-gold); box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(241, 189, 101, 0.38), 0 0 20px rgba(241, 189, 101, 0.25); }
.vr-tile.is-cleared { filter: saturate(0.55) brightness(0.68); }
.vr-tile.is-cleared:hover,
.vr-tile.is-cleared:focus-visible { filter: saturate(0.75) brightness(0.82); }
.vr-tile.is-finalized,
.vr-tile.is-finalized:hover,
.vr-tile.is-finalized:focus-visible {
  z-index: 1;
  cursor: default;
  transform: none;
  filter: grayscale(0.92) saturate(0.12) brightness(0.42);
  opacity: 0.58;
  border-color: rgba(112, 132, 126, 0.22);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.72);
}
.vr-tile.is-finalized .vr-tile-art,
.vr-tile.is-finalized .vr-fog {
  filter: grayscale(1) saturate(0.08) brightness(0.5);
}
.vr-tile.is-finalized .vr-tile-art { transform: none; }
.vr-tile.is-finalized .vr-fog-layer { animation: none; }

.vr-tile-art {
  position: absolute;
  inset: 0;
  background-image: var(--vr-tile-image);
  background-size: cover;
  background-position: center;
  transition: transform 350ms ease;
}

.vr-tile:hover .vr-tile-art { transform: scale(1.045); }
.vr-tile-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 8, 10, 0.02) 15%, rgba(2, 7, 9, 0.18) 50%, rgba(1, 5, 7, 0.94) 100%), radial-gradient(circle at 50% 42%, transparent 20%, rgba(1, 5, 7, 0.35) 100%); }

.vr-tile-name {
  position: absolute;
  right: 0.28rem;
  bottom: 0.28rem;
  left: 0.28rem;
  overflow: hidden;
  color: #effaf6;
  font-size: clamp(0.48rem, 0.58vw, 0.67rem);
  font-weight: 750;
  line-height: 1.1;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: 0 1px 4px #000, 0 2px 9px #000;
  white-space: nowrap;
}

.vr-tile-glyph {
  position: absolute;
  top: 0.28rem;
  left: 0.28rem;
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(230, 248, 240, 0.24);
  border-radius: 50%;
  color: var(--vr-green);
  font-size: 0.62rem;
  text-shadow: 0 0 7px currentColor;
  background: rgba(2, 8, 10, 0.76);
  backdrop-filter: blur(5px);
}

.vr-tile-enemy .vr-tile-glyph,
.vr-tile-elite .vr-tile-glyph { color: #f0896f; }
.vr-tile-warden .vr-tile-glyph { color: var(--vr-gold); border-color: rgba(241, 189, 101, 0.55); }
.vr-tile-chest .vr-tile-glyph,
.vr-tile-relic .vr-tile-glyph,
.vr-tile-merchant .vr-tile-glyph { color: var(--vr-gold); }
.vr-tile-blessing .vr-tile-glyph { color: var(--vr-violet); }
.vr-tile-hazard .vr-tile-glyph { color: var(--vr-red); animation: vr-danger-pulse 1.2s ease-in-out infinite; }

.vr-tile-status {
  position: absolute;
  z-index: 3;
  top: 0.28rem;
  right: 0.26rem;
  max-width: calc(100% - 1.65rem);
  overflow: hidden;
  padding: 0.13rem 0.34rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #a8b9b4;
  font-size: clamp(0.4rem, 0.46vw, 0.52rem);
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(2, 9, 12, 0.88);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.62), inset 0 0 8px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(6px);
}
.vr-tile.is-actionable .vr-tile-status {
  color: #fff0c2;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(91, 62, 22, 0.96), rgba(32, 21, 10, 0.96));
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.68), 0 0 10px color-mix(in srgb, currentColor 24%, transparent);
}
.vr-status-reveal { color: #8ff3d5; }
.vr-status-bound,
.vr-status-sealed { color: #879993; }
.vr-status-threat { color: #ff9a80; }
.vr-status-reward { color: #ffd786; }
.vr-status-choice { color: #d5a5ff; }
.vr-status-gate { color: #a6ffe9; background: rgba(5, 34, 34, 0.94); }
.vr-status-claimed,
.vr-status-cleared { color: #8da099; border-style: dashed; background: rgba(3, 10, 12, 0.84); }

.vr-tile.is-reward-ready { border-color: rgba(255, 210, 119, 0.8); box-shadow: inset 0 0 25px rgba(116, 73, 10, 0.22), 0 0 16px rgba(241, 189, 101, 0.2); }
.vr-tile.is-choice-ready { border-color: rgba(193, 130, 255, 0.7); box-shadow: inset 0 0 25px rgba(88, 29, 120, 0.2), 0 0 14px rgba(193, 130, 255, 0.16); }
.vr-tile.is-threat-ready { border-color: rgba(239, 112, 85, 0.65); box-shadow: inset 0 0 25px rgba(117, 31, 20, 0.2), 0 0 12px rgba(239, 112, 85, 0.15); }
.vr-tile.is-sealed-ready { filter: saturate(0.45) brightness(0.62); border-color: rgba(126, 151, 143, 0.28); }
.vr-tile.is-gate-ready {
  z-index: 2;
  border-color: #9cffe5;
  box-shadow: inset 0 0 28px rgba(27, 158, 130, 0.32), 0 0 0 1px rgba(156, 255, 229, 0.24), 0 0 24px rgba(90, 237, 200, 0.4);
  animation: vr-gate-ready 1.8s ease-in-out infinite;
}
.vr-tile.is-gate-ready::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0.18rem;
  pointer-events: none;
  border: 1px solid rgba(174, 255, 235, 0.78);
  border-radius: calc(clamp(0.28rem, 0.48vw, 0.55rem) - 0.08rem);
  box-shadow: inset 0 0 14px rgba(92, 255, 216, 0.22);
}
.vr-tile.is-gate-ready .vr-tile-art { filter: saturate(1.3) brightness(1.22); }
.vr-tile.is-gate-ready .vr-tile-vignette { background: linear-gradient(180deg, rgba(3, 24, 25, 0.02) 20%, rgba(2, 18, 18, 0.1) 55%, rgba(1, 9, 10, 0.82) 100%); }

@keyframes vr-gate-ready {
  50% { box-shadow: inset 0 0 32px rgba(38, 190, 157, 0.42), 0 0 0 2px rgba(156, 255, 229, 0.28), 0 0 32px rgba(90, 237, 200, 0.58); }
}

.vr-fog {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #061015;
  background-image: var(--vr-fog-image);
  background-position: center;
  background-size: cover;
}

.vr-fog-layer { position: absolute; width: 120%; height: 100%; opacity: 0.24; filter: blur(12px); background-image: var(--vr-fog-image); background-position: center; background-size: cover; }
.vr-fog-layer-a { top: -30%; left: -20%; animation: vr-fog-a 8s ease-in-out infinite alternate; }
.vr-fog-layer-b { right: -28%; bottom: -35%; opacity: 0.68; animation: vr-fog-b 10s ease-in-out infinite alternate; }
.vr-fog-mark { position: absolute; inset: 0; pointer-events: none; }

@keyframes vr-fog-a { to { transform: translate(14%, 20%) scale(1.12); } }
@keyframes vr-fog-b { to { transform: translate(-16%, -15%) scale(1.08); } }

.vr-tile.is-available { border-color: rgba(109, 230, 194, 0.72); box-shadow: inset 0 0 22px rgba(17, 98, 80, 0.25), 0 0 14px rgba(109, 230, 194, 0.2); }
.vr-tile.is-available .vr-fog { filter: saturate(1.08) brightness(1.05); }
.vr-tile.is-fog-locked { border-color: rgba(230, 94, 70, 0.44); }
.vr-tile.is-fog-locked .vr-fog { filter: saturate(1.1) brightness(0.9); }

@keyframes vr-available-pulse { 50% { transform: scale(1.16); filter: brightness(1.4); } }

.vr-selection-corners { position: absolute; inset: 0.22rem; pointer-events: none; border: 1px solid rgba(255, 225, 165, 0.35); border-radius: 0.3rem; }

.vr-board-legend { display: flex; flex-wrap: wrap; gap: 0.7rem; padding: 0.42rem 0.2rem 0; color: #7f9e94; font-size: 0.52rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.vr-board-legend span { display: inline-flex; align-items: center; gap: 0.28rem; }
.vr-board-legend i { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #7b918b; box-shadow: 0 0 7px currentColor; }
.vr-board-legend i.is-available { color: var(--vr-green); background: var(--vr-green); }
.vr-board-legend i.is-enemy { color: var(--vr-red); background: var(--vr-red); }
.vr-board-legend i.is-reward { color: var(--vr-gold); background: var(--vr-gold); }
.vr-board-legend i.is-danger { color: #c182ff; background: #c182ff; }
.vr-board-legend i.is-exit { color: #9cffe5; background: #9cffe5; box-shadow: 0 0 10px currentColor; }
.vr-board-legend i.is-claimed { color: #73877f; background: transparent; border: 1px dashed #73877f; box-shadow: none; }

.vr-detail-panel {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.72rem;
  border: 1px solid rgba(137, 193, 177, 0.2);
  border-radius: 0.78rem;
  background: linear-gradient(160deg, rgba(7, 21, 25, 0.94), rgba(3, 11, 14, 0.96));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(13px);
}

.vr-detail-panel::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--vr-act-accent, var(--vr-green)), transparent); opacity: 0.45; }
.vr-detail-panel.is-empty { display: flex; min-height: 18rem; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.vr-detail-panel.is-finalized {
  border-color: rgba(112, 132, 126, 0.18);
  background: linear-gradient(160deg, rgba(8, 15, 17, 0.96), rgba(3, 8, 10, 0.98));
}
.vr-detail-panel.is-finalized .vr-detail-image {
  filter: grayscale(0.94) saturate(0.12) brightness(0.48);
}
.vr-detail-panel.is-finalized .vr-detail-eyebrow,
.vr-detail-panel.is-finalized h2,
.vr-detail-panel.is-finalized p {
  color: #74817d;
}
.vr-detail-sigil { color: var(--vr-green); font-size: 2rem; text-shadow: 0 0 18px currentColor; }
.vr-detail-image { display: grid; min-height: clamp(9.5rem, 22vh, 12rem); place-items: center; margin: -0.72rem -0.72rem 0.72rem; border-bottom: 1px solid rgba(149, 205, 187, 0.18); color: #789c91; font-size: 2rem; background-position: center; background-size: cover; box-shadow: inset 0 -45px 45px rgba(3, 11, 14, 0.86); }
.vr-detail-enemy .vr-detail-image,
.vr-detail-elite .vr-detail-image,
.vr-detail-warden .vr-detail-image {
  background-color: #040d11;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: inset 0 -34px 38px rgba(3, 11, 14, 0.78), inset 0 0 32px rgba(3, 11, 14, 0.46);
}
.vr-detail-panel h2 { margin: 0.25rem 0 0.45rem; color: #f4fcf8; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; line-height: 1.15; }
.vr-detail-panel p { margin: 0 0 0.75rem; color: #9fb9b0; font-size: 0.67rem; line-height: 1.5; }
.vr-cleared-note { padding: 0.5rem; border: 1px solid rgba(107, 207, 177, 0.2); border-radius: 0.4rem; color: #86b9aa; font-size: 0.62rem; text-align: center; background: rgba(22, 87, 69, 0.12); }
.vr-detail-panel.is-finalized .vr-cleared-note {
  border-color: rgba(126, 145, 139, 0.18);
  color: #82928d;
  background: rgba(65, 79, 74, 0.12);
}

.vr-risk-note { display: flex; align-items: center; justify-content: space-between; margin: 0.6rem 0 0.7rem; padding: 0.38rem 0.48rem; border: 1px solid rgba(239, 119, 95, 0.22); border-radius: 0.38rem; color: #c4aaa5; font-size: 0.52rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(87, 25, 20, 0.18); }
.vr-risk-note strong { color: var(--vr-red); }

.vr-action {
  width: 100%;
  min-height: 2.25rem;
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(109, 230, 194, 0.42);
  border-radius: 0.48rem;
  color: #dffff5;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(28, 119, 96, 0.78), rgba(13, 74, 61, 0.92));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: 150ms ease;
}
.vr-action:hover:not(:disabled),
.vr-action:focus-visible:not(:disabled) { transform: translateY(-1px); border-color: #a9ffe5; filter: brightness(1.13); outline: none; }
.vr-action:disabled { cursor: not-allowed; opacity: 0.46; }
.vr-action-danger { border-color: rgba(239, 119, 95, 0.52); color: #ffe1da; background: linear-gradient(180deg, rgba(145, 50, 39, 0.88), rgba(85, 26, 21, 0.95)); }
.vr-action-gold { border-color: rgba(241, 189, 101, 0.58); color: #fff0c9; background: linear-gradient(180deg, rgba(139, 99, 39, 0.9), rgba(76, 51, 21, 0.96)); }
.vr-action-violet { border-color: rgba(182, 156, 255, 0.52); color: #efe9ff; background: linear-gradient(180deg, rgba(93, 71, 148, 0.86), rgba(49, 35, 86, 0.95)); }
.vr-action-muted { border-color: rgba(145, 179, 169, 0.25); color: #abc0ba; background: rgba(23, 43, 47, 0.82); }
.vr-split-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.42rem; }

.vr-merchant-offers { display: grid; gap: 0.42rem; margin: 0.4rem 0 0.7rem; }
.vr-offer { display: flex; align-items: center; justify-content: space-between; gap: 0.4rem; padding: 0.45rem; border: 1px solid rgba(241, 189, 101, 0.22); border-radius: 0.42rem; color: #d8e9e3; text-align: left; background: rgba(70, 48, 20, 0.18); }
.vr-offer span { display: flex; min-width: 0; flex-direction: column; }
.vr-offer strong { overflow: hidden; font-size: 0.61rem; text-overflow: ellipsis; white-space: nowrap; }
.vr-offer small { color: #8da89f; font-size: 0.5rem; }
.vr-offer b { flex: 0 0 auto; color: var(--vr-gold); font-size: 0.58rem; }
.vr-offer:hover:not(:disabled) { border-color: rgba(241, 189, 101, 0.58); background: rgba(107, 73, 29, 0.3); }
.vr-offer:disabled { opacity: 0.42; }

.vr-run-kit {
  position: relative;
  z-index: 6;
  margin: 0 0.8rem 0.42rem;
  overflow: hidden;
  border: 1px solid rgba(132, 196, 178, 0.19);
  border-radius: 0.72rem;
  background: rgba(3, 13, 16, 0.91);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.vr-run-kit-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 0.5rem; padding: 0.45rem 0.7rem; color: #dfeee9; text-align: left; background: linear-gradient(90deg, rgba(24, 75, 64, 0.3), transparent); }
.vr-run-kit-toggle > span { display: flex; align-items: baseline; gap: 0.55rem; }
.vr-run-kit-toggle strong { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.vr-run-kit-toggle small { color: #78978d; font-size: 0.54rem; }
.vr-run-kit-toggle b { color: var(--vr-green); font-size: 1rem; }

.vr-run-kit-content { display: grid; grid-template-columns: 1.25fr 1fr; gap: 0.7rem; padding: 0 0.65rem 0.6rem; }
.vr-kit-group { min-width: 0; }
.vr-kit-label { margin-bottom: 0.3rem; color: #819f95; }
.vr-kit-cards { display: flex; min-height: 2.9rem; gap: 0.38rem; overflow-x: auto; padding: 0.05rem 0 0.18rem; scrollbar-width: thin; scrollbar-color: rgba(109, 230, 194, 0.38) transparent; }
.vr-kit-card { display: flex; flex: 0 0 8.8rem; min-width: 0; align-items: center; gap: 0.42rem; padding: 0.28rem; border: 1px solid rgba(142, 198, 181, 0.17); border-radius: 0.4rem; color: #d9eae4; text-align: left; background: rgba(9, 27, 31, 0.72); }
.vr-kit-card:hover { border-color: rgba(109, 230, 194, 0.48); background: rgba(16, 45, 48, 0.86); }
.vr-kit-relic { cursor: pointer; }
.vr-kit-relic.is-passive { border-color: rgba(241, 189, 101, 0.28); }
.vr-kit-art { flex: 0 0 2.25rem; width: 2.25rem; height: 2.25rem; border-radius: 0.28rem; background-position: center; background-size: cover; box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35); }
.vr-kit-card > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.vr-kit-card strong { overflow: hidden; font-size: 0.56rem; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.vr-kit-card small { margin-top: 0.15rem; color: #84a499; font-size: 0.47rem; }
.vr-kit-empty { display: grid; min-width: 9rem; place-items: center; padding: 0 0.7rem; border: 1px dashed rgba(130, 175, 162, 0.17); border-radius: 0.38rem; color: #69877e; font-size: 0.54rem; }

.vr-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 1rem;
  background: rgba(1, 5, 7, 0.84);
  backdrop-filter: blur(12px);
}

.vr-modal {
  position: relative;
  width: min(100%, 820px);
  padding: clamp(1rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(180, 223, 210, 0.25);
  border-radius: 0.9rem;
  color: var(--vr-ink);
  text-align: center;
  background: linear-gradient(155deg, rgba(9, 28, 32, 0.98), rgba(2, 10, 13, 0.99));
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.72), inset 0 1px rgba(255, 255, 255, 0.035), 0 0 50px rgba(92, 218, 182, 0.08);
}

.vr-modal::before { content: ""; position: absolute; inset: 0.3rem; pointer-events: none; border: 1px solid rgba(148, 204, 187, 0.09); border-radius: 0.68rem; }
.vr-modal h2 { position: relative; margin: 0.3rem 0 0.45rem; color: #f6fff9; font-family: Georgia, serif; font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 500; }
.vr-modal-copy { position: relative; width: min(100%, 610px); margin: 0 auto 1rem; color: #9fb9b0; font-size: 0.72rem; line-height: 1.55; }

.vr-blessing-choice-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; }
.vr-blessing-choice-grid.vr-choice-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 560px; margin: 0 auto; }
.vr-choice-card { position: relative; overflow: hidden; padding: 0 0 0.75rem; border: 1px solid rgba(182, 156, 255, 0.24); border-radius: 0.65rem; color: #e9e4f6; text-align: left; background: rgba(18, 14, 34, 0.82); transition: 170ms ease; }
.vr-choice-card:hover,
.vr-choice-card:focus-visible { transform: translateY(-4px); border-color: rgba(210, 195, 255, 0.72); outline: none; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 22px rgba(182, 156, 255, 0.12); }
.vr-choice-art { display: block; aspect-ratio: 1.5 / 1; border-bottom: 1px solid rgba(182, 156, 255, 0.18); background-position: center; background-size: cover; box-shadow: inset 0 -36px 35px rgba(15, 10, 28, 0.72); }
.vr-choice-category { display: block; margin: 0.55rem 0.65rem 0.12rem; color: var(--vr-violet); font-size: 0.48rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.vr-choice-card > strong { display: block; margin: 0 0.65rem; color: #f3efff; font-family: Georgia, serif; font-size: 0.92rem; font-weight: 500; }
.vr-choice-rank { display: block; margin: 0.1rem 0.65rem 0; color: #a897d1; font-size: 0.52rem; font-weight: 700; }
.vr-choice-card p { min-height: 2.8rem; margin: 0.55rem 0.65rem 0.7rem; color: #aaa4ba; font-size: 0.62rem; line-height: 1.45; }
.vr-choice-select { display: block; margin: 0 0.65rem; padding-top: 0.45rem; border-top: 1px solid rgba(182, 156, 255, 0.14); color: #d8ccff; font-size: 0.55rem; font-weight: 850; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.vr-reroll { position: relative; margin-top: 0.8rem; padding: 0.45rem 0.8rem; border: 1px solid rgba(241, 189, 101, 0.3); border-radius: 0.4rem; color: #e9c98c; font-size: 0.6rem; font-weight: 750; background: rgba(93, 63, 25, 0.2); }

.vr-checkpoint-modal { width: min(100%, 560px); border-color: rgba(241, 189, 101, 0.38); }
.vr-vault-seal { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; margin: 0 auto 0.75rem; border: 1px solid rgba(241, 189, 101, 0.65); border-radius: 50%; color: var(--vr-gold); font-family: Georgia, serif; font-size: 1.25rem; text-shadow: 0 0 18px currentColor; background: radial-gradient(circle, rgba(129, 86, 30, 0.28), rgba(5, 14, 17, 0.8)); box-shadow: 0 0 30px rgba(241, 189, 101, 0.13), inset 0 0 18px rgba(0, 0, 0, 0.72); }
.vr-reward-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; margin-bottom: 0.9rem; }
.vr-reward-row { display: flex; align-items: center; justify-content: space-between; padding: 0.48rem 0.6rem; border: 1px solid rgba(154, 196, 183, 0.15); border-radius: 0.38rem; color: #a9c0b8; font-size: 0.61rem; text-align: left; background: rgba(8, 24, 27, 0.66); }
.vr-reward-row strong { color: #edf9f4; }
.vr-reward-gold strong { color: var(--vr-gold); }
.vr-reward-crystal strong { color: var(--vr-violet); }
.vr-reward-cache { grid-column: 1 / -1; border-color: rgba(241, 189, 101, 0.38); color: #f4d79c; background: linear-gradient(90deg, rgba(100, 67, 24, 0.34), rgba(18, 30, 30, 0.74)); }
.vr-reward-cache strong { color: #ffe7ac; }
.vr-final-cache-preview { position: relative; display: grid; grid-template-columns: 3.6rem minmax(0, 1fr); align-items: center; gap: 0.65rem; margin: -0.25rem 0 0.75rem; padding: 0.5rem; border: 1px solid rgba(241, 189, 101, 0.3); border-radius: 0.48rem; text-align: left; background: rgba(74, 49, 18, 0.22); }
.vr-final-cache-preview img { width: 3.6rem; height: 3.6rem; border: 1px solid rgba(241, 189, 101, 0.3); border-radius: 0.35rem; object-fit: cover; }
.vr-final-cache-preview strong { display: block; color: #ffe4a3; font-family: Georgia, serif; font-size: 0.76rem; font-weight: 500; }
.vr-final-cache-preview p { margin: 0.15rem 0 0; color: #ae9c79; font-size: 0.55rem; line-height: 1.4; }
.vr-checkpoint-blocked { display: grid; gap: 0.2rem; margin: 0 0 0.75rem; padding: 0.62rem 0.72rem; border: 1px solid rgba(239, 119, 95, 0.38); border-radius: 0.42rem; color: #d8b5ad; font-size: 0.58rem; line-height: 1.45; text-align: left; background: rgba(90, 28, 25, 0.24); }
.vr-checkpoint-blocked strong { color: #ffb8a8; font-size: 0.62rem; letter-spacing: 0.04em; text-transform: uppercase; }
.vr-checkpoint-actions { display: flex; justify-content: center; gap: 0.55rem; }
.vr-claim-checkpoint { position: relative; width: min(100%, 320px); margin: 0; }
.vr-manage-inventory { min-width: 145px; }
.vr-reopen-checkpoint { position: fixed; right: clamp(0.8rem, 2vw, 1.4rem); bottom: clamp(0.8rem, 2vw, 1.4rem); z-index: 40; box-shadow: 0 0 24px rgba(241, 189, 101, 0.18); }
.vr-inventory-warning { position: relative; display: block; margin-top: 0.65rem; color: #718f85; font-size: 0.52rem; }
.vr-confirm-modal { width: min(100%, 460px); border-color: rgba(239, 119, 95, 0.32); }
.vr-confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; }
.vr-shrine-choice-modal { width: min(100%, 540px); }
.vr-shrine-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin: 0.8rem 0; }
.vr-shrine-card-actions .vr-action { display: flex; min-height: 5.2rem; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0.28rem; text-align: left; }
.vr-shrine-card-actions .vr-action strong { color: #fff1c8; font-size: 0.76rem; }
.vr-shrine-card-actions .vr-action span { color: #a8bcb5; font-size: 0.61rem; font-weight: 600; line-height: 1.4; text-transform: none; letter-spacing: 0; }

.vr-landing { position: relative; isolation: isolate; box-sizing: border-box; display: grid; width: 100%; height: 100%; max-height: 100%; min-width: 0; min-height: 0; align-items: start; justify-items: center; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: clamp(0.65rem, 1.25vw, 1.15rem); }
.vr-landing-art { z-index: 0; filter: saturate(0.88) contrast(1.1) brightness(0.63); }
.vr-landing-scrim { z-index: 1; background: linear-gradient(90deg, rgba(2, 8, 11, 0.94) 0%, rgba(2, 8, 11, 0.74) 42%, rgba(2, 8, 11, 0.2) 74%, rgba(2, 8, 11, 0.72) 100%), linear-gradient(180deg, rgba(3, 10, 13, 0.6), rgba(3, 10, 13, 0.2) 42%, rgba(2, 7, 10, 0.9)); }
.vr-landing-panel { position: relative; z-index: 2; box-sizing: border-box; justify-self: center; align-self: start; width: min(98%, 1500px); max-width: 100%; max-height: none; margin: 0 auto; padding: clamp(0.95rem, 1.35vw, 1.45rem); overflow: visible; border: 1px solid rgba(109, 230, 194, 0.24); border-radius: 0.9rem; background: linear-gradient(150deg, rgba(4, 16, 20, 0.96), rgba(4, 13, 17, 0.91)); box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.03); backdrop-filter: blur(14px); }
.vr-landing-panel::before { content: ""; position: absolute; inset: 0.38rem; pointer-events: none; border: 1px solid rgba(132, 199, 180, 0.08); border-radius: 0.66rem; }
.vr-landing-kicker { position: relative; color: var(--vr-gold); }
.vr-landing-title-row { position: relative; display: grid; grid-template-columns: minmax(0, auto) minmax(20rem, 1fr); gap: clamp(1rem, 3vw, 3rem); align-items: center; }
.vr-landing h1 { position: relative; margin: 0.24rem 0 0.45rem; color: #f3fcf8; font-family: Georgia, serif; font-size: clamp(1.75rem, 3.4vw, 3rem); font-weight: 400; line-height: 0.98; letter-spacing: 0.01em; }
.vr-beta-banner { position: relative; justify-self: stretch; padding: clamp(0.7rem, 1vw, 0.95rem) clamp(0.9rem, 1.3vw, 1.25rem); border: 2px solid rgba(255, 194, 82, 0.9); border-left: 0.38rem solid #ef775f; border-radius: 0.5rem; color: #fff2c8; font-size: clamp(0.92rem, 1.35vw, 1.28rem); font-weight: 900; line-height: 1.2; letter-spacing: 0.035em; text-align: center; text-transform: uppercase; background: linear-gradient(90deg, rgba(116, 35, 27, 0.92), rgba(91, 60, 20, 0.94)); box-shadow: 0 0 0 1px rgba(255, 222, 139, 0.08), 0 0 24px rgba(239, 119, 95, 0.16), inset 0 1px rgba(255, 255, 255, 0.08); }
.vr-landing-lead { position: relative; margin: 0 0 0.65rem; color: #aec5bc; font-size: clamp(0.7rem, 1vw, 0.84rem); line-height: 1.45; }
.vr-mode-rules { position: relative; display: grid; grid-template-columns: 1fr 1.35fr; gap: 0.55rem; margin: 0.6rem 0; }
.vr-mode-rules > div { padding: 0.58rem 0.7rem; border: 1px solid rgba(241, 189, 101, 0.4); border-radius: 0.55rem; background: linear-gradient(135deg, rgba(76, 46, 16, 0.48), rgba(8, 24, 27, 0.8)); box-shadow: inset 0 0 20px rgba(241, 189, 101, 0.04); }
.vr-mode-rules > div.is-no-xp { border-color: rgba(239, 119, 95, 0.62); background: linear-gradient(135deg, rgba(91, 31, 24, 0.52), rgba(11, 21, 24, 0.82)); }
.vr-mode-rules strong { color: #ffe0a0; font-size: clamp(0.78rem, 0.95vw, 0.9rem); letter-spacing: 0.1em; }
.vr-mode-rules .is-no-xp strong { color: #ffad98; }
.vr-mode-rules p { margin: 0.22rem 0 0; color: #d4e3dd; font-size: clamp(0.72rem, 0.78vw, 0.8rem); font-weight: 650; line-height: 1.35; }
.vr-rule-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.48rem; margin: 0.58rem 0; }
.vr-rule { padding: 0.5rem 0.58rem; border: 1px solid rgba(134, 194, 177, 0.14); border-radius: 0.5rem; background: rgba(8, 29, 31, 0.52); }
.vr-rule strong { color: var(--vr-green); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.vr-rule p { margin: 0.22rem 0 0; color: #89a59b; font-size: 0.61rem; line-height: 1.45; }
.vr-entry-rewards { position: relative; margin: 0.62rem 0; padding: clamp(0.7rem, 0.9vw, 0.9rem); border: 1px solid rgba(241, 189, 101, 0.42); border-radius: 0.7rem; background: linear-gradient(145deg, rgba(82, 54, 19, 0.3), rgba(6, 22, 25, 0.86)); box-shadow: inset 0 0 36px rgba(241, 189, 101, 0.05); }
.vr-entry-rewards-heading span { display: block; color: var(--vr-gold); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.12em; }
.vr-entry-rewards-heading strong { display: block; margin-top: 0.18rem; color: #fff0c5; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.vr-entry-rewards-heading p { margin: 0.2rem 0 0.65rem; color: #a9beb6; font-size: 0.75rem; line-height: 1.4; }
.vr-entry-reward-columns { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 0.75rem; align-items: stretch; }
.vr-entry-payout-card,
.vr-entry-cache-card { min-width: 0; overflow: hidden; border: 1px solid rgba(241, 189, 101, 0.24); border-radius: 0.58rem; background: rgba(4, 16, 20, 0.7); }
.vr-entry-section-title { display: flex; align-items: center; gap: 0.65rem; padding: 0.68rem 0.75rem; border-bottom: 1px solid rgba(155, 198, 185, 0.14); background: linear-gradient(90deg, rgba(25, 67, 63, 0.38), rgba(7, 24, 27, 0.5)); }
.vr-entry-section-sigil { display: grid; place-items: center; width: 2.45rem; height: 2.45rem; flex: 0 0 2.45rem; border: 1px solid rgba(109, 230, 194, 0.42); border-radius: 50%; color: #a9f2dc; font-family: Georgia, serif; font-size: 1.05rem; box-shadow: inset 0 0 16px rgba(109, 230, 194, 0.1); }
.vr-entry-section-title small { display: block; color: #88b7a9; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.vr-entry-section-title strong { display: block; margin-top: 0.12rem; color: #eafff8; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.vr-entry-reward-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.48rem; padding: 0.65rem; }
.vr-entry-reward-item { display: grid; grid-template-columns: 2.8rem minmax(0, 1fr); min-width: 0; min-height: 3.35rem; align-items: center; gap: 0.55rem; padding: 0.42rem; border: 1px solid rgba(155, 198, 185, 0.16); border-radius: 0.42rem; background: linear-gradient(135deg, rgba(8, 28, 31, 0.92), rgba(4, 15, 19, 0.78)); cursor: help; }
.vr-entry-reward-item:focus-visible,
.vr-entry-cache:focus-visible,
.vr-entry-ring-chance:focus-visible { outline: 1px solid var(--vr-gold); outline-offset: -2px; }
.vr-entry-reward-item img { width: 2.8rem; height: 2.8rem; border: 1px solid rgba(151, 208, 190, 0.18); border-radius: 0.34rem; object-fit: cover; background: rgba(1, 7, 10, 0.75); }
.vr-entry-reward-item > span { min-width: 0; }
.vr-entry-reward-item small { display: block; overflow: hidden; color: #91aca3; font-size: 0.61rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.vr-entry-reward-item strong { display: block; margin-top: 0.12rem; color: #f2fff9; font-size: 0.86rem; letter-spacing: 0.015em; }
.vr-entry-reward-item.vr-tone-gold img { border-color: rgba(241, 189, 101, 0.36); }
.vr-entry-reward-item.vr-tone-resilience img { border-color: rgba(239, 119, 95, 0.34); }
.vr-entry-reward-item.vr-tone-shard img,
.vr-entry-reward-item.vr-tone-crystal img { border-color: rgba(182, 156, 255, 0.34); }
.vr-entry-cache { display: grid; grid-template-columns: 5.4rem minmax(0, 1fr); align-items: center; gap: 0.78rem; padding: 0.65rem; border-bottom: 1px solid rgba(241, 189, 101, 0.18); background: linear-gradient(90deg, rgba(87, 57, 21, 0.44), rgba(24, 33, 27, 0.42)); cursor: help; }
.vr-entry-cache img { width: 5.4rem; height: 4.35rem; border: 1px solid rgba(241, 189, 101, 0.38); border-radius: 0.4rem; object-fit: cover; box-shadow: 0 7px 20px rgba(0, 0, 0, 0.28); }
.vr-entry-cache strong { display: block; color: #ffe1a1; font-family: Georgia, serif; font-size: 0.98rem; font-weight: 500; }
.vr-entry-cache span { display: block; margin-top: 0.22rem; color: #bba67b; font-size: 0.61rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.vr-entry-cache-contents { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.42rem; padding: 0.58rem; }
.vr-entry-cache-contents .vr-entry-reward-item { grid-template-columns: 2.35rem minmax(0, 1fr); min-height: 2.85rem; gap: 0.42rem; padding: 0.34rem; }
.vr-entry-cache-contents .vr-entry-reward-item img { width: 2.35rem; height: 2.35rem; }
.vr-entry-cache-contents .vr-entry-reward-item small { font-size: 0.55rem; }
.vr-entry-cache-contents .vr-entry-reward-item strong { font-size: 0.74rem; }
.vr-entry-ring-chance { display: grid; grid-template-columns: 3.4rem minmax(0, 1fr); align-items: center; gap: 0.65rem; margin: 0 0.58rem 0.58rem; padding: 0.48rem; border: 1px solid rgba(182, 156, 255, 0.36); border-radius: 0.45rem; background: linear-gradient(90deg, rgba(55, 34, 88, 0.56), rgba(30, 25, 50, 0.42)); cursor: help; }
.vr-entry-ring-chance img { width: 3.4rem; height: 3.4rem; border: 1px solid rgba(198, 174, 255, 0.4); border-radius: 0.38rem; object-fit: cover; box-shadow: 0 0 18px rgba(152, 112, 238, 0.12); }
.vr-entry-ring-chance > span { min-width: 0; }
.vr-entry-ring-chance strong { display: block; color: #dfd0ff; font-size: 0.82rem; }
.vr-entry-ring-chance small { display: block; margin-top: 0.18rem; color: #aaa0be; font-size: 0.62rem; line-height: 1.35; }
.vr-entry-reward-note { margin: 0.5rem 0 0; color: #89a69c; font-size: 0.75rem; line-height: 1.4; }
.vr-entry-status { position: relative; display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.8rem 0; }
.vr-entry-status span { padding: 0.3rem 0.48rem; border: 1px solid rgba(148, 190, 178, 0.17); border-radius: 999px; color: #90aaa1; font-size: 0.57rem; background: rgba(5, 17, 20, 0.75); }
.vr-entry-status .is-ready { border-color: rgba(109, 230, 194, 0.28); color: #b8e9da; }
.vr-entry-status .is-ready b { color: var(--vr-green); }
.vr-entry-status .is-locked { border-color: rgba(239, 119, 95, 0.25); color: #d4a49a; }
.vr-entry-status .is-locked b { color: var(--vr-red); }
.vr-owed-cache { position: relative; display: grid; grid-template-columns: 3.25rem minmax(0, 1fr) auto; align-items: center; gap: 0.65rem; margin: 0.65rem 0; padding: 0.48rem; border: 1px solid rgba(241, 189, 101, 0.4); border-radius: 0.5rem; background: linear-gradient(90deg, rgba(92, 60, 20, 0.34), rgba(6, 20, 22, 0.82)); }
.vr-owed-cache img { width: 3.25rem; height: 3.25rem; border: 1px solid rgba(241, 189, 101, 0.3); border-radius: 0.35rem; object-fit: cover; }
.vr-owed-cache strong { display: block; color: #ffe5aa; font-family: Georgia, serif; font-size: 0.72rem; font-weight: 500; }
.vr-owed-cache span { display: block; margin-top: 0.12rem; color: #a99166; font-size: 0.54rem; text-transform: uppercase; letter-spacing: 0.08em; }
.vr-owed-cache .vr-action { width: auto; min-width: 7.5rem; margin: 0; }
.vr-enter-button { position: relative; width: 100%; min-height: 3.1rem; border: 1px solid rgba(241, 189, 101, 0.6); border-radius: 0.55rem; color: #fff1c9; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; background: linear-gradient(180deg, rgba(144, 101, 39, 0.94), rgba(78, 52, 20, 0.98)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 13px 28px rgba(0, 0, 0, 0.35), 0 0 20px rgba(241, 189, 101, 0.08); transition: 160ms ease; }
.vr-enter-button:hover:not(:disabled),
.vr-enter-button:focus-visible:not(:disabled) { transform: translateY(-2px); border-color: #ffe0a0; filter: brightness(1.12); outline: none; }
.vr-enter-button:disabled { cursor: not-allowed; opacity: 0.52; }
.vr-entry-warning { position: relative; display: block; margin-top: 0.55rem; color: #6f8c82; font-size: 0.53rem; line-height: 1.45; text-align: center; }
.vr-result-stats { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.45rem; margin: 1rem 0; }
.vr-result-stats div { display: flex; flex-direction: column; padding: 0.55rem; border: 1px solid rgba(148, 196, 182, 0.15); border-radius: 0.45rem; background: rgba(6, 22, 25, 0.66); }
.vr-result-stats span { color: #7f9b92; font-size: 0.5rem; letter-spacing: 0.08em; text-transform: uppercase; }
.vr-result-stats strong { margin-top: 0.12rem; color: #eaf8f2; font-size: 0.72rem; }
.vr-landing.is-victory .vr-landing-panel { border-color: rgba(241, 189, 101, 0.36); }
.vr-landing.is-defeat .vr-landing-panel { border-color: rgba(239, 119, 95, 0.27); }

@media (max-width: 1480px) {
  .vr-hud { grid-template-columns: minmax(210px, 0.8fr) minmax(300px, 1.25fr) minmax(220px, 0.72fr); }
  .vr-stat-chip { min-width: 5.6rem; }
  .vr-play-layout { grid-template-columns: minmax(0, 1fr) minmax(265px, 290px); }
  .vr-detail-image { min-height: clamp(9.5rem, 24vh, 11rem); }
  .vr-tile-name { font-size: 0.52rem; }
}

@media (max-width: 1220px) {
  .vr-page { height: calc(100dvh - 10.3rem); }
  .vr-landing-panel { width: min(98%, 1120px); }
  .vr-hud { grid-template-columns: 1fr minmax(280px, 1.2fr); }
  .vr-hud-actions { grid-column: 1 / -1; justify-content: stretch; }
  .vr-hud-actions .vr-stat-chip { flex: 1 1 auto; }
  .vr-resource-strip { grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(90px, 0.5fr)); }
  .vr-play-layout { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .vr-detail-panel { display: grid; height: 8.5rem; min-height: 8.5rem; grid-template-columns: 150px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: 0.75rem; }
  .vr-detail-image { grid-row: 1 / 5; min-height: 0; margin: -0.72rem 0 -0.72rem -0.72rem; border-right: 1px solid rgba(149, 205, 187, 0.18); border-bottom: 0; }
  .vr-detail-panel.is-empty { display: none; }
  .vr-detail-panel .vr-detail-eyebrow { align-self: end; }
  .vr-detail-panel h2 { margin-bottom: 0.25rem; }
  .vr-detail-panel p { margin-bottom: 0.45rem; }
  .vr-detail-panel .vr-action,
  .vr-detail-panel .vr-split-actions,
  .vr-detail-panel .vr-cleared-note,
  .vr-detail-panel .vr-merchant-offers { grid-column: 2; }
  .vr-run-kit-content { grid-template-columns: 1fr; }
  .vr-rule-grid { grid-template-columns: 1fr 1fr; }
  .vr-entry-reward-columns { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .vr-page { height: 100%; max-height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; }
  .vr-page:has(> .vr-landing) { overflow: hidden; }
  .vr-hud { grid-template-columns: 1fr; padding: 0.6rem 0.65rem; }
  .vr-hud-center { grid-row: 2; }
  .vr-hud-actions { grid-column: auto; }
  .vr-title-lockup { justify-content: center; text-align: center; }
  .vr-title-lockup h1 { font-size: 1.15rem; }
  .vr-resource-strip { grid-template-columns: 1fr 1fr; padding: 0.45rem 0.6rem; }
  .vr-vitality-bar { grid-column: 1 / -1; }
  .vr-resource-strip .vr-stat-chip:last-child { display: none; }
  .vr-play-layout { padding: 0.55rem 0.45rem 0.45rem; }
  .vr-board-frame { overflow-x: auto; }
  .vr-board { min-width: 720px; }
  .vr-board-topline > span { display: none; }
  .vr-board-topline p { white-space: normal; }
  .vr-run-kit { margin: 0 0.45rem 0.5rem; }
  .vr-run-kit-toggle > span { align-items: flex-start; flex-direction: column; gap: 0.1rem; }
  .vr-blessing-choice-grid,
  .vr-blessing-choice-grid.vr-choice-2 { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .vr-choice-art { aspect-ratio: 2.2 / 1; }
  .vr-choice-card p { min-height: 0; }
  .vr-landing { place-items: start center; padding: 0.7rem; }
  .vr-landing-panel { justify-self: stretch; width: 100%; margin: 0; }
  .vr-landing-title-row { grid-template-columns: 1fr; gap: 0.55rem; }
  .vr-mode-rules { grid-template-columns: 1fr; }
  .vr-rule-grid { grid-template-columns: 1fr; }
  .vr-entry-reward-grid { grid-template-columns: 1fr 1fr; }
  .vr-entry-cache-contents { grid-template-columns: 1fr 1fr; }
  .vr-result-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .vr-title-sigil { display: none; }
  .vr-floor-pip-label { display: none; }
  .vr-hud-actions .vr-stat-chip { min-width: 0; }
  .vr-abandon { flex: 0 0 auto; }
  .vr-resource-strip { grid-template-columns: 1fr 1fr; }
  .vr-resource-strip .vr-stat-chip { min-width: 0; }
  .vr-board { min-width: 650px; }
  .vr-detail-panel { display: block; }
  .vr-detail-image { min-height: 8rem; margin: -0.72rem -0.72rem 0.72rem; border-right: 0; border-bottom: 1px solid rgba(149, 205, 187, 0.18); }
  .vr-split-actions,
  .vr-shrine-card-actions,
  .vr-confirm-actions,
  .vr-checkpoint-actions,
  .vr-reward-grid { grid-template-columns: 1fr; }
  .vr-checkpoint-actions { display: grid; }
  .vr-claim-checkpoint,
  .vr-manage-inventory { width: 100%; }
  .vr-modal-backdrop { align-items: start; }
  .vr-modal { margin-top: 0.5rem; }
  .vr-owed-cache { grid-template-columns: 3rem minmax(0, 1fr); }
  .vr-owed-cache .vr-action { grid-column: 1 / -1; width: 100%; }
  .vr-entry-cache { grid-template-columns: 4.4rem minmax(0, 1fr); }
  .vr-entry-cache img { width: 4.4rem; height: 3.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .vr-page-atmosphere::after,
  .vr-fog-layer,
  .vr-fog-mark,
  .vr-tile.is-gate-ready,
  .vr-vitality-bar.vr-tone-danger .vr-vitality-track span { animation: none !important; }
  .vr-tile,
  .vr-tile-art,
  .vr-action,
  .vr-enter-button,
  .vr-choice-card,
  .vr-vitality-track span { transition: none !important; }
}
