/* Mundo Tibia — brand layer (gold / crimson / dark stone) */
:root {
  --mt-bg: #120e0c;
  --mt-stone: #1a1410;
  --mt-gold: #c9a227;
  --mt-gold-soft: #e0c56a;
  --mt-gold-btn: #ffd18c;
  --mt-crimson: #6b1c1c;
  --mt-parchment: #e8d5a8;
  --mt-parchment-dark: #c4a35a;
  --mt-ink: #1a120c;
}

body {
  background-color: var(--mt-bg) !important;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(201,162,39,0.12), transparent 55%),
    linear-gradient(180deg, #1a1410 0%, #120e0c 40%, #0a0806 100%) !important;
  background-attachment: fixed !important;
}

#ArtworkHelper {
  background-color: var(--mt-bg);
  background-size: auto 100%;
  background-position: top center;
}

/* Brand logo slot */
#LeftArtwork {
  height: 200px !important;
  width: 200px !important;
  top: -200px !important;
  left: 0 !important;
}
#LeftArtwork #TibiaLogoArtworkTop {
  top: 0 !important;
  left: 0 !important;
  height: 200px !important;
  width: 200px !important;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.65));
}
#LeftArtwork #TibiaLogoArtworkBottom,
#LeftArtwork #LogoLink,
#LeftArtwork #Statue_1,
#LeftArtwork #Statue_2 {
  display: none !important;
}

#ContentRow {
  top: 205px !important;
}

/* Content chrome → gold / stone */
.Content .Border_2,
.TableContainer .CaptionContainer {
  background-color: #5c3d12 !important;
}
.TableContainer .CaptionContainer .Text,
.Content .BorderTitleText {
  color: var(--mt-gold-soft) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.TableContainer {
  border-color: var(--mt-gold) !important;
}

#ThemeboxesColumn,
#Footer {
  color: #e8d5a8;
}
#Footer a:link,
#Footer a:visited {
  color: var(--mt-gold-soft) !important;
}

a {
  color: #8b5a12;
}
a:hover {
  color: var(--mt-crimson);
}

.NewsHeadline,
.NewsHeadlineBackground {
  filter: sepia(0.25) saturate(1.2);
}

/* ========== TEXT BUTTONS (no image fonts) ========== */

/* Menu category labels */
#Menu .Label {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}
#Menu .Label .MenuLabelText {
  display: block;
  width: 100%;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  color: var(--mt-gold-btn);
  text-shadow:
    -1px -1px 0 #1a0e08,
     0   -1px 0 #1a0e08,
     1px -1px 0 #1a0e08,
     1px  0   0 #1a0e08,
     1px  1px 0 #1a0e08,
     0    1px 0 #1a0e08,
    -1px  1px 0 #1a0e08,
    -1px  0   0 #1a0e08,
     1px  1px 2px rgba(80, 20, 80, 0.55);
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: lowercase;
}

/* Login box status lines */
#Loginbox .LoginstatusText {
  background-image: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #f0e0b8;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  line-height: 11px;
  white-space: nowrap;
  overflow: hidden;
}
#Loginbox #LoginstatusText_2_1,
#Loginbox #LoginstatusText_2_2 {
  width: 124px;
  height: 11px;
}
#Loginbox #LoginstatusText_2:hover #LoginstatusText_2_1 {
  color: #fff3c8;
}
#Loginbox #LoginstatusText_2_2 {
  display: none !important;
}

/* Login primary button text */
#Loginbox #LoginButton #ButtonText,
#Loginbox #ButtonText {
  background-image: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--mt-gold-btn);
  text-shadow:
    -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000,
     1px  0   0 #000, 1px  1px 0 #000, 0  1px 0 #000,
    -1px  1px 0 #000, -1px 0 0 #000;
  letter-spacing: 0.2px;
}

/* Themebox action buttons (newcomer / poll / premium) */
.ThemeboxButton .ButtonText,
.ThemeboxButton .BigButtonText,
.mt-text-btn {
  background-image: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 25px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--mt-gold-btn);
  text-shadow:
    -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000,
     1px  0   0 #000, 1px  1px 0 #000, 0  1px 0 #000,
    -1px  1px 0 #000, -1px 0 0 #000;
  cursor: pointer;
}

/* Content headline as text instead of GIF */
#News .TitleText,
.ContentBoxHeadlineText,
.Content .TitleText {
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 20;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff6d0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
#News img.Title,
.Content img.Title {
  display: none !important;
}
#News .BorderTitleText,
.Content .BorderTitleText {
  position: relative;
  min-height: 24px;
}

/* Highscores themebox title (covers baked-in English GIF text) */
#Topbar.Themebox {
  position: relative;
}
#Topbar .mt-themebox-title {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 164px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff6d0;
  text-shadow: 0 1px 2px #000;
  background: linear-gradient(180deg, #6b1c1c 0%, #4a1212 100%);
  z-index: 25;
  pointer-events: none;
  border-radius: 2px;
}

/* Players online / offline Spanish clarity */
#PlayersOnline {
  color: #f0e0b8;
  font-weight: 700;
}
