html {
  scroll-behavior: smooth;
}

:root {
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-fill: rgba(11, 16, 18, 0.58);
  --glass-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --neon-green: #8fff4f;
  --neon-green-soft: rgba(143, 255, 79, 0.26);
  --neon-green-faint: rgba(143, 255, 79, 0.12);
  --sticky-header-offset: 6.5rem;
}

body {
  font-family: 'Rajdhani', sans-serif;
  color: #f3fff4;
  background:
    linear-gradient(180deg, rgba(2, 6, 6, 0.66), rgba(3, 8, 9, 0.72)),
    linear-gradient(90deg, rgba(5, 10, 9, 0.48), rgba(3, 7, 7, 0.34)),
    url('/bg/orc-face-on-wood.png'),
    radial-gradient(circle at 15% 20%, rgba(143, 255, 79, 0.09), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(98, 255, 173, 0.06), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(143, 255, 79, 0.05), transparent 30%),
    linear-gradient(180deg, #030606 0%, #071012 40%, #020505 100%);
  background-size: cover, cover, cover, auto, auto, auto, auto;
  background-position: center, center, center center, center, center, center, center;
  background-attachment: fixed, fixed, fixed, scroll, scroll, scroll, scroll;
  background-blend-mode: multiply, multiply, normal, screen, screen, screen, normal;
}

#top,
#flavors,
#preorder,
#faq {
  scroll-margin-top: var(--sticky-header-offset);
}

h1,
h2,
h3,
.brand-title {
  font-family: 'Cinzel', serif;
}

img {
  border-radius: 1.5rem;
}

.site-logo {
  border-radius: 0;
  filter:
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.26)) drop-shadow(0 0 18px rgba(143, 255, 79, 0.14));
}

.site-audio-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(236, 255, 240, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-audio-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 255, 79, 0.34);
  color: #f3fff4;
}

.site-audio-toggle.is-playing {
  border-color: rgba(143, 255, 79, 0.4);
  background: rgba(143, 255, 79, 0.12);
  color: #dfffc0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(143, 255, 79, 0.16);
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(236, 255, 240, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.mobile-nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 255, 79, 0.34);
  color: #f3fff4;
}

.mobile-nav-toggle.is-open {
  border-color: rgba(143, 255, 79, 0.4);
  background: rgba(143, 255, 79, 0.12);
  color: #dfffc0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(143, 255, 79, 0.16);
}

.mobile-nav-panel a,
.mobile-nav-panel button {
  min-height: 2.5rem;
}

.about-stage {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 138, 56, 0.1), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(143, 255, 79, 0.08), transparent 22%);
}

.front-particle-field::before,
.front-particle-field::after {
  content: '';
  position: fixed;
  inset: -12%;
  background-repeat: repeat;
  background-position: 3% 8%, 61% 19%, 18% 74%;
  pointer-events: none;
  will-change: transform, opacity;
}

.front-particle-field::before {
  background-image:
    radial-gradient(circle, rgba(186, 255, 144, 0.7) 0 1.4px, transparent 3px),
    radial-gradient(circle, rgba(112, 255, 183, 0.34) 0 1px, transparent 2.2px),
    radial-gradient(circle, rgba(235, 255, 198, 0.24) 0 1.9px, transparent 3.5px);
  background-size: 173px 219px, 293px 249px, 389px 327px;
  opacity: 0.34;
  filter: blur(0.1px);
  animation: dust-drift-a 33s ease-in-out infinite alternate;
}

.front-particle-field::after {
  background-image:
    radial-gradient(circle, rgba(236, 255, 204, 0.34) 0 1.1px, transparent 2.3px),
    radial-gradient(circle, rgba(143, 255, 79, 0.28) 0 1.6px, transparent 2.9px),
    radial-gradient(circle, rgba(122, 255, 201, 0.22) 0 0.9px, transparent 2px);
  background-size: 219px 281px, 341px 267px, 419px 353px;
  background-position: 27% 11%, 73% 63%, 44% 82%;
  opacity: 0.27;
  filter: blur(0.22px);
  animation: dust-drift-b 41s ease-in-out infinite alternate;
}

.page-noise::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, black, transparent 88%);
  pointer-events: none;
}

.page-noise::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(143, 255, 79, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(3, 7, 7, 0.08), rgba(2, 5, 5, 0.28));
  pointer-events: none;
}

.ember-field::before,
.ember-field::after {
  content: '';
  position: fixed;
  inset: -12%;
  background-repeat: repeat;
  background-position: 8% 12%, 62% 26%, 21% 78%;
  pointer-events: none;
  will-change: transform, opacity;
}

.ember-field::before {
  background-image:
    radial-gradient(circle, rgba(255, 186, 98, 0.72) 0 1.5px, transparent 3.1px),
    radial-gradient(circle, rgba(255, 112, 62, 0.42) 0 1px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 228, 170, 0.22) 0 2px, transparent 3.7px);
  background-size: 169px 213px, 291px 247px, 403px 335px;
  opacity: 0.38;
  filter: blur(0.1px);
  animation: dust-drift-c 29s ease-in-out infinite alternate;
}

.ember-field::after {
  background-image:
    radial-gradient(circle, rgba(255, 216, 164, 0.34) 0 1.1px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 146, 80, 0.28) 0 1.5px, transparent 2.9px),
    radial-gradient(circle, rgba(255, 120, 70, 0.18) 0 0.95px, transparent 2px);
  background-size: 223px 277px, 353px 259px, 437px 371px;
  background-position: 33% 17%, 78% 57%, 49% 88%;
  opacity: 0.29;
  filter: blur(0.18px);
  animation: dust-drift-d 38s ease-in-out infinite alternate;
}

.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    var(--glass-fill);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -24px 48px rgba(0, 0, 0, 0.18),
    var(--glass-shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.glass-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at top, rgba(143, 255, 79, 0.08), transparent 36%);
  pointer-events: none;
}

.glass-divider {
  border-color: rgba(255, 255, 255, 0.08);
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.cta-primary {
  color: #031006;
  background: linear-gradient(135deg, #d9ff8d 0%, #8fff4f 50%, #52d66f 100%);
  box-shadow:
    0 18px 36px rgba(91, 255, 127, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.cta-secondary {
  color: #ecfff0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.cta-primary:hover,
.cta-secondary:hover {
  transform: translateY(-1px);
}

.cta-primary:disabled,
.cta-secondary:disabled {
  cursor: wait;
  opacity: 0.75;
}

.glow-pill {
  box-shadow:
    inset 0 0 0 1px rgba(143, 255, 79, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 22px rgba(143, 255, 79, 0.12);
}

.neon-text {
  text-shadow: 0 0 28px rgba(143, 255, 79, 0.28);
}

.hero-can-glow {
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 255, 79, 0.22), transparent 46%),
    radial-gradient(circle at 50% 80%, rgba(96, 255, 213, 0.12), transparent 42%);
  animation: float-glow 4s ease-in-out infinite alternate;
}

.hero-can-media {
  border-radius: 0;
  background: transparent;
  filter:
    drop-shadow(0 30px 45px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 40px rgba(143, 255, 79, 0.18));
}

.progress-track {
  overflow: hidden;
  height: 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.22)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.36);
}

.progress-fill {
  position: relative;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5edc63 0%, #8fff4f 35%, #cbff77 68%, #f8ffbb 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 0 32px rgba(143, 255, 79, 0.4);
}

.progress-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: progress-sheen 2.6s linear infinite;
}

.metric-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.03);
}

.product-accent {
  position: relative;
}

.product-accent::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 20%, transparent), transparent 35%);
  pointer-events: none;
}

.product-chip {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.xp-chip {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(143, 255, 79, 0.08);
}

.product-can {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 28px color-mix(in srgb, var(--accent) 24%, transparent));
}

.feature-icon {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(143, 255, 79, 0.18);
}

.flame-aura {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 183, 95, 0.28), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(255, 107, 58, 0.18), transparent 34%),
    radial-gradient(circle at 20% 60%, rgba(143, 255, 79, 0.08), transparent 26%);
  filter: blur(4px);
  animation: fire-pulse 5s ease-in-out infinite alternate;
}

.about-portrait-frame {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 50px rgba(0, 0, 0, 0.35),
    0 0 34px rgba(255, 142, 74, 0.18);
}

.about-portrait {
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(255, 149, 86, 0.12);
}

.lore-map-shell {
  align-items: start;
}

.lore-map-frame {
  min-height: 38rem;
}

.lore-map-image {
  border-radius: 1.4rem;
  filter:
    brightness(0.62) saturate(0.85) contrast(1.05);
}

.lore-hotspot {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.lore-hotspot__dot {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle, rgba(143, 255, 79, 1), rgba(143, 255, 79, 0.48));
  box-shadow:
    0 0 0 0 rgba(143, 255, 79, 0.4),
    0 0 24px rgba(143, 255, 79, 0.4);
  animation: lore-pulse 2.4s ease-in-out infinite;
}

.lore-hotspot__card {
  position: absolute;
  left: 1.4rem;
  top: 50%;
  width: 16rem;
  transform: translateY(-50%) translateX(0.4rem);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(8, 12, 12, 0.86);
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.lore-hotspot__card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: white;
}

.lore-hotspot:hover .lore-hotspot__card,
.lore-hotspot:focus-visible .lore-hotspot__card {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.lore-hotspot--spring {
  left: 49%;
  top: 42%;
}

.lore-hotspot--fangroot {
  left: 29%;
  top: 21%;
}

.lore-hotspot--forge {
  left: 69%;
  top: 56%;
}

.lore-hotspot--camp {
  left: 29%;
  top: 47%;
}

.lore-hotspot--runes {
  left: 59%;
  top: 24%;
}

.world-warning {
  background:
    linear-gradient(180deg, rgba(143, 255, 79, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(6, 11, 10, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 36px rgba(143, 255, 79, 0.08);
}

.world-reward-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 10, 10, 0.72);
}

.world-rune-burst {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at center, rgba(143, 255, 79, 0.18), transparent 24%),
    repeating-conic-gradient(from 0deg, rgba(143, 255, 79, 0.1) 0deg 12deg, transparent 12deg 26deg);
  filter: blur(0.5px);
  opacity: 0.72;
  animation: rune-spin 18s linear infinite;
}

.world-loot-row,
.world-timeline-row {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.success-stage {
  display: flex;
  align-items: center;
}

.success-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(143, 255, 79, 0.14), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 214, 122, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(143, 255, 79, 0.08), transparent 28%);
  pointer-events: none;
}

.success-title {
  text-shadow:
    0 0 30px rgba(143, 255, 79, 0.2),
    0 0 70px rgba(143, 255, 79, 0.08);
  animation: horde-reveal 2.8s ease-in-out infinite alternate;
}

.success-confetti {
  overflow: hidden;
}

.success-confetti__piece {
  position: absolute;
  top: -10%;
  width: 0.75rem;
  height: 1.15rem;
  border-radius: 999px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(228, 255, 177, 0.95), rgba(143, 255, 79, 0.45));
  box-shadow: 0 0 16px rgba(143, 255, 79, 0.22);
  animation: confetti-fall 8.5s linear infinite;
}

.success-confetti__piece:nth-child(2n) {
  background: linear-gradient(180deg, rgba(255, 216, 128, 0.92), rgba(255, 171, 79, 0.4));
}

.success-confetti__piece:nth-child(3n) {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
}

.success-confetti--orc .success-confetti__piece {
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background:
    linear-gradient(180deg, rgba(214, 255, 182, 0.95), rgba(143, 255, 79, 0.42));
  clip-path: polygon(0 100%, 18% 28%, 34% 100%, 50% 46%, 66% 100%, 82% 28%, 100% 100%, 50% 84%);
  box-shadow:
    0 0 18px rgba(143, 255, 79, 0.22),
    0 0 28px rgba(255, 173, 82, 0.08);
}

.success-confetti--orc .success-confetti__piece:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 214, 122, 0.92), rgba(255, 140, 79, 0.38));
}

.success-confetti--orc .success-confetti__piece:nth-child(3n) {
  width: 1.2rem;
  height: 0.9rem;
  clip-path: polygon(0 100%, 24% 12%, 50% 100%, 76% 12%, 100% 100%, 50% 66%);
}

.success-reward-shell {
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 255, 79, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(4, 9, 9, 0.42);
}

.success-confetti__piece:nth-child(1) {
  left: 4%;
  animation-delay: -1.2s;
  animation-duration: 9.4s;
}

.success-confetti__piece:nth-child(2) {
  left: 11%;
  animation-delay: -3.6s;
  animation-duration: 8.2s;
}

.success-confetti__piece:nth-child(3) {
  left: 17%;
  animation-delay: -2.2s;
  animation-duration: 10.2s;
}

.success-confetti__piece:nth-child(4) {
  left: 24%;
  animation-delay: -4.8s;
  animation-duration: 8.8s;
}

.success-confetti__piece:nth-child(5) {
  left: 31%;
  animation-delay: -1.7s;
  animation-duration: 9.8s;
}

.success-confetti__piece:nth-child(6) {
  left: 38%;
  animation-delay: -5.1s;
  animation-duration: 8.6s;
}

.success-confetti__piece:nth-child(7) {
  left: 46%;
  animation-delay: -2.8s;
  animation-duration: 10.6s;
}

.success-confetti__piece:nth-child(8) {
  left: 53%;
  animation-delay: -6s;
  animation-duration: 9.1s;
}

.success-confetti__piece:nth-child(9) {
  left: 59%;
  animation-delay: -3.3s;
  animation-duration: 8.4s;
}

.success-confetti__piece:nth-child(10) {
  left: 66%;
  animation-delay: -4.2s;
  animation-duration: 10.1s;
}

.success-confetti__piece:nth-child(11) {
  left: 72%;
  animation-delay: -1.9s;
  animation-duration: 8.9s;
}

.success-confetti__piece:nth-child(12) {
  left: 78%;
  animation-delay: -5.7s;
  animation-duration: 9.6s;
}

.success-confetti__piece:nth-child(13) {
  left: 83%;
  animation-delay: -2.5s;
  animation-duration: 10.4s;
}

.success-confetti__piece:nth-child(14) {
  left: 87%;
  animation-delay: -6.4s;
  animation-duration: 8.7s;
}

.success-confetti__piece:nth-child(15) {
  left: 91%;
  animation-delay: -3.7s;
  animation-duration: 9.3s;
}

.success-confetti__piece:nth-child(16) {
  left: 95%;
  animation-delay: -4.9s;
  animation-duration: 10.8s;
}

.success-confetti__piece:nth-child(17) {
  left: 62%;
  animation-delay: -7.2s;
  animation-duration: 8.3s;
}

.success-confetti__piece:nth-child(18) {
  left: 28%;
  animation-delay: -6.8s;
  animation-duration: 10.5s;
}

.success-video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 9, 9, 0.74);
}

.success-video-glow {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 50% 20%, rgba(143, 255, 79, 0.24), transparent 24%),
    radial-gradient(circle at 50% 88%, rgba(255, 196, 94, 0.16), transparent 26%);
  filter: blur(20px);
  animation: float-glow 5.5s ease-in-out infinite alternate;
}

.success-video-frame {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.34);
}

.success-video-placeholder {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.24);
}

.success-cinematic {
  backdrop-filter: blur(14px);
}

.success-cinematic__veil {
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 255, 79, 0.08), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 173, 82, 0.12), transparent 22%);
}

.success-cinematic__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 26%);
  pointer-events: none;
  z-index: 1;
}

.success-cinematic__video {
  position: relative;
  z-index: 0;
  min-height: min(78vh, 46rem);
  background: #020505;
}

.success-cinematic__hud {
  z-index: 2;
  background: linear-gradient(0deg, rgba(2, 5, 5, 0.72), transparent 70%);
}

.camp-scene-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--clan-accent) 18%, transparent), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(4, 11, 10, 0.18) 0%, rgba(5, 9, 9, 0.72) 34%, rgba(7, 13, 12, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.28);
}

.camp-redeem-alert {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 255, 79, 0.24);
  background:
    radial-gradient(circle at 12% 50%, rgba(143, 255, 79, 0.16), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(114, 255, 212, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(6, 13, 11, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(143, 255, 79, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.26),
    0 0 34px rgba(143, 255, 79, 0.12);
}

.camp-redeem-alert::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 100%);
  transform: translateX(-100%);
  animation: camp-redeem-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.camp-scene-frame {
  position: relative;
  overflow: hidden;
  min-height: 27rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 50% 10%, color-mix(in srgb, var(--clan-accent) 12%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(9, 16, 15, 0.8), rgba(3, 7, 7, 0.96));
}

.camp-scene-frame--fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  border-radius: 0;
  border: none;
}

.camp-scene-frame--fullscreen .camp-scene-canvas {
  min-height: 100vh;
}

@keyframes camp-redeem-sheen {
  0% {
    transform: translateX(-100%);
  }

  46% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.camp-scene-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
  pointer-events: none;
  z-index: 2;
}

.camp-scene-canvas,
.camp-scene-canvas canvas,
.camp-scene-frame--fullscreen,
.camp-scene-frame--fullscreen .camp-scene-canvas,
.camp-scene-frame--fullscreen .camp-scene-canvas canvas,
.camp-scene-frame:fullscreen,
.camp-scene-frame:fullscreen .camp-scene-canvas,
.camp-scene-frame:fullscreen .camp-scene-canvas canvas {
  position: relative;
  cursor:
    url("/images/cursors/generated/orc-cursor-64.png") 12 6,
    default;
}

.camp-scene-canvas {
  min-height: 27rem;
}

.camp-scene-selection-box {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(143, 255, 79, 0.9);
  background:
    linear-gradient(180deg, rgba(143, 255, 79, 0.2), rgba(143, 255, 79, 0.08)),
    rgba(143, 255, 79, 0.08);
  box-shadow:
    0 0 0 1px rgba(223, 255, 192, 0.22) inset,
    0 10px 28px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.camp-scene-selection-box.hidden {
  display: none;
}

.camp-scene-canvas--attack-hover,
.camp-scene-canvas--attack-hover canvas,
.camp-scene-frame--fullscreen.camp-scene-canvas--attack-hover,
.camp-scene-frame--fullscreen .camp-scene-canvas--attack-hover,
.camp-scene-frame--fullscreen .camp-scene-canvas--attack-hover canvas,
.camp-scene-frame:fullscreen .camp-scene-canvas--attack-hover,
.camp-scene-frame:fullscreen .camp-scene-canvas--attack-hover canvas {
  cursor:
    url("/images/cursors/generated/orc-sword-cursor-64.png") 7 2,
    crosshair;
}

.camp-scene-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.camp-scene-world-screen {
  position: absolute;
  inset: 0.7rem;
  z-index: 4;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.65rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(143, 255, 79, 0.14);
  background:
    radial-gradient(circle at 14% 10%, rgba(143, 255, 79, 0.09), transparent 22%),
    linear-gradient(180deg, rgba(4, 9, 9, 0.84), rgba(2, 6, 6, 0.94));
  backdrop-filter: blur(12px);
}

.camp-scene-world-screen.hidden {
  display: none;
}

.camp-scene-world-screen__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.camp-scene-world-screen__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.82);
}

.camp-scene-world-screen__frame {
  min-height: 0;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 5, 5, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.camp-scene-world-screen__iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  background: #020505;
}

.camp-scene-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(143, 255, 79, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(3, 8, 8, 0.42), rgba(3, 8, 8, 0.82));
  backdrop-filter: blur(140px);
  transition: opacity 240ms ease, visibility 240ms ease;
}

.camp-scene-loading--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.camp-scene-loading__panel {
  width: min(24rem, calc(100% - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.72);
  padding: 1rem 1rem 0.9rem;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.camp-scene-loading__eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.74);
}

.camp-scene-loading__title {
  margin: 0.5rem 0 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
}

.camp-scene-loading__bar {
  margin-top: 0.9rem;
  height: 0.42rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.camp-scene-loading__fill {
  height: 100%;
  width: 8%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(143, 255, 79, 0.72), rgba(114, 255, 212, 0.9));
  box-shadow: 0 0 18px rgba(143, 255, 79, 0.18);
  transition: width 160ms ease;
}

.camp-scene-loading__status {
  margin: 0.8rem 0 0;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.66);
}

.camp-scene-audio-prompt {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 177, 107, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(3, 8, 8, 0.16), rgba(3, 8, 8, 0.44));
  backdrop-filter: blur(8px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.camp-scene-audio-prompt--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.camp-scene-audio-prompt__panel {
  width: min(26rem, calc(100% - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.78);
  padding: 1.1rem 1.1rem 1rem;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.camp-scene-audio-prompt__eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 214, 164, 0.78);
}

.camp-scene-audio-prompt__title {
  margin: 0.45rem 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}

.camp-scene-audio-prompt__copy {
  margin: 0.72rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.camp-scene-audio-prompt__actions {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.camp-scene-name-tag {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  z-index: 4;
  max-width: min(18rem, calc(100% - 1.4rem));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.62);
  padding: 0.5rem 0.75rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.camp-scene-name-tag__eyebrow {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.7);
}

.camp-scene-name-tag__title {
  margin: 0.2rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}

.camp-scene-build-panel {
  position: absolute;
  left: 0.7rem;
  top: 4.9rem;
  overflow: scroll;
  height: 430px;
  z-index: 4;
  width: min(22rem, calc(100% - 1.4rem));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.82);
  padding: 0.85rem;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.camp-scene-build-panel__eyebrow {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 214, 164, 0.74);
}

.camp-scene-build-panel__title {
  margin: 0.22rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.camp-scene-build-panel__copy {
  margin: 0.6rem 0 0;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  padding: 0.5rem 0.6rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.66);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.camp-scene-build-panel__copy--error {
  border-color: rgba(255, 102, 102, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 95, 95, 0.12), rgba(255, 95, 95, 0.06)),
    rgba(64, 8, 8, 0.44);
  color: rgba(255, 204, 204, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 95, 95, 0.08);
}

.camp-scene-build-panel__resources {
  margin-top: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.6rem 0.7rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.84);
}

.camp-scene-build-panel__list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.72rem;
}

.camp-scene-build-card {
  display: grid;
  gap: 0.16rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.045);
  padding: 0.7rem 0.8rem;
  text-align: left;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.camp-scene-build-card:hover {
  border-color: rgba(223, 255, 192, 0.26);
  background: rgba(255, 255, 255, 0.07);
}

.camp-scene-build-card:disabled,
.camp-scene-build-card.is-locked {
  opacity: 0.56;
  cursor: not-allowed;
}

.camp-scene-build-card:disabled:hover,
.camp-scene-build-card.is-locked:hover {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
  transform: none;
}

.camp-scene-build-card.is-selected {
  border-color: rgba(255, 177, 107, 0.54);
  background:
    linear-gradient(180deg, rgba(255, 177, 107, 0.08), rgba(255, 177, 107, 0.03)),
    rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.camp-scene-build-card strong {
  font-size: 0.88rem;
  font-weight: 900;
  color: #fff;
}

.camp-scene-build-card span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.62);
}

.camp-scene-build-panel__controls {
  margin-top: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem 0.8rem;
}

.camp-scene-build-panel__controls p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.camp-scene-build-panel__controls p+p {
  margin-top: 0.26rem;
}

.camp-scene-build-panel__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 0.82rem;
}

.camp-scene-briefing {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  grid-template-columns: minmax(0, 1fr);
  padding: 1.2rem;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 177, 107, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(3, 8, 8, 0.24), rgba(3, 8, 8, 0.72));
  backdrop-filter: blur(6px);
}

.camp-scene-briefing[hidden] {
  display: none !important;
  pointer-events: none !important;
}

.camp-scene-briefing__body,
.camp-scene-briefing__portrait-shell {
  pointer-events: auto;
}

.camp-scene-briefing__logo {
  width: 8.8rem;
  z-index: 0;
  position: absolute;
  left: 5rem;
  top: 2rem;
}

.camp-scene-briefing__borgharian-logo {
  width: 8.8rem;
  z-index: 0;
  position: absolute;
  right: 5rem;
  top: -10px;
}

.camp-scene-briefing>.camp-scene-briefing__portrait-shell,
.camp-scene-briefing>.camp-scene-briefing__body {
  width: min(66rem, calc(100% - 2rem));
}

.camp-scene-briefing__portrait-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 1.2rem 1.2rem 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 177, 107, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.82);
  min-height: min(42vh, 24rem);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.camp-scene-briefing__model {
  width: 100%;
  height: 100%;
  min-height: min(42vh, 24rem);
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 0.8rem, 0) scale(0.985);
  transition: opacity 420ms ease, filter 420ms ease, transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.camp-scene-briefing__model--ready {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.camp-scene-briefing__model canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.camp-scene-briefing__body {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
  border-radius: 0 0 1.2rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.9);
  padding: 1rem 1.1rem 1.05rem;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 360ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 360ms ease;
}

.camp-scene-briefing--hidden {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0) scale(0.985);
  filter: blur(4px);
  pointer-events: none;
}

.camp-scene-briefing__eyebrow {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  position: absolute;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  top: -49px;
  color: rgba(255, 214, 164, 0.74);
}

.camp-scene-briefing__title {
  margin: 0.2rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.camp-scene-briefing__text {
  min-height: 5.2rem;
  margin: 0.52rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.74);
}

.camp-scene-briefing__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85rem;
}

.camp-scene-hud {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  top: 0.7rem;
  bottom: 0.7rem;
  z-index: 3;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.62fr);
  align-items: start;
  pointer-events: none;
}

.camp-scene-status {
  display: grid;
  gap: 0.45rem;
  align-self: end;
}

.camp-scene-stats {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(8, max-content);
  justify-content: start;
}

.camp-scene-chip,
.camp-scene-inspector {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(4, 9, 9, 0.52);
  padding: 0.42rem 0.58rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.camp-scene-inspector {
  overflow: hidden;
}

.camp-scene-inspector__portrait {
  position: relative;
  margin: 0.4rem -0.1rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background:
    radial-gradient(circle at 50% 22%, rgba(143, 255, 79, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    rgba(3, 7, 7, 0.8);
  height: 7rem;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.camp-scene-inspector__portrait::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(3, 7, 7, 0), rgba(3, 7, 7, 0.88));
  pointer-events: none;
}

.camp-scene-inspector__portrait-image {
  display: block;
  width: 100%;
  height: 131%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.06) translateY(-20px);
}

.camp-scene-inspector__quote {
  margin-top: 0.7rem;
  border-left: 2px solid rgba(255, 177, 107, 0.65);
  padding-left: 0.72rem;
}

.camp-scene-inspector__quote-label {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 214, 164, 0.72);
}

.camp-scene-inspector__quote-text {
  min-height: 2.6rem;
  margin: 0.42rem 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.74);
}

.camp-scene-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 2rem;
  padding: 0.28rem 0.45rem;
  white-space: nowrap;
  pointer-events: auto;
}

.camp-scene-chip__icon {
  display: inline-flex;
  height: 1.35rem;
  width: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(143, 255, 79, 0.14);
  color: #ddffc3;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.camp-scene-chip__value {
  font-size: 0.76rem;
  font-weight: 800;
  color: #fff;
}

.camp-scene-chip--control {
  padding: 0.14rem;
}

.camp-scene-chip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.camp-scene-chip__button .camp-scene-chip__icon {
  height: 1.6rem;
  width: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
}

.camp-scene-chip__button[aria-pressed='true'] .camp-scene-chip__icon {
  background: rgba(143, 255, 79, 0.2);
  box-shadow: 0 0 18px rgba(143, 255, 79, 0.16);
}

.camp-scene-chip:hover,
.camp-scene-chip:focus-within {
  border-color: rgba(143, 255, 79, 0.22);
  transform: translateY(-1px);
}

.camp-war-progress {
  width: min(100%, 29rem);
  border: 1px solid rgba(143, 255, 79, 0.12);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.56);
  padding: 0.58rem 0.72rem 0.62rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}

.camp-war-progress__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.camp-war-progress__eyebrow {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.72);
}

.camp-war-progress__count {
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
}

.camp-war-progress__bar {
  position: relative;
  overflow: hidden;
  margin-top: 0.48rem;
  height: 0.68rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18)),
    rgba(255, 255, 255, 0.04);
}

.camp-war-progress__fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(143, 255, 79, 0.92), rgba(255, 183, 95, 0.88));
  box-shadow:
    0 0 18px rgba(143, 255, 79, 0.24),
    0 0 26px rgba(255, 183, 95, 0.14);
}

.camp-war-progress__note {
  margin-top: 0.42rem;
  font-size: 0.66rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.camp-scene-inspector p:first-child {
  line-height: 1;
}

.camp-scene-inspector {
  max-width: 17rem;
  justify-self: end;
  align-self: end;
  pointer-events: none;
}

.camp-build-menu {
  width: min(100%, 25rem);
  justify-self: end;
  align-self: start;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(4, 9, 9, 0.62);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.camp-wall-panel {
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 8% 18%, rgba(143, 255, 79, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 9, 0.56);
  padding: 1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.camp-wall-panel__header,
.camp-wall-panel__body,
.camp-wall-panel__actions,
.camp-wall-panel__meta {
  display: flex;
  gap: 0.75rem;
}

.camp-wall-panel__header,
.camp-wall-panel__body {
  align-items: flex-start;
  justify-content: space-between;
}

.camp-wall-panel__meta {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.camp-wall-panel__meta span,
.camp-wall-panel__stat {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
}

.camp-wall-panel__meta span {
  padding: 0.42rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82);
}

.camp-wall-panel__eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.72);
}

.camp-wall-panel__title {
  margin: 0.35rem 0 0;
  font-size: 1.18rem;
  font-weight: 900;
  color: #fff;
}

.camp-wall-panel__copy {
  margin: 0.75rem 0 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.64);
}

.camp-wall-panel__body {
  margin-top: 1rem;
  flex-wrap: wrap;
}

.camp-wall-panel__map-shell {
  flex: 1 1 18rem;
  min-width: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 255, 79, 0.06), transparent 40%),
    rgba(3, 7, 7, 0.82);
  overflow: hidden;
}

.camp-wall-panel__map {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  cursor: crosshair;
}

.camp-wall-panel[data-read-only='true'] .camp-wall-panel__map {
  cursor: default;
}

.camp-wall-panel__stats {
  display: grid;
  gap: 0.55rem;
  flex: 0 1 18rem;
  min-width: 15rem;
}

.camp-wall-panel__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.72rem 0.85rem;
}

.camp-wall-panel__stat span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.camp-wall-panel__stat strong {
  font-size: 0.82rem;
  color: #fff;
}

.camp-wall-panel__actions {
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.camp-wall-panel__territory-fill {
  fill: rgba(143, 255, 79, 0.08);
  stroke: none;
}

.camp-wall-panel__territory-edge {
  fill: none;
  stroke: rgba(223, 255, 192, 0.82);
  stroke-width: 2.4;
  stroke-linejoin: round;
}

.camp-wall-panel__camp-footprint {
  fill: rgba(255, 177, 107, 0.18);
  stroke: rgba(255, 214, 164, 0.9);
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-dasharray: 6 4;
}

.camp-wall-panel__camp-core {
  fill: rgba(255, 244, 213, 0.96);
  stroke: #ffb16b;
  stroke-width: 2.2;
}

.camp-wall-panel__camp-core-glow {
  fill: rgba(255, 177, 107, 0.12);
  stroke: rgba(255, 177, 107, 0.42);
  stroke-width: 1.4;
}

.camp-wall-panel__wall-line {
  fill: none;
  stroke: #ffb16b;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.camp-wall-panel__wall-fill {
  fill: rgba(255, 177, 107, 0.12);
  stroke: none;
}

.camp-wall-panel__anchor {
  fill: #fff4d5;
  stroke: #ffb16b;
  stroke-width: 2;
}

.camp-build-menu[open] {
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(143, 255, 79, 0.08);
}

.camp-build-menu__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0.85rem;
  cursor: pointer;
  list-style: none;
}

.camp-build-menu__summary::-webkit-details-marker {
  display: none;
}

.camp-build-menu__eyebrow {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.72);
}

.camp-build-menu__title {
  margin: 0.14rem 0 0;
  font-size: 0.94rem;
  font-weight: 900;
  color: #fff;
}

.camp-build-menu__meta {
  display: grid;
  gap: 0.18rem;
  justify-items: end;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}

.camp-build-menu__body {
  display: grid;
  gap: 0.7rem;
  padding: 0 0.85rem 0.85rem;
}

.camp-build-menu__status {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.camp-build-menu__pill {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.9rem;
  padding: 0.45rem 0.55rem;
  background: rgba(255, 255, 255, 0.04);
}

.camp-build-menu__pill span {
  display: inline-flex;
  height: 1.2rem;
  width: 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(143, 255, 79, 0.14);
  color: #ddffc3;
  font-size: 0.56rem;
  font-weight: 900;
}

.camp-build-menu__pill strong {
  min-width: 0;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
}

.camp-build-menu__list,
.camp-build-menu__orders {
  display: grid;
  gap: 0.55rem;
  max-height: 16rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.camp-build-card,
.camp-build-order {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.95rem;
  padding: 0.68rem;
  background: rgba(255, 255, 255, 0.035);
}

.camp-build-card {
  display: grid;
  gap: 0.55rem;
}

.camp-build-card__name,
.camp-build-order__name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 900;
  color: #fff;
}

.camp-build-card__meta,
.camp-build-order__meta {
  margin: 0.18rem 0 0;
  font-size: 0.66rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.camp-build-card__site {
  display: grid;
  gap: 0.28rem;
}

.camp-build-card__site span {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
}

.camp-build-card__submit {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.72rem;
}

.camp-scene-territory {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 3;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 9, 9, 0.56);
  padding: 0.48rem 0.78rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(223, 255, 192, 0.82);
  backdrop-filter: blur(10px);
}

body.legal-modal-open {
  overflow: hidden;
}

.legal-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(143, 255, 79, 0.08), transparent 24%),
    rgba(2, 5, 5, 0.72);
  backdrop-filter: blur(14px);
}

.legal-modal-backdrop.hidden {
  display: none;
}

.legal-modal-shell {
  width: min(100%, 54rem);
  max-height: min(88vh, 52rem);
}

.legal-modal-card {
  max-height: inherit;
  overflow: auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.legal-modal-copy p {
  margin: 0;
}

.territory-world-shell {
  position: relative;
}

.territory-world-frame {
  position: relative;
  overflow: hidden;
  min-height: 42rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 255, 79, 0.08), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(78, 255, 202, 0.07), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(4, 9, 9, 0.84), rgba(3, 7, 7, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.3);
}

.territory-world-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.03), transparent 16%),
    radial-gradient(circle at 84% 12%, rgba(143, 255, 79, 0.04), transparent 16%),
    linear-gradient(180deg, rgba(255, 248, 214, 0.015), transparent 20%, rgba(0, 0, 0, 0.08));
  pointer-events: none;
  z-index: 1;
}

.territory-world-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, transparent 52%, rgba(2, 5, 5, 0.24) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.018) 100%);
}

.territory-world-svg {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  min-height: 42rem;
  cursor: grab;
  filter: saturate(1.08) contrast(1.06);
}

.territory-return-tool {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  border: 1px solid rgba(143, 255, 79, 0.24);
  border-radius: 999px;
  background: rgba(7, 14, 11, 0.78);
  color: #e9ffd6;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.28);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.territory-return-tool:hover,
.territory-return-tool:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(143, 255, 79, 0.42);
  background: rgba(10, 20, 14, 0.88);
  outline: none;
}

.territory-return-tool--continent {
  left: auto;
  right: 1rem;
}

.territory-map-tools {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  transform: translateX(-50%);
}

.territory-return-tool--action {
  position: static;
  left: auto;
  top: auto;
  padding-inline: 0.9rem;
}

.territory-map-status {
  position: absolute;
  top: 4.35rem;
  left: 50%;
  z-index: 2;
  min-width: 18rem;
  max-width: min(36rem, calc(100% - 2rem));
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 14, 11, 0.82);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.72rem 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.24);
}

.territory-map-status--error {
  border-color: rgba(255, 120, 120, 0.28);
  background: rgba(30, 8, 8, 0.84);
  color: #ffb6a6;
}

.territory-entity-tooltip {
  position: absolute;
  z-index: 3;
  max-width: 20rem;
  pointer-events: none;
  border: 1px solid rgba(143, 255, 79, 0.18);
  border-radius: 1.1rem;
  background: rgba(6, 12, 10, 0.92);
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

.territory-entity-tooltip__eyebrow,
.territory-entity-tooltip__title,
.territory-entity-tooltip__meta,
.territory-entity-tooltip__body {
  margin: 0;
}

.territory-entity-tooltip__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cbff9d;
}

.territory-entity-tooltip__title {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  font-weight: 900;
  color: #fff;
}

.territory-entity-tooltip__meta {
  margin-top: 0.35rem;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.58);
}

.territory-entity-tooltip__body {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.5;
}

.territory-entity-marker {
  transition: opacity 160ms ease;
}

.territory-entity-marker:hover {
  opacity: 1;
}

.territory-fog-layer {
  animation: territoryFogDrift 28s linear infinite;
  transform-origin: center;
}

.territory-surf-layer {
  animation: territorySurfPulse 7s ease-in-out infinite;
}

.territory-stronghold-marker {
  filter: drop-shadow(0 0 14px rgba(143, 255, 79, 0.18));
}

.territory-doomerian-base-marker {
  filter:
    drop-shadow(0 0 12px rgba(78, 255, 202, 0.28)) drop-shadow(0 0 28px rgba(78, 255, 202, 0.12));
}

.territory-doomerian-pulse-layer {
  animation: territoryDoomerianPulse 4.8s ease-in-out infinite;
  transform-origin: center;
}

.territory-region-hit {
  transition:
    fill 140ms ease,
    stroke 140ms ease,
    opacity 140ms ease;
}

@keyframes territoryFogDrift {
  0% {
    transform: translate3d(-0.4%, 0, 0);
  }

  50% {
    transform: translate3d(0.6%, -0.3%, 0);
  }

  100% {
    transform: translate3d(-0.4%, 0, 0);
  }
}

@keyframes territorySurfPulse {

  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes territoryDoomerianPulse {

  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.985);
  }

  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}

.territory-world-svg:active {
  cursor: grabbing;
}

.camp-map-shell {
  position: relative;
}

.camp-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(3, 7, 7, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 64px rgba(0, 0, 0, 0.28);
}

.camp-map-image {
  display: block;
  width: 100%;
  min-height: 31rem;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.48) contrast(1.08);
}

.camp-map-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 255, 79, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(6, 14, 14, 0.14), rgba(4, 10, 10, 0.34));
  pointer-events: none;
}

.camp-map-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 1rem;
}

.camp-map-form {
  display: block;
}

.camp-map-tile {
  position: relative;
  display: flex;
  min-height: 5.2rem;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.8rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.camp-map-tile--woods {
  background: linear-gradient(180deg, rgba(46, 75, 48, 0.42), rgba(15, 28, 19, 0.64));
}

.camp-map-tile--forge {
  background: linear-gradient(180deg, rgba(100, 56, 34, 0.42), rgba(34, 21, 16, 0.66));
}

.camp-map-tile--spring {
  background: linear-gradient(180deg, rgba(43, 92, 74, 0.4), rgba(15, 28, 29, 0.66));
}

.camp-map-tile--ruins {
  background: linear-gradient(180deg, rgba(65, 64, 76, 0.42), rgba(23, 23, 29, 0.66));
}

.camp-map-tile__coords {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.camp-map-tile__region {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
}

.camp-map-tile__action {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 255, 179, 0.72);
}

.camp-map-tile--current {
  border-color: rgba(143, 255, 79, 0.42);
  background:
    radial-gradient(circle at 50% 35%, rgba(143, 255, 79, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(36, 68, 38, 0.52), rgba(16, 30, 18, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(143, 255, 79, 0.1),
    0 0 26px rgba(143, 255, 79, 0.12);
}

.camp-map-banner-mark {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 0.85rem;
  height: 2.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(177, 153, 120, 0.95), rgba(97, 73, 48, 0.9));
}

.camp-map-banner-mark::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 100%;
  width: 1.7rem;
  height: 1.15rem;
  margin-left: 0.15rem;
  background: linear-gradient(180deg, rgba(143, 255, 79, 0.95), rgba(62, 133, 31, 0.86));
  clip-path: polygon(0 0, 100% 8%, 80% 52%, 100% 100%, 0 100%);
  box-shadow: 0 0 16px rgba(143, 255, 79, 0.18);
}

.camp-map-tile--claimable {
  cursor: pointer;
}

.camp-map-tile--claimable:hover,
.camp-map-tile--claimable:focus-visible {
  transform: translateY(-0.2rem) scale(1.02);
  border-color: rgba(143, 255, 79, 0.38);
  box-shadow:
    0 0 0 1px rgba(143, 255, 79, 0.14),
    0 16px 28px rgba(0, 0, 0, 0.2);
  outline: none;
}

.camp-map-tile--locked {
  opacity: 0.54;
}

.camp-map-tile--locked .camp-map-tile__action {
  color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 640px) {

  .camp-scene-frame,
  .camp-scene-canvas {
    min-height: 22rem;
  }

  .camp-scene-hud {
    top: 3.7rem;
    bottom: 0.7rem;
    grid-template-columns: 1fr;
  }

  .camp-scene-status {
    width: 100%;
  }

  .camp-scene-stats {
    grid-template-columns: repeat(4, max-content);
  }

  .camp-build-menu {
    width: 100%;
    justify-self: stretch;
    order: 2;
  }

  .camp-build-menu__summary,
  .camp-build-menu__status {
    grid-template-columns: 1fr;
  }

  .camp-war-progress {
    width: 100%;
  }

  .camp-scene-inspector {
    order: 3;
    max-width: none;
    justify-self: stretch;
    align-self: end;
    margin-bottom: 3rem;
  }

  .camp-wall-panel__header,
  .camp-wall-panel__body {
    flex-direction: column;
  }

  .camp-wall-panel__meta {
    justify-content: flex-start;
  }

  .camp-wall-panel__map-shell,
  .camp-wall-panel__stats {
    min-width: 100%;
  }

  .territory-world-frame,
  .territory-world-svg {
    min-height: 30rem;
  }

  .territory-map-tools {
    top: 0.8rem;
    gap: 0.45rem;
    width: calc(100% - 7.5rem);
  }

  .territory-return-tool--action {
    padding-inline: 0.7rem;
    font-size: 0.68rem;
  }

  .territory-map-status {
    top: 3.85rem;
    min-width: 0;
    max-width: calc(100% - 1.5rem);
    font-size: 0.68rem;
    padding: 0.62rem 0.8rem;
  }

  .camp-map-image {
    min-height: 26rem;
  }

  .camp-map-overlay {
    gap: 0.45rem;
    padding: 0.7rem;
  }

  .camp-map-tile {
    min-height: 4.5rem;
    padding: 0.55rem;
  }

  .camp-map-tile__coords,
  .camp-map-tile__action {
    font-size: 0.56rem;
  }

  .camp-map-tile__region {
    font-size: 0.72rem;
  }
}

@keyframes progress-sheen {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(220%);
  }
}

@keyframes confetti-fall {
  0% {
    transform: translate3d(0, -8vh, 0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.9;
  }

  50% {
    transform: translate3d(1.8rem, 48vh, 0) rotate(180deg);
  }

  100% {
    transform: translate3d(-1.4rem, 110vh, 0) rotate(360deg);
    opacity: 0;
  }
}

@keyframes float-glow {
  from {
    transform: translateY(-4px) scale(0.99);
  }

  to {
    transform: translateY(6px) scale(1.01);
  }
}

@keyframes horde-reveal {
  from {
    transform: translateY(-3px) scale(0.995);
    opacity: 0.92;
  }

  to {
    transform: translateY(4px) scale(1.01);
    opacity: 1;
  }
}

@keyframes dust-drift-a {
  0% {
    transform: translate3d(-1.5%, 1.2%, 0) scale(1) rotate(0deg);
    opacity: 0.18;
  }

  35% {
    transform: translate3d(2.2%, -1.8%, 0) scale(1.02) rotate(0.8deg);
    opacity: 0.26;
  }

  70% {
    transform: translate3d(-0.8%, -3.6%, 0) scale(0.99) rotate(-0.6deg);
    opacity: 0.22;
  }

  100% {
    transform: translate3d(3.4%, -5.4%, 0) scale(1.03) rotate(1.1deg);
    opacity: 0.16;
  }
}

@keyframes dust-drift-b {
  0% {
    transform: translate3d(2.6%, 0.8%, 0) scale(0.98) rotate(0deg);
    opacity: 0.14;
  }

  30% {
    transform: translate3d(-1.7%, -2.4%, 0) scale(1.01) rotate(-0.7deg);
    opacity: 0.2;
  }

  65% {
    transform: translate3d(1.2%, -4.1%, 0) scale(1.03) rotate(0.5deg);
    opacity: 0.16;
  }

  100% {
    transform: translate3d(-2.9%, -6.1%, 0) scale(1) rotate(-1deg);
    opacity: 0.12;
  }
}

@keyframes dust-drift-c {
  0% {
    transform: translate3d(-1.2%, 1.5%, 0) scale(1) rotate(0deg);
    opacity: 0.2;
  }

  40% {
    transform: translate3d(1.8%, -2.2%, 0) scale(1.02) rotate(0.6deg);
    opacity: 0.3;
  }

  75% {
    transform: translate3d(-0.9%, -4.8%, 0) scale(0.99) rotate(-0.5deg);
    opacity: 0.24;
  }

  100% {
    transform: translate3d(2.7%, -6.2%, 0) scale(1.03) rotate(0.9deg);
    opacity: 0.18;
  }
}

@keyframes dust-drift-d {
  0% {
    transform: translate3d(1.9%, 0.9%, 0) scale(0.99) rotate(0deg);
    opacity: 0.12;
  }

  33% {
    transform: translate3d(-2.3%, -1.6%, 0) scale(1.01) rotate(-0.6deg);
    opacity: 0.19;
  }

  68% {
    transform: translate3d(0.6%, -3.9%, 0) scale(1.02) rotate(0.4deg);
    opacity: 0.16;
  }

  100% {
    transform: translate3d(-3.1%, -5.7%, 0) scale(1) rotate(-0.9deg);
    opacity: 0.11;
  }
}

@keyframes fire-pulse {
  from {
    opacity: 0.62;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes lore-pulse {

  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(143, 255, 79, 0.4),
      0 0 24px rgba(143, 255, 79, 0.4);
  }

  50% {
    box-shadow:
      0 0 0 10px rgba(143, 255, 79, 0),
      0 0 30px rgba(143, 255, 79, 0.48);
  }
}

@keyframes rune-spin {
  from {
    transform: rotate(0deg) scale(0.96);
  }

  to {
    transform: rotate(360deg) scale(1.03);
  }
}
