/* Tibia-inspired interaction model using Cyber Gyn pages and artwork. */
.portal-nav-actions {
  display: grid;
  gap: 9px;
  padding: 10px 8px;
  border-bottom: 2px solid #17100b;
  background:
    linear-gradient(rgba(255,255,255,.04), rgba(0,0,0,.22)),
    repeating-linear-gradient(90deg, #342116 0, #342116 8px, #26170f 8px, #26170f 16px);
}

.portal-nav-big-button {
  display: block;
  padding: 6px 7px 5px;
  border: 3px ridge #9f8c65;
  outline: 2px solid #15110d;
  color: #fff08b;
  background: linear-gradient(#176bff 0%, #074bd0 48%, #05328e 52%, #0a43c2 100%);
  box-shadow:
    inset 0 0 0 2px #061743,
    inset 0 0 0 3px rgba(255,255,255,.28),
    0 3px 4px rgba(0,0,0,.65);
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 2px #000;
}

.portal-nav-big-button:hover,
.portal-nav-big-button:focus-visible {
  filter: brightness(1.16);
  transform: translateY(-1px);
}

.portal-nav-big-button strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.05;
}

.portal-nav-big-button small {
  display: block;
  margin: 8px -5px -4px;
  padding-top: 3px;
  border-top: 1px solid rgba(255,255,255,.25);
  color: #d6c4a5;
  background: rgba(21,12,8,.82);
  font-size: 10px;
  line-height: 1.2;
}

.portal-menu-groups {
  width: 100%;
  padding: 4px;
}

.portal-menu-group {
  width: 100%;
  border-bottom: 1px solid #17100c;
}

.portal-menu-group-toggle {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) 18px;
  width: 100%;
  min-height: 40px;
  align-items: center;
  gap: 5px;
  padding: 4px 5px;
  border: 0;
  border-top: 1px solid rgba(224,190,116,.25);
  color: #d8c3a4;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06), transparent 38%),
    linear-gradient(#4a3526, #2b1b13);
  cursor: pointer;
  text-align: left;
  text-shadow: 1px 2px #000;
}

.portal-menu-group-toggle:hover,
.portal-menu-group-toggle:focus-visible,
.portal-menu-group.is-open > .portal-menu-group-toggle {
  color: #f6dfad;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%),
    linear-gradient(#59412d, #332116);
}

.portal-menu-group-toggle img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(1px 2px 1px #000);
}

.portal-menu-group-toggle span {
  overflow: hidden;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.portal-menu-group-toggle b {
  color: #5fdb58;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  text-align: center;
}

.portal-menu-submenu {
  display: none;
  padding: 3px 4px 4px;
  border-left: 1px solid #6c8b7e;
  border-right: 1px solid #6c8b7e;
  background: #063a36;
  box-shadow: inset 0 0 12px rgba(0,0,0,.42);
}

.portal-menu-group.is-open > .portal-menu-submenu {
  display: block;
}

.portal-shell #mainMenu .portal-menu-submenu a,
.portal-shell #mainMenu .portal-menu-submenu a.right {
  display: block !important;
  width: 100% !important;
  min-height: 25px;
  margin: 0 !important;
  padding: 5px 7px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(175,213,198,.27) !important;
  color: #f4f5eb;
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: left !important;
  text-shadow: 1px 1px #000;
}

.portal-shell #mainMenu .portal-menu-submenu a::before {
  content: none !important;
}

.portal-shell #mainMenu .portal-menu-submenu a:hover,
.portal-shell #mainMenu .portal-menu-submenu a:focus-visible,
.portal-shell #mainMenu .portal-menu-submenu a.active {
  color: #fff3a6;
  background: rgba(15,87,78,.85);
}

@media (max-width: 560px) {
  .portal-shell > .portal-statusbar span:first-child,
  .portal-shell > .portal-statusbar span:last-child {
    display: none;
  }

  .portal-shell > .portal-sidebar {
    grid-template-columns: 1fr;
  }
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  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: 1px;
}

.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 (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: 1px;
  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;
}




