@charset "UTF-8";
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
:root {
  --class-spec-icon-size: 2.375rem;
  --raid-dung-icon-size: 3.25rem;
  --expansion-logo-height: 90px;
  --expansion-logo-width: 220px;
  --expansion-logo-circular-height: 120px;
  --expansion-logo-circular-width: 192px;
}

@media (max-width: 768px) {
  :root {
    --class-spec-icon-size: 1.875rem;
    --raid-dung-icon-size: 2.5rem;
    --expansion-logo-height: 44px;
    --expansion-logo-width: 110px;
    --expansion-logo-circular-height: 70px;
    --expansion-logo-circular-width: 110px;
  }
}
/* ==========================================================================
   CSS Boilerplate
   ========================================================================== */
/* 1. Box sizing and basic resets */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px; /* Base font-size for rem calculations */
  scroll-behavior: smooth;
}

/* Remove default margin and set up sensible defaults for common elements */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements */
ul, ol {
  list-style: none;
}

/* Optimize media elements */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* Set core defaults for body */
body {
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  min-height: 100vh;
}

/* Anchor tag defaults */
a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   2. Typography
   ========================================================================== */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
}

/* Paragraphs */
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   3. Utility Classes
   ========================================================================== */
/* Centered text */
.text-center {
  text-align: center;
}

/* ==========================================================================
   4. Reduced Motion (for Accessibility)
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
button, .button {
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0.5rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
button em, .button em {
  font-weight: 400;
}
button:hover, .button:hover {
  text-decoration: none;
}
button.small, .button.small {
  font-size: 14px;
  padding: 0.75rem 1.5rem;
}
button.primary, .button.primary {
  background: #22c9ff;
  border: none;
  border-radius: 4px;
  color: #000;
  text-align: center;
}
button.primary:hover, .button.primary:hover {
  background: #FFFFFF;
}
button.secondary, .button.secondary {
  background: transparent;
  border: 1px solid #808080;
  color: #CCCCCC;
  line-height: 1.4;
}
button.secondary:hover, .button.secondary:hover {
  background: #2E2E2E;
  color: #FFFFFF;
  border-color: #22c9ff;
}
button:disabled, button.disabled, .button:disabled, .button.disabled {
  background: #2E2E2E;
  border-color: #808080;
  color: #888;
  cursor: not-allowed;
  opacity: 0.8;
}
button:disabled:hover, button.disabled:hover, .button:disabled:hover, .button.disabled:hover {
  background: #2E2E2E;
  color: #888;
}

@media (max-width: 768px) {
  button, .button {
    display: block;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    margin: 0.5rem auto;
  }
  button.region-option, .button.region-option {
    margin: 0.25rem 0;
  }
  button.small {
    flex: 1;
    min-width: 120px;
    padding: 12px 20px;
    font-size: 12px;
  }
}
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
nav {
  background-color: #1E1E1E;
  margin: 0 auto 1rem;
  position: relative;
  width: 100%;
}

.nav-links-wrapper {
  background-color: #2E2E2E;
}

.nav-links-list {
  display: flex;
  flex-direction: row;
}
.nav-links-list li {
  text-align: center;
  flex: 1;
}

.nav-link {
  color: #AAAAAA;
  display: inline-block;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  padding: 0 0.5rem;
}
.nav-link:visited {
  color: inherit;
}
.nav-link:hover {
  background-color: #22c9ff;
  border-radius: 4px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.nav-link:hover .tooltip {
  color: #AAAAAA;
}

.nav-link--tooltip {
  cursor: default;
}

.nav-tooltip {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.nav-tooltip:focus-visible {
  outline: 2px solid #22c9ff;
  outline-offset: 2px;
}

.nav-tooltip-panel {
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
}

.nav-tooltip-text {
  display: block;
  font-weight: 200;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-bottom: 2px;
  text-align: center;
  white-space: normal;
}

.nav-tooltip-text:last-child {
  margin-bottom: 0;
}

.nav-tooltip-panel--support {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  white-space: normal;
}
.nav-tooltip-panel--support .button {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.nav-tooltip-panel--support .button:last-of-type {
  margin-bottom: 0;
}

.nav-tooltip-panel--social {
  padding: 4px 8px;
  white-space: normal;
}

.site-logo:hover {
  text-decoration: none;
}

.site-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 64px;
  margin: 0;
  padding: 0 1rem;
  position: relative;
}

.site-logo-img-wrapper {
  margin-top: 65px;
}

.site-logo-img {
  display: inline-block;
  height: 128px;
  position: relative;
  width: auto;
  z-index: 1;
}

.site-version {
  bottom: 8px;
  color: rgb(0, 112, 221);
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1;
  position: absolute;
  right: 8px;
}

.site-text {
  display: inline-block;
  flex: 1;
  font-size: 32px;
  text-transform: uppercase;
}
.site-text:first-of-type {
  font-weight: 600;
  letter-spacing: 1rem;
  margin-right: -1rem;
  text-align: end;
  text-shadow: 0 0 2px black;
}
.site-text:last-of-type {
  font-weight: 200;
  letter-spacing: 2.4rem;
  margin-right: -1rem;
}

@media (min-width: 1400px) {
  .nav-links, .site-logo {
    max-width: 1400px;
    margin: 0 auto;
  }
  .site-logo {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  .site-version {
    bottom: 18px;
    right: 297px;
  }
}
@media (max-width: 1400px) and (min-width: 769px) {
  .nav-links-list {
    padding: 0 8px;
  }
  .site-version {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  nav {
    margin: 0 auto 1rem;
  }
  nav .site-title {
    height: 42px;
  }
  nav .site-logo-img-wrapper {
    margin-top: 30px;
  }
  nav .site-logo-img {
    height: 63px;
    min-width: 63px;
  }
  .nav-links-wrapper {
    padding: 0 0.5rem;
  }
  .nav-link {
    font-size: 12px;
    margin: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: auto;
    z-index: 2;
  }
  .site-text {
    font-size: 18px;
  }
  .site-text:first-of-type {
    letter-spacing: 0.3rem;
    margin-right: -0.3rem;
  }
  .site-text:last-of-type {
    letter-spacing: 1rem;
    margin-right: -0.3333333333rem;
  }
  .site-version {
    bottom: -14px;
    font-size: 12px;
    right: 0;
  }
}
@media (max-width: 600px) {
  .nav-link {
    z-index: 2;
  }
  .nav-links-list li:nth-child(-n+2) {
    text-align: left;
  }
  .nav-links-list li:nth-last-child(-n+2) {
    text-align: right;
  }
}
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
.tooltip {
  position: absolute;
  padding: 0.5rem;
  background: #1E1E1E;
  border: 1px solid #808080;
  border-radius: 4px;
  display: none;
  line-height: 1.6;
  max-width: min(330px, 90vw);
  pointer-events: none;
  white-space: nowrap;
  width: max-content;
  z-index: 2000;
}
.tooltip p {
  color: #AAAAAA;
  margin-bottom: 0.25rem;
  text-align: start;
}
.tooltip[data-show] {
  display: block;
  pointer-events: auto;
}

/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
.site-footer, .site-footer-minimal {
  background-color: #1E1E1E;
}

.site-footer {
  margin: 32px auto 0;
  width: 100%;
  padding: 16px 0 8px;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 1000px) {
  .footer-content {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
.footer-section h3 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 200;
}
.footer-section p {
  line-height: 1.6;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  line-height: 1.2;
  margin-bottom: 8px;
}
.footer-links a {
  font-size: 14px;
}
.footer-links .social-link {
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-links .social-link:hover {
  color: #AAAAAA;
}
.footer-links .social-link svg {
  flex-shrink: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.social-links li {
  margin: 0;
}
.social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  opacity: 0.5;
}
.social-links .social-link:hover, .social-links .social-link:focus {
  opacity: 1;
}
.social-links svg {
  height: 24px;
  width: 24px;
}

.footer-links.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.footer-links.legal-links li {
  margin: 0;
  display: flex;
  align-items: center;
}
.footer-links.legal-links li::before {
  content: "|";
  color: #888;
  margin-right: 4px;
}
.footer-links.legal-links li:first-child::before {
  content: none;
  margin-right: 0;
}

.footer-section p, .footer-links a {
  font-size: 12px;
}

.footer-section p {
  color: #888;
  font-weight: 200;
  line-height: 1.6;
}

.footer-region {
  margin-top: 4px;
  font-size: 14px;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 1rem 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
  font-weight: 200;
}

.site-footer-minimal {
  border-top-width: 1px;
  color: #AAAAAA;
  padding: 8px 0;
}
.site-footer-minimal .footer-bottom {
  max-width: none;
  margin: 0;
  padding: 0 1rem;
}

@media (min-width: 1400px) {
  .footer-content, .site-footer-bottom {
    max-width: 1400px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-section h3 {
    font-size: 15px;
  }
  .footer-section p {
    font-size: 12px;
  }
  .footer-bottom {
    text-align: right;
  }
  .site-footer-minimal .footer-bottom {
    text-align: center;
  }
  .footer-links.social-links {
    justify-content: flex-start;
  }
  .footer-links a {
    font-size: 12px;
  }
}
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
/*
 * Region selection modal styles
 */
.region-modal[hidden] {
  display: none !important;
}

.region-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1300;
}

.region-modal__overlay {
  background: rgba(0, 0, 0, 0.65);
  inset: 0;
  position: absolute;
}

.region-modal__dialog {
  background: #3E3E3E;
  border-radius: 4px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.45);
  color: #AAAAAA;
  margin: 0 1.5rem;
  max-width: 440px;
  padding: 16px 12px;
  position: relative;
  width: min(440px, 100%);
  z-index: 1;
}

.region-modal__title {
  color: #CCCCCC;
  font-size: 18px;
  margin: 0 0 12px;
}

.region-modal__message {
  font-size: 14px;
  font-weight: 200;
  margin: 0 0 0.25rem;
}

.region-modal__explanation {
  color: #CCCCCC;
  font-size: 14px;
  font-weight: 200;
  margin: 0 0 12px;
}

.region-modal__options {
  display: flex;
  flex-direction: column;
}

.region-option {
  align-items: baseline;
  background: #2E2E2E;
  border: 2px solid #808080;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  gap: 4px;
  justify-content: space-between;
  margin: 0.25rem 0;
  padding: 8px 12px;
  text-align: left;
}

.region-option__label {
  font-weight: 400;
}

.region-option:hover,
.region-option:focus-visible {
  border-color: #22c9ff;
}

.region-modal__actions {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.region-modal__close,
.region-modal__cancel {
  background: transparent;
  border: none;
  color: #CCCCCC;
  cursor: pointer;
  padding: 4px 8px;
}

.region-modal__close {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.region-modal__cancel {
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 0;
}

.region-modal__confirm {
  background: #22c9ff;
  border: none;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 12px;
}

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

@media (max-width: 480px) {
  .region-modal__dialog {
    border-radius: 0;
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
body {
  background-color: #000;
  color: #AAAAAA;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.03rem;
}

main, .legal-page {
  flex: 1;
}

h1 {
  color: #AAAAAA;
  font-size: 32px;
  font-weight: 400;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

a {
  color: #22c9ff;
}
a:hover {
  text-decoration: underline;
}

.blizz-uncommon {
  color: rgb(30, 255, 0);
}

.blizz-rare {
  color: rgb(0, 112, 221);
}

.blizz-epic {
  color: rgb(163, 53, 238);
}

.blizz-legendary {
  color: rgb(255, 128, 0);
}

em {
  font-style: normal;
}

/* Container for layout */
main, .legal-page {
  max-width: 1400px;
  margin: 0 auto;
}

.container-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #3E3E3E;
  border-radius: 4px;
  padding: 0.5rem;
}
.container section {
  padding: calc(0.5rem - 2px) 0.5rem;
  background-color: #2E2E2E;
  border-radius: 4px;
}
.container .sub-section {
  background-color: #1E1E1E;
}

.sub-container {
  align-items: stretch;
  display: flex;
  flex: 1;
  gap: 0.25rem;
  justify-content: space-between;
}

.sub-section {
  flex: 1;
  min-width: 0;
}
.sub-section h5 {
  margin-bottom: 12px;
}
.sub-section h5.empty {
  margin-bottom: 0;
}
.sub-section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25.6px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  .container {
    border-radius: 0;
    gap: 0.25rem;
  }
  .container, .container section {
    padding: 5px 6px;
  }
  .container .sub-section ul {
    gap: 6px;
  }
}
@media (min-width: 1280px) {
  .sub-container {
    gap: 0.5rem;
  }
}
/*
 * Copyright © 2025 Warband Score
 * All rights reserved.
 */
.legal-page {
  padding: 1rem;
}
.legal-page h1 {
  color: #FFFFFF;
  border-bottom: 2px solid #808080;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.legal-page h2 {
  color: #AAAAAA;
  margin-top: 40px;
  margin-bottom: 24px;
}
.legal-page h3 {
  color: #CCCCCC;
  margin-top: 32px;
  margin-bottom: 20px;
}
.legal-page p {
  line-height: 1.6;
  margin-bottom: 24px;
}
.legal-page ul, .legal-page ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
.legal-page ul li, .legal-page ol li {
  margin-bottom: 12px;
  line-height: 1.6;
}
.legal-page .last-updated {
  font-style: italic;
  color: #888;
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact-info, .warning-box, .consent-notice {
  background-color: #2E2E2E;
  padding: 1rem;
  border-radius: 4px;
  margin: 32px 0;
  border-left: 1px solid #FFFFFF;
}
.contact-info p, .warning-box p, .consent-notice p {
  margin-bottom: 12px;
}
.contact-info p:last-child, .warning-box p:last-child, .consent-notice p:last-child {
  margin-bottom: 0;
}
.contact-info strong, .warning-box strong, .consent-notice strong {
  color: #FFFFFF;
}

.warning-box {
  background-color: #1E1E1E;
  border-left-color: #FFFFFF;
}

.consent-notice {
  background-color: #2E2E2E;
  border-left-color: #FFFFFF;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  background-color: #2E2E2E;
  border-radius: 4px;
  overflow: hidden;
}
.cookie-table th,
.cookie-table td {
  border: 1px solid #808080;
  padding: 16px;
  text-align: left;
  font-size: 14px;
}
.cookie-table th {
  background-color: #1E1E1E;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
}
.cookie-table tr:nth-child(even) td {
  background-color: #3E3E3E;
}
.cookie-table tr:nth-child(odd) td {
  background-color: #2E2E2E;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 6px;
  }
  .legal-page h1 {
    font-size: 25.6px;
  }
  .legal-page h2 {
    font-size: 18px;
  }
  .legal-page h3 {
    font-size: 15px;
  }
  .legal-page p {
    font-size: 12px;
  }
  .cookie-table {
    font-size: 12px;
  }
  .cookie-table th,
  .cookie-table td {
    padding: 12px;
  }
}

/*# sourceMappingURL=legal.css.map */
