﻿:root {
  --page-bg: #051122;
  --frame-bg: #1b2236;
  --panel-bg: #fff2db;
  --panel-border: #5f4d41;
  --menu-a: #5b3a26;
  --menu-b: #3f281a;
  --menu-border: #9a6a2f;
  --menu-text: #ffe1a6;
  --title-main: #f0cd7c;
  --title-stroke: #523114;
  --link: #004294;
}

* {
  box-sizing: border-box;
  font-family: Verdana, Arial, sans-serif;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: #5A2800;
  font-family: Verdana, Arial, sans-serif;
}

.container {
  width: min(970px, calc(100% - 12px));
  margin: 0 auto;
}

.banner {
  margin-top: 10px;
  height: 230px;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.10)),
    radial-gradient(circle at 14px 14px, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(#5a442d 0 34%, #4ba14d 34% 100%)
  background-size: auto, 28px 28px, auto;
}

.banner.small { height: 160px }

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,.06) 0, rgba(0,0,0,.06) 2px, transparent 2px, transparent 8px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 2px, transparent 2px, transparent 8px)
}

.logo-title {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: clamp(38px, 7vw, 78px);
  line-height: .95;
  text-align: center;
  color: var(--title-main);
  text-shadow:
    2px 2px 0 var(--title-stroke),
    -1px -1px 0 #2b1b0a,
    0 0 14px rgba(0,0,0,.25)
}

.logo-sub {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  margin: 0;
  color: #f4f4f4;
  text-shadow: 1px 1px 0 #111;
  font-size: 15px;
}

.menu {
  margin-top: 8px;
  border: 1px solid var(--menu-border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(var(--menu-a), var(--menu-b));
}

.menu a {
  color: var(--menu-text);
  text-decoration: none;
  padding: 12px 11px;
  border-right: 1px solid rgba(0,0,0,.25);
  text-shadow: 1px 1px 0 #000;
  font-size: 15px;
}

.menu a.brand {
  color: #f4e4bf;
  font-weight: 700;
}

.menu a.active {
  background: rgba(0,0,0,.25);
}

.menu a.right {
  margin-left: auto;
  border-left: 1px solid rgba(0,0,0,.25);
}

.panel {
  margin-top: 8px;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: 4px;
  padding: 16px;
}

.center { text-align: center }

h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 500;
}

h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 500;
}

.lead {
  margin-top: 0;
  font-size: 22px;
}

.store-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0;
}

.store-badge img {
  height: 56px;
  width: auto;
  display: block;
}

.store {
  text-decoration: none;
  color: #fff;
  background: #121212;
  border: 1px solid #474747;
  border-radius: 8px;
  padding: 11px 20px;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
}

.online-count { font-size: 21px }

.hero {
  margin-top: 16px;
  border: 1px solid #7c5c34;
  background: linear-gradient(#e9d1ac, #d5c0a1);
  padding: 14px;
}

.hp {
  height: 22px;
  border: 1px solid #3d0a0a;
  background: #791010;
  margin-bottom: 12px;
}

.hp span {
  display: block;
  height: 100%;
  width: 82%;
  background: #d44f4f;
}

.hero-message {
  background: #3b2b1f;
  border: 5px solid #7b5b2f;
  color: #fff2db;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 56px);
  padding: 14px 10px;
}

.grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  text-align: left;
}

.card {
  border: 1px solid #5f4d41;
  background: #f1e0c6;
  padding: 12px;
}

.card h3 { margin: 0 0 8px }

.big-news-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
}

.news-meta {
  display: flex;
  justify-content: flex-end;
  color: #5a4125;
  font-size: 14px;
}

.news-divider {
  border: 0;
  border-top: 1px solid #8f6b3f;
  margin: 16px 0;
}

.news-cover {
  border: 1px solid #8f6b3f;
  background: linear-gradient(#2b395a, #1e2b47);
  color: #f1d78e;
  font-weight: 700;
  text-align: center;
  padding: 80px 12px;
  font-size: clamp(26px, 4vw, 48px);
}

.subtabs {
  margin-top: 0;
  margin-bottom: 14px;
  color: #444;
}

.subtabs a {
  color: var(--link);
  text-decoration: none;
}

.rank-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.rank-table th,
.rank-table td {
  border: 1px solid #b49a73;
  padding: 9px;
}

.rank-table th { background: #d5c0a1 color: #5A2800 }
.rank-table tbody tr:nth-child(even) { background: #f1e0c6 }

.search-box {
  border: 1px solid #5f4d41;
  padding: 12px;
  background: #f1e0c6;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 8px;
}

.search-row input,
.search-row button {
  border: 1px solid #5f4d41;
  background: #fff2db;
  padding: 10px;
  font-size: 16px;
}

.char-title {
  font-size: clamp(30px, 4.5vw, 44px);
  margin: 0 0 10px;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}

.badge.online { background: #45b055 }
.badge.role { background: #2f7fc8 }

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table td {
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.info-table td:first-child {
  width: 35%;
  background: #f4f4f4;
}

.section-title {
  margin-top: 14px;
  margin-bottom: 0;
  background: #ccb086;
  border: 1px solid #5f4d41;
  padding: 10px;
}

.kill-feed {
  border: 1px solid #5f4d41;
  border-top: none;
  background: #ecdcc4;
}

.kill-feed li {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #b08858;
}

.guild-item {
  border: 1px solid #5f4d41;
  background: #f1e0c6;
  padding: 12px;
  margin-bottom: 10px;
}

.guild-item h3 {
  margin: 0 0 8px;
  color: var(--link);
}

.footer {
  text-align: right;
  color: #fff2db;
  font-size: 14px;
  padding: 12px 4px 22px;
}

.footer a { color: #004294 }

.menu-top {
  display: flex;
  align-items: center;
}

.menu-top .brand {
  border-right: 1px solid rgba(0,0,0,.25);
}

.menu-toggle {
  display: none;
  margin: 6px 8px 6px auto;
  width: 80px;
  height: 42px;
  border: 1px solid #c79b4b;
  border-radius: 6px;
  background: rgba(0,0,0,.15);
  color: #f0cd7c;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.menu-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-links a.active {
  background: rgba(0,0,0,.16);
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}
  .banner.has-image { height: 170px }
  .banner { height: 170px }
  .banner.small { height: 130px }

  .menu {
    display: block;
    background: linear-gradient(var(--menu-a), var(--menu-b));
  }

  .menu-top {
    border-bottom: 1px solid rgba(0,0,0,.20);
    justify-content: space-between;
  }

  .menu-top .brand {
    border-right: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .menu-links.is-open {
    display: flex;
  }

  .menu-links a {
    border-right: none;
    border-top: 1px solid rgba(0,0,0,.20);
    padding: 14px;
    font-size: 18px;
    background: transparent;
  }

  .menu a.right { margin-left: 0 }
  .grid { grid-template-columns: 1fr }
  .news-meta { justify-content: flex-start }
}
.support-page {
  padding: 20px;
}

.support-hero {
  border: 1px solid #5f4d41;
  background: linear-gradient(180deg, #f1e0c6, #d5c0a1);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
}

.support-hero h2 {
  margin-bottom: 6px;
}

.support-hero p {
  margin: 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.support-card {
  border: 1px solid #5f4d41;
  border-radius: 10px;
  background: linear-gradient(180deg, #f1e0c6, #d5c0a1);
  padding: 14px;
  box-shadow: 0 6px 18px rgba(27, 20, 13, 0.15);
}

.support-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #7a5630;
  background: linear-gradient(180deg, #5f4d41, #3a2d25);
  color: #ffd18c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.support-card h3 {
  margin: 0 0 6px;
}

.support-card p {
  margin: 0 0 12px;
  min-height: 54px;
}

.support-btn {
  display: inline-block;
  text-decoration: none;
  color: #ffd18c;
  background: linear-gradient(180deg, #5f4d41, #3a2d25);
  border: 1px solid #c79b4b;
  border-radius: 8px;
  padding: 9px 12px;
  font-weight: 700;
}

.support-btn:hover {
  filter: brightness(1.08);
}

.support-card small {
  display: block;
  margin-top: 9px;
  color: #5f4529;
}

.support-note {
  margin-top: 14px;
  border: 1px solid #5f4d41;
  border-radius: 8px;
  background: #e5d1b4;
  padding: 12px 11px;
}

.support-note h4 {
  margin: 0 0 4px;
}

.support-note p {
  margin: 0;
}

@media (max-width: 900px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card p {
    min-height: 0;
  }
}

.support-icon-image {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}








.banner.has-image::after {
  display: none;
}

.banner.has-image {
  height: 230px;
  aspect-ratio: auto;
  background: #141f33;
}

.banner-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}







.feature-carousel {
  position: relative;
  margin-top: 12px;
  border: 1px solid #8b6437;
  background: #101010;
  overflow: hidden;
}

.feature-carousel-track {
  display: flex;
  transition: transform .28s ease;
}

.feature-carousel-slide {
  margin: 0;
  min-width: 100%;
}

.feature-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-hit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.carousel-hit-left {
  left: 0;
  justify-content: flex-start;
  padding-left: 8px;
  background: linear-gradient(to right, rgba(0,0,0,.28), rgba(0,0,0,0));
}

.carousel-hit-right {
  right: 0;
  justify-content: flex-end;
  padding-right: 8px;
  background: linear-gradient(to left, rgba(0,0,0,.28), rgba(0,0,0,0));
}

.carousel-arrow {
  font-size: 34px;
  text-shadow: 1px 1px 2px #000;
  opacity: .88;
}

.feature-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-carousel-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255,255,255,.25);
  padding: 0;
  cursor: pointer;
}

.feature-carousel-dot.is-active {
  background: #fff;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}
  .carousel-hit { width: 26% }
  .carousel-arrow { font-size: 28px }
  .feature-carousel-dots { bottom: 8px gap: 7px }
  .feature-carousel-dot { width: 11px height: 11px }
}



  .menu-toggle { display: none !important }
  .menu-links {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
}


@media (min-width: 821px) {
  .menu-top { display: contents; }
  .menu-toggle { display: none !important; }
  .menu-links {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

  #mainMenu .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  #mainMenu .menu-links {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  #mainMenu .menu-links.is-open {
    display: flex !important;
  }
}

.profile-layout {
  padding-top: 14px;
}

.profile-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.profile-title {
  margin: 0;
}

.profile-status {
  margin: 10px 0 14px;
}

.profile-groups {
  display: grid;
  gap: 18px;
}

.profile-group {
  border: 1px solid #b49a73;
  background: #f1e0c6;
}

.profile-group-title {
  margin: 0;
  padding: 10px 12px;
  font-size: 22px;
  font-weight: 500;
  background: #e6d8bb;
  border-bottom: 1px solid #b49a73;
}

.profile-group-title-private {
  background: #d5c0a1;
}

.profile-group-title-private::before {
  content: "\1F512 ";
  font-size: 16px;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
}

.profile-table td {
  border: 1px solid #b49a73;
  padding: 9px;
}

.profile-table tr td:first-child {
  width: 45%;
}

.profile-value-diamonds {
  color: #19b8ff;
  font-weight: 800;
  text-shadow: 0 0 6px rgba(25, 184, 255, 0.18);
}

.profile-value-gold {
  color: #b07a00;
  font-weight: 800;
  text-shadow: 0 0 6px rgba(176, 122, 0, 0.18);
}


.profile-subgroup + .profile-subgroup {
  border-top: 1px solid #b49a73;
}

.profile-subgroup-title {
  margin: 0;
  padding: 9px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #5A2800;
  background: #e6d8bb;
  border-top: 1px solid #c7af87;
  border-bottom: 1px solid #b49a73;
}

.profile-subgroup:first-of-type .profile-subgroup-title {
  border-top: 0;
}

.profile-class-table thead td {
  font-weight: 700;
  background: #e6d8bb;
}

.profile-class-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px;
}

.profile-class-summary-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.profile-class-summary-icon {
  width: 30px;
  height: 30px;
  image-rendering: pixelated;
}

.profile-class-summary-text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #5A2800;
}
@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

  .profile-class-table thead td {
  font-weight: 700;
  background: #e6d8bb;
}

.profile-class-summary {
    flex-wrap: wrap;
    margin: 12px;
  }

  .profile-class-summary-text {
    font-size: 18px;
  }
}

#profileTable.profile-groups {
  display: block !important;
  width: 100%;
}

.profile-group {
  width: 100%;
}

.calc-help {
  margin: 0 0 14px;
  font-size: 20px;
}

.calc-inline {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #5f4d41;
  background: #f1e0c6;
}

.calc-inline input {
  width: 120px;
  border: 0;
  border-right: 1px solid #5f4d41;
  padding: 10px 8px;
  font-size: 28px;
  color: #5A2800;
  background: #fff2db;
}

.calc-inline button {
  border: 0;
  padding: 10px 18px;
  font-size: 28px;
  font-weight: 700;
  color: #111;
  background: #e6e6e6;
  cursor: pointer;
}

.calc-result {
  margin-top: 14px;
  min-height: 24px;
  font-size: 20px;
}

.calc-result.ok { color: #1f5f1f; }
.calc-result.err { color: #8a1f1f; }
.calc-result-label {
  color: #5A2800;
  font-weight: 700;
}
.calc-result-value {
  color: #0b6b2a;
  font-weight: 800;
}

.calc-note {
  margin-top: 12px;
  font-size: 16px;
  color: #5f4529;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

  .calc-inline {
    display: flex;
    width: 100%;
  }

  .calc-inline input {
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }

  .calc-inline button {
    font-size: 24px;
    padding: 10px 14px;
  }
}
















.calc-actions {
  margin-top: 14px;
}

.calc-link-btn {
  min-width: 170px;
  text-align: center;
}

.monsters-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.monsters-help {
  margin-bottom: 0;
}

.monsters-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.monster-card {
  border: 1px solid #5f4d41;
  background: linear-gradient(180deg, #f1e0c6, #e2cfb0);
  padding: 14px;
  min-height: 180px;
}

.monster-card h3 {
  margin: 0 0 10px;
  color: #5A2800;
  font-size: 22px;
}

.monster-card p {
  margin: 0 0 8px;
  font-size: 17px;
}

.monsters-bosses {
  margin-top: 18px;
}

.monsters-section-title {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #5f4d41;
  background: #d5c0a1;
}

.monsters-grid-bosses {
  grid-template-columns: 1fr;
}

.monster-card-boss {
  background: linear-gradient(180deg, #e8d2a9, #d7bc89);
}

@media (max-width: 900px) {
  .monsters-topbar {
    flex-direction: column;
  }

  .monsters-grid {
    grid-template-columns: 1fr;
  }

  .monster-card {
    min-height: 0;
  }
}

.monster-card-image {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  image-rendering: pixelated;
}


.monster-card-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  min-height: 100%;
}

.monster-card-copy {
  flex: 1 1 auto;
}

.monster-card-figure {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .monster-card-body {
    align-items: center;
  }
}


.support-launch-page {
  text-align: left;
}

.support-launch-hero {
  text-align: center;
  margin-bottom: 18px;
}

.support-launch-hero-enhanced {
  border: 1px solid #7b5b2f;
  background:
    linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,0)),
    radial-gradient(circle at top, rgba(255,220,160,.35), transparent 52%),
    linear-gradient(#e7c992, #d6ae73);
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.support-hero-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #5f3a16;
  color: #ffe4b0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.support-hero-lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.support-launch-note {
  margin: 12px auto 0;
  max-width: 760px;
  font-size: 16px;
  color: #6a4722;
}

.support-launch-terms {
  margin-top: 14px;
  font-weight: 700;
}

.support-launch-terms a,
.support-secondary-link,
.support-language-switch a {
  color: var(--link);
  text-decoration: none;
}

.support-language-switch {
  margin: 0 0 14px;
  text-align: center;
  color: #6a4722;
}

.support-hero-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.support-secondary-link {
  font-weight: 700;
}

.support-trust-strip {
  margin: 18px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.support-trust-item {
  border: 1px solid #8a6638;
  background: linear-gradient(#f7ead0, #efddb8);
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}

.support-trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.support-trust-item span {
  display: block;
  line-height: 1.5;
}

.support-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.support-info-grid-single {
  grid-template-columns: 1fr;
}

.support-info-card,
.support-offer-card {
  border: 1px solid #7b5b2f;
  background: linear-gradient(#f7e5c4, #edd5ab);
  border-radius: 6px;
  padding: 16px;
}

.support-intro-card {
  padding: 20px;
}

.support-intro-highlight {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.7;
  color: #5a3110;
}

.support-steps {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.support-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 6px;
  background: rgba(255,255,255,.28);
  border: 1px solid rgba(123,91,47,.35);
}

.support-step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5f3a16;
  color: #ffe4b0;
  font-weight: 700;
  font-size: 18px;
}

.support-step p,
.support-intro-footer,
.support-payment-note,
.terms-page p {
  line-height: 1.65;
}

.support-step p {
  margin: 0;
}

.support-intro-footer {
  margin-top: 18px;
  font-weight: 700;
}

.support-section-head {
  text-align: center;
  margin-bottom: 14px;
}

.support-offers {
  margin-top: 20px;
}

.support-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.support-offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  min-height: 232px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}

.support-offer-card-featured {
  transform: translateY(-6px);
  border-color: #9c6e28;
  box-shadow: 0 8px 18px rgba(84,48,10,.18), inset 0 1px 0 rgba(255,255,255,.28);
}

.support-offer-card-special {
  background: linear-gradient(#efd7af, #dfc18b);
}

.support-offer-tag {
  align-self: center;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #5f3a16;
  color: #ffe4b0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.support-offer-card h4,
.support-offers h3,
.support-vip-block h3,
.support-info-card h3 {
  margin: 0;
}

.support-offer-price {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #5a2800;
}

.support-offer-card .support-btn {
  margin-top: auto;
  text-align: center;
}

.support-vip-block {
  margin-top: 22px;
}

.support-vip-showcase {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.support-vip-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.support-vip-cta-box {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  border: 1px solid #8a6638;
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,.28);
}

.support-vip-price,
.support-vip-price-value,
.support-vip-paypal {
  margin: 0;
}

.support-vip-price {
  font-size: 20px;
}

.support-vip-price-value {
  font-size: 36px;
  font-weight: 700;
  color: #5a2800;
}

.support-vip-paypal {
  color: #6a4722;
}

.terms-page {
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

  .support-trust-strip,
  .support-info-grid,
  .support-offer-grid,
  .support-vip-showcase {
    grid-template-columns: 1fr;
  }

  .support-offer-card-featured {
    transform: none;
  }

  .support-step {
    grid-template-columns: 36px 1fr;
  }

  .support-step-number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

.support-launch-urgency {
  max-width: 820px;
  margin: 14px auto 0;
  padding: 12px 11px;
  border: 1px solid #8d5d22;
  border-radius: 6px;
  background: rgba(95,58,22,.10);
  color: #5a3110;
  line-height: 1.65;
  font-weight: 700;
}

.support-trust-item-alert {
  background: linear-gradient(#efd19d, #e4ba7a);
  border-color: #9b6a2b;
}

.support-page-footer-note {
  margin-top: 22px;
  text-align: center;
}

.support-page-footer-link {
  margin-top: 12px;
}

.support-inline-btn {
  display: inline-block;
  margin-top: 10px;
}

/* support inline alignment overrides */
.support-step > :not(.support-step-number) {
  grid-column: 2;
}

.support-inline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  margin-top: 10px;
}

/* mobile-only brand */
.menu-top .brand {
  display: none;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}
}

.support-offer-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -4px;
}

.support-offer-icon-gift {
  width: 28px;
  height: 28px;
  vertical-align: -6px;
}

.support-offer-card-gift {
  overflow: hidden;
}

.support-offer-art {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  margin: 2px 0 4px;
}

.support-offer-art img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(84,48,10,.18));
}

.support-offer-card-diamond .support-offer-art img {
  width: 98px;
  height: 98px;
}

.support-vip-art img {
  width: 110px;
  height: 110px;
}

.support-offer-art-large img {
  width: 168px;
  height: 168px;
}




.monster-card-link {
  color: inherit;
  text-decoration: none;
}

.monster-card-clickable {
  transition: transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
}

.monster-card-clickable:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(84,48,10,.12);
}

.monster-detail-page {
  text-align: left;
}

.monster-detail-topbar {
  margin-bottom: 14px;
}

.monster-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 18px 34px;
  border: 0;
  border-radius: 0;
  background: url('/bordascano1.png') center / 100% 100% no-repeat;
}

.monster-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('/bordascano2.png') center / 100% 100% no-repeat;
  clip-path: inset(0 100% 0 0);
  animation: monsterFrameWipe 5.5s ease-in-out infinite;
  pointer-events: none;
}

.monster-detail-copy,
.monster-detail-figure {
  position: relative;
  z-index: 1;
}

@keyframes monsterFrameWipe {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  18% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  68% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.monster-detail-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.monster-detail-copy h2 {
  margin: 0;
}

.monster-detail-figure {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.monster-detail-image {
  width: 88px;
  height: 88px;
  object-fit: contain;
  image-rendering: pixelated;
}

.monster-drops-section {
  margin-top: 18px;
}

.monster-drops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.monster-drop-card {
  border: 1px solid #7b5b2f;
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(#f5e1bb, #e8cca0);
  display: flex;
  align-items: center;
  gap: 16px;
}

.monster-drop-card h4 {
  margin: 0 0 8px;
}

.monster-drop-card p {
  margin: 0 0 4px;
}

.monster-drop-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}

.monster-card-copy {
  text-align: center;
}

.monster-card-copy p {
  display: none;
}

.monster-card-body {
  align-items: center;
}

.monster-stats-section {
  margin-top: 18px;
}

.monster-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.monster-stat-card {
  border: 1px solid #7b5b2f;
  border-radius: 8px;
  padding: 18px 16px;
  text-align: center;
  background: linear-gradient(#f5e1bb, #e8cca0);
}

.monster-stat-card strong {
  display: block;
  margin-bottom: 8px;
}

.monster-stat-card span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 820px) {
  .monster-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monster-detail-hero {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy {
    text-align: center;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }

  .monster-drops-grid {
    grid-template-columns: 1fr;
  }
}
}

.monster-drop-placeholder {
  padding: 18px;
  border: 1px solid #7b5b2f;
  border-radius: 8px;
  background: linear-gradient(#f7e5c4, #edd5ab);
  text-align: center;
  font-weight: 700;
}










/* Monster Frame Final Override */
.monster-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 18px 34px;
  border: 0;
  border-radius: 0;
  background: url('/bordascano1.png') center / 100% 100% no-repeat;
}

.monster-detail-copy,
.monster-detail-figure {
  position: relative;
  z-index: 1;
}

.monster-detail-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.monster-detail-copy h2 {
  margin: 0;
  position: relative;
  z-index: 2;
}

.monster-detail-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.monster-detail-image {
  width: 88px;
  height: 88px;
  object-fit: contain;
  image-rendering: pixelated;
}

@media (max-width: 820px) {
  .monster-detail-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 96px;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .monster-detail-copy h2 {
    font-size: 28px;
  }

  .monster-detail-image {
    width: 62px;
    height: 62px;
  }
}

/* Monster Title Neon Override */
.monster-detail-copy h2 {
  color: #98ff86;
  text-shadow:
    1px 0 0 #18310f,
    -1px 0 0 #18310f,
    0 1px 0 #18310f,
    0 -1px 0 #18310f,
    2px 2px 0 rgba(20, 40, 14, 0.42),
    0 0 8px rgba(57, 255, 20, 0.55),
    0 0 16px rgba(57, 255, 20, 0.28);
  animation: monsterTitleNeon 2.8s ease-in-out infinite alternate;
}

@keyframes monsterTitleNeon {
  0% {
    color: #7eff67;
    text-shadow:
      1px 0 0 #18310f,
      -1px 0 0 #18310f,
      0 1px 0 #18310f,
      0 -1px 0 #18310f,
      2px 2px 0 rgba(20, 40, 14, 0.42),
      0 0 7px rgba(57, 255, 20, 0.44),
      0 0 14px rgba(57, 255, 20, 0.22);
  }
  100% {
    color: #ddffd7;
    text-shadow:
      1px 0 0 #18310f,
      -1px 0 0 #18310f,
      0 1px 0 #18310f,
      0 -1px 0 #18310f,
      2px 2px 0 rgba(20, 40, 14, 0.42),
      0 0 10px rgba(57, 255, 20, 0.78),
      0 0 22px rgba(57, 255, 20, 0.42);
  }
}



/* Monster Neon Final Override */
.monster-detail-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 118px !important;
  padding: 18px 24px !important;
  border: 1px solid #7b5b2f !important;
  border-radius: 8px !important;
  background: linear-gradient(#f5e1bb, #e8cca0) !important;
  overflow: visible !important;
  isolation: auto !important;
  filter: none !important;
}

.monster-detail-hero::before,
.monster-detail-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

.monster-detail-copy,
.monster-detail-figure {
  z-index: 1 !important;
}

.monster-detail-copy {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.monster-detail-copy h2 {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  color: #6b2f00 !important;
  text-shadow: none !important;
  animation: none !important;
}

.monster-detail-image {
  width: 88px !important;
  height: 88px !important;
  object-fit: contain !important;
  image-rendering: pixelated !important;
}

@media (max-width: 820px) {
  .monster-detail-hero {
    gap: 12px !important;
    min-height: 96px !important;
    padding: 14px 18px !important;
  }

  .monster-detail-copy h2 {
    font-size: 28px !important;
  }

  .monster-detail-image {
    width: 62px !important;
    height: 62px !important;
  }
}


/* Menu Grid Override */
@media (min-width: 821px) {
  #mainMenu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #mainMenu .menu-top {
    display: none !important;
  }

  #mainMenu .menu-toggle {
    display: none !important;
  }

  #mainMenu .menu-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  #mainMenu .menu-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 9px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-top: none !important;
    border-right: 1px solid rgba(0,0,0,.25) !important;
    margin: 0 !important;
  }

  #mainMenu .menu-links a.right {
    margin-left: 0 !important;
    border-left: none !important;
  }
}

/* Menu Brand Mobile Override */
.menu-top .brand {
  display: none;
}

@media (max-width: 820px) {
  #mainMenu .menu-top .brand {
    display: inline-flex !important;
    align-items: center !important;
    border-right: none !important;
    padding: 12px 14px !important;
  }
}

.welcome-alert-card {
  margin: 18px auto 22px;
  padding: 16px 20px;
  max-width: 860px;
  background: linear-gradient(180deg, #f8e6c0 0%, #f1d7a4 100%);
  border: 1px solid #9c6a2d;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(77, 43, 0, 0.12);
  text-align: left;
}

.welcome-alert-card h3 {
  margin: 0 0 10px;
  color: #7a2e00;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.welcome-alert-card p {
  margin: 0 0 10px;
  color: #5a2800;
  line-height: 1.6;
}

.welcome-alert-card p:last-child {
  margin-bottom: 0;
}

.welcome-alert-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}


.monster-detail-section-title {
  margin: 0 0 14px;
  color: #7a3b00;
  text-align: center;
}









