:focus {
	outline:  -webkit-focus-ring-color dotted 1px;
}
body {
  margin: 0px;
  padding:  0px;
  background-color: #051122;
}

img {
	border: none;
}

#ArtworkHelper {
  text-align: center;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 1000px;
}

/* container to implement min/max width */
#Bodycontainer {
  text-align: left;
  min-width: 1000px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: table;
  width: expression(document.body.clientWidth > 1200? "1200px": "100%" );
}

#LoginFormButtonCell {
  width: 145px;
  vertical-align: top;
  padding-right: 10px;
}

#ContentRow {
  position: relative;
  top: 155px;
}

/* "star-HTML-hack" to correct the position of the content row */
* html #ContentRow {
  display: inline-block;
}

#MenuColumn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
}

#ContentColumn {
  position: relative;
  margin: 0px;
  margin-left: 205px;
  margin-right: 205px;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 25px;
}

#Footer {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  color: white;
}
* html #Footer {
  padding-bottom: 120px;
  margin-bottom: 50px;
}

/* Footer linkes */
#Footer a:link    { color: white; text-decoration: none; }
#Footer a:visited { color: white; text-decoration: none; }
#Footer a:focus   { color: white; text-decoration: none; }
#Footer a:active  { color: white; text-decoration: underline; }
#Footer a:hover   { color: white; text-decoration: underline; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  HEADER AREA
 *  -------------------------------
 */

#LeftArtwork {
  position: absolute;
  height: 140px;
  width: 166px;
  top: -140px;
  left: 4px;
  background-repeat: no-repeat;
  z-index:5;
}

#LeftArtwork #TibiaLogoArtworkTop {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 82px;
  width: 166px;
  z-index: 5;
  cursor: pointer;
  border: 0px;
}

#LeftArtwork #TibiaLogoArtworkBottom {
  position: absolute;
  top: 102px;
  left: 0px;
  height: 43px;
  width: 166px;
  z-index: 5;
}

#LeftArtwork #Statue_1{
  position: absolute;
  top: 0px;
  left: 5px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #Statue_2 {
  position: absolute;
  top: 0px;
  right: 25px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#RightArtwork {
  text-align: left;
  position: relative;
  top: 0;
  right: auto;
  width: 180px;
  margin: 0 0 12px 0;
  background-repeat: no-repeat;
  z-index: 90;
}

#RightArtwork #BoostedCreatures {
  width: 180px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 6px;
  border: 1px solid #7b4a1b;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(246, 232, 197, .96), rgba(222, 196, 151, .96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 219, .7),
    0 2px 4px rgba(0, 0, 0, .6);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#RightArtwork .RightBoostedTitle {
  height: 27px;
  margin: -6px -6px 6px -6px;
  padding: 5px 8px 0 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #4d260c;
  border-radius: 2px 2px 0 0;
  background:
    linear-gradient(180deg, #9b1f14, #68150f);
  color: #fff2bf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

#RightArtwork .RightBoostedList {
  display: grid;
  gap: 4px;
}

#RightArtwork .BoostedCreature {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  min-height: 50px;
  box-sizing: border-box;
  padding: 4px 5px;
  border: 1px solid #c49455;
  background: rgba(255, 248, 229, .72);
  color: #4e2104;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

#RightArtwork .BoostedCreature:hover {
  background: #fff2cf;
  color: #7b1d12;
}

#RightArtwork .BoostedCreatureImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d2aa72;
  background: #fffaf0;
  box-sizing: border-box;
  overflow: hidden;
}

#RightArtwork .BoostedCreatureImage img {
  display: block;
  max-width: 38px;
  max-height: 38px;
  width: auto;
  height: auto;
}

#RightArtwork .BoostedCreatureInfo {
  display: block;
  min-width: 0;
  line-height: 12px;
  text-align: left;
}

#RightArtwork .BoostedCreatureLabel,
#RightArtwork .BoostedCreatureInfo strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#RightArtwork .BoostedCreatureLabel {
  color: #724013;
  font-size: 10px;
  font-weight: normal;
}

#RightArtwork .BoostedCreatureInfo strong {
  color: #4e2104;
  font-size: 11px;
  font-weight: bold;
}

#RightArtwork #PlayersOnline {
  display: grid;
  grid-template-rows: 16px 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  row-gap: 0;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  width: 180px;
  height: 38px;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  padding: 1px 6px 2px;
  color: #f0d98a;
  border: 1px solid #6f3b13;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(21, 68, 32, .96), rgba(7, 43, 32, .98));
  box-shadow:
    inset 0 0 0 1px rgba(231, 194, 111, .28),
    0 1px 2px rgba(0, 0, 0, .7);
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
}

#RightArtwork #PlayersOnline #players {
  display: block !important;
  font-size: 15px;
  line-height: 16px;
  color: #ffd659;
}

#RightArtwork #PlayersOnline .PlayersOnlineLabel {
  display: block;
  line-height: 10px;
  white-space: nowrap;
}

#RightArtwork #PlayersOnline.PlayersOnlineOfflineBox {
  grid-template-rows: 10px 18px 10px;
  row-gap: 1px;
  height: 48px;
  padding: 5px 8px;
  border-color: #8b4d18;
  background:
    linear-gradient(180deg, rgba(28, 79, 43, .98), rgba(8, 46, 35, .98));
}

#RightArtwork #PlayersOnline .PlayersOnlineStatusLabel,
#RightArtwork #PlayersOnline .PlayersOnlineHint {
  display: block;
  line-height: 10px;
  white-space: nowrap;
}

#RightArtwork #PlayersOnline .PlayersOnlineStatusLabel {
  color: #f3d989;
  font-size: 8px;
}

#RightArtwork #PlayersOnline .PlayersOnlineOffline {
  display: inline-block;
  justify-self: center;
  min-width: 72px;
  box-sizing: border-box;
  padding: 2px 8px;
  border: 1px solid #a6422d;
  background: linear-gradient(180deg, #b32618, #73130f);
  color: #ffe3a5;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 216, 154, .25);
}

#RightArtwork #PlayersOnline .PlayersOnlineHint {
  color: #d9c28a;
  font-size: 8px;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  -------------------------------
 */

#Loginbox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 42px;
  background-repeat: no-repeat;
}

#Loginbox #LoginTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
  position: absolute;
  top: 0px;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

#Loginbox #BorderRight {
  right: 9px;
}

#Loginbox .Loginstatus {
  position: relative;
  top: 0px;
  left: 5px;
  height: 13px;
  width: 160px;
}

#Loginbox .LoginstatusText {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
  top: 2px;
  cursor: default;
}

#Loginbox #LoginstatusText_2_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  margin-left: 5px;
  height: 26px;
  width: 160px;
  background-repeat: repeat-y;
}

#Loginbox #LoginButton {
  position: relative;
  top: 1px;
  left: 12px;
  height: 25px;
  width: 135px;
}

#Loginbox #LoginButton .Button {
  position: relative;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
}

#Loginbox #LoginButton #ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 135px;
  z-index: 15;
  cursor: pointer;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  MENU
 *  -------------------------------
 */

#Menu {
  position: relative;
  left: 0px;
  background-repeat: no-repeat;
}

#MenuTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#MenuBottom {
  position: relative;
  left: -5px;
  bottom: 0px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

/* Menuitems */

.MenuButton {
  position: relative;
  height: 32px;
  width: 170px;
  display: block;
  cursor: pointer;
}

.Button {
  position: relative;
  height: 32px;
  width: 170px;
  visibility: hidden;
  display: block;
}

.Extend {
  position: absolute;
  top: 20px;
  right: -2px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}

.Lights {
  visibility: hidden;
}

.Light_lu {
  position: absolute;
  top: 2px;
  left: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ru {
  position: absolute;
  top: 2px;
  right: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ld {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 28px;
  left: 3px;
}

.Icon {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 8px;
}

.Label {
  position: absolute;
  height: 22px;
  width: 116px;
  top: 6px;
  left: 42px;
}

/* Submenus(items) */

.LeftChain {
  position: absolute;
  top: 0px;
  left: -5px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.RightChain {
  position: absolute;
  top: 0px;
  right: -4px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.Submenu {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #0D2E2B;
  width: 160px;
}

.Submenuitem {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.ActiveSubmenuItemIcon {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.SubmenuitemLabel {
  margin: 0px;
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom: 1px solid #4b7874;
  overflow: hidden;
}

/* Submenu links */
.Submenu a:link    { color: #d7d7d7; text-decoration: none; }
.Submenu a:visited { color: #d7d7d7; text-decoration: none; }
.Submenu a:focus   { color: #d7d7d7; text-decoration: none; }
.Submenu a:active  { color: white; text-decoration: none; }
.Submenu a:hover   { color: white; text-decoration: none; }

/* Custom menu */
#custom_Icon {
  background-image: url(images/menu/icon-shops.gif) !important;
  transform: scale(0.84);
  transform-origin: center center;
}

#custom_Label {
  color: #f2d9a3 !important;
  font: normal 18px Georgia, "Times New Roman", serif !important;
  line-height: 22px !important;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent {
  padding: 10px;
}

/* "tanhack" for correction of IE bug */
* html .Content {
  top: -5px;
}

.Content {
  position: relative;
  top: 0px;
  width: 100%;
}

/* "star-HTML-hack" to correct the position of the content area */
* html .Content {
  position: relative;
  top: 796px;
  margin: 20px;
  border: 0px dashed #051122;
  border-right-width: 550px;
}

#ContentHelper {
  position: relative;
}

/* "star-HTML-hack" to to implement min-width in IE */
* html #ContentHelper {
  display: inline-block;
  position: relative;
  top: -800px;
  margin: -20px;
  margin-right: -570px;
}

.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px;
  margin-bottom: 18px;
  color: #5A2800;
  border-left: 2px solid #3a3738;
  border-right: 2px solid #3a3738;
  background-color: #debb9d;
  background-repeat: no-repeat;
  overflow: visible;
}

.Content .BoxContent {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 9pt;
  background-color: #FFF2db;
  color: #5A2800;
  min-height: 367px;
  height: auto !important;
  height: 387px;
}

/* "star-HTML-hack" to correct Box width in IE */
* html .Content .Box {
  width: 100%;
}
/* "star-HTML-hack" to correct BoxContent width in IE */
* html .Content .BoxContent {
  width: 100%;
}

.Content th {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #505050;
}

.Content .BoxContent td {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  color: #5A2800;
 }

/* Content Links */

.Content a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  color: #004294;
  text-decoration: none;
}
.Content a:hover {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0063DC;
}
.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

/* Corners */

.Content .Corner-tl {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-tr {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .BottomCornersHelper {
  position: absolute;
  width: 100%;
}

.Content .CornerWrapper-b {
  position: absolute;
  width:100%;
}

.Content .Corner-bl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-br {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

/* Borders */

.Content .Border_1 {
  position: relative;
  height: 6px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Title {
  position: absolute;
  top: 6px;
  left: 5px;
}

.Content .Border_2 {
  margin: 4px;
  padding: 0px;
  background-color: #793d03;
}

.Content .Border_3 {
  margin: 1px;
  border-top: 1px solid #793d03;
  border-bottom: 1px solid #793d03;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  top: -4px;
  width: 180px;
  height: 154px;
}
#Themeboxes div {
  font-size: 10pt;
  background-repeat: no-repeat;
}
#Themeboxes .ThemeboxButton {
  position: absolute;
  bottom: 20px;
  left: 22px;
  height: 25px;
  width: 135px;
  cursor: pointer;
}
#Themeboxes .Bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 12px;
  width: 180px;
}
/* "star-HTML-hack" to correct the position of the bottom element */
* html #Themeboxes .Bottom {
  bottom: -3px;
}
#Themeboxes #NewcomerBox .ThemeboxButton {
  bottom: 15px;
}
#Themeboxes #PremiumBox {
  height: 164px;
}
#Themeboxes #JobBox {
  height: 164px;
}
#Themeboxes #GalleryBox #GalleryContent {
  position: relative;
  height: 111px;
  width: 170px;
  top: 31px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
}
#Themeboxes #CurrentPollBox #CurrentPollText {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 11pt;
  color: #5A2800;
  position: absolute;
  height: 70px;
  width: 150px;
  top: 37px;
  left: 15px;
  padding-top: 5px;
  overflow: hidden;
}
#Themeboxes #SkyscraperBanner {
  border: 0;
}

#Themeboxes #NetworksBox {
  position: relative;
  height: 204px;
}
#Themeboxes #NetworksBox #FacebookBlock {
  position: relative;
  top: 32px;
  height: 113px;
}
#Themeboxes #NetworksBox #FacebookLikeBox {
  position: relative;
  left: 27px;
  top: 3px;
  height: 60px;
  width: 115px;
  overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikeBox div {
  position: relative;
  left: -1px;
  top: -1px;
}
#Themeboxes #NetworksBox #FacebookSendBox {
  position: absolute;
  left: 92px;
  top: 14px;
  width: 50px;
}
#Themeboxes #NetworksBox #FacebookLikes {
  position: relative;
  left: 14px;
  top: 10px;
  width: 155px;
  left: 13px;
  overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikes div {
  position: relative;
  left: -69px;
}
#Themeboxes #NetworksBox #TwitterBlock {
  position: relative;
  top: 42px;
  text-align: center;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent td .white {
  color: #EFEFEF;
  visibility: visible;
}

.Content .BoxContent td .whites {
  color: #EFEFEF;
  visibility: visible;
  font-size: 9pt;
}

.Content .BoxContent .white {
  color: #EFEFEF;
  visibility: visible;
}

.Content .BoxContent td .green {
  color: #00BF00;
}

.Content .BoxContent td .yellow {
  color: #FFBB05;
}

.Content .BoxContent td .red {
  color: #EF0000;
}

.Content .BoxContent td .grey {
  color: #808080;
}

.Content .BoxContent td .orange {
  color: #FF9712;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 10pt;
  color : #5A2800;
  visibility : visible;
}

.Content .ff_white a {
  color: #FFFFFF;
}

.Content .BoxContent .ff_white {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EF0000;
  visibility : visible;
  font-size : 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_infotext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 7pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_large {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 12pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_pagetext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #5A2800;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #505050;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #F00;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 11pt;
  color : #FF0000;
  visibility : visible;
  font-weight: bold;
}

.FormFieldError {
  font-size: 8pt;
  color: red;
}
.SmallBox {
  position: relative;
  font-size: 1px;
}
.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  background-color: #d4c0a1;
  padding: 5px;
  padding-left: 43px;
}
.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #d4c0a1;
  padding: 10px;
}
.SmallBox .ErrorMessage ul {
  padding-left: 15px;
}
.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .AttentionSign {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 26px;
}


/** ----------------
 *  new process bars
 *  ----------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}
#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}
#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}
#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}
#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}
#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}
#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
  top: 13px;
}
#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}
#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}
* html #ProgressBar .StepIcon {
  right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}
#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}


/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

.TableContainer {
  border: 1px solid black;
  position: relative;
  width: 100%;
  font-size: 1px;
}
.TableContainer .Odd {
  background-color: #f1e0c6;
}
.TableContainer .Even {
  background-color: #d5c0a1;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #5f4d41 !important;
  height: 100%;
  width: 100%;
  text-align: left;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
	position: relative;
  background-color: #5f4d41;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .CaptionContainer .Text {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  left: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  right: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	left: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	right: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}
/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #5F4D41;
  position: relative;
  margin-right: 4px;
  height: 100%;
  background-color: #d4c0a1;
  padding: 0px;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #d4c0a1;
  border: 2px solid #55636c;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 1px;
  float: right;
  z-index: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: 1px;
}
.TableShadowContainer {
  position: relative;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 1px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}
/* HEADLESS CONTENT TABLE */
.HeadlessTable {
  border: 0px;
  border-style: solid;
  border-color: #656565;
  border-top-width: 1px;
  border-top-color: white;
  border-left-width: 1px;
  border-left-color: white;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: #656565;
  margin-left: 15px;
}
/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelV120 {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	width: 120px;
}
.LabelV150 {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	width: 150px;
}
.LabelV200 {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	width: 200px;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #d5c0a1;

}
.LabelH td {
  background-color: #d5c0a1;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.BigButtonText {
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: none;
	text-align: center;
	color: #ffd18c;
	font-family: Verdana,Arial,Times New Roman,sans-serif;
	font-size: 12px;
	font-weight: 400;
	z-index: 20;
	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
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}

.Content .BoxContent .Odd {
  background-color: #D4C0A1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #F1E0C6;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}
.Content #FeaturedArticle .NewsHeadline {
  margin-top: 5px;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

.Content #News .NewsHeadlineAuthor {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 10pt;
  color: white;
}

/* BUTTONS */
.MediumButtonText {
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 150px;
  z-index: 20;
}
.MediumButtonBackground {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  z-index: 10;
}
.MediumButtonOver {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  visibility: hidden;
  z-index: 15;
}
.MediumButtonForm {
  margin: 0;
  padding: 0;
}

.moduleRow { }

.moduleRowOver {
	background-color: #D4C0A1;
	cursor: pointer;
	cursor: hand;
}

/* Modern content pages */
.ModernPage {
	color: #3b2618;
}

.ModernHero {
	border: 1px solid #8f6f4a;
	background: linear-gradient(180deg, #f4e5c7 0%, #e7cfa3 100%);
	padding: 14px 16px;
	margin-bottom: 12px;
}

.ModernHero h2 {
	margin: 0 0 6px;
	color: #5d3416;
	font-size: 22px;
	line-height: 1.15;
}

.ModernHero p {
	margin: 0;
	line-height: 1.45;
}

.ModernGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ModernEqualPanels > .ModernSection {
	display: flex;
	flex-direction: column;
}

.ModernEqualPanels > .ModernSection > .ModernPanel {
	flex: 1;
}

.ModernCard,
.ModernFilter {
	border: 1px solid #9f7f55;
	background: #fff7e6;
	padding: 9px;
}

.ModernSection {
	margin: 14px 0;
}

.ModernSectionTitle {
	margin: 0;
	padding: 7px 9px;
	border: 1px solid #7f5c35;
	background: #6f3f1d;
	color: #fff1cf;
	font-size: 15px;
	font-weight: bold;
}

.ModernPanel {
	border: 1px solid #9f7f55;
	border-top: 0;
	background: #fffaf0;
	padding: 10px;
	line-height: 1.45;
}

.ModernGrid > .ModernPanel {
	border-top: 1px solid #9f7f55;
}

.ModernTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #7f5c35;
	background: #fffaf0;
}

.ModernTable th {
	background: #6f3f1d;
	color: #fff1cf;
	border: 1px solid #7f5c35;
	padding: 7px;
	text-align: left;
	font-weight: bold;
}

.ModernTable th a:link,
.ModernTable th a:visited,
.ModernTable th a:focus {
	color: #ffe3a1;
	text-decoration: none;
	font-weight: bold;
}

.ModernTable th a:hover,
.ModernTable th a:active {
	color: #ffffff;
	text-decoration: underline;
}

.ModernTable td {
	border: 1px solid #c4a675;
	padding: 7px;
	vertical-align: middle;
}

.ModernTable tr:nth-child(even) td {
	background: #f8edda;
}

.ModernLabel {
	width: 28%;
	color: #5d3416;
	font-weight: bold;
}

.ModernItemIcon {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	vertical-align: middle;
}

.ModernCard h3,
.ModernCard h4 {
	margin: 0 0 5px;
	color: #5d3416;
	font-size: 14px;
}

.ModernCard p {
	margin: 0;
}

.ModernActions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 10px;
}

.ModernButton,
.ModernPage button,
.ModernPage input[type="submit"],
.ModernPage input[type="button"] {
	border: 1px solid #a9804f;
	background: #f1dfbd;
	color: #5d3416;
	display: inline-block;
	padding: 5px 9px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.ModernButton:hover,
.ModernPage button:hover,
.ModernPage input[type="submit"]:hover,
.ModernPage input[type="button"]:hover {
	background: #e7cfa3;
}

.ModernPage input[type="text"],
.ModernPage input[type="password"],
.ModernPage input[type="email"],
.ModernPage select,
.ModernPage textarea {
	border: 1px solid #9f7f55;
	background: #fffaf0;
	color: #3b2618;
	padding: 5px;
	max-width: 100%;
	box-sizing: border-box;
}

.ModernTabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.ModernTabs a,
.WikiReset,
.WikiPagination a,
.WikiCategoryList a {
	display: inline-block;
	border: 1px solid #b68a4c;
	background: #f7ead3;
	color: #5d3416 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
}

.ModernTabs a.active,
.WikiCategoryList a.active {
	background: #7b421b;
	color: #fff2cf !important;
	border-color: #7b421b;
}

.WikiHomeCard {
	display: block;
	text-decoration: none;
	color: inherit !important;
}

.WikiSearch {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(150px, 240px) minmax(90px, 120px) minmax(105px, 130px) auto;
	gap: 10px;
	align-items: center;
	margin: 0 0 12px;
}

.WikiSearchMonsters {
	grid-template-columns: minmax(220px, 1fr) auto;
}

.WikiSearch button {
	margin: 0;
	white-space: nowrap;
}

.ValuableDropsPage .MarketSearch {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.ValuableDropsSearchField {
	position: relative;
	width: 100%;
}

.ValuableDropsSearchField input {
	width: 100%;
	padding-right: 30px;
}

.ValuableDropsClear {
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	padding: 0;
	border: 1px solid #c49c66;
	border-radius: 50%;
	background: #f6e8cf;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55);
}

.ValuableDropsClear:before,
.ValuableDropsClear:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 2px;
	background: #74431d;
}

.ValuableDropsClear:before {
	transform: rotate(45deg);
}

.ValuableDropsClear:after {
	transform: rotate(-45deg);
}

.ValuableDropsClear:hover,
.ValuableDropsClear:focus {
	background: #ead3aa;
	border-color: #9d6a34;
	outline: none;
}

.WikiCategoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 14px;
	max-height: 115px;
	overflow: auto;
	padding: 2px;
}

.WikiCategoryList a {
	padding: 4px 8px;
	font-size: 12px;
}

.WikiResultCount {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #f8e6bd;
}

.WikiItemGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.WikiItemCard,
.WikiMonsterCard,
.WikiNpcCard {
	border: 1px solid #c59b60;
	background: rgba(255, 248, 235, 0.82);
	padding: 10px;
	box-sizing: border-box;
}

.WikiItemCard {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	min-height: 118px;
}

.WikiIconWrap {
	width: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ead7b9;
	border: 1px solid #c59b60;
}

.WikiIconWrap.monster {
	width: 64px;
	min-height: 64px;
	flex: 0 0 64px;
}

.WikiIconWrap img,
.WikiLootItem img {
	max-width: 32px;
	max-height: 32px;
}

.WikiIconWrap.monster img {
	max-width: 58px;
	max-height: 58px;
}

.WikiEntityImageFallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #b77c3b;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 35%, #a96b35, #6e3b24 76%);
	box-sizing: border-box;
	color: #fff1cf;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(35, 20, 11, .65);
}

.WikiIconWrap.monster .WikiEntityImageFallback,
.WikiEntityImageFallback.is-detail {
	width: 48px;
	height: 48px;
	font-size: 19px;
}

.WikiItemBody h3,
.WikiMonsterCard h3,
.WikiNpcCard h3 {
	margin: 0 0 4px;
	color: #5d3416;
	font-size: 15px;
}

.WikiMeta {
	color: #7a4b25;
	font-size: 12px;
	margin-bottom: 8px;
}

.WikiChips,
.WikiStatRow {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.WikiChips span,
.WikiStatRow span {
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 4px 6px;
	font-size: 11px;
	line-height: 14px;
}

.WikiChips strong,
.WikiStatRow strong {
	display: block;
	color: #5d3416;
	font-size: 10px;
	text-transform: uppercase;
}

.WikiMonsterGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 12px;
}

.WikiNpcGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 12px;
}

.WikiMonsterTop {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 10px;
}

.WikiMonsterTop p {
	margin: 0;
}

.WikiNpcIdentity {
	flex: 1;
	min-width: 0;
}

.WikiNpcTitleRow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.WikiNpcTitleRow h3 {
	margin-right: auto;
}

.WikiNpcMapLink {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 32px;
	box-sizing: border-box;
	border: 1px solid #b7802f;
	border-radius: var(--sol-radius-inner, 4px);
	background: #f4d28b;
	color: #40270f !important;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none !important;
	white-space: nowrap;
}

.WikiNpcMapLink:hover,
.WikiNpcMapLink:focus-visible {
	border-color: #24484b;
	background: #31595d;
	color: #fff1cf !important;
}

.WikiNpcMapLink svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	flex: 0 0 auto;
}

.WikiCurrency {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	color: #5d3416;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
}

.WikiCurrency img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	image-rendering: pixelated;
}

.WikiNpcOffers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

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

.WikiNpcOfferPanel {
	min-width: 0;
}

.WikiNpcOffers h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 6px;
	color: #5d3416;
	font-size: 13px;
}

.WikiNpcOffers h4 span {
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: normal;
}

.WikiNpcOfferList {
	display: grid;
	gap: 5px;
	max-height: 360px;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-color: #8a4a1e #f3e4c8;
	scrollbar-width: thin;
}

.WikiNpcOffers.single .WikiNpcOfferList {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.WikiNpcOfferList::-webkit-scrollbar {
	width: 8px;
}

.WikiNpcOfferList::-webkit-scrollbar-track {
	background: #f3e4c8;
	border: 1px solid #d2aa72;
}

.WikiNpcOfferList::-webkit-scrollbar-thumb {
	background: #8a4a1e;
	border: 1px solid #5d3416;
}

.WikiLocation {
	margin: 10px 0;
	border-left: 3px solid #8a4a1e;
	padding-left: 9px;
	color: #5d3416;
}

.WikiLoot {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 6px;
	margin-top: 10px;
}

.WikiLootItem {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 5px;
	min-height: 46px;
}

.WikiLootItem strong,
.WikiLootItem span,
.WikiLootItem small {
	display: block;
}

.WikiLootItem strong {
	color: #5d3416;
	font-size: 12px;
}

.WikiLootItem span,
.WikiLootItem small {
	font-size: 11px;
}

.WikiNpcOfferLink {
	color: inherit;
	text-decoration: none;
}

.WikiNpcOfferLink:hover {
	border-color: #8a5527;
	background: #f8ebcf;
}

.WikiEmpty,
.WikiEmptyBox {
	color: #7a4b25;
}

.WikiEmptyBox {
	border: 1px solid #c59b60;
	background: rgba(255, 248, 235, 0.82);
	padding: 16px;
	text-align: center;
}

.WikiPagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}

.WikiCompact .ModernHero {
	margin-bottom: 10px;
}

.WikiDataTable {
	font-size: 12px;
}

.WikiDataTable td small {
	display: block;
	color: #7a4b25;
	font-size: 10px;
	line-height: 1.25;
}

.WikiSellableCell {
	text-align: center;
}

.WikiSellableMark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.WikiSellableMark.is-yes {
	background: #e3f1df;
	color: #28723a;
}

.WikiSellableMark.is-no {
	background: #f5dfda;
	color: #a13b31;
}

.WikiImageCell {
	width: 46px;
	text-align: center;
}

.WikiImageCell img {
	max-width: 34px;
	max-height: 34px;
	vertical-align: middle;
}

.WikiItemNameCell {
	min-width: 180px;
	vertical-align: middle;
}

.WikiItemNameWrap {
	display: grid;
	grid-template-columns: 40px minmax(120px, 1fr);
	align-items: center;
	gap: 8px;
}

.WikiItemNameWrap img {
	max-width: 34px;
	max-height: 34px;
	justify-self: center;
	vertical-align: middle;
}

.WikiItemNameWrap strong {
	color: #5d3416;
}

.WikiImageCell.monster img {
	max-width: 42px;
	max-height: 42px;
}

.WikiAttackCell strong {
	display: block;
	color: #5d3416;
	font-size: 13px;
}

.WikiAttackParts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px 6px;
	margin-top: 2px;
	min-width: 58px;
}

.WikiAttackParts span {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: #7a4b25;
	font-size: 10px;
	line-height: 12px;
	white-space: nowrap;
}

.WikiAttackParts img {
	width: 12px;
	height: 12px;
	image-rendering: auto;
}

.WikiMonsterNameCell {
	min-width: 150px;
	vertical-align: middle;
}

.WikiMonsterNameWrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.WikiMonsterNameWrap img {
	max-width: 42px;
	max-height: 42px;
	flex: 0 0 auto;
}

.WikiMonsterNameWrap strong {
	color: #5d3416;
}

.WikiDropper {
	display: inline-block;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 2px 5px;
	margin: 1px;
	color: #5d3416;
	text-decoration: none;
}

.WikiItemDescription {
	min-width: 180px;
	max-width: 300px;
	line-height: 1.35;
	color: #3d240f;
}

.WikiItemVocation {
	min-width: 92px;
	max-width: 150px;
	line-height: 1.3;
	color: #5d3416;
}

.WikiDropperIcons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	min-width: 112px;
}

.WikiMonsterDropIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	box-sizing: border-box;
	padding: 2px;
	overflow: hidden;
	text-decoration: none;
}

.WikiDropper:hover,
.WikiMonsterDropIcon:hover {
	border-color: #8a5527;
	background: #f8ebcf;
}

.WikiMonsterDropIcon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: middle;
}

.WikiLootIcons {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	min-width: 180px;
}

.WikiLootIcons span,
.WikiLootIcons a {
	display: inline-grid;
	grid-template-columns: 28px;
	grid-template-rows: 28px auto;
	justify-items: center;
	align-items: center;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 3px;
	min-width: 38px;
	box-sizing: border-box;
	text-decoration: none;
}

.WikiLootIcons a:hover {
	border-color: #8a5527;
	background: #f8ebcf;
}

.WikiLootIcons img {
	max-width: 28px;
	max-height: 28px;
}

.WikiMonsterTable .WikiLootIcons small,
.WikiMonsterTable .WikiLootIcons em {
	display: block;
	font-size: 8px;
	line-height: 1;
	color: #5d3416;
	font-style: normal;
	font-weight: normal;
}

.WikiMonsterTable td {
	vertical-align: top;
}

.WikiMonsterTable thead th,
.WikiMonsterTable .WikiMonsterMetricCell {
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
}

.ModernBadge {
	display: inline-block;
	border: 1px solid #a9804f;
	background: #f1dfbd;
	color: #5d3416;
	padding: 2px 6px;
	font-size: 11px;
	font-weight: bold;
}

.ModernStatusOnline {
	color: #176b25;
	font-weight: bold;
}

.ModernStatusOffline {
	color: #8d1d16;
	font-weight: bold;
}

.ModernOutfit {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.ModernOutfit img {
	display: block;
	width: 64px;
	height: 64px;
	max-width: none;
}

.ModernNote {
	border-left: 4px solid #8a5b2d;
	background: #f8edda;
	padding: 9px 10px;
	margin-top: 10px;
}

.ModernNewsPage {
	max-width: 100%;
}

.ModernNewsPost {
	border: 1px solid #8f6f4a;
	background: #fffaf0;
}

.ModernNewsHeader {
	display: flex;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid #7f5c35;
	background: #6f3f1d;
	color: #fff1cf;
	padding: 10px 12px;
}

.ModernNewsIcon {
	width: 36px;
	height: 36px;
	border: 1px solid #a9804f;
	background: #f1dfbd;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.ModernNewsIcon img {
	display: block;
	max-width: 32px;
	max-height: 32px;
}

.ModernNewsIntro {
	min-width: 0;
}

.ModernNewsIntro h2 {
	margin: 2px 0 0;
	color: #fff1cf;
	font-size: 20px;
	line-height: 1.2;
}

.ModernNewsMeta {
	color: #f1dfbd;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.ModernNewsMeta span {
	margin-left: 6px;
	text-transform: none;
}

.ModernNewsBody {
	border: 1px solid #d0b07d;
	border-top: 0;
	background: #fffaf0;
	padding: 14px 16px;
	color: #3b2618;
	font-size: 13px;
	line-height: 1.6;
}

.ModernNewsBody p {
	margin: 0 0 10px;
}

.ModernNewsBody p:last-child {
	margin-bottom: 0;
}

.ModernNewsActions {
	padding-top: 10px;
	border-top: 1px solid #d0b07d;
}

.NewsPagination .ModernActions {
	justify-content: center;
}

.NewsPaginationStatus {
	border: 1px solid #c4a675;
	background: #fffaf0;
	color: #5d3416 !important;
	font-weight: bold;
	padding: 5px 9px;
}

.ServerChangelogWidget {
	margin-top: 14px;
}

.ChangelogWidgetHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.ChangelogWidgetHeader strong,
.ChangelogWidgetHeader span {
	display: block;
}

.ChangelogWidgetHeader strong {
	color: #5d3416;
	font-size: 15px;
}

.ChangelogWidgetHeader span {
	color: #6f4b2d;
	font-size: 12px;
}

.ChangelogWidgetList {
	display: grid;
	gap: 7px;
}

.ChangelogWidgetItem {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	border: 1px solid #c4a675;
	background: #fffaf0;
	color: #3b2618 !important;
	padding: 8px 10px;
	text-decoration: none;
}

.ChangelogWidgetItem:hover {
	background: #f8edda;
	text-decoration: none;
}

.ChangelogWidgetItem strong {
	color: #5d3416;
	overflow-wrap: anywhere;
}

.ChangelogWidgetDate,
.ChangelogWidgetCount {
	color: #6f4b2d;
	font-size: 12px;
	font-weight: bold;
}

.ChangelogWidgetCount {
	text-align: right;
}

.ServerChangelogList {
	display: grid;
	gap: 10px;
}

.ServerChangelogEntry {
	border: 1px solid #c4a675;
	background: #fffaf0;
	scroll-margin-top: 12px;
}

.ServerChangelogEntryHeader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #c4a675;
	background: #f8edda;
	padding: 10px 12px;
}

.ServerChangelogEntryHeader span {
	display: block;
	color: #6f4b2d;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.ServerChangelogEntryHeader h3 {
	margin: 3px 0 0;
	color: #5d3416;
	font-size: 18px;
	line-height: 1.2;
}

.ServerChangelogEntryHeader > strong {
	flex: 0 0 auto;
	border: 1px solid #b68a4c;
	background: #f1dfbd;
	color: #5d3416;
	padding: 4px 7px;
	font-size: 12px;
}

.ServerChangelogChanges {
	margin: 0;
	padding: 10px 12px 10px 28px;
}

.ServerChangelogChanges li {
	margin: 0 0 6px;
	line-height: 1.45;
}

.ServerChangelogChanges li:last-child {
	margin-bottom: 0;
}

.ServerDatabaseChangelogTable img {
	margin-right: 4px;
	vertical-align: middle;
}

.MarketCommandGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.MarketCommandGrid div,
.MarketSteps div {
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 8px;
}

.MarketCommandGrid code,
.MarketBuyLine code,
.MarketSteps code {
	color: #5d3416;
	font-weight: bold;
}

.MarketCommandGrid span,
.MarketSteps span {
	display: block;
	margin-top: 4px;
}

.MarketSteps {
	display: grid;
	gap: 8px;
}

.MarketPage .ModernEqualPanels > .ModernSection > .ModernPanel {
	display: flex;
}

.MarketPage .ModernEqualPanels .MarketSteps {
	flex: 1;
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.MarketPage .ModernEqualPanels .MarketSteps div {
	min-height: 0;
}

.MarketSteps strong {
	display: inline-flex;
	width: 22px;
	height: 22px;
	margin-right: 7px;
	align-items: center;
	justify-content: center;
	border: 1px solid #8f6f4a;
	background: #6f3f1d;
	color: #fff1cf;
}

.MarketOfferGrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 10px;
	border: 1px solid #9f7f55;
	border-top: 0;
	background: #fffaf0;
	overflow: visible;
}

.MarketOfferCard {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 12px;
	border: 1px solid #c59b60;
	background: rgba(255, 248, 235, 0.9);
	padding: 10px;
	box-sizing: border-box;
	overflow: visible;
}

.MarketOfferCard.rarity-rare {
	border-left: 4px solid #2f74c0;
}

.MarketOfferCard.rarity-epic {
	border-left: 4px solid #804ec6;
}

.MarketOfferCard.rarity-legendary {
	border-left: 4px solid #c07819;
}

.MarketOfferCard.rarity-mythic {
	border-left: 4px solid #a72020;
}

.MarketOfferIcon {
	position: relative;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c59b60;
	background: #ead7b9;
}

.MarketOfferIcon img {
	max-width: 40px;
	max-height: 40px;
}

.MarketOfferIcon span {
	position: absolute;
	right: 2px;
	bottom: 1px;
	padding: 1px 4px;
	background: #6f3f1d;
	color: #fff1cf;
	font-size: 10px;
	font-weight: bold;
}

.MarketOfferIcon .MarketItemCount {
	right: 2px;
	bottom: 1px;
}

.MarketOfferIcon .MarketTierBadge {
	top: -5px;
	right: -5px;
	bottom: auto;
	min-width: 14px;
	height: 14px;
	padding: 0 3px;
	border: 1px solid #2f2115;
	background: linear-gradient(180deg, #b87923 0%, #6f3f1d 100%);
	color: #fff1bf;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-shadow: 1px 1px #21150c;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	z-index: 2;
}

.ForgeLogItemIcon {
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

.ForgeLogItemIcon img {
	max-width: 32px;
	max-height: 32px;
}

.SharedItemTooltipSlot {
	position: relative;
	width: 52px;
	height: 52px;
	border: 1px solid #9f7f55;
	background: #fff7e6;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	box-sizing: border-box;
	z-index: 1;
}

.SharedItemTooltipSlot img {
	display: block;
	max-width: 42px;
	max-height: 42px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.SharedItemTooltipSlot .EquipmentSlotLink {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.SharedItemTooltipSlot .EquipmentCount {
	position: absolute;
	right: 2px;
	bottom: 1px;
	padding: 0 3px;
	background: #6f3f1d;
	color: #fff1cf;
	border: 1px solid #3b210f;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.SharedItemTooltipSlot .EquipmentTooltip {
	display: none;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 7px);
	transform: translateX(-50%);
	z-index: 80;
	width: 190px;
	padding: 8px;
	border: 1px solid #7f5c35;
	background: #fffaf0;
	box-shadow: 0 2px 8px rgba(47, 27, 9, .28);
	color: #2f1b09;
	text-align: left;
}

.SharedItemTooltipSlot .EquipmentTooltip:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #7f5c35;
}

.SharedItemTooltipSlot:hover,
.SharedItemTooltipSlot:focus {
	z-index: 200;
}

.SharedItemTooltipSlot:hover .EquipmentTooltip,
.SharedItemTooltipSlot:focus .EquipmentTooltip {
	display: block;
}

.SharedItemTooltipSlot .EquipmentTooltip strong {
	display: block;
	color: #5d3416 !important;
	margin-bottom: 4px;
}

.SharedItemTooltipSlot .EquipmentTooltip span {
	display: inline-block;
	margin: 2px 3px 0 0;
	padding: 1px 5px;
	border: 1px solid #b08b5c;
	background: #f1dfbd;
	color: #5d3416;
	font-size: 11px;
	font-weight: bold;
}

.ForgeResultCell {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: visible;
}

.ForgeResultBadge {
	display: inline-block;
	min-width: 56px;
	padding: 3px 7px;
	border: 1px solid #9f7f55;
	background: #f1dfbd;
	color: #5d3416;
	font-weight: bold;
	text-align: center;
}

.ForgeResultSuccess {
	border-color: #6f9b78;
	background: #e1efe2;
	color: #196a2e;
}

.ForgeResultFailure {
	border-color: #b96a5e;
	background: #f8ddd7;
	color: #9a1e17;
}

.LastForgesPage {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
}

.LastForgesPage .ModernHero,
.LastForgesPage .ModernSection {
	margin: 0;
}

.ForgeLogHeaderMeta {
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
}

.ForgeLogPanel {
	padding: 10px;
}

.ForgeLogTableWrap {
	width: 100%;
	min-width: 0;
	overflow: visible;
}

.ForgeLogTable {
	min-width: 680px;
}

.ForgeLogTable .ForgeTimeColumn {
	width: 112px;
}

.ForgeLogTable .ForgePlayerColumn {
	width: 120px;
}

.ForgeLogTable .ForgeActionColumn {
	width: 96px;
}

.ForgeLogTable .ForgeOutcomeColumn {
	width: 96px;
}

.ForgeLogTable td {
	padding: 7px 8px;
}

.ForgeLogTime,
.ForgeLogItemText {
	display: grid;
	gap: 1px;
}

.ForgeLogTime small,
.ForgeLogItemText span,
.ForgeLogMuted {
	color: #806044;
	font-size: 11px;
}

.ForgeLogPlayer a {
	overflow-wrap: anywhere;
}

.ForgeLogItem {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.ForgeLogItemIcon {
	flex: 0 0 42px;
	margin: 0;
}

.ForgeLogItemText {
	min-width: 0;
}

.ForgeLogItemText strong {
	color: #57391e;
	overflow-wrap: anywhere;
}

.ForgeLogEmpty {
	padding: 22px !important;
	text-align: center;
}

.ForgePagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border: 1px solid #c4a675;
	background: #fff9ed;
}

.ForgePaginationPages {
	display: flex;
	align-items: center;
	gap: 4px;
}

.ForgePaginationPages a,
.ForgePaginationPages strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 7px;
	border: 1px solid #b68a4c;
	background: #f7ead3;
	color: #5d3416;
	text-decoration: none;
}

.ForgePaginationPages strong {
	border-color: #31595d;
	background: #31595d;
	color: #fff1cf;
}

@media (max-width: 800px) {
	.ForgeLogTableWrap {
		overflow: visible;
	}

	.ModernContent .ForgeLogTable {
		display: table;
		min-width: 0;
		border: 0;
		background: transparent;
	}

	.ForgeLogTable thead {
		display: none;
	}

	.ForgeLogTable tbody {
		display: grid;
		gap: 8px;
	}

	.ForgeLogTable tbody tr {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border: 1px solid #c4a675;
		background: #fffaf0;
	}

	.ForgeLogTable td {
		display: grid;
		align-content: start;
		gap: 3px;
		min-width: 0;
		border: 0;
		background: transparent !important;
	}

	.ForgeLogTable td + td {
		border-left: 1px solid #e0cba7;
	}

	.ForgeLogTable td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ForgeLogTable .ForgeResultBadge {
		justify-self: start;
	}

	.ForgeLogTable td[data-label="Item"] {
		grid-column: 1 / -1;
		border-top: 1px solid #e0cba7;
		border-left: 0;
	}

	.ForgeLogTable .ForgeLogEmpty {
		display: block;
		grid-column: 1 / -1;
	}

	.ForgeLogTable .ForgeLogEmpty::before {
		display: none;
	}
}

@media (max-width: 520px) {
	.ForgeLogTable tbody tr {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ForgeLogTable td:nth-child(odd) {
		border-left: 0;
	}

	.ForgeLogTable td:nth-child(n + 3) {
		border-top: 1px solid #e0cba7;
	}

	.ForgePagination {
		flex-wrap: wrap;
	}
}

.ValuableDropItemIcon {
	background: #ead7b9;
	border-color: #c59b60;
}

.MarketOfferTop {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
}

.MarketOfferBody h3 {
	margin: 0 0 4px;
	color: #5d3416;
	font-size: 16px;
	line-height: 1.2;
}

.MarketPrice {
	display: grid;
	grid-template-columns: 24px auto;
	column-gap: 5px;
	align-items: center;
	justify-content: end;
	min-width: 110px;
	padding: 5px 7px;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	color: #5d3416;
	text-align: right;
}

.MarketPrice img {
	grid-row: span 2;
	max-width: 24px;
	max-height: 24px;
}

.MarketPrice strong,
.MarketPrice span {
	display: block;
}

.MarketPrice span {
	font-size: 10px;
	text-transform: uppercase;
}

.MarketBadges,
.MarketAffixes {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 8px;
}

.MarketBadges span,
.MarketAffixes span,
.MarketNoAffixes {
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 4px 6px;
	font-size: 11px;
	line-height: 14px;
}

.MarketRarity {
	color: #5d3416;
	font-weight: bold;
}

.MarketNoAffixes {
	display: inline-block;
	margin-top: 8px;
	color: #7a4b25;
}

.MarketBuyLine {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #d2aa72;
}

.MarketBuyCommand {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.MarketCopyButton {
	border: 1px solid #8f6f4a;
	background: #f1dfbd;
	color: #5d3416;
	padding: 4px 8px;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.MarketCopyButton:hover,
.MarketCopyButton.copied {
	background: #6f3f1d;
	color: #fff1cf;
}

.MarketBuyLine span {
	color: #5d3416;
	font-weight: bold;
}

.ImbuementNpcBox {
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 9px;
	box-sizing: border-box;
}

.ImbuementNpcBox strong,
.ImbuementNpcBox span {
	display: block;
}

.ImbuementNpcBox code {
	color: #5d3416;
	font-weight: bold;
}

.ImbuementIconCell {
	width: 48px;
	text-align: center;
}

.ImbuementIconCell img {
	max-width: 32px;
	max-height: 32px;
}

.ImbuementPrice {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #d2aa72;
	background: #fffaf0;
	padding: 4px 7px;
	color: #5d3416;
	font-weight: bold;
}

.ImbuementPrice img {
	max-width: 22px;
	max-height: 22px;
}

.ImbuementTable td > strong,
.ImbuementTable td > span:not(.ImbuementPrice) {
	display: block;
}

.ImbuementTier {
	display: inline-block !important;
	border: 1px solid #c59b60;
	background: #fffaf0;
	color: #5d3416;
	padding: 3px 7px;
	font-weight: bold;
}

.ImbuementTier.tier-intricate {
	border-color: #b98233;
	background: #fff0cf;
}

.ImbuementTier.tier-powerful {
	border-color: #7f4c21;
	background: #f0d2a0;
}

.ImbuementTier.tier-basic {
	border-color: #6f8e86;
	background: #e5f0e9;
}

.TrinketsTable td {
	vertical-align: top;
}

.TrinketsTable {
	width: 100%;
	table-layout: fixed;
}

.TrinketsTable th:first-child,
.TrinketsTable td:first-child {
	width: 42%;
}

.TrinketsSearch {
	margin: 12px 0;
}

.TrinketsSearch input {
	width: 100%;
	box-sizing: border-box;
}

.TrinketsEmpty {
	display: none;
	margin-top: 10px;
}

.TrinketNameCell {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.TrinketItemIcon {
	background: #ead7b9;
	border-color: #c59b60;
}

.TrinketNameText {
	min-width: 0;
}

.TrinketNameText strong {
	display: block;
	overflow-wrap: anywhere;
}

.TrinketBonuses {
	margin-top: 0;
}

@media (max-width: 640px) {
	.TrinketsTableScroll {
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.ModernContent .TrinketsTable {
		display: table;
		width: 620px;
		min-width: 620px;
		overflow: visible;
	}

	.TrinketsTable th:first-child,
	.TrinketsTable td:first-child {
		width: 250px;
	}
}

.TrinketIconCell {
	width: 52px;
	text-align: center;
}

.TrinketIconCell img {
	max-width: 34px;
	max-height: 34px;
	vertical-align: middle;
}

.PotionIconCell {
	width: 52px;
	text-align: center;
}

.PotionIconCell img {
	max-width: 34px;
	max-height: 34px;
	vertical-align: middle;
}

.WeekendEventsSpotlight {
	align-items: center;
	background: linear-gradient(180deg, #fff7e6 0%, #f0d9ae 100%);
	border: 1px solid #9f7f55;
	display: grid;
	gap: 14px;
	grid-template-columns: 62px minmax(0, 1fr) minmax(150px, 210px);
	padding: 12px;
}

.WeekendEventsSpotlightBody h3 {
	color: #5d3416;
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 5px;
}

.WeekendEventsSpotlightBody h3 a {
	color: inherit;
	text-decoration: none;
}

.WeekendEventsSpotlightBody h3 a:hover {
	text-decoration: underline;
}

.WeekendEventsSpotlightBody p,
.WeekendEventsSpotlightMeta span {
	margin: 0;
}

.WeekendEventsEyebrow {
	color: #8b5b24;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .03em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.WeekendEventsSpotlightMeta {
	background: #fffaf0;
	border: 1px solid #c4a675;
	padding: 8px;
}

.WeekendEventsSpotlightMeta strong {
	color: #5d3416;
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}

.WeekendEventsToken,
.WeekendEventsLegendItem span,
.WeekendEventsTableEvent span,
.WeekendEventsDayEvent span {
	align-items: center;
	background: #6f3f1d;
	border: 1px solid #9f7f55;
	color: #fff1cf;
	display: inline-flex;
	font-weight: bold;
	justify-content: center;
}

.WeekendEventsToken {
	font-size: 18px;
	height: 58px;
	width: 58px;
}

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

.WeekendEventsLegendItem {
	align-items: center;
	background: #fff7e6;
	border: 1px solid #c4a675;
	color: inherit;
	display: flex;
	gap: 7px;
	min-width: 0;
	padding: 6px;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.WeekendEventsLegendItem:hover,
.WeekendEventsLegendItem:focus-visible {
	background: #f2ddba;
	border-color: #9f7443;
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.WeekendEventsLegendItem span,
.WeekendEventsTableEvent span {
	flex: 0 0 30px;
	height: 28px;
	width: 30px;
}

.WeekendEventsLegendItem strong {
	color: #5d3416;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.WeekendEventsCalendar {
	display: grid;
	gap: 12px;
}

.WeekendEventsMonthNav {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	margin: 0 0 10px;
}

.WeekendEventsMonthButton {
	font-size: 16px;
	height: 34px;
	line-height: 1;
	padding: 0;
	text-align: center;
}

.WeekendEventsMonthButton:disabled {
	cursor: default;
	opacity: .45;
}

.WeekendEventsMonthCurrent {
	background: #6f3f1d;
	border: 1px solid #7f5c35;
	color: #fff1cf;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 9px;
	text-align: center;
}

.WeekendEventsMonth {
	border: 1px solid #9f7f55;
	background: #f8edda;
	display: none;
}

.WeekendEventsMonth.is-active {
	display: block;
}

.WeekendEventsWeekdays,
.WeekendEventsDays {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.WeekendEventsWeekdays span {
	background: #d9bd88;
	border-bottom: 1px solid #9f7f55;
	border-right: 1px solid #c4a675;
	color: #5d3416;
	font-weight: bold;
	padding: 5px 3px;
	text-align: center;
}

.WeekendEventsDay {
	background: #fffaf0;
	border-bottom: 1px solid #d3b98c;
	border-right: 1px solid #d3b98c;
	box-sizing: border-box;
	min-height: 78px;
	padding: 5px;
	position: relative;
}

.WeekendEventsDayEmpty {
	background: #ead7b3;
}

.WeekendEventsDay.is-today {
	box-shadow: inset 0 0 0 2px #9b5c1c;
}

.WeekendEventsDay.has-event {
	background: #fff4d8;
}

.WeekendEventsDayNumber {
	color: #5d3416;
	font-weight: bold;
	margin-bottom: 5px;
}

.WeekendEventsDayEvent {
	align-items: center;
	background: #f5e3bf;
	border: 1px solid #a9804f;
	color: #5d3416 !important;
	display: flex;
	gap: 4px;
	margin-top: 3px;
	min-width: 0;
	padding: 3px;
	text-decoration: none;
}

.WeekendEventsDayEvent:hover {
	background: #ead09f;
	text-decoration: none;
}

.WeekendEventsDayEvent span {
	flex: 0 0 24px;
	font-size: 10px;
	height: 22px;
	width: 24px;
}

.WeekendEventsDayEvent strong {
	font-size: 11px;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.WeekendEventsDayEvent.is-active {
	background: #d9f0c6;
	border-color: #5c8a39;
}

.WeekendEventsDayEvent.is-past {
	opacity: .72;
}

.WeekendEventMark-loot_weekend .WeekendEventsToken,
.WeekendEventMark-loot_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-loot_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-loot_weekend span {
	background: #6f3f1d;
}

.WeekendEventMark-skill_weekend .WeekendEventsToken,
.WeekendEventMark-skill_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-skill_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-skill_weekend span {
	background: #235b72;
}

.WeekendEventMark-bestiary_bosstiary_weekend .WeekendEventsToken,
.WeekendEventMark-bestiary_bosstiary_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-bestiary_bosstiary_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-bestiary_bosstiary_weekend span {
	background: #426b2b;
}

.WeekendEventMark-tier_up_weekend .WeekendEventsToken,
.WeekendEventMark-tier_up_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-tier_up_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-tier_up_weekend span {
	background: #7a4e8b;
}

.WeekendEventMark-rarity_weekend .WeekendEventsToken,
.WeekendEventMark-rarity_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-rarity_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-rarity_weekend span {
	background: #8d3151;
}

.WeekendEventMark-task_weekend .WeekendEventsToken,
.WeekendEventMark-task_weekend.WeekendEventsDayEvent span,
.WeekendEventsLegendItem.WeekendEventMark-task_weekend span,
.WeekendEventsTableEvent.WeekendEventMark-task_weekend span {
	background: #80651e;
}

.WeekendEventsTable tr.is-active td {
	background: #e7f5d7;
}

.WeekendEventsTableEvent {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 7px;
	min-width: 0;
	text-decoration: none;
}

.WeekendEventsTableEvent strong {
	color: #5d3416;
}

.WeekendEventsTableEvent:hover strong,
.WeekendEventsTableEvent:focus-visible strong {
	text-decoration: underline;
}

@media (max-width: 720px) {
	.ModernGrid,
	.MarketCommandGrid,
	.MarketOfferCard,
	.WeekendEventsLegend,
	.WeekendEventsSpotlight {
		grid-template-columns: 1fr;
	}

	.WeekendEventsWeekdays span {
		font-size: 11px;
	}

	.WeekendEventsDay {
		min-height: 62px;
		padding: 4px;
	}

	.WeekendEventsDayEvent strong {
		display: none;
	}

	.WikiSearch,
	.WikiItemGrid,
	.WikiMonsterGrid,
	.WikiNpcGrid,
	.WikiNpcOffers,
	.WikiNpcOffers.single .WikiNpcOfferList {
		grid-template-columns: 1fr;
	}

	.ModernTable {
		font-size: 12px;
	}

	.ChangelogWidgetHeader,
	.ServerChangelogEntryHeader {
		align-items: stretch;
		flex-direction: column;
	}

	.ChangelogWidgetItem {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.ChangelogWidgetCount {
		text-align: left;
	}
}

/* Icon-led Weekend & World Events calendar */
.WeekendEventsSpotlightIcon,
.WeekendEventsLegendIcon,
.WeekendEventsTableIcon,
.WeekendEventsDayIcon,
.WorldEventsStatusIcon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.WeekendEventsSpotlightIconLink,
.WorldEventsStatusIconLink {
	display: inline-flex;
	text-decoration: none;
}

.WeekendEventsSpotlightIconLink:hover .WeekendEventsSpotlightIcon,
.WeekendEventsSpotlightIconLink:focus-visible .WeekendEventsSpotlightIcon,
.WorldEventsStatusIconLink:hover .WorldEventsStatusIcon,
.WorldEventsStatusIconLink:focus-visible .WorldEventsStatusIcon {
	border-color: #74421e;
	box-shadow: 0 5px 12px rgba(57, 31, 14, .22);
	transform: translateY(-2px);
}

.WeekendEventsSpotlightIconLink:focus-visible,
.WorldEventsStatusIconLink:focus-visible,
.WeekendEventsTableEvent:focus-visible {
	outline: 2px solid #8b5b24;
	outline-offset: 3px;
}

.WeekendEventsSpotlightIcon img,
.WeekendEventsLegendIcon img,
.WeekendEventsTableIcon img,
.WeekendEventsDayIcon img,
.WorldEventsStatusIcon img {
	display: block;
	image-rendering: pixelated;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.WeekendEventsSpotlightIcon {
	background: #6f3f1d;
	border: 1px solid #9f7f55;
	height: 58px;
	width: 58px;
}

.WeekendEventsSpotlightIcon img {
	max-height: 48px;
	max-width: 48px;
}

.WeekendEventsLegend {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.WeekendEventsLegendItem {
	min-height: 44px;
}

.WeekendEventsLegendItem.is-world-change {
	background: #f7e6cc;
	border-color: #a66a3c;
}

.WeekendEventsLegendIcon,
.WeekendEventsTableIcon {
	background: #6f3f1d;
	border: 1px solid #9f7f55;
	height: 32px;
	width: 34px;
}

.WeekendEventsLegendIcon img,
.WeekendEventsTableIcon img {
	max-height: 30px;
	max-width: 32px;
}

.WeekendEventsLegendItem strong {
	line-height: 1.2;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}

.WeekendEventsMonth.is-active {
	animation: WeekendEventsMonthEnter 180ms ease-out;
}

@keyframes WeekendEventsMonthEnter {
	from { opacity: .68; transform: translateY(3px); }
	to { opacity: 1; transform: translateY(0); }
}

.WeekendEventsDay {
	min-height: 112px;
}

.WeekendEventsDayIcons {
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 4px;
}

.WeekendEventsDayEvent {
	align-items: center;
	background: #f5e3bf;
	border: 1px solid #a9804f;
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	margin: 0;
	padding: 2px;
	position: relative;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
	width: 34px;
}

.WeekendEventsDayEvent:hover,
.WeekendEventsDayEvent:focus-visible {
	background: #ead09f;
	box-shadow: 0 3px 8px rgba(57, 31, 14, .22);
	outline: none;
	transform: translateY(-2px);
}

.WeekendEventsDayEvent.is-world-change {
	background: #f4dfc0;
	border-color: #a35e32;
}

.WeekendEventsDayEvent.is-active {
	background: #d9f0c6;
	border-color: #4f7e31;
	box-shadow: 0 0 0 2px rgba(92, 138, 57, .2), 0 0 10px rgba(92, 138, 57, .38);
	animation: WeekendEventsActiveGlow 2.4s ease-in-out infinite;
}

@keyframes WeekendEventsActiveGlow {
	0%, 100% { box-shadow: 0 0 0 2px rgba(92, 138, 57, .18), 0 0 5px rgba(92, 138, 57, .26); }
	50% { box-shadow: 0 0 0 3px rgba(92, 138, 57, .25), 0 0 12px rgba(92, 138, 57, .42); }
}

.WeekendEventsDayEvent.is-past {
	filter: saturate(.55);
	opacity: .62;
}

.WeekendEventsDayIcon {
	height: 28px;
	width: 28px;
}

.WeekendEventsTableIcon {
	flex-basis: 34px;
}

.WorldEventsStatusList {
	display: grid;
}

.WorldEventsStatusRow {
	align-items: center;
	border-bottom: 1px solid #d1b589;
	display: grid;
	gap: 12px;
	grid-template-columns: 68px minmax(0, 1fr) minmax(170px, 220px);
	padding: 12px 4px;
}

.WorldEventsStatusRow:first-child {
	padding-top: 2px;
}

.WorldEventsStatusRow:last-child {
	border-bottom: 0;
	padding-bottom: 2px;
}

.WorldEventsStatusIcon {
	background: #f4dfc0;
	border: 1px solid #a66a3c;
	height: 62px;
	width: 62px;
}

.WorldEventsStatusIcon img {
	max-height: 58px;
	max-width: 58px;
}

.WorldEventsStatusBody > a {
	color: #5d3416;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}

.WorldEventsStatusBody > a:hover {
	text-decoration: underline;
}

.WorldEventsStatusBody > strong {
	color: #5d3416;
	display: block;
	font-size: 18px;
}

.WorldEventsStatusBody p {
	margin: 4px 0 0;
}

.WorldEventsActiveLabel {
	color: #54772f;
	display: block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .04em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.WorldEventsStatusTime {
	background: #fffaf0;
	border-left: 2px solid #79a450;
	padding: 7px 9px;
}

.WorldEventsStatusTime strong,
.WorldEventsStatusTime span {
	display: block;
}

.WorldEventsStatusTime strong {
	color: #5d3416;
	margin-bottom: 3px;
}

.WorldEventsStatusTime span {
	font-size: 11px;
}

.WorldEventsEmptyState {
	color: #5d3416;
	padding: 8px 2px;
}

.WorldEventsEmptyState.is-unavailable {
	color: #765f46;
}

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

	.WeekendEventsSpotlight {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.WeekendEventsSpotlightMeta {
		grid-column: 1 / -1;
	}

	.WeekendEventsDay {
		min-height: 74px;
	}

	.WeekendEventsDayIcons {
		gap: 2px;
	}

	.WeekendEventsDayEvent {
		flex-basis: 28px;
		height: 28px;
		width: 28px;
	}

	.WeekendEventsDayIcon {
		height: 23px;
		width: 23px;
	}

	.WorldEventsStatusRow {
		align-items: start;
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.WorldEventsStatusIcon {
		height: 52px;
		width: 52px;
	}

	.WorldEventsStatusTime {
		grid-column: 2;
	}
}

@media (max-width: 460px) {
	.WeekendEventsLegend {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.WeekendEventsMonth.is-active,
	.WeekendEventsDayEvent.is-active {
		animation: none;
	}

	.WeekendEventsDayEvent,
	.WeekendEventsLegendItem,
	.WeekendEventsSpotlightIcon,
	.WorldEventsStatusIcon {
		transition: none;
	}
}

/* Modern site shell */
html {
	min-height: 100%;
}

body {
	min-height: 100%;
	overflow-x: hidden;
	background: #101417;
	color: #f6ead4;
	font-family: Inter, Segoe UI, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

body,
body * {
	box-sizing: border-box;
}

#ArtworkHelper.ModernShell {
	position: relative;
	isolation: isolate;
	min-width: 0;
	min-height: 100vh;
	height: auto;
	width: 100%;
	padding: 20px;
	background-color: #101417;
	text-align: left;
}

#ArtworkHelper.ModernShell:after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	background-image: var(--modern-shell-background-image);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

#ArtworkHelper.ModernShell:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(10, 12, 14, .72) 0%, rgba(14, 17, 19, .82) 42%, rgba(14, 17, 19, .94) 100%),
		radial-gradient(circle at 78% 18%, rgba(141, 49, 81, .22), rgba(141, 49, 81, 0) 34%),
		radial-gradient(circle at 12% 24%, rgba(66, 107, 43, .24), rgba(66, 107, 43, 0) 34%);
	pointer-events: none;
}

#Bodycontainer.ModernContainer {
	position: relative;
	z-index: 2;
	display: block;
	min-width: 0;
	max-width: 1560px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.ModernSiteHeader {
	display: grid;
	grid-template-columns: minmax(210px, auto) minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 72px;
	margin-bottom: 18px;
	padding: 12px;
	border: 1px solid rgba(218, 184, 122, .22);
	border-radius: 8px;
	background: rgba(19, 24, 27, .78);
	backdrop-filter: blur(12px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.ModernBrand {
	display: inline-grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	color: #fff4da;
	text-decoration: none;
}

.ModernBrand:hover {
	color: #ffffff;
	text-decoration: none;
}

.ModernBrandMark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(237, 198, 126, .55);
	border-radius: 8px;
	background: linear-gradient(180deg, #d0a056, #80531f);
	color: #1e1308;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.ModernBrand strong,
.ModernBrand small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ModernBrand strong {
	font-size: 20px;
	line-height: 1.1;
}

.ModernBrand small {
	margin-top: 2px;
	color: #cab98e;
	font-size: 12px;
	font-weight: 700;
}

.ModernTopNav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	min-width: 0;
}

.ModernTopNav a,
.ModernMenuLinks a {
	color: #d9d2c3;
	text-decoration: none;
}

.ModernTopNav a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
}

.ModernTopNav a:hover,
.ModernTopNav a.is-active {
	border-color: rgba(237, 198, 126, .32);
	background: rgba(237, 198, 126, .12);
	color: #fff0c6;
}

.ModernHeaderActions,
.ModernHeroActions,
.ModernAccountActions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.ModernHeaderActions {
	justify-content: flex-end;
}

.ModernHeaderActions .ModernButton {
	gap: 7px;
}

.ModernHeaderActions .ModernButtonPrimary .ModernMenuHeadingIcon {
	color: currentColor;
	filter: none;
}

.ModernShell .ModernButton,
.ModernShell button,
.ModernShell input[type="submit"],
.ModernShell input[type="button"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	max-width: 100%;
	padding: 7px 11px;
	border: 1px solid rgba(237, 198, 126, .42);
	border-radius: 7px;
	background: rgba(246, 234, 212, .1);
	color: #f8ebcf !important;
	font: 800 13px/1.2 Inter, Segoe UI, Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.ModernShell .ModernButton:hover,
.ModernShell button:hover,
.ModernShell input[type="submit"]:hover,
.ModernShell input[type="button"]:hover {
	background: rgba(246, 234, 212, .18);
	text-decoration: none;
}

.ModernShell .ModernButtonPrimary {
	border-color: #d9a957;
	background: linear-gradient(180deg, #c89442, #8e5d24);
	color: #1d1208 !important;
	box-shadow: inset 0 1px 0 rgba(255, 236, 188, .38);
}

.ModernShell .ModernButtonPrimary:hover {
	background: linear-gradient(180deg, #e0ad5d, #9b682c);
}

.ModernShell .ModernButtonGhost {
	background: rgba(13, 20, 20, .52);
}

.ModernSiteHero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
	padding: 14px 18px;
	border: 1px solid rgba(218, 184, 122, .24);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(18, 24, 26, .9), rgba(29, 40, 38, .74)),
		rgba(19, 24, 27, .72);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.ModernHeroCopy {
	max-width: 760px;
}

.ModernEyebrow,
.ModernPanelEyebrow {
	display: inline-block;
	margin-bottom: 8px;
	color: #e0b96f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ModernSiteHero .ModernEyebrow {
	margin-bottom: 5px;
}

.ModernSiteHero h1 {
	margin: 0;
	color: #fff5de;
	font-size: 34px;
	line-height: 1;
}

.ModernSiteHero p {
	max-width: 760px;
	margin: 6px 0 10px;
	color: #ddd2bd;
	font-size: 14px;
}

.ModernHeroStats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-self: center;
}

.ModernHeroStats a {
	display: grid;
	gap: 2px;
	align-content: center;
	min-height: 52px;
	padding: 8px 9px;
	border: 1px solid rgba(218, 184, 122, .24);
	border-radius: 7px;
	background: rgba(7, 12, 13, .46);
	color: #f3e4c6;
	text-decoration: none;
}

.ModernHeroStats a:hover {
	background: rgba(237, 198, 126, .1);
	text-decoration: none;
}

.ModernHeroStats strong {
	color: #ffe0a1;
	font-size: 20px;
	line-height: 1;
}

.ModernHeroStats span {
	color: #bfc8bb;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
}

#ContentRow.ModernLayout {
	position: relative;
	top: auto;
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr) 280px;
	gap: 18px;
	align-items: start;
}

#MenuColumn.ModernSidebar,
#ThemeboxesColumn.ModernAside,
#ContentColumn.ModernMain {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Inter, Segoe UI, Arial, sans-serif;
}

#ContentColumn.ModernMain {
	min-width: 0;
}

.ModernSidebar,
.ModernAside {
	display: grid;
	gap: 12px;
}

.ModernAccountPanel,
.ModernMenu,
.ModernContentPanel,
.ModernWidget,
.ModernStatusWidget {
	border: 1px solid rgba(218, 184, 122, .24);
	border-radius: 8px;
	background: rgba(19, 24, 27, .82);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
	backdrop-filter: blur(10px);
}

.ModernAccountPanel {
	padding: 14px;
}

.ModernAccountPanel strong {
	display: block;
	color: #fff1d2;
	font-size: 17px;
	line-height: 1.2;
}

.ModernAccountPanel p {
	margin: 7px 0 12px;
	color: #cfc5b2;
	font-size: 13px;
}

.ModernMenu {
	overflow: hidden;
}

.ModernMenuGroup {
	border-bottom: 1px solid rgba(218, 184, 122, .14);
}

.ModernMenuGroup:last-child {
	border-bottom: 0;
}

.ModernMenuGroup h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 12px 14px 6px;
	color: #e1bc76;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.ModernMenuHeadingIcon {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	color: #d8a453;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
}

.ModernIconSprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.ModernMenuLinks {
	display: grid;
	gap: 2px;
	padding: 0 8px 10px;
}

.ModernMenuLinks a {
	display: block;
	min-width: 0;
	padding: 8px 10px;
	border-radius: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 750;
}

.ModernMenuLinks a:hover,
.ModernMenuLinks a.is-active {
	background: rgba(218, 184, 122, .12);
	color: #fff1d2;
	text-decoration: none;
}

.ModernMenuLinks a.is-active {
	box-shadow: inset 3px 0 0 #d9a957;
}

.ModernContentPanel {
	overflow: hidden;
}

.ModernContentHeader {
	position: relative;
	padding: 16px 18px 13px;
	border-bottom: 1px solid rgba(218, 184, 122, .18);
	background: linear-gradient(180deg, rgba(42, 50, 52, .74), rgba(24, 30, 32, .68));
}

.ModernContentHeader.has-action {
	padding-right: 150px;
}

.ModernContentHeaderAction {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}

.ModernContentHeader span {
	display: block;
	color: #d4aa5e;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.ModernContentHeader h1,
.ModernContentHeader h2 {
	margin: 2px 0 0;
	color: #fff4dc;
	font-size: 25px;
	line-height: 1.15;
}

.ModernContent {
	position: relative;
	top: auto;
	width: 100%;
}

.ModernContent #ContentHelper {
	position: relative;
}

.ModernContentPanel .BoxContent,
.ModernContentBody {
	min-height: 320px;
	height: auto !important;
	padding: 16px;
	background: #f6ead4;
	color: #342419;
	font-family: Inter, Segoe UI, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.ModernContent .Box {
	margin: 0 0 14px;
	border: 1px solid #b98f58;
	border-radius: 8px;
	background: #fff6e8;
	overflow: hidden;
}

.ModernContent .Corner-tl,
.ModernContent .Corner-tr,
.ModernContent .Corner-bl,
.ModernContent .Corner-br,
.ModernContent .CornerWrapper-b,
.ModernContent .Border_1,
.ModernContent .BorderTitleText,
.ModernContent .Title {
	display: none !important;
}

.ModernContent .Border_2,
.ModernContent .Border_3 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.ModernContent a {
	color: #235f72;
	font-weight: 800;
}

.ModernContent a:hover {
	color: #8d3151;
}

.ModernContent .ModernButton,
.ModernContent .ModernButtonPrimary,
.ModernContent .ModernButtonGhost,
.ModernContent button,
.ModernContent input[type="submit"],
.ModernContent input[type="button"],
.ModernContent input[type="reset"] {
	border-color: #9e6d33;
	background: linear-gradient(180deg, #ffe7b5, #d7973f);
	color: #321a08 !important;
	box-shadow: inset 0 1px 0 rgba(255, 249, 224, .7), 0 1px 0 rgba(80, 45, 19, .12);
	text-shadow: none;
}

.ModernContent .ModernButton:hover,
.ModernContent .ModernButtonPrimary:hover,
.ModernContent .ModernButtonGhost:hover,
.ModernContent button:hover,
.ModernContent input[type="submit"]:hover,
.ModernContent input[type="button"]:hover,
.ModernContent input[type="reset"]:hover {
	border-color: #7f4f1e;
	background: linear-gradient(180deg, #fff0ca, #e0a64c);
	color: #241104 !important;
}

.ModernContent .ModernButton:disabled,
.ModernContent .ModernButton[disabled],
.ModernContent button:disabled,
.ModernContent button[disabled],
.ModernContent input[type="submit"]:disabled,
.ModernContent input[type="submit"][disabled],
.ModernContent input[type="button"]:disabled,
.ModernContent input[type="button"][disabled],
.ModernContent input[type="reset"]:disabled,
.ModernContent input[type="reset"][disabled] {
	border-color: #c7a26b;
	background: #f2ddba;
	color: #7a5731 !important;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 1;
}

.ModernContent .ModernHero {
	border-radius: 8px;
}

.ModernContent .ModernSectionTitle,
.ModernNewsHeader,
.ModernTable th,
.WeekendEventsMonthCurrent {
	background: linear-gradient(180deg, #31595d, #20383c);
	border-color: #24484b;
	color: #fff1cf;
}

.ModernContent .ModernPanel,
.ModernContent .ModernCard,
.ModernContent .ModernFilter,
.ModernContent .ModernNewsBody {
	background: #fff9ed;
}

.ModernFooter {
	margin-top: 14px;
	padding: 14px;
	border: 1px solid rgba(218, 184, 122, .2);
	border-radius: 8px;
	background: rgba(19, 24, 27, .76);
	color: #bfb6a5;
	font-size: 12px;
	text-align: center;
}

.ModernFooter a {
	color: #e0b96f;
}

.ModernStatusWidget {
	display: grid;
	gap: 2px;
	padding: 14px;
	color: #f8ebcf;
	text-decoration: none;
}

.ModernStatusWidget:hover {
	text-decoration: none;
	background: rgba(19, 30, 30, .88);
}

.ModernStatusWidget span,
.ModernStatusWidget small {
	color: #bec7ba;
	font-weight: 800;
}

.ModernSidebarTitle,
.ModernWidget header,
.ModernCalendarDetails > span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.ModernStatusWidget strong {
	color: #ffe0a1;
	font-size: 31px;
	line-height: 1;
}

.ModernStatusWidget.is-online {
	border-color: rgba(107, 170, 91, .42);
}

.ModernStatusWidget.is-offline {
	border-color: rgba(176, 67, 67, .42);
}

.ModernCalendarWidget {
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 84px;
	padding: 12px;
	border-color: rgba(218, 184, 122, .34);
	background:
		linear-gradient(135deg, rgba(151, 94, 36, .18), transparent 62%),
		rgba(19, 24, 27, .82);
}

.ModernCalendarWidget:hover {
	border-color: rgba(224, 185, 111, .52);
}

.ModernCalendarDate {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(218, 184, 122, .32);
	border-radius: 7px;
	background: rgba(8, 13, 15, .62);
	text-align: center;
}

.ModernCalendarWidget .ModernCalendarDate span {
	padding: 4px 5px;
	background: #8d5421;
	color: #fff1d2;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
}

.ModernCalendarWidget .ModernCalendarDate strong {
	padding: 7px 4px 6px;
	color: #ffe0a1;
	font-size: 25px;
	line-height: 1;
}

.ModernCalendarDetails {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ModernCalendarWidget .ModernCalendarDetails > span {
	color: #e0b96f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ModernCalendarWidget .ModernCalendarDetails > strong {
	color: #fff0d0;
	font-size: 15px;
	line-height: 1.2;
}

.ModernCalendarWidget .ModernCalendarDetails > small {
	color: #bec7ba;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

.ModernSiteHero > #PlayersOnline {
	align-self: center;
	justify-self: stretch;
}

.ModernWidget {
	display: grid;
	gap: 9px;
	padding: 12px;
	color: #f3e5c9;
}

.ModernWidget header {
	margin: -12px -12px 2px;
	padding: 11px 12px;
	border-bottom: 1px solid rgba(218, 184, 122, .16);
	color: #ffe1a3;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ModernBoostedWidget .BoostedCreature,
.RightHighscoresPlayer {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 58px;
	padding: 8px;
	border: 1px solid rgba(218, 184, 122, .16);
	border-radius: 7px;
	background: rgba(246, 234, 212, .08);
	color: #f3e5c9;
	text-decoration: none;
}

.ModernBoostedWidget .BoostedCreature:hover,
.RightHighscoresPlayer:hover {
	background: rgba(246, 234, 212, .14);
	color: #fff4dc;
	text-decoration: none;
}

.BoostedCreatureImage,
.RightHighscoresOutfit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(218, 184, 122, .22);
	border-radius: 7px;
	background: rgba(5, 9, 10, .36);
	overflow: hidden;
}

.BoostedCreatureImage img,
.RightHighscoresOutfit img {
	display: block;
	max-width: 42px;
	max-height: 42px;
	width: auto;
	height: auto;
}

.BoostedCreatureInfo,
.RightHighscoresInfo {
	display: block;
	min-width: 0;
}

.BoostedCreatureLabel,
.BoostedCreatureInfo strong,
.RightHighscoresName,
.RightHighscoresLevel,
.RightHighscoresVocation {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.BoostedCreatureLabel,
.RightHighscoresLevel {
	color: #cab98e;
	font-size: 12px;
	font-weight: 800;
}

.BoostedCreatureInfo strong,
.RightHighscoresName {
	color: #fff4dc;
	font-size: 13px;
}

.RightHighscoresList {
	display: grid;
	gap: 8px;
}

.RightHighscoresPlayer {
	grid-template-columns: 28px 46px minmax(0, 1fr);
	min-height: 64px;
}

.RightHighscoresInfo {
	display: grid;
	gap: 1px;
	line-height: 1.2;
}

.RightHighscoresVocation {
	color: #a9cac8;
	font-size: 11px;
	font-weight: 800;
}

.RightHighscoresRank {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: #31595d;
	color: #fff1cf;
	font-size: 12px;
	font-weight: 900;
}

.RightHighscoresEmpty,
.ModernPollWidget p {
	margin: 0;
	color: #d7cbb6;
}

.RightHighscoresWidget {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}

/* Keep the sidebar coherent while an older compiled box template is still cached. */
#Themeboxes #Topbar.RightHighscoresWidget.Themebox {
	display: grid;
	gap: 9px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(218, 184, 122, .24);
	border-radius: 8px;
	background: rgba(19, 24, 27, .82);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
	color: #f3e5c9;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresTitle {
	box-sizing: border-box;
	height: auto;
	margin: -12px -12px 2px;
	padding: 11px 12px;
	border: 0;
	border-bottom: 1px solid rgba(218, 184, 122, .16);
	border-radius: 0;
	background: transparent;
	color: #ffe1a3;
	font: 900 13px/1.2 Inter, "Segoe UI", Arial, sans-serif;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresList {
	display: grid;
	gap: 8px;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresPlayer {
	display: grid;
	grid-template-columns: 28px 46px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	box-sizing: border-box;
	min-height: 64px;
	padding: 8px;
	border: 1px solid rgba(218, 184, 122, .16);
	border-radius: 7px;
	background: rgba(246, 234, 212, .08);
	color: #f3e5c9;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresRank {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 6px;
	background: #31595d;
	color: #fff1cf;
	font: 900 12px/1 Inter, "Segoe UI", Arial, sans-serif;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresOutfit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(218, 184, 122, .22);
	border-radius: 7px;
	background: rgba(5, 9, 10, .36);
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresOutfit img {
	width: auto;
	height: auto;
	max-width: 42px;
	max-height: 42px;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresInfo {
	display: grid;
	gap: 1px;
	min-width: 0;
	line-height: 1.2;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresName {
	color: #fff4dc;
	font: 800 13px/1.25 Inter, "Segoe UI", Arial, sans-serif;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresLevel {
	color: #cab98e;
	font: 800 12px/1.25 Inter, "Segoe UI", Arial, sans-serif;
}

#Themeboxes #Topbar.RightHighscoresWidget.Themebox .RightHighscoresVocation {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #a9cac8;
	font: 800 11px/1.2 Inter, "Segoe UI", Arial, sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ModernPollWidget .ModernButton {
	justify-self: start;
}

.ModernThemeboxes {
	display: grid;
	gap: 12px;
}

.ModernSidebarStack {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
}

.ModernThemeboxes .Themebox {
	position: relative;
	top: auto;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
}

.ModernTemplatePicker select {
	width: 100%;
}

@media (max-width: 1180px) {
	#ContentRow.ModernLayout {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	#ThemeboxesColumn.ModernAside {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ModernThemeboxes {
		display: contents;
	}
}

@media (max-width: 900px) {
	#ArtworkHelper.ModernShell {
		padding: 12px;
	}

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

	.ModernTopNav,
	.ModernHeaderActions {
		justify-content: flex-start;
	}

	.ModernSiteHero {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.ModernHeroStats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#ContentRow.ModernLayout {
		grid-template-columns: 1fr;
	}

	#ContentColumn.ModernMain {
		order: 1;
	}

	#MenuColumn.ModernSidebar {
		order: 2;
	}

	#ThemeboxesColumn.ModernAside {
		order: 3;
		grid-template-columns: 1fr;
	}

	.ModernMenu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.ModernMenuGroup {
		border-right: 1px solid rgba(218, 184, 122, .14);
	}
}

@media (max-width: 640px) {
	#ArtworkHelper.ModernShell {
		padding: 8px;
	}

	.ModernSiteHeader,
	.ModernSiteHero,
	.ModernAccountPanel,
	.ModernContentPanel,
	.ModernWidget,
	.ModernStatusWidget,
	.ModernFooter {
		border-radius: 6px;
	}

	.ModernBrand {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.ModernBrandMark {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.ModernTopNav a,
	.ModernHeaderActions .ModernButton {
		flex: 1 1 auto;
	}

	.ModernSiteHero h1 {
		font-size: 32px;
	}

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

	.ModernHeroStats a {
		min-height: 52px;
		padding: 8px 7px;
	}

	.ModernHeroStats strong {
		font-size: 18px;
	}

	.ModernHeroStats span {
		font-size: 10px;
	}

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

	.ModernContentHeader {
		padding: 13px 14px 11px;
	}

	.ModernContentHeader.has-action {
		display: grid;
		gap: 10px;
		padding-right: 14px;
	}

	.ModernContentHeaderAction {
		position: static;
		width: 100%;
		transform: none;
	}

	.ModernContentHeader h1,
	.ModernContentHeader h2 {
		font-size: 21px;
	}

	.ModernContentPanel .BoxContent,
	.ModernContentBody {
		padding: 12px;
		font-size: 13px;
	}

	.ModernTable,
	.myaac-table {
		display: block;
		width: 100%;
		overflow-x: auto;
	}

	.WikiPage .WikiSearch {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.WikiPage .WikiSearch > input[name="q"],
	.WikiPage .WikiSearch > select[name="category"] {
		grid-column: 1 / -1;
		width: 100%;
	}

	.WikiPage .WikiSearch button,
	.WikiPage .WikiReset {
		width: 100%;
		min-height: 36px;
		box-sizing: border-box;
		text-align: center;
	}

	.WikiPage .WikiSearchMonsters {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.WikiPage .WikiSearchMonsters > input[name="q"] {
		grid-column: auto;
	}

	.WikiPage .WikiCategoryList {
		display: none;
	}

	.WikiPage .WikiNpcLocationList {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none;
		overflow: visible;
	}

	.WikiPage .WikiNpcLocationList > a {
		white-space: normal;
	}

	.ModernContent .WikiItemTable {
		display: block;
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.WikiItemTable thead {
		display: none;
	}

	.WikiItemTable tbody {
		display: grid;
		gap: 10px;
		width: 100%;
		padding: 8px;
		box-sizing: border-box;
	}

	.WikiItemTable tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border: 1px solid #c4a675;
		background: #fffaf0;
		box-shadow: 0 1px 2px rgba(78, 48, 22, .08);
	}

	.WikiItemTable td,
	.WikiItemTable tr:nth-child(even) td {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 8px;
		min-width: 0;
		max-width: none;
		padding: 7px 10px;
		border: 0;
		background: transparent;
	}

	.WikiItemTable td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 10px;
		font-weight: 800;
		line-height: 1.4;
		text-transform: uppercase;
	}

	.WikiItemTable .WikiItemNameCell {
		display: block;
		grid-column: 1 / -1;
		padding: 10px;
		border-bottom: 1px solid #dfc69f;
		background: #fbefd8;
	}

	.WikiItemTable .WikiItemNameCell::before,
	.WikiItemTable .WikiEmptyBox::before {
		display: none;
	}

	.WikiItemTable .WikiItemNameWrap {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.WikiItemTable .WikiItemDescription,
	.WikiItemTable td[data-label="Dropped by"],
	.WikiItemTable .WikiEmptyBox {
		display: block;
		grid-column: 1 / -1;
		border-top: 1px solid #ead9ba;
	}

	.WikiItemTable .WikiItemDescription::before,
	.WikiItemTable td[data-label="Dropped by"]::before {
		display: block;
		margin-bottom: 5px;
	}

	.WikiItemTable .WikiDropperIcons {
		min-width: 0;
	}

	.WikiItemTable .WikiSellableCell {
		align-items: center;
	}

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

/* Valuable Drops live search controls. */
#ContentHelper .ValuableDropsClear {
	display: none;
	top: auto;
	right: 8px;
	bottom: 7px;
	width: 24px;
	height: 24px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	transform: none;
	border: 1px solid #b58a4d;
	border-radius: 50%;
	background: #f4e3c3;
	box-shadow: none;
}

#ContentHelper .ValuableDropsClear::before,
#ContentHelper .ValuableDropsClear::after {
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	margin: 0;
	background: #684018;
	transform-origin: center;
}

#ContentHelper .ValuableDropsClear::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#ContentHelper .ValuableDropsClear::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#ContentHelper .ValuableDropsClear:hover,
#ContentHelper .ValuableDropsClear:focus-visible {
	border-color: #754817;
	background: #ead3aa;
	outline: 2px solid rgba(49, 89, 93, .2);
	outline-offset: 1px;
}

#ValuableDropsResultsRegion {
	transition: opacity .12s ease;
}

#ValuableDropsSearch.is-searching ~ #ValuableDropsResultsRegion {
	opacity: .58;
	pointer-events: none;
}

/* Unified navigation, data views, and interaction polish. */
.ModernMobileMenuHeader,
.ModernMobileWikiMenu,
.ModernShell .ModernMobileMenuBackdrop {
	display: none;
}

.ModernSiteHero {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
	padding: 12px 16px;
}

.ModernSiteHero h1 {
	font-size: 30px;
}

.ModernHeroStats a {
	min-height: 46px;
}

.ModernBadge,
.ModernStatusOnline,
.ModernStatusOffline,
.ModernStatusTraining,
.ModernStatusVip,
.ModernStatusFree,
.ModernStatusSuccess,
.ModernStatusFailure {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 3px 8px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.ModernStatusOnline,
.ModernStatusSuccess {
	background: #e4f2e5;
	color: #27713a;
}

.ModernStatusOffline,
.ModernStatusFailure {
	background: #f4e4e0;
	color: #8d3128;
}

.ModernStatusTraining {
	background: #eee6f8;
	color: #76439a;
}

.ModernStatusVip {
	background: #f6e6c4;
	color: #79501f;
}

.ModernStatusFree {
	background: #eee8de;
	color: #6c5c49;
}

.ModernShell a:focus-visible,
.ModernShell button:focus-visible,
.ModernShell input:focus-visible,
.ModernShell select:focus-visible,
.ModernShell textarea:focus-visible {
	outline: 3px solid rgba(49, 89, 93, .34);
	outline-offset: 2px;
}

.ModernContent input[type="text"],
.ModernContent input[type="search"],
.ModernContent input[type="password"],
.ModernContent input[type="email"],
.ModernContent select,
.ModernContent textarea {
	min-height: 38px;
}

.ModernContent .FormFieldError {
	margin-top: 5px;
	color: #9a3329;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.ModernContent .FormFieldError:empty {
	display: none;
}

.CharacterProfileTabs {
	margin-top: 14px;
}

.CharacterProgressTabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 8px;
	padding: 6px;
	border: 1px solid #c3a16d;
	border-radius: 6px;
	background: #fff8e9;
}

.CharacterProgressTabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 150px;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
	padding: 8px 12px;
	border: 1px solid #b58a4d;
	border-radius: 5px;
	background: #f5e5c8;
	color: #5d391b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.CharacterProgressTabs a:hover,
.CharacterProgressTabs a:focus-visible {
	border-color: #8e6632;
	background: #eed7ad;
	text-decoration: none;
}

.CharacterProgressTabs a.is-active,
.CharacterProgressTabs a[aria-selected="true"] {
	border-color: #254f51;
	background: #1c4a4c;
	color: #fff0cc;
}

.CharacterProgressTabs a.is-active:hover,
.CharacterProgressTabs a.is-active:focus-visible,
.CharacterProgressTabs a[aria-selected="true"]:hover,
.CharacterProgressTabs a[aria-selected="true"]:focus-visible {
	border-color: #173b3d;
	background: #173f41;
}

.CharacterTabPanels,
.CharacterTabPanel {
	min-width: 0;
}

.CharacterTabPanel[hidden] {
	display: none !important;
}

.CharacterProfileTabs.is-enhanced .CharacterTabPanel > .CharacterSection,
.CharacterProfileTabs.is-enhanced .CharacterTabPanel > .CharacterOverviewGrid > .CharacterSection {
	margin-top: 0;
}

.CharacterProfileTabs.is-enhanced .CharacterTabPanel > .CharacterSection > .CharacterSectionTitle {
	display: none;
}

.CharacterProfileTabs.is-enhanced .CharacterTabPanel > .CharacterSection > .CharacterPanel {
	border-top: 1px solid #c3a16d;
	border-radius: 6px;
}

.CharacterProfileTabs.is-enhanced .CharacterTabPanel.is-active {
	animation: CharacterTabReveal 150ms ease-out both;
}

@keyframes CharacterTabReveal {
	from {
		opacity: 0;
		transform: translateY(3px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.CharacterSection,
.CharacterProfileGroup,
#character-activity {
	scroll-margin-top: 86px;
}

.CharacterProfileGroup {
	min-width: 0;
}

.CharacterHouseInfo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
}

.CharacterHouseInfo strong {
	color: #4d3018;
}

.CharacterHouseInfo span,
.CharacterHouseInfo small {
	color: #73563a;
}

.CharacterHouseInfo small {
	padding: 2px 6px;
	border: 1px solid #c9aa78;
	border-radius: 999px;
	background: #f5e7ca;
}

.CharacterAccountStatus.is-vip {
	border-color: #9e7436;
	background: #f6e1b8;
	color: #684315;
}

.CharacterAccountStatus.is-free {
	border-color: #b9aa94;
	background: #eee8de;
	color: #6c5c49;
}

.DataPager,
.HighscoresPagerTop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}

.DataPager {
	padding: 8px 10px;
	border: 1px solid #c4a675;
	border-top: 0;
	background: #fff9ed;
}

.DataPager a,
.DataPager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 5px 8px;
}

.DataPager a {
	border: 1px solid #b68a4c;
	background: #f7ead3;
	color: #5d3416;
	text-decoration: none;
}

.HighscoresPagerTop {
	margin: 0 0 9px;
}

.ResponsiveDataEmpty {
	padding: 18px !important;
	color: #74543a;
	text-align: center;
}

.LastKillsRank {
	text-align: center;
	font-weight: 800;
}

@media (max-width: 900px) {
	.ModernSiteHero {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	body.is-mobile-menu-open {
		overflow: hidden;
	}

	.ModernSiteHeader {
		position: sticky;
		top: 8px;
		z-index: 950;
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.ModernShell .ModernNavToggle {
		grid-column: 3;
		grid-row: 1;
	}

	.ModernHeaderActions {
		grid-column: 2;
		grid-row: 1;
		display: flex;
		width: auto;
	}

	.ModernHeaderActions .ModernButton {
		display: none;
	}

	.ModernHeaderActions .ModernButton:first-child {
		display: inline-flex;
		min-height: 40px;
		padding: 7px 10px;
	}

	.ModernTopNav,
	.ModernSiteHeader.is-nav-open .ModernTopNav {
		display: none;
	}

	.ModernMobileMenuBackdrop {
		position: fixed;
		inset: 0;
		z-index: 990;
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: rgba(5, 8, 9, .68);
		box-shadow: none;
		cursor: default;
	}

	body.is-mobile-menu-open .ModernShell .ModernMobileMenuBackdrop {
		display: block;
	}

	#MenuColumn.ModernSidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 1000;
		display: grid;
		align-content: start;
		gap: 10px;
		width: min(88vw, 350px);
		max-width: 350px;
		padding: 10px;
		background: #111719;
		box-shadow: -18px 0 42px rgba(0, 0, 0, .42);
		overflow-y: auto;
		overscroll-behavior: contain;
		transform: translateX(105%);
		transition: transform .18s ease-out;
	}

	body.is-mobile-menu-open #MenuColumn.ModernSidebar {
		transform: translateX(0);
	}

	.ModernMobileMenuHeader {
		position: sticky;
		top: -10px;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 52px;
		padding: 8px 4px 8px 10px;
		border-bottom: 1px solid rgba(218, 184, 122, .18);
		background: #111719;
		color: #fff1d2;
	}

	.ModernMobileMenuClose {
		width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 0;
		font-size: 25px;
		line-height: 1;
	}

	#MenuColumn .ModernAccountPanel {
		display: block;
	}

	#MenuColumn .ModernMenu {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	#MenuColumn .ModernMobileWikiMenu {
		display: block;
	}

	.ModernSiteHero {
		padding: 12px;
	}

	.ModernSiteHero h1 {
		font-size: 27px;
	}

	.ModernHeroStats a {
		min-height: 48px;
	}

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

	.CharacterHouseInfo small {
		justify-self: start;
	}

	.ModernContent .ResponsiveDataTable {
		display: block;
		width: 100%;
		border: 0;
		background: transparent;
		overflow: visible;
	}

	.ResponsiveDataTable thead {
		display: none;
	}

	.ResponsiveDataTable tbody {
		display: grid;
		gap: 8px;
	}

	.ResponsiveDataTable tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border: 1px solid #c4a675;
		background: #fffaf0;
	}

	.ResponsiveDataTable td,
	.ResponsiveDataTable tr:nth-child(even) td {
		display: grid;
		align-content: start;
		gap: 3px;
		min-width: 0;
		padding: 8px 10px;
		border: 0;
		background: transparent;
		overflow-wrap: anywhere;
	}

	.ResponsiveDataTable td + td {
		border-left: 1px solid #ead9ba;
	}

	.ResponsiveDataTable td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ResponsiveDataTable .ResponsiveDataEmpty {
		display: block;
		grid-column: 1 / -1;
	}

	.ResponsiveDataTable .ResponsiveDataEmpty::before {
		display: none;
	}

	.OnlinePlayersTable .OnlinePlayerName {
		grid-column: 1 / -1;
		border-bottom: 1px solid #ead9ba;
	}

	.OnlinePlayersTable tbody tr:has(.OnlineOutfitCell) {
		grid-template-columns: 64px repeat(2, minmax(0, 1fr));
	}

	.OnlinePlayersTable tr:has(.OnlineOutfitCell) .OnlineOutfitCell {
		grid-column: 1;
		grid-row: 1 / 3;
		align-content: center;
		border-right: 1px solid #ead9ba;
	}

	.OnlinePlayersTable tr:has(.OnlineOutfitCell) .OnlineOutfitCell::before {
		display: none;
	}

	.OnlinePlayersTable tr:has(.OnlineOutfitCell) .OnlinePlayerName {
		grid-column: 2 / -1;
	}

	.OnlinePlayersTable .ModernOutfit,
	.OnlinePlayersTable .ModernOutfit img {
		width: 52px;
		height: 52px;
	}

	.LastKillsTable tbody tr {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.LastKillsTable .LastKillsRank {
		grid-column: 1;
		grid-row: 1 / 3;
		align-content: center;
		justify-content: center;
		border-right: 1px solid #ead9ba;
		background: #f4e7cf;
	}

	.LastKillsTable .LastKillsRank::before {
		display: none;
	}

	.LastKillsTable td:not(.LastKillsRank) {
		grid-column: 2;
		border-left: 0;
	}

	.LastKillsTable .LastKillsDetails {
		border-top: 1px solid #ead9ba;
	}

	.ModernKeyValueTable,
	.ModernKeyValueTable tbody,
	.ModernKeyValueTable tr {
		display: block;
		width: 100%;
	}

	.ModernKeyValueTable td {
		display: block;
		width: 100%;
	}

	.ModernKeyValueTable td + td {
		border-top: 0;
	}

	.DataPager,
	.HighscoresPagerTop {
		justify-content: space-between;
	}

	.DataPager a,
	.HighscoresPagerTop a {
		min-height: 44px;
	}

	.ModernHeaderActions .ModernButton,
	.AuthActions .ModernButton,
	.AuthActions button,
	.AuthActions input[type="submit"] {
		min-height: 44px;
	}
}

/* Character profiles */
.CharacterProfile {
	color: #3a2718;
}

.CharacterProfile *,
.CharacterProfile *::before,
.CharacterProfile *::after {
	box-sizing: border-box;
}

.CharacterProfile a {
	color: #684018;
}

.CharacterAdminActions {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.CharacterHero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid #b58a4d;
	border-radius: 7px;
	background: #f1dfbb;
	box-shadow: 0 8px 20px rgba(58, 39, 24, .1);
}

.CharacterHeroMain {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-width: 0;
}

.CharacterOutfit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	border: 1px solid #b58a4d;
	border-radius: 7px;
	background: #fff8e9;
	box-shadow: inset 0 0 0 4px rgba(181, 138, 77, .08);
	overflow: hidden;
}

.CharacterOutfit img {
	display: block;
	max-width: 92px;
	max-height: 92px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.CharacterIdentity {
	min-width: 0;
}

.CharacterEyebrow {
	margin-bottom: 4px;
	color: #8a5d22;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.CharacterNameRow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	align-items: center;
}

.CharacterHeroName {
	min-width: 0;
	margin: 0;
	color: #4d2f16;
	font-size: 28px;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.CharacterHeroName img,
.CharacterInfoItem img {
	vertical-align: middle;
}

.CharacterHeroTitle {
	max-width: 100%;
	margin-top: 5px;
	color: #9b681d;
	font: 700 17px/1.25 Georgia, serif;
	overflow-wrap: anywhere;
}

.CharacterStatus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 3px 8px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.CharacterStatus-online {
	background: #e4f2e5;
	color: #27713a;
}

.CharacterStatus-training {
	background: #eee6f8;
	color: #76439a;
}

.CharacterStatus-offline {
	background: #f3ebe3;
	color: #785b45;
}

.CharacterHeroMeta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 15px;
	margin-top: 9px;
	color: #694b31;
	font-size: 13px;
}

.CharacterHeroMeta span {
	position: relative;
}

.CharacterHeroMeta span + span::before {
	content: "";
	position: absolute;
	left: -9px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #a27943;
}

.CharacterHeroMeta .CharacterHeroGuild {
	flex-basis: 100%;
	width: 100%;
}

.CharacterHeroMeta .CharacterHeroGuild::before {
	display: none;
}

.CharacterHeroStats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.CharacterHeroStat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 78px;
	padding: 10px;
	border: 1px solid rgba(231, 201, 137, .34);
	border-radius: 6px;
	background: #183d3f;
	text-align: center;
}

.CharacterHeroStat span {
	color: #d8cfbd;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.CharacterHeroStat strong {
	margin-top: 4px;
	color: #ffe0a0;
	font-size: 19px;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.CharacterSection {
	margin-top: 14px;
}

.CharacterSectionTitle {
	margin: 0;
	padding: 9px 12px;
	border: 1px solid #254f51;
	border-radius: 6px 6px 0 0;
	background: #1c4a4c;
	color: #fff0cc;
	font-size: 14px;
	line-height: 1.3;
}

.CharacterPanel {
	padding: 12px;
	border: 1px solid #c3a16d;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	background: #fff9ed;
}

.CharacterInfoGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid #dfc79f;
	border-left: 1px solid #dfc79f;
}

.CharacterInfoItem {
	display: grid;
	grid-template-columns: minmax(105px, .4fr) minmax(0, 1fr);
	min-width: 0;
	border-right: 1px solid #dfc79f;
	border-bottom: 1px solid #dfc79f;
}

.CharacterInfoItem-wide {
	grid-column: 1 / -1;
}

.CharacterInfoItem dt,
.CharacterInfoItem dd {
	min-width: 0;
	margin: 0;
	padding: 8px 9px;
	overflow-wrap: anywhere;
}

.CharacterInfoItem dt {
	background: #f1e2c5;
	color: #60401f;
	font-size: 12px;
	font-weight: 800;
}

.CharacterInfoItem dd {
	background: #fffaf0;
	font-size: 13px;
}

.CharacterComment dd {
	line-height: 1.55;
}

.CharacterAccountStatus {
	display: inline-block;
	padding: 2px 7px;
	border: 1px solid #b68c50;
	border-radius: 999px;
	background: #f6e6c4;
	color: #63401c;
	font-size: 11px;
	font-weight: 800;
}

.CharacterOverviewGrid,
.CharacterActivityGrid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
	gap: 14px;
	align-items: start;
}

.CharacterOverviewGrid .CharacterSection,
.CharacterActivityGrid .CharacterSection {
	min-width: 0;
}

.CharacterActivityGrid > .CharacterSection:only-child {
	grid-column: 1 / -1;
}

.CharacterSkillsGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.CharacterSkill {
	min-width: 0;
	padding: 9px;
	border: 1px solid #dbc091;
	border-radius: 5px;
	background: #f8ecd5;
}

.CharacterSkillHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 7px;
	color: #573719;
	font-size: 12px;
	font-weight: 700;
}

.CharacterSkillHeader strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 31px;
	height: 24px;
	padding: 0 6px;
	border-radius: 4px;
	background: #1d5052;
	color: #fff0cc;
}

.CharacterSkillTrack {
	height: 6px;
	border-radius: 999px;
	background: #ddc69d;
	overflow: hidden;
}

.CharacterSkillTrack span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #b57b2d;
}

.CharacterEquipmentWrap {
	display: flex;
	justify-content: center;
}

.CharacterEquipmentGrid {
	display: grid;
	grid-template-columns: repeat(3, 52px);
	gap: 7px;
	padding: 11px;
	border: 1px solid #c4a675;
	border-radius: 6px;
	background: #eee0c7;
}

.CharacterEquipmentGrid .SharedItemTooltipSlot {
	border-color: #a9834c;
	border-radius: 4px;
	background: #fffaf0;
}

.CharacterEquipmentGrid .EquipmentSlotEmpty {
	background: #e6d8be;
}

.CharacterEquipmentGrid .EquipmentSlotEmpty img {
	opacity: .52;
}

.EquipmentSpacer {
	width: 52px;
	height: 52px;
}

.CharacterGuildStats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 10px;
}

.CharacterGuildStats > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #dbc091;
	border-radius: 5px;
	background: #f5e8cf;
}

.CharacterGuildStats span,
.CharacterCollectionHeader span {
	color: #84603b;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.CharacterGuildStats strong {
	color: #4d3018;
	overflow-wrap: anywhere;
}

.CharacterGuildGrid,
.CharacterCollectionsGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.CharacterGuildBlock,
.CharacterCollection {
	min-width: 0;
	padding: 11px;
	border: 1px solid #d7b984;
	border-radius: 5px;
	background: #fffaf0;
}

.CharacterGuildBlock h4,
.CharacterCollection h4 {
	margin: 0;
	color: #543517;
	font-size: 14px;
}

.CharacterGuildBlock p {
	margin: 7px 0 0;
	line-height: 1.45;
}

.CharacterProgressMeta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 9px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5d2af;
	font-size: 12px;
}

.CharacterTeleportList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.CharacterTeleportList span {
	padding: 4px 7px;
	border: 1px solid #c6a36c;
	border-radius: 999px;
	background: #f5e7cc;
	font-size: 11px;
	font-weight: 700;
}

.CharacterEmpty {
	margin: 9px 0 0;
	color: #806a55;
	font-style: italic;
}

.CharacterSimpleList {
	margin: 8px 0 0;
	padding-left: 18px;
}

.CharacterSimpleList li + li {
	margin-top: 5px;
}

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

.CharacterAchievementSummary > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px;
	border: 1px solid #dbc091;
	background: #f5e8cf;
}

.CharacterAchievementSummary span {
	color: #84603b;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.CharacterAchievementSummary strong {
	color: #4d3018;
}

.CharacterAchievementTrack {
	height: 8px;
	margin-top: 10px;
	border: 1px solid #b7925d;
	background: #e4d4b9;
	overflow: hidden;
}

.CharacterAchievementTrack span {
	display: block;
	height: 100%;
	background: #7a9a4c;
}

.CharacterAchievementHint {
	margin: 7px 0 12px;
	color: #6c5339;
	font-size: 12px;
}

.CharacterAchievementGroups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.CharacterAchievementGroups > section {
	border: 1px solid #d7b984;
	background: #fffaf0;
}

.CharacterAchievementGroups h4 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 8px 10px;
	border-bottom: 1px solid #d7b984;
	background: #ead6ae;
	color: #543517;
}

.CharacterAchievementGroups h4 img {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	object-fit: contain;
}

.CharacterAchievementGroups li > img {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	box-sizing: border-box;
	padding: 2px;
	border: 1px solid #d3b47d;
	border-radius: 4px;
	background: radial-gradient(circle, #fffdf7 0%, #f2e2c5 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	object-fit: contain;
}

.CharacterAchievementGroups ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.CharacterAchievementGroups li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-bottom: 1px solid #ead8b8;
}

.CharacterAchievementGroups li:last-child {
	border-bottom: 0;
}

.CharacterAchievementGroups li span,
.CharacterAchievementGroups li strong,
.CharacterAchievementGroups li small {
	display: block;
	min-width: 0;
}

.CharacterAchievementGroups li small {
	margin-top: 2px;
	color: #7a624a;
	font-size: 11px;
}

@media (max-width: 700px) {
	.CharacterAchievementSummary,
	.CharacterAchievementGroups {
		grid-template-columns: 1fr;
	}
}

.CharacterQuestGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 7px;
}

.CharacterQuest {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 7px 9px;
	border: 1px solid #ddc69e;
	border-radius: 5px;
	background: #f5e9d2;
}

.CharacterQuestMark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #dfd2bb;
	color: #765e47;
	font-weight: 800;
	flex: 0 0 20px;
}

.CharacterQuest.is-complete .CharacterQuestMark {
	background: #dceddc;
	color: #286c38;
}

.CharacterQuestSummary {
	display: grid;
	gap: 8px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dbc091;
	border-radius: 5px;
	background: #f8ecd5;
}

.CharacterQuestSummary > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #60401f;
	font-size: 12px;
	font-weight: 800;
}

.CharacterQuestSummary strong {
	color: #1d5052;
	font-size: 14px;
}

.CharacterQuestProgressTrack {
	height: 8px;
	border-radius: 999px;
	background: #ddc69d;
	overflow: hidden;
}

.CharacterQuestProgressTrack span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #1d5052;
}

.CharacterCollectionHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e3cfaa;
}

.CharacterCollectionHeader strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	padding: 0 8px;
	border-radius: 5px;
	background: #1d5052;
	color: #ffe0a0;
	font-size: 13px;
}

.CharacterCollectionList {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 6px;
	margin-top: 9px;
}

.CharacterCollectionList > span {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	padding: 6px 7px;
	border: 1px solid #e0caa4;
	border-radius: 4px;
	background: #f7ecd8;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.CharacterCollectionList b {
	color: #2d783d;
}

.CharacterCollectionList.is-locked > span {
	color: #786a5b;
}

.CharacterCollectionList.is-locked b {
	color: #9c5d57;
}

.CharacterCollectionDetails {
	margin-top: 9px;
	border-top: 1px solid #e3cfaa;
}

.CharacterCollectionDetails summary {
	padding: 9px 1px 0;
	color: #674219;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.CharacterActivityList {
	padding: 0;
	overflow: hidden;
}

.CharacterActivityItem {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 10px;
	padding: 10px 11px;
	line-height: 1.45;
}

.CharacterActivityItem + .CharacterActivityItem {
	border-top: 1px solid #e0cba7;
}

.CharacterActivityItem time {
	color: #80603e;
	font-size: 11px;
	font-weight: 800;
}

.CharacterFragStatus {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 5px;
	border-radius: 999px;
	background: #e1eee0;
	color: #2d6c38;
	font-size: 10px;
	font-weight: 800;
}

.CharacterFragStatus.is-unjustified {
	background: #f4dfdb;
	color: #9a392d;
}

.CharacterRelatedGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.CharacterRelatedCard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	min-height: 56px;
	padding: 9px 10px;
	border: 1px solid #d9bf92;
	border-radius: 5px;
	background: #f8ecd7;
	text-decoration: none;
}

.CharacterRelatedCard:hover {
	border-color: #a97838;
	background: #f2dfbd;
}

.CharacterRelatedCard.is-current {
	border-color: #2e696b;
	box-shadow: inset 3px 0 0 #2e696b;
}

.CharacterRelatedIdentity {
	display: block;
	min-width: 0;
}

.CharacterRelatedIdentity strong,
.CharacterRelatedIdentity small {
	display: block;
	overflow-wrap: anywhere;
}

.CharacterRelatedIdentity small {
	margin-top: 3px;
	color: #72583f;
	font-size: 11px;
}

.CharacterRelatedCard .CharacterStatus {
	flex: 0 0 auto;
}

.CharacterProfileSearch {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px 14px;
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #c3a16d;
	border-radius: 6px;
	background: #f4e7cf;
}

.CharacterProfileSearch label {
	color: #583818;
	font-weight: 800;
}

.CharacterProfileSearch > div,
.CharacterSearchControls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.CharacterProfileSearch input,
.CharacterStandaloneSearch input[type="search"] {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
}

.CharacterStandaloneSearch .ModernPanel {
	display: grid;
	gap: 7px;
}

.CharacterProfileSearch button,
.CharacterSearchControls button {
	min-height: 44px;
	white-space: nowrap;
}

.CharacterSearchHint {
	margin: 0;
	color: #72583f;
	font-size: 12px;
}

@media (max-width: 900px) {
	.CharacterHero {
		grid-template-columns: minmax(0, 1fr);
	}

	.CharacterHeroStats {
		max-width: 520px;
	}
}

@media (max-width: 720px) {
	.CharacterInfoGrid,
	.CharacterOverviewGrid,
	.CharacterActivityGrid,
	.CharacterGuildGrid,
	.CharacterCollectionsGrid,
	.CharacterRelatedGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.CharacterInfoItem-wide {
		grid-column: auto;
	}

	.CharacterProfileSearch {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 520px) {
	.CharacterHero {
		padding: 13px;
	}

	.CharacterHeroMain {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 11px;
	}

	.CharacterOutfit {
		width: 82px;
		height: 82px;
	}

	.CharacterOutfit img {
		max-width: 74px;
		max-height: 74px;
	}

	.CharacterHeroName {
		font-size: 22px;
	}

	.CharacterHeroMeta {
		gap: 4px;
	}

	.CharacterHeroMeta span {
		width: 100%;
	}

	.CharacterHeroMeta span + span::before {
		display: none;
	}

	.CharacterHeroStats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}

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

	.CharacterHeroStat {
		min-height: 66px;
		padding: 7px 4px;
	}

	.CharacterHeroStat strong {
		font-size: 15px;
	}

	.CharacterGuildStats > div {
		padding: 8px 6px;
	}

	.CharacterGuildStats strong {
		font-size: 12px;
	}

	.CharacterProgressTabs {
		gap: 5px;
		padding: 5px;
	}

	.CharacterProgressTabs a {
		flex-basis: 120px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.CharacterSkillsGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.CharacterInfoItem {
		grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr);
	}

	.CharacterActivityItem {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	.CharacterProfileSearch > div,
	.CharacterSearchControls {
		grid-template-columns: minmax(0, 1fr);
	}

	.CharacterProfileSearch button,
	.CharacterSearchControls button {
		width: 100%;
	}

}

/* Solteria identity and compact navigation. */
.ModernBrandMark {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #b77b2f;
	color: #190f07;
	box-shadow: inset 0 1px 0 rgba(255, 239, 195, .45);
}

.ModernBrandMark:before,
.ModernBrandMark:after {
	content: "";
	position: absolute;
	inset: 9px;
	z-index: -1;
	border: 1px solid rgba(255, 236, 181, .52);
	transform: rotate(45deg);
}

.ModernBrandMark:after {
	inset: 14px;
	border-color: rgba(66, 34, 10, .55);
}

.ModernBrandMark span {
	font-family: Georgia, serif;
	font-weight: 900;
	text-shadow: 0 1px 0 rgba(255, 229, 166, .35);
}

.ModernShell .ModernNavToggle {
	display: none;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 9px;
	border: 1px solid rgba(237, 198, 126, .42);
	border-radius: 6px;
	background: rgba(13, 20, 20, .62);
	cursor: pointer;
}

.ModernNavToggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 3px auto;
	background: #f8ebcf;
}

.ModernShell .ModernNavToggle:hover,
.ModernShell .ModernNavToggle:focus-visible {
	border-color: #d9a957;
	background: rgba(246, 234, 212, .13);
	outline: none;
}

/* Newest update leads; older entries remain compact and scannable. */
.ChangelogWidgetItem.is-featured {
	position: relative;
	display: grid;
	min-height: 150px;
	overflow: hidden;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	grid-template-areas:
		"date title count"
		"date summary count";
	align-content: center;
	gap: 8px 18px;
	padding: 22px 24px;
	border-color: #a8793d;
	background: #102124 url("images/changelog/latest-changelog-feature-v1.webp") 68% center / cover no-repeat;
	color: #f2e4ca !important;
	box-shadow: inset 0 0 0 1px rgba(255, 224, 160, .12), 0 6px 16px rgba(17, 27, 29, .18);
}

.ChangelogWidgetItem.is-featured::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(8, 21, 24, .98) 0%, rgba(13, 32, 35, .91) 52%, rgba(13, 30, 33, .48) 75%, rgba(8, 18, 20, .2) 100%),
		linear-gradient(180deg, rgba(5, 15, 17, .12) 40%, rgba(5, 15, 17, .72) 100%);
	content: "";
	pointer-events: none;
}

.ChangelogWidgetItem.is-featured:hover {
	background: #132b2e url("images/changelog/latest-changelog-feature-v1.webp") 68% center / cover no-repeat;
	box-shadow: inset 0 0 0 1px rgba(255, 224, 160, .2), 0 8px 20px rgba(17, 27, 29, .24);
}

.ChangelogWidgetItem.is-featured > * {
	position: relative;
	z-index: 1;
}

.ChangelogWidgetItem.is-featured .ChangelogWidgetDate {
	grid-area: date;
	align-self: center;
	color: #e7c47f;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .75);
}

.ChangelogWidgetItem.is-featured .ChangelogWidgetDate:before {
	content: "Newest";
	display: block;
	margin-bottom: 4px;
	color: #efb85c;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ChangelogWidgetItem.is-featured > strong {
	grid-area: title;
	align-self: end;
	color: #fff0d2;
	font-size: clamp(19px, 2.3vw, 25px);
	line-height: 1.25;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .78);
}

.ChangelogWidgetItem.is-featured .ChangelogWidgetSummary {
	grid-area: summary;
	align-self: start;
	display: block;
	max-width: 680px;
	color: #e9dcc5;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .78);
}

.ChangelogWidgetItem.is-featured .ChangelogWidgetCount {
	grid-area: count;
	align-self: center;
	color: #f0c878;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .78);
}

/* Reusable no-data treatment for public pages. */
.ModernEmptyState {
	display: grid;
	justify-items: center;
	gap: 7px;
	padding: 22px 16px;
	border: 1px dashed #bd9663;
	background: #fff8eb;
	color: #5d3416;
	text-align: center;
}

.ModernEmptyState strong,
.ModernEmptyState span {
	display: block;
}

.ModernEmptyState strong {
	font-size: 17px;
}

.ModernEmptyState span {
	max-width: 480px;
	color: #74543a;
}

.ModernEmptyState .ModernButton {
	margin-top: 3px;
}

.ModernEmptyStateCompact {
	gap: 3px;
	padding: 14px 12px;
	border: 0;
	background: transparent;
}

.ModernEmptyBadge {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #c7a777;
	background: #f6ead4;
	color: #76583b;
	font-size: 11px;
	font-weight: 700;
}

.ForumBoardsTable small {
	color: #6f583f;
}

.ModernFooter {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 9px 18px;
	align-items: center;
	text-align: left;
}

.ModernFooterBrand strong,
.ModernFooterBrand span {
	display: block;
}

.ModernFooterBrand strong {
	color: #fff1d2;
	font-size: 14px;
}

.ModernFooterLinks {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	justify-content: flex-end;
}

.ModernFooterCredit {
	grid-column: 1 / -1;
	padding-top: 8px;
	border-top: 1px solid rgba(218, 184, 122, .14);
	color: #9f988b;
}

.LegalPage {
	display: grid;
	gap: 12px;
	color: #3b2618;
}

.LegalIntro {
	border: 1px solid #9f7f55;
	background: #f2dfb8;
	padding: 16px;
}

.LegalIntro h2,
.LegalIntro p {
	margin: 0;
}

.LegalIntro h2 {
	color: #5d3416;
	font-size: 23px;
}

.LegalIntro p {
	margin-top: 5px;
	line-height: 1.5;
}

.LegalIntro span {
	display: block;
	margin-top: 8px;
	color: #725638;
	font-size: 12px;
}

.LegalSection {
	border: 1px solid #c4a675;
	background: #fffaf0;
	padding: 14px 16px;
}

.LegalSection h3 {
	margin: 0 0 7px;
	color: #5d3416;
	font-size: 16px;
}

.LegalSection p,
.LegalSection ul {
	margin: 0;
	line-height: 1.55;
}

.LegalSection p + p,
.LegalSection p + .ModernButton {
	margin-top: 9px;
}

.LegalSection ul {
	padding-left: 20px;
}

.LegalSection li + li {
	margin-top: 4px;
}

.CookieConsent {
	position: fixed;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid #9f7f55;
	background: #151b1c;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .38);
	padding: 13px 14px;
	color: #e9dfca;
}

.CookieConsentCopy {
	display: grid;
	gap: 3px;
	line-height: 1.4;
}

.CookieConsentCopy strong {
	color: #fff1d2;
	font-size: 15px;
}

.CookieConsentCopy a {
	color: #f1c56f;
}

.CookieConsentActions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

@media (max-width: 640px) {
	.CookieConsent {
		right: 10px;
		bottom: 10px;
		left: 10px;
		align-items: stretch;
		flex-direction: column;
	}

	.CookieConsentActions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.CookieConsentActions .ModernButton {
		width: 100%;
	}

	.ModernSiteHeader {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		min-height: 0;
	}

	.ModernShell .ModernNavToggle {
		display: block;
		grid-column: 2;
		grid-row: 1;
	}

	.ModernTopNav {
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
		width: 100%;
		padding-top: 10px;
		border-top: 1px solid rgba(218, 184, 122, .14);
	}

	.ModernSiteHeader.is-nav-open .ModernTopNav {
		display: grid;
	}

	.ModernTopNav a {
		justify-content: flex-start;
		min-height: 40px;
		padding: 8px 10px;
		font-size: 13px;
	}

	.ModernTopNav a:last-child {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.ModernHeaderActions {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.ModernAccountPanel {
		display: none;
	}

	.ChangelogWidgetItem {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 3px 8px;
	}

	.ChangelogWidgetCount {
		grid-column: 2;
		text-align: left;
	}

	.ChangelogWidgetItem.is-featured {
		min-height: 180px;
		grid-template-columns: 1fr;
		grid-template-areas:
			"date"
			"title"
			"summary"
			"count";
		align-content: end;
		gap: 5px;
		padding: 18px;
		background-position: 66% center;
	}

	.ChangelogWidgetItem.is-featured .ChangelogWidgetCount {
		grid-column: auto;
		margin-top: 3px;
		text-align: left;
	}

	.ChangelogWidgetItem.is-featured .ChangelogWidgetSummary {
		max-width: none;
	}

	.ModernFooter {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ModernFooterLinks {
		justify-content: center;
	}

	.ModernFooterCredit {
		grid-column: 1;
	}
}

/* Authenticated account, character, and guild workflows. */
.AuthFormPage,
.AccountDashboard {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	max-width: 100%;
}

.AuthFormPage .ModernHero,
.AccountDashboard .ModernHero {
	margin-bottom: 0;
}

.AuthForm {
	display: grid;
	gap: 12px;
}

.AuthFormSection {
	border: 1px solid #c4a675;
	background: #fffaf0;
}

.AuthFormSectionHeader {
	padding: 9px 12px;
	border-bottom: 1px solid #c4a675;
	background: #31595d;
	color: #fff1cf;
	font-size: 14px;
	font-weight: 800;
}

.AuthFormBody {
	display: grid;
	gap: 12px;
	padding: 14px;
}

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

.AuthField {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.AuthField.is-full {
	grid-column: 1 / -1;
}

.AuthField > label,
.AuthFieldLabel {
	color: #5d3416;
	font-size: 12px;
	font-weight: 800;
}

.AuthField input[type="text"],
.AuthField input[type="password"],
.AuthField input[type="email"],
.AuthField input[type="file"],
.AuthField select,
.AuthField textarea,
.GuildRankNameInput {
	width: 100%;
	max-width: none;
	min-height: 38px;
	padding: 8px 9px;
	border: 1px solid #b78b54;
	background: #fffdf7;
	color: #342419;
	font: inherit;
}

.AuthField textarea {
	min-height: 130px;
	resize: vertical;
}

.AuthField input:focus,
.AuthField select:focus,
.AuthField textarea:focus,
.GuildRankNameInput:focus {
	border-color: #31595d;
	box-shadow: 0 0 0 2px rgba(49, 89, 93, .16);
	outline: none;
}

.AuthHelpText,
.AuthFieldError {
	font-size: 12px;
	line-height: 1.4;
}

.AuthHelpText {
	color: #74543a;
}

.AuthFieldError {
	color: #9a3329;
	font-weight: 700;
}

.AuthValidationRow {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 18px;
}

.AuthFieldIndicator {
	display: none;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.AuthAlert {
	padding: 11px 12px;
	border: 1px solid #bf8c4c;
	background: #fff0cf;
	color: #65401f;
}

.AuthAlert.is-danger {
	border-color: #b96a5e;
	background: #f8ddd7;
	color: #6f221b;
}

.AuthAlert.is-success {
	display: grid;
	gap: 3px;
	border-color: #6f9b78;
	background: #e1efe2;
	color: #285b34;
}

.AccountRecoveryErrors {
	display: grid;
	gap: 3px;
}

.AccountRecoverySecurityNote {
	line-height: 1.45;
}

.AccountRecoveryPrompt {
	margin: 10px 0 0;
	font-size: 12px;
}

.AccountRecoveryPrompt a {
	color: #6b3d1d;
	font-weight: 700;
}

.AccountCreatedSummary {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.AccountCreatedSafety,
.AccountCreatedCopy {
	margin: 0;
}

.AccountCreatedCopy {
	color: #54371f;
	line-height: 1.55;
}

.AccountCreateIntro {
	margin: 0 0 14px;
	color: #60452f;
}

#createaccount .ModernTable {
	table-layout: fixed;
}

#createaccount .ModernTable input[type="text"],
#createaccount .ModernTable input:not([type]),
#createaccount .ModernTable input[type="email"],
#createaccount .ModernTable input[type="password"],
#createaccount .ModernTable select {
	width: min(100%, 360px);
}

#createaccount .ModernTable label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#createaccount .ModernTable label input {
	margin: 0;
}

@media (max-width: 520px) {
	#createaccount .ModernTable,
	#createaccount .ModernTable tbody,
	#createaccount .ModernTable tr,
	#createaccount .ModernTable td {
		display: block;
		width: 100%;
	}

	#createaccount .ModernTable {
		table-layout: auto;
		overflow: visible;
	}

	#createaccount .ModernTable tr {
		padding: 9px 10px;
	}

	#createaccount .ModernTable tr + tr {
		border-top: 1px solid #d7bd91;
	}

	#createaccount .ModernTable td {
		padding: 0;
		border: 0;
		background: transparent !important;
	}

	#createaccount .ModernTable td + td {
		margin-top: 5px;
	}

	#createaccount .ModernTable input[type="text"],
	#createaccount .ModernTable input:not([type]),
	#createaccount .ModernTable input[type="email"],
	#createaccount .ModernTable input[type="password"],
	#createaccount .ModernTable select {
		width: 100%;
	}
}

.AuthChoiceGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 8px;
}

.AuthChoice {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 42px;
	padding: 9px 10px;
	border: 1px solid #c7a777;
	background: #fff8eb;
	color: #4f3522;
	cursor: pointer;
}

.AuthChoice:hover {
	border-color: #9e6d33;
	background: #f7e7ca;
}

.AuthChoice input {
	flex: 0 0 auto;
	margin: 0;
}

.AuthCheckRow {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.AuthCheckRow input {
	margin-top: 3px;
}

.AuthActions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.AuthActions form {
	margin: 0;
}

.AuthActions .AuthField {
	flex: 1 1 240px;
}

.AccountPublicInfoActions {
	margin-top: 12px;
}

.ModernContent .ModernButtonDanger,
.ModernContent button.ModernButtonDanger,
.ModernContent input.ModernButtonDanger {
	border-color: #9d4b40;
	background: #8d3c32;
	color: #fff4e5 !important;
	box-shadow: inset 0 1px 0 rgba(255, 231, 215, .2);
}

.ModernContent .ModernButtonDanger:hover,
.ModernContent button.ModernButtonDanger:hover,
.ModernContent input.ModernButtonDanger:hover {
	border-color: #71352e;
	background: #a94c40;
	color: #fff !important;
}

.AccountQuickNav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 8px;
}

.AccountQuickNav .ModernButton {
	width: 100%;
	min-height: 42px;
}

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

.AccountSummaryCard {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #c4a675;
	background: #fffaf0;
}

.AccountSummaryCard span {
	color: #806044;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.AccountSummaryCard strong {
	min-width: 0;
	color: #5d3416;
	font-size: 15px;
	overflow-wrap: anywhere;
}

.AccountTableWrap {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.AccountTableWrap .ModernTable {
	min-width: 620px;
}

.AccountCharactersTable {
	min-width: 940px !important;
}

@media (max-width: 900px) {
	.AccountResponsiveTableWrap {
		overflow: visible;
	}

	.AccountDashboard .AccountResponsiveTable {
		display: table;
		width: 100%;
		min-width: 0 !important;
		border: 0;
		background: transparent;
	}

	.AccountResponsiveTable thead {
		display: none;
	}

	.AccountResponsiveTable tbody {
		display: grid;
		gap: 8px;
	}

	.AccountResponsiveTable tbody tr {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border: 1px solid #c4a675;
		background: #fffaf0;
	}

	.AccountActivityTable tbody tr {
		grid-template-columns: minmax(0, 2fr) minmax(130px, .8fr) minmax(100px, .6fr);
	}

	.AccountResponsiveTable td {
		display: grid;
		align-content: start;
		gap: 3px;
		min-width: 0;
		padding: 8px;
		border: 0;
		background: transparent !important;
		overflow-wrap: anywhere;
	}

	.AccountResponsiveTable td + td {
		border-left: 1px solid #e0cba7;
	}

	.AccountResponsiveTable td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.AccountResponsiveTable .AccountEmptyCell {
		display: block;
		grid-column: 1 / -1;
	}

	.AccountResponsiveTable .AccountEmptyCell::before {
		display: none;
	}
}

@media (max-width: 520px) {
	.AccountResponsiveTable tbody tr {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.AccountActivityTable tbody tr {
		grid-template-columns: minmax(0, 1fr);
	}

	.AccountActivityTable td + td {
		border-top: 1px solid #e0cba7;
		border-left: 0;
	}
}

.AccountInlineAction {
	margin-top: 7px;
}

.AccountInlineLink {
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
}

.AccountEmptyCell {
	padding: 18px !important;
	text-align: center;
}

.AccountDangerZone,
.GuildDangerZone {
	border-color: #b96a5e;
}

.AccountDangerZone .AuthFormSectionHeader,
.GuildDangerZone .AuthFormSectionHeader {
	background: #76362f;
}

.GuildDangerZone > .ModernSectionTitle {
	border-color: #783d36;
	background: #76362f;
}

.GuildActionGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.GuildActionCard {
	display: grid;
	gap: 4px;
	padding: 11px;
	border: 1px solid #c4a675;
	background: #fff8eb;
	text-decoration: none;
}

.GuildActionCard strong {
	color: #5d3416;
}

.GuildActionCard span {
	color: #74543a;
	font-size: 12px;
}

.GuildActionCard:hover {
	border-color: #9e6d33;
	background: #f2dfbc;
	text-decoration: none;
}

.GuildActionCard.is-danger {
	border-color: #c68378;
	background: #fae8e3;
}

.GuildLogoPreview {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border: 1px solid #c4a675;
	background: #ead7b9;
}

.GuildLogoPreview img {
	max-width: 64px;
	max-height: 64px;
}

@media (max-width: 720px) {
	.AuthFieldGrid,
	.AccountSummaryGrid,
	.GuildActionGrid {
		grid-template-columns: 1fr;
	}

	.AuthActions .ModernButton,
	.AuthActions button,
	.AuthActions input[type="submit"] {
		flex: 1 1 150px;
	}

	.AccountQuickNav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 430px) {
	.AccountQuickNav {
		grid-template-columns: 1fr;
	}

	.AuthFormBody {
		padding: 12px;
	}
}

/* Responsive polish for dense legacy and custom pages. */
.ModernContent .ValuableDropsPage .MarketSearch {
	grid-template-columns: minmax(0, 1fr) auto;
}

.ModernContent .ValuableDropsFilters {
	display: grid;
	gap: 12px;
	margin-bottom: 10px;
	padding: 14px;
	border: 1px solid #c4a675;
	border-radius: 6px;
	background: #fff9ed;
}

.ValuableDropsFilterHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1c99f;
}

.ValuableDropsFilterHeader > div {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.ValuableDropsFilterHeader strong {
	color: #5d3416;
	font-size: 14px;
}

.ValuableDropsFilterHeader span {
	color: #806044;
	font-size: 12px;
}

.ValuableDropsSearchRow {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: end;
}

.ValuableDropsSearchField,
.ValuableDropsFilterField {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ValuableDropsSearchField > label,
.ValuableDropsFilterField > span {
	color: #65421f;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.ModernContent .ValuableDropsSearchField input[type="search"],
.ModernContent .ValuableDropsFilterField select {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 8px 9px;
	border: 1px solid #b78b54;
	background: #fffdf7;
	color: #342419;
	font: inherit;
	box-sizing: border-box;
}

.ModernContent .ValuableDropsSearchField input[type="search"] {
	padding-right: 36px;
}

.ModernContent .ValuableDropsSearchField input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.ModernContent .ValuableDropsSearchField input:focus,
.ModernContent .ValuableDropsFilterField select:focus {
	border-color: #31595d;
	box-shadow: 0 0 0 2px rgba(49, 89, 93, .16);
	outline: none;
}

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

.ModernContent .ValuableDropsReset {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ValuableDropsFilterField {
	align-content: start;
	padding: 10px;
	border: 1px solid #dcc092;
	border-radius: 5px;
	background: #fcf3e3;
}

.ValuableDropsActiveFilters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin-bottom: 10px;
}

.ValuableDropsActiveFilters strong,
.ValuableDropsActiveFilters span {
	padding: 4px 7px;
	border: 1px solid #c4a675;
	background: #f6ead4;
	color: #65421f;
	font-size: 11px;
}

.ValuableDropsActiveFilters strong {
	border-color: #31595d;
	background: #31595d;
	color: #fff1cf;
}

.ValuableDropsGrid {
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	align-items: stretch;
}

.ValuableDropCard {
	min-width: 0;
	align-content: start;
}

.ValuableDropCard .MarketOfferBody {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.ValuableDropCard .MarketBadges,
.ValuableDropCard .MarketAffixes {
	margin-top: 0;
}

.ValuableDropItemIcon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.ValuableDropCardHeader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.ValuableDropCardHeader h3 {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.ValuableDropCardHeader h3 a {
	color: inherit;
	text-decoration: none;
}

.ValuableDropCardHeader h3 a:hover {
	text-decoration: underline;
}

.ValuableDropSource {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 6px;
	border: 1px solid #7ba0a2;
	background: #e2eeee;
	color: #28595c;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.ValuableDropSource.is-quest {
	border-color: #9c7d45;
	background: #f3e5c7;
	color: #684719;
}

.ValuableDropMeta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 9px;
	color: #76563a;
	font-size: 11px;
	line-height: 1.4;
}

.ValuableDropMeta span,
.ValuableDropMeta time {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ValuableDropMeta time {
	margin-left: auto;
	color: #896641;
}

.ValuableDropsEmpty {
	grid-column: 1 / -1;
}

.ModernContent .ValuableDropsClear {
	display: none;
	top: auto;
	bottom: 7px;
	transform: none;
	width: 24px;
	height: 24px;
	min-height: 24px;
	padding: 0;
	border-radius: 50%;
}

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

@media (max-width: 640px) {
	.ModernContent .ValuableDropsPage .MarketSearch {
		grid-template-columns: minmax(0, 1fr);
	}

	.ValuableDropsSearchRow,
	.ValuableDropsFilterGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ModernContent .ValuableDropsReset {
		width: 100%;
	}

	.ValuableDropsFilterHeader {
		align-items: stretch;
		flex-direction: column;
	}

	.ValuableDropsGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ValuableDropCard {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 10px;
	}

	.ValuableDropMeta time {
		width: 100%;
		margin-left: 0;
	}

	.ModernContent .HighscoresLayout > * {
		min-width: 0;
	}

	.ModernContent .HighscoresPanel,
	.ModernContent .DailyArenaSection {
		max-width: 100%;
		overflow-x: auto;
	}

	.ModernContent .HighscoresTable,
	.ModernContent .DailyArenaTable,
	.ModernContent .PlayerCommandsTable,
	.ModernContentBody > table {
		display: block;
		width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Final shell breakpoint overrides. */
@media (max-width: 640px) {
	.ModernActions button,
	.ModernActions .ModernButton,
	.ModernActions input[type="submit"] {
		min-height: 44px;
	}

	.ModernSiteHeader {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.ModernShell .ModernNavToggle {
		grid-column: 3;
		grid-row: 1;
	}

	.ModernHeaderActions {
		grid-column: 2;
		grid-row: 1;
		display: flex;
		width: auto;
	}

	.ModernHeaderActions .ModernButton {
		display: none;
	}

	.ModernHeaderActions .ModernButton:first-child {
		display: inline-flex;
		min-height: 44px;
		padding: 7px 10px;
	}
}

@media (min-width: 641px) and (max-width: 900px) {
	.ModernSiteHeader {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ModernBrand {
		grid-column: 1;
		grid-row: 1;
	}

	.ModernHeaderActions {
		grid-column: 2;
		grid-row: 1;
		justify-content: flex-end;
	}

	.ModernTopNav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
	}
}

/* Product finishing pass: hierarchy, discovery, and account safety. */
@media (min-width: 1181px) {
	#ContentRow.ModernLayout {
		grid-template-columns: minmax(195px, 210px) minmax(0, 1fr) minmax(210px, 230px);
		gap: 14px;
	}
}

.SidebarDiscordWidget {
	gap: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.SidebarDiscordWidget > header {
	margin-bottom: 0;
}

.SidebarDiscordBody {
	display: grid;
	gap: 8px;
	margin: 0 -12px;
	padding: 12px;
	border-top: 1px solid rgba(218, 184, 122, .18);
	background:
		radial-gradient(circle at 100% 0, rgba(88, 101, 242, .24), transparent 58%),
		linear-gradient(145deg, rgba(22, 28, 42, .96), rgba(12, 17, 21, .96));
}

.SidebarDiscordBody strong {
	color: #fff4dc;
	font-size: 15px;
	line-height: 1.25;
}

.SidebarDiscordBody p {
	margin: 0;
	color: #c8cbd7;
	font-size: 12px;
	line-height: 1.45;
}

.ModernShell .SidebarDiscordButton {
	width: 100%;
	border-color: #7b85f6;
	background: #5865f2;
	color: #fff !important;
}

.ModernShell .SidebarDiscordButton:hover {
	background: #6875f5;
}

.SidebarGalleryWidget {
	gap: 0;
}

.SidebarGalleryPreview {
	position: relative;
	display: block;
	min-width: 0;
	aspect-ratio: 1.36;
	border-top: 1px solid rgba(218, 184, 122, .18);
	background: #070b0c;
	overflow: hidden;
}

.SidebarGalleryPreview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity .18s ease-out, filter .18s ease-out, transform .18s ease-out;
}

.SidebarGalleryWidget.is-changing .SidebarGalleryPreview img {
	opacity: 0;
}

.SidebarGalleryPreview:hover img,
.SidebarGalleryPreview:focus-visible img {
	filter: brightness(1.06);
	transform: scale(1.025);
}

.SidebarGalleryPreview:focus-visible {
	outline: 3px solid rgba(239, 190, 98, .65);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.SidebarGalleryPreview img {
		transition: none;
	}
}

.ModernToastRegion {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1200;
	max-width: min(340px, calc(100vw - 32px));
	padding: 11px 14px;
	border: 1px solid #43845a;
	background: #153326;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
	color: #f1f7ed;
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .15s ease, transform .15s ease;
}

.ModernToastRegion.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ModernFeedback {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	margin: 4px 0 14px;
	padding: 16px;
	border: 1px solid #a8824f;
	border-left-width: 5px;
	background: #fff8eb;
	color: #50331e;
}

.ModernFeedbackSuccess {
	border-color: #4e8a60;
	background: #f1f8ef;
}

.ModernFeedbackError {
	border-color: #a95549;
	background: #fff1ed;
}

.ModernFeedbackMark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: #39754d;
	font-size: 22px;
	font-weight: 900;
}

.ModernFeedbackError .ModernFeedbackMark {
	color: #963e34;
}

.ModernFeedbackContent h2 {
	margin: 0 0 5px;
	color: #4d2f16;
	font-size: 19px;
}

.ModernFeedbackContent ul {
	margin: 5px 0 0;
	padding-left: 18px;
}

.ModernFeedbackActions {
	margin-top: 12px;
}

.GalleryViewerNav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: center;
	margin-bottom: 12px;
}

.GalleryViewerNav .ModernButton {
	width: fit-content;
}

.GalleryViewerNav > :last-child {
	justify-self: end;
}

.GalleryViewer {
	margin: 0;
	border: 1px solid #c4a675;
	background: #121719;
	text-align: center;
	overflow: hidden;
}

.GalleryViewerImage {
	--gallery-stage-offset: 270px;
	display: grid;
	place-items: center;
	width: 100%;
	height: min(calc(100svh - var(--gallery-stage-offset)), 720px);
	min-height: 240px;
	padding: 10px;
	box-sizing: border-box;
	background: #070a0b;
	overflow: hidden;
	touch-action: pan-y;
}

@media (max-width: 1180px) {
	.GalleryViewerImage {
		--gallery-stage-offset: 320px;
	}
}

@media (max-width: 900px) {
	.GalleryViewerImage {
		--gallery-stage-offset: 330px;
	}
}

.GalleryViewerImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.GalleryViewer figcaption {
	padding: 12px 16px;
	border-top: 1px solid rgba(218, 184, 122, .2);
	color: #eee0c5;
	text-align: left;
}

@media (max-width: 640px) {
	.GalleryViewerNav .ModernButton {
		width: 100%;
	}

	.GalleryViewerImage {
		--gallery-stage-offset: 248px;
		height: min(calc(100svh - var(--gallery-stage-offset)), 560px);
		min-height: 210px;
		padding: 6px;
	}
}

.GalleryEditor {
	margin-bottom: 14px;
}

.GalleryEditor .AuthForm {
	display: grid;
	gap: 12px;
}

.GalleryEditor .AuthField {
	display: grid;
	gap: 5px;
}

.GalleryEditor .AuthField > span {
	color: #5d3416;
	font-weight: 800;
}

.AccountActionGroups {
	display: grid;
}

.AccountActionGroup {
	display: grid;
	grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr);
	gap: 16px;
	align-items: center;
	padding: 14px 2px;
	border-bottom: 1px solid #dec79f;
}

.AccountActionGroup:first-child {
	padding-top: 2px;
}

.AccountActionGroup:last-child {
	padding-bottom: 2px;
	border-bottom: 0;
}

.AccountActionGroup > div:first-child > span {
	display: block;
	color: #5d3416;
	font-size: 14px;
	font-weight: 800;
}

.AccountActionGroup p {
	margin: 3px 0 0;
	color: #74543a;
	font-size: 12px;
}

.AccountActionGroup .ModernActions {
	justify-content: flex-end;
}

.AccountDangerZone {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding: 14px 0;
	border-top: 1px solid #bd766a;
	border-bottom: 1px solid #bd766a;
}

.AccountDangerZone strong,
.AccountDangerZone span {
	display: block;
}

.AccountDangerZone strong {
	color: #7e302b;
}

.AccountDangerZone span {
	margin-top: 2px;
	color: #74543a;
	font-size: 12px;
}

#ContentHelper .CharacterCopyButton {
	min-height: 28px;
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #a47a43;
	background: #fff7e8;
	color: #684018;
	font-size: 11px;
	font-weight: 800;
	box-shadow: none;
	cursor: pointer;
}

.CharacterCopyButton:hover,
.CharacterCopyButton:focus-visible {
	border-color: #754817;
	background: #f8e3bd;
}

.CharacterLevelProgress {
	display: grid;
	gap: 5px;
	max-width: 520px;
	margin-top: 13px;
}

.CharacterLevelProgress > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #684723;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.CharacterLevelProgressTrack {
	height: 8px;
	border: 1px solid #b38a52;
	background: #fff8e9;
	overflow: hidden;
}

.CharacterLevelProgressTrack span {
	display: block;
	height: 100%;
	background: #327074;
}

.CharacterLevelProgress small {
	color: #76563b;
	font-size: 11px;
}

.WikiFilters {
	margin-bottom: 12px;
	border-top: 1px solid #c4a675;
	border-bottom: 1px solid #c4a675;
	background: #fff9ed;
}

.WikiFilters > summary {
	display: none;
	list-style: none;
	cursor: pointer;
}

.WikiFilters > summary::-webkit-details-marker {
	display: none;
}

.WikiFiltersBody {
	padding: 11px 10px;
}

.WikiFilters .WikiSearch {
	margin-bottom: 10px;
}

.WikiFilters .WikiSearch[data-mode="items"],
.WikiFilters .WikiSearch[data-mode="monsters"],
.WikiFilters .WikiSearch[data-mode="outfits"],
.WikiFilters .WikiSearch[data-mode="mounts"],
.WikiFilters .WikiSearch[data-mode="npcs"] {
	grid-template-columns: minmax(0, 1fr);
}

.WikiItemTable th > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	margin: -7px;
	padding: 7px;
}

.WikiItemTable th.WikiSortActive {
	background: #815026;
}

.WikiItemTable th.WikiSortActive > a::after {
	margin-left: 7px;
	font-size: 11px;
	line-height: 1;
}

.WikiItemTable th.WikiSortAsc > a::after {
	content: "\2191";
}

.WikiItemTable th.WikiSortDesc > a::after {
	content: "\2193";
}

.WikiFilters .WikiReset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 36px;
	padding: 7px 10px;
}

.WikiFilters .WikiSearch[data-mode="npcs"] .WikiReset {
	justify-self: end;
}

.WikiFilters .WikiCategoryList {
	margin: 0;
}

.WikiFilters .WikiCategoryList > a {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}

.WikiFilters .WikiNpcLocationList > a {
	min-height: 44px;
	padding: 8px 11px;
}

.WikiOutfitSourceList > a {
	min-height: 44px;
	padding: 8px 14px !important;
}

.WikiOutfitTable {
	width: 100%;
	min-width: 920px;
	table-layout: fixed;
}

.WikiOutfitTable:not(.WikiMountTable) th:nth-child(1),
.WikiOutfitTable:not(.WikiMountTable) th:nth-child(2) { width: 88px; }
.WikiOutfitTable:not(.WikiMountTable) th:nth-child(3) { width: 150px; }
.WikiOutfitTable:not(.WikiMountTable) th:nth-child(4) { width: 180px; }
.WikiOutfitTable:not(.WikiMountTable) th:nth-child(5) { width: 180px; }

.WikiMountTable th:nth-child(1) { width: 176px; }
.WikiMountTable th:nth-child(2) { width: 150px; }
.WikiMountTable th:nth-child(3) { width: 180px; }
.WikiMountTable th:nth-child(4) { width: 180px; }

.WikiOutfitTable td {
	vertical-align: middle;
}

.WikiOutfitPreviewCell {
	background: linear-gradient(135deg, rgba(239, 220, 183, .58), rgba(255, 252, 243, .32));
	text-align: center;
}

.WikiOutfitGenderCell .WikiOutfitSprite {
	margin: 0 auto;
}

.WikiOutfitSprite {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	filter: drop-shadow(0 2px 1px rgba(69, 39, 18, .24));
	transition: transform .18s ease;
}

.WikiOutfitTable tbody tr:hover .WikiOutfitSprite {
	transform: translateY(-2px);
}

.WikiOutfitSprite img {
	position: absolute;
	inset: 0;
	width: 64px;
	height: 64px;
	object-fit: contain;
	image-rendering: pixelated;
}

.WikiMountPreview {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	min-height: 76px;
}

.WikiMountPreview img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	filter: drop-shadow(0 3px 2px rgba(69, 39, 18, .28));
	image-rendering: pixelated;
	transition: transform .18s ease;
}

.WikiMountTable tbody tr:hover .WikiMountPreview img {
	transform: translateY(-2px) scale(1.03);
}

.WikiOutfitNameCell > strong {
	display: block;
	color: #56341b;
	font: 700 15px/1.25 Georgia, "Times New Roman", serif;
	overflow-wrap: anywhere;
}

.WikiOutfitMethodList,
.WikiOutfitRequirementGroups {
	display: grid;
	gap: 8px;
}

.WikiOutfitMethod,
.WikiOutfitRequirementGroup {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.WikiOutfitSourceBadge {
	display: inline-flex;
	justify-self: start;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border: 1px solid #8a5d22;
	background: #f4e0b9;
	color: #60401f;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.WikiOutfitSourceBadge.is-quest {
	border-color: #557347;
	background: #e5efdc;
	color: #39512f;
}

.WikiOutfitSourceBadge.is-shop {
	border-color: #376b70;
	background: #e0efee;
	color: #28565a;
}

.WikiOutfitSourceBadge.is-starting {
	border-color: #8b6b42;
	background: #f4ead6;
	color: #684b2a;
}

.WikiOutfitSourceBadge.is-taming {
	border-color: #79608d;
	background: #eee5f4;
	color: #594368;
}

.WikiOutfitMethod small {
	font-size: 11px !important;
}

.WikiOutfitNpcList {
	display: grid;
	gap: 6px;
}

.WikiOutfitNpcList a {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	min-height: 44px;
	padding: 5px 7px;
	border: 1px solid #b7802f;
	background: #f8e6bd;
	box-sizing: border-box;
	color: #4e3017 !important;
	text-decoration: none !important;
}

.WikiOutfitNpcList a:hover,
.WikiOutfitNpcList a:focus-visible {
	border-color: #31595d;
	background: #e4efeb;
}

.WikiOutfitNpcList svg {
	width: 18px;
	height: 18px;
	fill: #9a5522;
}

.WikiOutfitNpcList a > span {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.WikiOutfitNpcList strong,
.WikiOutfitNpcList small {
	overflow-wrap: anywhere;
}

.WikiOutfitNoNpc {
	color: #826447;
	font-size: 11px;
	font-style: italic;
}

.WikiOutfitRequirementGroup > span {
	color: #806044;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.WikiOutfitRequirementGroup p {
	margin: 0;
	color: #62452c;
	font-size: 11px;
	overflow-wrap: anywhere;
}

.WikiOutfitRequirementList {
	display: grid;
	gap: 5px;
}

.WikiOutfitRequirementList > div {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	min-width: 0;
	min-height: 42px;
	padding: 4px 6px;
	border: 1px solid #dcc59d;
	background: #fffaf0;
	box-sizing: border-box;
}

.WikiOutfitRequirementList img {
	display: block;
	width: 32px;
	height: 32px;
	max-width: none;
	object-fit: contain;
	image-rendering: pixelated;
}

.WikiOutfitRequirementList span {
	font-size: 10px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.WikiOutfitRequirementList small {
	display: block;
	margin-bottom: 1px;
	color: #806044;
	font-size: 8px !important;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.WikiOutfitRequirementList strong {
	color: #31595d;
}

#ContentHelper .WikiEntityButton {
	display: grid;
	gap: 1px;
	justify-content: stretch;
	justify-items: stretch;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 2px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #5d3416;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

#ContentHelper .WikiItemNameWrap {
	grid-template-columns: 40px minmax(0, 1fr);
	width: 100%;
	justify-items: stretch;
}

#ContentHelper .WikiItemNameWrap .WikiEntityButton,
#ContentHelper .WikiItemNameWrap .WikiEntityButton strong {
	width: 100%;
	justify-self: stretch;
	text-align: left;
}

#ContentHelper .WikiItemNameWrap .WikiEntityButton {
	align-content: center;
}

#ContentHelper .WikiMonsterNameWrap {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	width: 100%;
	min-height: 56px;
	gap: 8px;
}

#ContentHelper .WikiMonsterImageSlot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
}

#ContentHelper .WikiMonsterImageSlot img {
	max-width: 52px;
	max-height: 52px;
}

#ContentHelper .WikiMonsterImageSlot .WikiEntityImageFallback {
	width: 44px;
	height: 44px;
}

#ContentHelper .WikiMonsterNameWrap .WikiEntityButton,
#ContentHelper .WikiMonsterNameWrap .WikiEntityButton strong {
	width: 100%;
	justify-self: stretch;
	text-align: left;
}

#ContentHelper .WikiMonsterNameWrap .WikiEntityButton {
	align-content: center;
}

#ContentHelper .WikiMonsterNameWrap .WikiEntityButton strong {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-wrap: normal;
}

@media (min-width: 641px) {
	.WikiMonsterTable th:first-child,
	.WikiMonsterTable .WikiMonsterNameCell {
		width: 250px;
		min-width: 250px;
	}

	.WikiMonsterTable .WikiMonsterMetricHeader,
	.WikiMonsterTable .WikiMonsterMetricCell {
		width: 64px;
		min-width: 64px;
		box-sizing: border-box;
	}
}

.WikiEntityButton strong {
	overflow-wrap: anywhere;
}

.WikiEntityButton:hover strong,
.WikiEntityButton:focus-visible strong {
	color: #0d5e67;
	text-decoration: underline;
}

.WikiDetailDialog {
	width: min(720px, calc(100vw - 32px));
	max-width: 720px;
	max-height: min(82vh, 760px);
	margin: auto;
	padding: 0;
	border: 1px solid #9f7946;
	border-radius: 6px;
	background: #fff9ed;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
	color: #4f321e;
	overflow: auto;
}

.WikiDetailDialog::backdrop {
	background: rgba(7, 10, 12, .78);
}

.WikiDetailDialogInner {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.WikiDetailHeader {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 13px;
	border-bottom: 1px solid #d9bd8d;
}

.WikiDetailIdentity {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.WikiDetailIdentity > img {
	max-width: 56px;
	max-height: 56px;
	justify-self: center;
}

.WikiDetailIdentity span {
	color: #8a5d22;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.WikiDetailIdentity h3 {
	margin: 2px 0 0;
	color: #4d2f16;
	font-size: 22px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.WikiDialogClose {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid #b58a4d;
	background: #f8e8ca;
	color: #5d3416;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.WikiDetailDescription {
	margin: 0;
	color: #66472f;
}

.WikiDetailStats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #ddc49a;
	border-left: 1px solid #ddc49a;
}

.WikiDetailStats > div {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 10px;
	border-right: 1px solid #ddc49a;
	border-bottom: 1px solid #ddc49a;
	background: #fffdf7;
}

.WikiDetailStats span,
.WikiDetailSection h4,
.WikiDetailCallout strong,
.WikiElementGroups span {
	color: #806044;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.WikiDetailStats strong {
	color: #51331d;
	overflow-wrap: anywhere;
}

.WikiDetailSection {
	display: grid;
	gap: 8px;
}

.WikiDetailSection h4 {
	margin: 0;
}

.WikiDetailCallout {
	display: grid;
	gap: 3px;
	padding: 10px 12px;
	border-left: 3px solid #39767a;
	background: #edf5f2;
}

.WikiDetailDropList,
.WikiDetailLootGrid,
.WikiDetailTradeList {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.WikiDetailDropList a,
.WikiDetailLootGrid > a,
.WikiDetailLootGrid > span,
.WikiDetailTradeList a {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-width: 0;
	padding: 7px;
	border: 1px solid #dbc296;
	background: #fffdf7;
	color: #5d3416;
	text-decoration: none;
}

.WikiDetailDropImage,
.WikiDetailLootImage,
.WikiDetailTradeImage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
}

.WikiDetailDropImage img,
.WikiDetailLootImage img,
.WikiDetailTradeImage img {
	max-width: 34px;
	max-height: 34px;
}

.WikiDetailTradeList a > span:last-child {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.WikiDetailTradeList a strong {
	color: #5d3416;
	overflow-wrap: anywhere;
}

.WikiDetailTradeList a small {
	color: #327074;
	font-weight: 800;
}

@media (min-width: 641px) {
	.WikiPortalTableScroll > .WikiItemTable {
		width: max-content;
		min-width: 100%;
		table-layout: auto;
	}

	.WikiItemTable th,
	.WikiItemTable td {
		white-space: nowrap;
	}

	.WikiItemTable .WikiItemNameCell {
		min-width: 180px;
	}

	.WikiItemTable .WikiItemDescription {
		min-width: 220px;
		max-width: 340px;
		white-space: normal;
	}

	.WikiItemTable td[data-label="Dropped by"] {
		width: 220px;
		min-width: 220px;
		max-width: 220px;
		white-space: normal;
	}

	.WikiItemTable th:last-child {
		width: 220px;
		min-width: 220px;
	}

	.WikiItemTable td[data-label="Dropped by"] .WikiDropperIcons {
		width: 220px;
	}

	.WikiPortalTableScroll > .WikiItemTable.WikiItemTableAll {
		width: 100%;
		min-width: 720px;
		table-layout: fixed;
	}

	.WikiItemTableAll th,
	.WikiItemTableAll td,
	.WikiItemTableAll .WikiEntityButton,
	.WikiItemTableAll .WikiEntityButton strong {
		white-space: normal;
	}

	.WikiItemTableAll th:nth-child(1),
	.WikiItemTableAll .WikiItemNameCell {
		width: 34%;
		min-width: 0;
	}

	.WikiItemTableAll .WikiItemVocation {
		width: 16%;
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableAll .WikiItemDescription {
		width: 26%;
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableAll .WikiSellableCell {
		width: 68px;
		white-space: nowrap;
	}

	.WikiItemTableAll td[data-label="Dropped by"] {
		width: auto;
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableAll td[data-label="Dropped by"] .WikiDropperIcons {
		width: 100%;
	}

	.WikiItemTableAll .WikiItemNameWrap,
	.WikiItemTableAll .WikiEntityButton,
	.WikiItemTableAll .WikiEntityButton strong {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}

@media (min-width: 901px) {
	.WikiPortalTableScroll > .WikiItemTableCategory {
		width: 100%;
		min-width: 0;
		table-layout: fixed;
	}

	.WikiItemTableCategory th,
	.WikiItemTableCategory td {
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableCategory th {
		overflow: visible;
		text-overflow: clip;
		overflow-wrap: normal;
		word-break: normal;
		white-space: normal;
		font-size: 11px;
		line-height: 1.15;
	}

	.WikiItemTableCategory th > a {
		justify-content: center;
		gap: 4px;
		white-space: normal;
	}

	.WikiItemTableCategory .WikiItemStatHeading {
		min-width: 44px;
	}

	.WikiItemTableCategory .WikiItemNameCell {
		width: 22%;
		overflow: hidden;
	}

	.WikiItemTableCategory .WikiItemNameWrap,
	.WikiItemTableCategory .WikiItemNameWrap .WikiEntityButton,
	.WikiItemTableCategory .WikiItemNameWrap .WikiEntityButton strong {
		min-width: 0;
		max-width: 100%;
	}

	.WikiItemTableCategory .WikiItemNameWrap .WikiEntityButton strong {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow-wrap: normal;
		word-break: normal;
	}

	.WikiItemTableCategory .WikiItemDescription {
		width: 18%;
		max-width: none;
	}

	.WikiItemTableCategory .WikiItemVocation {
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableCategory .WikiSellableCell {
		width: 68px;
	}

	.WikiItemTableCategory .WikiSellPriceCell {
		width: 90px;
	}

	.WikiItemTableCategory th:last-child,
	.WikiItemTableCategory td[data-label="Dropped by"] {
		width: 14%;
		min-width: 0;
		max-width: none;
	}

	.WikiItemTableCategory td[data-label="Dropped by"] .WikiDropperIcons {
		width: 100%;
		min-width: 0;
	}

	.WikiPortalTableScroll > .WikiItemTableCategory.WikiItemTableMana {
		width: max-content;
		min-width: 100%;
		table-layout: auto;
	}

	.WikiItemTableMana .WikiItemNameCell {
		width: 220px;
		min-width: 220px;
	}

	.WikiItemTableMana .WikiManaPerHitCell {
		width: 78px;
		min-width: 78px;
		white-space: nowrap;
	}

	.WikiItemTableMana .WikiItemDescription {
		width: 240px;
		min-width: 240px;
	}

	.WikiItemTableMana th:last-child,
	.WikiItemTableMana td[data-label="Dropped by"] {
		width: 180px;
		min-width: 180px;
	}
}

.WikiDetailLootGrid strong,
.WikiDetailLootGrid small {
	display: block;
	overflow-wrap: anywhere;
}

.WikiDetailLootGrid small {
	margin-top: 2px;
	color: #7c5b3d;
}

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

.WikiElementGroups > div {
	padding: 9px;
	border-left: 3px solid #8a5d22;
	background: #f7ead3;
}

.WikiElementGroups .is-weak {
	border-left-color: #39784e;
	background: #edf6eb;
}

.WikiElementGroups p {
	margin: 3px 0 0;
	color: #593a22;
	font-size: 12px;
}

@media (min-width: 641px) {
	.WikiFilters:not([open]) > .WikiFiltersBody {
		display: block !important;
	}
}

@media (max-width: 760px) {
	.ModernFooter {
		grid-template-columns: 1fr;
	}

	.ModernFooterLinks {
		justify-self: start;
		justify-content: flex-start;
	}

	.ModernFooterCredit {
		grid-column: 1;
	}

	.AccountActionGroup {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.AccountActionGroup .ModernActions {
		justify-content: flex-start;
	}

	.AccountDangerZone {
		align-items: stretch;
		flex-direction: column;
	}

	.AccountDangerZone .ModernButton {
		align-self: flex-start;
	}

	.WikiFilters > summary {
		display: flex;
		gap: 12px;
		align-items: center;
		justify-content: space-between;
		min-height: 46px;
		padding: 10px 12px;
		color: #5d3416;
		font-size: 13px;
		font-weight: 800;
	}

	.WikiFilters > summary strong {
		max-width: 55%;
		color: #806044;
		font-size: 10px;
		text-align: right;
		text-transform: uppercase;
		overflow-wrap: anywhere;
	}

	.WikiFilters[open] > summary {
		border-bottom: 1px solid #d8bd90;
	}

	.WikiFilters .WikiSearch[data-mode="items"],
	.WikiFilters .WikiSearch[data-mode="outfits"],
	.WikiFilters .WikiSearch[data-mode="mounts"],
	.WikiFilters .WikiSearch[data-mode="npcs"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.WikiFilters .WikiSearchMonsters {
		grid-template-columns: minmax(0, 1fr);
	}

	.WikiFilters .WikiSearch > input[name="q"],
	.WikiFilters .WikiSearch > select[name="category"] {
		grid-column: 1 / -1;
	}

	.WikiFilters .WikiSearch button,
	.WikiFilters .WikiReset {
		width: 100%;
	}

	.WikiFilters .WikiSearch[data-mode="npcs"] .WikiReset {
		grid-column: 1 / -1;
	}

	.WikiOutfitTableScroll {
		overflow: visible;
	}

	.WikiOutfitTable {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.WikiOutfitTable thead {
		display: none;
	}

	.WikiOutfitTable tbody {
		display: grid;
		gap: 10px;
	}

	.WikiOutfitTable tbody tr {
		display: grid;
		border: 1px solid #c59b60;
		background: rgba(255, 248, 235, .88);
	}

	.WikiOutfitTable tbody td {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		width: auto;
		padding: 9px 10px;
		border: 0;
		border-bottom: 1px solid #dec49a;
		text-align: left;
	}

	.WikiOutfitTable tbody td:last-child {
		border-bottom: 0;
	}

	.WikiOutfitTable tbody td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 9px;
		font-weight: 900;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	.WikiOutfitTable .WikiOutfitPreviewCell {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.WikiMountPreview {
		justify-content: center;
	}

	.WikiOutfitTable .WikiEmptyBox {
		display: block;
		padding: 0;
	}

	.WikiOutfitTable .WikiEmptyBox::before {
		display: none;
	}

	.WikiDetailStats,
	.WikiElementGroups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.ModernFeedback {
		grid-template-columns: 1fr;
	}

	.ModernFeedbackMark {
		width: 36px;
		height: 36px;
	}

	.ModernToastRegion {
		right: 16px;
		bottom: 16px;
	}

	#ContentHelper .CharacterCopyButton {
		min-height: 40px;
	}

	.WikiDetailDialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
	}

	.WikiDetailDialogInner {
		padding: 14px;
	}

	.WikiDetailStats,
	.WikiElementGroups,
	.WikiDetailDropList,
	.WikiDetailLootGrid,
	.WikiDetailTradeList {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ModernContent .WikiMonsterTable {
		display: block;
		width: 100%;
		overflow: visible;
	}

	.WikiMonsterTable thead {
		display: none;
	}

	.WikiMonsterTable tbody {
		display: grid;
		gap: 9px;
		padding: 9px;
	}

	.WikiMonsterTable tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 68px 68px;
		width: 100%;
		border: 1px solid #c4a675;
		background: #fffaf0 !important;
	}

	.WikiMonsterTable tbody td {
		display: grid;
		align-content: start;
		gap: 3px;
		min-width: 0;
		padding: 9px;
		border: 0;
		background: transparent !important;
		overflow-wrap: anywhere;
	}

	.WikiMonsterTable tbody td + td {
		border-left: 1px solid #e0cba7;
	}

	.WikiMonsterTable tbody td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 9px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.WikiMonsterTable .WikiMonsterNameCell::before {
		display: none;
	}

	.WikiMonsterTable .WikiMonsterNameWrap {
		align-items: center;
		min-width: 0;
	}

	#ContentHelper .WikiMonsterTable .WikiEntityButton {
		width: 100%;
		min-height: 42px;
		padding: 2px 0;
	}

	.WikiMonsterTable td[data-label="Loot"] {
		grid-column: 1 / -1;
		border-top: 1px solid #e0cba7;
		border-left: 0;
	}

	.WikiMonsterTable .WikiLootIcons {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
		gap: 6px;
	}
}

/* Accessibility and touch finishing pass. */
.ModernVisuallyHidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

#Footer.ModernFooter {
	padding-bottom: 14px;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
}

@media (max-width: 640px) {
	.ModernContent input[type="text"],
	.ModernContent input[type="search"],
	.ModernContent input[type="password"],
	.ModernContent input[type="email"],
	.ModernContent input[type="url"],
	.ModernContent input[type="tel"],
	.ModernContent input[type="number"],
	.ModernContent select,
	.ModernContent textarea {
		min-height: 44px;
		font-size: 16px;
	}

	.ModernContent button,
	.ModernContent input[type="submit"],
	.ModernContent input[type="button"],
	.ModernContent input[type="reset"],
	.ModernContent .ModernButton,
	.ModernContent .WikiReset {
		min-height: 44px;
	}

	#createaccount .ModernTable label,
	#createaccount .ModernPanel > label {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

	#createaccount input[type="radio"],
	#createaccount input[type="checkbox"] {
		width: 18px;
		height: 18px;
	}

	.AuthCheckRow {
		align-items: center;
		min-height: 44px;
	}

	.AuthCheckRow input[type="checkbox"] {
		width: 18px;
		height: 18px;
		margin-top: 0;
	}

	#ContentHelper #characterName,
	#ContentHelper #character_name,
	#ContentHelper #info_rlname,
	#ContentHelper #info_location,
	#ContentHelper #delete_name,
	#ContentHelper .CharacterProfileSearch input,
	#ContentHelper .ValuableDropsSearchField input[type="search"],
	#ContentHelper .ValuableDropsFilterField select,
	#ContentHelper .WikiSearch input[type="search"],
	#ContentHelper .WikiSearch select {
		min-height: 44px;
		font-size: 16px;
	}

	#ContentHelper .WikiSearch button,
	#ContentHelper .WikiEntityButton,
	#ContentHelper .WikiMonsterTable .WikiEntityButton {
		min-height: 44px;
	}
}

/* Guide hubs keep the sidebar concise while preserving every direct page. */
.HubPage {
	display: grid;
	gap: 14px;
}

.HubPage > .ModernHero,
.HubPage > .ModernSection {
	margin: 0;
}

.HubGrid,
.HubGuideGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.HubCard,
.HubGuideCard {
	min-width: 0;
	border: 1px solid #c4a675;
	border-radius: var(--sol-radius-outer, 6px);
	background: #fff9ed;
	box-shadow: 0 3px 10px rgba(73, 45, 19, .08);
}

.HubCard {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	gap: 12px;
	padding: 16px;
}

.HubCardHeader {
	display: grid;
	gap: 3px;
}

.HubCard h3 {
	margin: 0;
	color: #5d3416;
	font-size: 21px;
}

.HubCard p,
.HubGuideCard p,
.HubCallout p {
	margin: 0;
	color: #654a31;
	line-height: 1.55;
}

.HubEyebrow {
	color: #8b571f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.HubTagList {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-content: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.HubTagList li {
	padding: 5px 7px;
	border: 1px solid #d2b27d;
	border-radius: var(--sol-radius-inner, 4px);
	background: #f5e5c8;
	color: #65421f;
	font-size: 11px;
	font-weight: 800;
}

.HubCardAction {
	align-self: end;
	justify-self: start;
}

.HubSection {
	display: grid;
	gap: 0;
}

.HubGuideCard {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 7px;
	min-height: 164px;
	padding: 14px;
	color: inherit;
	text-decoration: none;
	transition: border-color .12s ease, background-color .12s ease, transform .12s ease;
}

.HubGuideCard strong {
	color: #5d3416;
	font-size: 17px;
}

.HubGuideCard:hover {
	border-color: #916027;
	background: #fff4dd;
	transform: translateY(-1px);
}

.HubGuideAction {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #31595d;
	font-size: 12px;
	font-weight: 900;
}

.HubGuideAction::after {
	content: "\2192";
	margin-left: 6px;
}

.HubCalloutRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

@media (max-width: 640px) {
	.HubGrid,
	.HubGuideGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.HubCard {
		padding: 14px;
	}

	.HubCardAction {
		width: 100%;
	}

	.HubCalloutRow {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Shared UX foundation: standards-mode sizing, hierarchy, focus, and responsive data. */
:root {
	--sol-control-height: 40px;
	--sol-touch-target: 44px;
	--sol-space-1: 4px;
	--sol-space-2: 8px;
	--sol-space-3: 12px;
	--sol-space-4: 16px;
	--sol-radius-outer: 8px;
	--sol-radius-inner: 6px;
	--sol-focus-inner: #fff7e3;
	--sol-focus-outer: #205b65;
	--sol-primary-border: #8d5b22;
	--sol-primary-start: #ffe5ad;
	--sol-primary-end: #d79a45;
	--sol-secondary-border: #a9804d;
	--sol-secondary-surface: #fffaf0;
	--sol-secondary-text: #4f3018;
	--sol-danger-border: #71352e;
	--sol-danger-surface: #8d3c32;
	--sol-danger-text: #fff4e5;
}

.ModernSkipLink {
	position: fixed;
	top: var(--sol-space-2);
	left: var(--sol-space-2);
	z-index: 20000;
	min-height: var(--sol-touch-target);
	padding: 11px 14px;
	border: 2px solid #fff7e3;
	border-radius: var(--sol-radius-inner);
	background: #153d43;
	box-shadow: 0 0 0 3px #101417;
	color: #fff7e3;
	font: 800 14px/1.25 Inter, "Segoe UI", Arial, sans-serif;
	text-decoration: none;
	transform: translateY(calc(-100% - 16px));
	transition: transform .12s ease-out;
}

.ModernSkipLink:focus,
.ModernSkipLink:focus-visible {
	color: #fff7e3;
	outline: 0;
	transform: translateY(0);
}

.ModernSiteHeader,
.ModernSiteHero,
.ModernAccountPanel,
.ModernMenu,
.ModernContentPanel,
.ModernWidget,
.ModernStatusWidget,
.ModernFooter {
	border-radius: var(--sol-radius-outer);
}

.ModernShell .ModernButton,
.ModernShell button,
.ModernShell input[type="submit"],
.ModernShell input[type="button"],
.ModernShell input[type="reset"] {
	min-height: var(--sol-control-height);
	border-radius: var(--sol-radius-inner);
}

.ModernTopNav a,
.ModernMenuLinks a {
	display: flex;
	align-items: center;
	min-height: var(--sol-control-height);
}

.ModernTopNav a[aria-current="page"],
.ModernMenuLinks a[aria-current="page"] {
	border-color: rgba(237, 198, 126, .4);
	background: rgba(237, 198, 126, .14);
	color: #fff4d8;
}

.ModernShell :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 2px solid var(--sol-focus-inner) !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 5px var(--sol-focus-outer) !important;
}

.CookieConsent :where(a, button):focus-visible {
	outline: 2px solid var(--sol-focus-inner) !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 5px var(--sol-focus-outer) !important;
}

.ModernContent .ModernButton:not(.ModernButtonPrimary):not(.ModernButtonDanger),
.ModernContent .ModernButtonSecondary {
	border-color: var(--sol-secondary-border);
	background: var(--sol-secondary-surface);
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(80, 45, 19, .1);
	color: var(--sol-secondary-text) !important;
}

.ModernContent .ModernButton:not(.ModernButtonPrimary):not(.ModernButtonDanger):hover,
.ModernContent .ModernButtonSecondary:hover {
	border-color: #785126;
	background: #f3e2c3;
	color: #321a08 !important;
}

.ModernContent .ModernButtonGhost {
	border-color: #a8895d;
	background: transparent;
	box-shadow: none;
	color: #5b3b20 !important;
}

.ModernContent .ModernButtonGhost:hover {
	background: #f3e5ca;
}

.ModernContent .ModernButtonPrimary {
	border-color: var(--sol-primary-border);
	background: linear-gradient(180deg, var(--sol-primary-start), var(--sol-primary-end));
	color: #321a08 !important;
}

.ModernContent .ModernButtonDanger,
.ModernContent button.ModernButtonDanger,
.ModernContent input.ModernButtonDanger,
.ModernContent .ForumButton.ForumButtonDanger {
	border-color: var(--sol-danger-border);
	background: var(--sol-danger-surface);
	color: var(--sol-danger-text) !important;
}

.ModernContent .ModernButtonDanger:hover,
.ModernContent button.ModernButtonDanger:hover,
.ModernContent input.ModernButtonDanger:hover,
.ModernContent .ForumButton.ForumButtonDanger:hover {
	border-color: #5c2924;
	background: #a94c40;
	color: #fff !important;
}

.ModernContainer > .ModernFooter {
	margin-top: 14px;
}

.CookieConsent .ModernButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--sol-touch-target);
	padding: 8px 11px;
	border-radius: var(--sol-radius-inner);
	font: 800 13px/1.2 Inter, "Segoe UI", Arial, sans-serif;
	text-decoration: none;
}

.CookieConsent .ModernButtonGhost {
	border-color: rgba(237, 198, 126, .48);
	background: transparent;
	color: #f8ebcf;
}

.CookieConsent .ModernButtonPrimary {
	border-color: #d9a957;
	background: linear-gradient(180deg, #d8a34f, #925f25);
	color: #1d1208;
}

/*
 * Source order keeps the main content first for keyboard and screen-reader users.
 * Explicit grid placement also keeps the streamed main content in its final column
 * before the later sidebar markup has arrived, preventing a visible page jump.
 */
#MenuColumn.ModernSidebar {
	order: 1;
	grid-column: 1;
	grid-row: 1;
}

#ContentColumn.ModernMain {
	order: 2;
	grid-column: 2;
	grid-row: 1;
}

#ThemeboxesColumn.ModernAside {
	order: 3;
	grid-column: 3;
	grid-row: 1;
}

@media (max-width: 1180px) {
	#ThemeboxesColumn.ModernAside {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

@media (max-width: 900px) {
	#ContentColumn.ModernMain {
		order: 1;
		grid-column: 1;
		grid-row: 1;
	}

	#MenuColumn.ModernSidebar {
		order: 2;
		grid-column: 1;
		grid-row: 2;
	}

	#ThemeboxesColumn.ModernAside {
		order: 3;
		grid-column: 1;
		grid-row: 3;
	}
}

.ModernTableScroller.has-horizontal-overflow {
	max-width: 100%;
	overflow-x: auto !important;
	overscroll-behavior-inline: contain;
	scrollbar-color: #9b7040 #ead8b9;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

table.ModernTableScroller--table.has-horizontal-overflow {
	display: block;
	width: 100% !important;
}

.ModernTableScroller.has-horizontal-overflow.is-scroll-start:not(.is-scroll-end) {
	box-shadow: inset -14px 0 10px -12px rgba(65, 40, 20, .72);
}

.ModernTableScroller.has-horizontal-overflow:not(.is-scroll-start):not(.is-scroll-end) {
	box-shadow: inset 14px 0 10px -12px rgba(65, 40, 20, .72), inset -14px 0 10px -12px rgba(65, 40, 20, .72);
}

.ModernTableScroller.has-horizontal-overflow.is-scroll-end:not(.is-scroll-start) {
	box-shadow: inset 14px 0 10px -12px rgba(65, 40, 20, .72);
}

.ModernErrorState {
	display: grid;
	justify-items: start;
	gap: var(--sol-space-2);
	max-width: 680px;
	margin: 0 auto;
	padding: clamp(20px, 5vw, 42px);
	border: 1px solid #c4a675;
	border-radius: var(--sol-radius-outer);
	background: #fffaf0;
}

.ModernErrorCode {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #31595d;
	color: #fff5db;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
}

.ModernErrorState h2,
.ModernErrorState p {
	margin: 0;
}

.ModernErrorState h2 {
	color: #5d3416;
	font-size: clamp(22px, 4vw, 30px);
	line-height: 1.2;
}

.ModernErrorPath {
	max-width: 100%;
	padding: 7px 9px;
	border: 1px solid #d6bc92;
	border-radius: var(--sol-radius-inner);
	background: #f2e3c8;
	overflow-wrap: anywhere;
}

.ModernErrorPath code {
	white-space: normal;
}

.ShopUnavailable {
	max-width: 860px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #9f7f55;
	border-radius: var(--sol-radius-outer);
	background: #fffaf0;
	box-shadow: 0 14px 32px rgba(17, 24, 23, .18);
}

.ShopUnavailableHero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(16px, 3vw, 24px);
	padding: clamp(24px, 4vw, 36px);
	border-bottom: 3px solid #c49455;
	background: #172526;
	color: #fff3d8;
}

.ShopUnavailableIcon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border: 1px solid rgba(223, 174, 90, .72);
	border-radius: 16px;
	background: rgba(203, 148, 61, .12);
	color: #efbd69;
}

.ShopUnavailableIcon svg {
	width: 36px;
	height: 36px;
}

.ShopUnavailableIntro {
	min-width: 0;
}

.ShopUnavailableEyebrow {
	display: block;
	margin-bottom: 7px;
	color: #efbd69;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ShopUnavailableHero h2,
.ShopUnavailableHero p,
.ShopUnavailableBody h3,
.ShopUnavailableBody p {
	margin: 0;
}

.ShopUnavailableHero h2 {
	max-width: 610px;
	font-size: clamp(25px, 4vw, 36px);
	line-height: 1.12;
}

.ShopUnavailableHero p {
	margin-top: 9px;
	color: #c9d0c7;
	font-size: 15px;
	line-height: 1.5;
}

.ShopUnavailableBadge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(223, 174, 90, .58);
	border-radius: 999px;
	background: rgba(203, 148, 61, .12);
	color: #f5cb83;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ShopUnavailableBadge::before {
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #efbd69;
	box-shadow: 0 0 0 3px rgba(239, 189, 105, .12);
	content: "";
}

.ShopUnavailableBody {
	padding: clamp(24px, 4vw, 38px);
}

.ShopUnavailableBody h3 {
	color: #28575a;
	font-size: clamp(20px, 3vw, 25px);
	line-height: 1.25;
}

.ShopUnavailableBody p {
	max-width: 680px;
	margin-top: 10px;
	color: #5d4935;
	font-size: 15px;
	line-height: 1.65;
}

.ShopUnavailableActions {
	margin-top: 24px;
}

@media (max-width: 640px) {
	.ShopUnavailableHero {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.ShopUnavailableIcon {
		width: 54px;
		height: 54px;
		border-radius: 13px;
	}

	.ShopUnavailableIcon svg {
		width: 30px;
		height: 30px;
	}

	.ShopUnavailableBadge {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.ShopUnavailableActions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ShopUnavailableActions .ModernButton {
		width: 100%;
	}
}

.ModernFeedbackLegacy {
	padding: 10px 12px;
	border: 1px solid #b79662;
	border-radius: var(--sol-radius-inner);
	background: #fff8e9;
	color: #4f3018;
}

.ModernFeedbackLegacy.error,
.ModernFeedbackLegacy.warning {
	border-color: #a8574c;
	background: #f8e6df;
	color: #722d27;
}

.ModernFeedbackLegacy.success {
	border-color: #5f8d68;
	background: #e7f2e6;
	color: #275d35;
}

/* Compact retained-content feedback for asynchronous result pages. */
.WikiAsyncFeedback,
.AsyncInlineFeedback {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
	justify-content: space-between;
	margin: var(--sol-space-2) 0;
	padding: 9px 11px;
	border: 1px solid #a8574c;
	border-radius: var(--sol-radius-inner);
	background: #f8e6df;
	color: #722d27;
	font-weight: 700;
}

.WikiAsyncFeedback[hidden],
.AsyncInlineFeedback[hidden] {
	display: none !important;
}

.WikiAsyncFeedback .ModernButton,
.AsyncInlineFeedback .ModernButton {
	flex: 0 0 auto;
}

.WikiPage [aria-busy="true"],
.ValuableDropsPage [aria-busy="true"],
.AsyncResults[aria-busy="true"] {
	cursor: progress;
	opacity: .72;
	transition: opacity .12s ease-out;
}

/* Shared guild and forum semantic hooks. */
.ForumPage,
.ForumForm,
.ForumThreadList,
.ForumPostList {
	display: grid;
	gap: var(--sol-space-3);
	min-width: 0;
}

.ForumBreadcrumbs,
.ForumPagination,
.RarityPagination,
.ForumActions,
.ForumInlineActions,
.GuildInlineActions,
.GuildNicknameForm {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
}

.ForumBreadcrumbs {
	color: #74543a;
	font-size: 12px;
}

.ForumBreadcrumbs ol,
.ForumPagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-1) var(--sol-space-2);
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ForumPagination a,
.ForumPagination button,
.ForumPagination [aria-current="page"],
.RarityPagination a,
.RarityPagination strong,
.ForumActions .ForumButton,
.ForumInlineActions .ForumButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--sol-control-height);
	padding: 7px 10px;
	border-radius: var(--sol-radius-inner);
}

.ForumPagination [aria-current="page"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--sol-control-height);
	min-height: var(--sol-control-height);
	padding: 7px 10px;
	border-radius: var(--sol-radius-inner);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ModernContent .ForumButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--sol-control-height);
	padding: 7px 10px;
	border: 1px solid var(--sol-primary-border);
	border-radius: var(--sol-radius-inner);
	background: linear-gradient(180deg, var(--sol-primary-start), var(--sol-primary-end));
	color: #321a08 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.ModernContent .ForumButton:hover {
	border-color: #704316;
	background: linear-gradient(180deg, #fff0ca, #e0a64c);
	color: #241104 !important;
	text-decoration: none;
}

.ModernContent .ForumButtonSecondary {
	border-color: var(--sol-secondary-border);
	background: var(--sol-secondary-surface);
	color: var(--sol-secondary-text) !important;
}

.ModernContent .ForumButtonSecondary:hover {
	border-color: #785126;
	background: #f3e2c3;
	color: #321a08 !important;
}

.ModernContent .ForumButton img {
	flex: 0 0 auto;
	max-width: 16px;
	max-height: 16px;
	margin-right: 5px;
}

.RarityPagination {
	justify-content: center;
	margin-top: var(--sol-space-3);
}

.RarityPagination a,
.RarityPagination strong {
	min-width: var(--sol-control-height);
	border: 1px solid #c4a675;
	background: #fffaf0;
	text-decoration: none;
}

.RarityPagination [aria-current="page"],
.RarityPagination strong {
	border-color: #31595d;
	background: #31595d;
	color: #fff5db;
}

.ForumField {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.ForumField > label,
.ForumField > legend {
	color: #5d3416;
	font-size: 12px;
	font-weight: 800;
}

.ForumField input:not([type="checkbox"]):not([type="radio"]),
.ForumField select,
.ForumField textarea {
	width: 100%;
	max-width: none;
	min-height: var(--sol-control-height);
	padding: 8px 9px;
	border: 1px solid #b78b54;
	border-radius: 2px;
	background: #fffdf7;
	color: #342419;
	font: inherit;
}

.ForumField textarea {
	min-height: 150px;
	resize: vertical;
}

.ForumFieldHelp {
	color: #74543a;
	font-size: 12px;
	line-height: 1.4;
}

.ForumOptions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	margin: 0;
	padding: 0;
	border: 0;
}

.ForumOptions label {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	min-height: var(--sol-control-height);
}

.ForumThreadRow,
.ForumPost {
	min-width: 0;
	border: 1px solid #c4a675;
	border-radius: var(--sol-radius-outer);
	background: #fffaf0;
	overflow: hidden;
}

.ForumThreadRow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(100px, auto) minmax(150px, 210px);
	gap: var(--sol-space-3);
	align-items: center;
	padding: var(--sol-space-3);
}

.ForumThreadMain,
.ForumThreadLastPost,
.ForumThreadStats,
.ForumRecentPost,
.ForumThreadSummary,
.ForumFormGrid,
.ForumMessageField {
	min-width: 0;
}

.ForumThreadMain h3,
.ForumRecentPost h3 {
	margin: 0 0 5px;
	color: #5d3416;
}

.ForumThreadMain p {
	margin: 0 0 5px;
}

.ForumThreadByline,
.ForumThreadLastPost,
.ForumThreadStats,
.ForumThreadSummary {
	color: #74543a;
	font-size: 12px;
}

.ForumThreadStats,
.ForumThreadSummary {
	display: grid;
	gap: 5px;
	margin: 0;
}

.ForumThreadStats > div,
.ForumThreadSummary > div {
	display: flex;
	gap: 7px;
	justify-content: space-between;
}

.ForumThreadStats dt,
.ForumThreadStats dd,
.ForumThreadSummary dt,
.ForumThreadSummary dd {
	margin: 0;
}

.ForumThreadStats dd,
.ForumThreadSummary dd {
	color: #4f3018;
	font-weight: 800;
	text-align: right;
}

.ForumThreadLastPost {
	display: grid;
	gap: 3px;
}

.ForumPost {
	display: grid;
	grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
}

.ForumPostAuthor,
.ForumPostBody {
	min-width: 0;
	padding: var(--sol-space-3);
}

.ForumPostAuthor {
	border-right: 1px solid #dbc49e;
	background: #f2e3c8;
}

.ForumPostBody {
	overflow-wrap: anywhere;
}

.ForumPostMeta {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
	justify-content: space-between;
	padding: 9px var(--sol-space-3);
	border-top: 1px solid #dbc49e;
	background: #f8edd9;
	color: #74543a;
	font-size: 12px;
}

.ForumFormGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sol-space-3);
}

.ForumMessageField,
.ForumFormGrid > .ForumOptions {
	grid-column: 1 / -1;
}

.ForumInlineForm {
	display: inline-flex;
	margin: 0;
}

.ForumRecentPosts {
	display: grid;
	gap: var(--sol-space-2);
}

.ForumRecentPost {
	padding: var(--sol-space-3);
	border: 1px solid #d6bc92;
	border-radius: var(--sol-radius-inner);
	background: #fffaf0;
	overflow-wrap: anywhere;
}

.ForumRecentPost > div {
	max-height: 240px;
	overflow: auto;
}

.GuildDangerConfirm {
	display: grid;
	gap: var(--sol-space-2);
	padding: var(--sol-space-3);
	border: 1px solid #a8574c;
	border-radius: var(--sol-radius-inner);
	background: #f8e6df;
	color: #722d27;
}

.GuildNicknameForm label {
	font-size: 12px;
	font-weight: 800;
}

.GuildBackActions,
.GuildInlineActions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
}

.GuildRanksTable {
	width: 100%;
	min-width: 540px;
}

.GuildRanksTable input[type="radio"] {
	width: 20px;
	height: 20px;
}

.GuildMemberDangerAction {
	min-height: var(--sol-touch-target);
	margin-top: 6px;
}

.ForumImageDialog {
	width: min(920px, calc(100vw - 24px));
	max-width: 100%;
	max-height: calc(100vh - 24px);
	padding: var(--sol-space-3);
	border: 1px solid #d3ad68;
	border-radius: var(--sol-radius-outer);
	background: #111719;
	color: #fff4dc;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .58);
}

.ForumImageDialog::backdrop {
	background: rgba(5, 8, 9, .82);
}

.ForumImageDialogHeader {
	display: flex;
	gap: var(--sol-space-3);
	align-items: center;
	justify-content: space-between;
	padding-bottom: var(--sol-space-2);
	border-bottom: 1px solid rgba(218, 184, 122, .24);
}

.ForumImageDialogHeader h2 {
	margin: 0;
	color: #fff4dc;
	font-size: 18px;
}

.ForumImageDialog .ForumImageDialogClose {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--sol-touch-target);
	min-height: var(--sol-touch-target);
	padding: 7px 10px;
	border: 1px solid rgba(237, 198, 126, .48);
	border-radius: var(--sol-radius-inner);
	background: transparent;
	color: #fff4dc !important;
	font-weight: 800;
	cursor: pointer;
}

.ForumImageDialog .ForumImageDialogClose:hover {
	background: rgba(237, 198, 126, .12);
}

.ForumImageDialogBody {
	min-width: 0;
	padding-top: var(--sol-space-3);
	overflow: auto;
}

.ForumImageDialog img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 110px);
	margin: 0 auto;
	object-fit: contain;
}

.ForumPostBody img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 700px) {
	:root {
		--sol-control-height: var(--sol-touch-target);
	}

	.ModernShell .ModernNavToggle,
	.ModernMobileMenuClose,
	.ModernTopNav a,
	.ModernMenuLinks a,
	.ModernHeroActions .ModernButton,
	.ModernAccountActions .ModernButton,
	.ForumPagination a,
	.ForumPagination button,
	.RarityPagination a,
	.RarityPagination strong,
	.ForumActions .ForumButton,
	.ForumInlineActions .ForumButton {
		min-width: var(--sol-touch-target);
		min-height: var(--sol-touch-target);
	}

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

	.ModernFooterLinks {
		justify-self: start;
		justify-content: flex-start;
	}

	.ModernFooterCredit {
		grid-column: 1;
	}

	.ForumThreadRow,
	.ForumPost {
		grid-template-columns: minmax(0, 1fr);
	}

	.ForumThreadStats,
	.ForumThreadLastPost {
		padding-top: var(--sol-space-2);
		border-top: 1px solid #dbc49e;
	}

	.ForumPostAuthor {
		border-right: 0;
		border-bottom: 1px solid #dbc49e;
	}

	.ForumFormGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ForumMessageField,
	.ForumFormGrid > .ForumOptions {
		grid-column: 1;
	}

	.ForumPostMeta {
		align-items: stretch;
		flex-direction: column;
	}

	.GuildNicknameForm {
		align-items: stretch;
		flex-direction: column;
	}

	table.GuildMembersTable,
	table.GuildInvitesTable {
		display: block;
		width: 100%;
		border: 0;
		background: transparent;
		overflow: visible;
	}

	.GuildMembersTable thead,
	.GuildInvitesTable thead {
		display: none;
	}

	.GuildMembersTable tbody,
	.GuildInvitesTable tbody {
		display: grid;
		gap: var(--sol-space-2);
	}

	.GuildMembersTable tbody tr,
	.GuildInvitesTable tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border: 1px solid #c4a675;
		border-radius: var(--sol-radius-inner);
		background: #fffaf0;
		overflow: hidden;
	}

	.GuildMembersTable tbody td,
	.GuildInvitesTable tbody td {
		display: grid;
		gap: 3px;
		min-width: 0;
		padding: 9px;
		border: 0;
		overflow-wrap: anywhere;
	}

	.GuildMembersTable tbody td::before,
	.GuildInvitesTable tbody td::before {
		content: attr(data-label);
		color: #806044;
		font-size: 9px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.GuildMembersTable .GuildInlineActions,
	.GuildInvitesTable .GuildInlineActions {
		grid-column: 1 / -1;
	}

	.GuildMembersTable .GuildMemberIdentityCell {
		grid-column: 1 / -1;
	}

	.GuildMemberIdentityCell form,
	.GuildMemberIdentityCell .GuildNicknameForm,
	.GuildMemberIdentityCell input,
	.GuildMemberIdentityCell button {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.GuildMembersTable .GuildTableEmpty,
	.GuildInvitesTable .GuildTableEmpty {
		grid-column: 1 / -1;
		justify-items: center;
		text-align: center;
	}

	.GuildMembersTable .GuildTableEmpty::before,
	.GuildInvitesTable .GuildTableEmpty::before {
		display: none;
	}
}

/* Account and compact-filter enhancement hooks. */
.CountryPicker,
.HouseSearchForm,
.RaritySearchField {
	display: grid;
	gap: var(--sol-space-2);
	min-width: 0;
}

.CountryPickerSearch,
.CountryPickerSearch input,
.RaritySearchField input,
.HouseSearchForm input:not([type="radio"]):not([type="checkbox"]),
.HouseSearchForm select {
	width: 100%;
	max-width: none;
	min-height: var(--sol-touch-target);
}

.CountryPicker select[size] {
	min-height: 176px;
	max-height: 260px;
	overflow-y: auto;
}

.AuthChoiceFieldset,
.HouseSearchGroup,
.CompactChoiceGroup,
.MarketCurrencyChoices,
.ValuableSourceChoices {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.AuthChoiceFieldset > legend,
.HouseSearchGroup > legend,
.CompactChoiceGroup > legend,
.MarketCurrencyChoices > legend,
.ValuableSourceChoices > legend {
	margin-bottom: 6px;
	color: #5d3416;
	font-size: 12px;
	font-weight: 800;
}

.HouseSearchGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sol-space-3);
}

.HouseChoiceList,
.HouseChoiceListCompact,
.CompactChoiceGroup,
.MarketCurrencyChoices,
.ValuableSourceChoices {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
}

.HouseChoiceList label,
.HouseChoiceListCompact label,
.CompactChoiceGroup label,
.MarketCurrencyChoices label,
.ValuableSourceChoices label,
.AuthChoiceFieldset label {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	min-height: var(--sol-touch-target);
	padding: 7px 10px;
	border: 1px solid #c4a675;
	border-radius: var(--sol-radius-inner);
	background: #fffaf0;
	cursor: pointer;
}

.HouseChoiceList label:has(input:checked),
.HouseChoiceListCompact label:has(input:checked),
.CompactChoiceGroup label:has(input:checked),
.MarketCurrencyChoices label:has(input:checked),
.ValuableSourceChoices label:has(input:checked),
.AuthChoiceFieldset label:has(input:checked) {
	border-color: #31595d;
	background: #e4efeb;
	box-shadow: inset 0 0 0 1px #31595d;
}

.HouseChoiceList input,
.HouseChoiceListCompact input,
.CompactChoiceGroup input,
.MarketCurrencyChoices input,
.ValuableSourceChoices input,
.AuthChoiceFieldset input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
}

.AccountCharacterAction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--sol-touch-target);
	min-height: var(--sol-touch-target);
	padding: 7px 9px;
}

.HouseResultsTable {
	width: 100%;
}

.AsyncUpdateStatus,
.AsyncUpdateError {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sol-space-2);
	align-items: center;
	justify-content: space-between;
	min-height: var(--sol-control-height);
	margin: var(--sol-space-2) 0;
	padding: 8px 10px;
	border-radius: var(--sol-radius-inner);
}

.AsyncUpdateStatus {
	border: 1px solid #789498;
	background: #e8f0ed;
	color: #294f54;
}

.AsyncUpdateError {
	border: 1px solid #a8574c;
	background: #f8e6df;
	color: #722d27;
	font-weight: 700;
}

.AsyncUpdateStatus[hidden],
.AsyncUpdateError[hidden] {
	display: none !important;
}

.AsyncUpdateStatus:empty {
	display: block;
	min-height: 1.4em;
	margin: var(--sol-space-1) 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.AsyncUpdateStatus:not(:empty) {
	display: flex;
	min-height: var(--sol-control-height);
	padding: 8px 10px;
	border: 1px solid #789498;
	background: #e8f0ed;
}

.ValuableDropsResults[aria-busy="true"],
.MarketResults[aria-busy="true"],
.HouseResults[aria-busy="true"] {
	cursor: progress;
	opacity: .72;
	transition: opacity .12s ease-out;
}

.ModernContent .MarketPage > .MarketSearch {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--sol-space-2);
	align-items: end;
	padding: 10px;
	border: 1px solid #c4a675;
	border-radius: var(--sol-radius-outer);
	background: #fff9ed;
}

.MarketPage > .MarketSearch > input[type="search"] {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	min-height: var(--sol-touch-target);
}

.MarketPage > .MarketSearch > .WikiReset {
	min-height: var(--sol-touch-target);
	white-space: nowrap;
}

#MarketResultsRegion {
	transition: opacity .12s ease-out;
}

#MarketResultsRegion[aria-busy="true"] {
	opacity: .58;
	pointer-events: none;
}

@media (max-width: 900px) {
	.ModernContent .MarketPage > .MarketSearch {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.MarketPage > .MarketSearch > input[type="search"] {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.HouseSearchGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.HouseChoiceList,
	.HouseChoiceListCompact,
	.CompactChoiceGroup,
	.MarketCurrencyChoices,
	.ValuableSourceChoices {
		align-items: stretch;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.HouseChoiceList label,
	.HouseChoiceListCompact label,
	.CompactChoiceGroup label,
	.MarketCurrencyChoices label,
	.ValuableSourceChoices label {
		width: 100%;
	}

	.ModernContent .MarketPage > .MarketSearch {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.MarketPage > .MarketSearch > .WikiReset {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.HouseChoiceList,
	.HouseChoiceListCompact,
	.CompactChoiceGroup,
	.MarketCurrencyChoices,
	.ValuableSourceChoices {
		grid-template-columns: minmax(0, 1fr);
	}

	.ModernContent .MarketPage > .MarketSearch {
		grid-template-columns: minmax(0, 1fr);
	}

	.MarketPage > .MarketSearch > input[type="search"],
	.MarketPage > .MarketSearch > .MarketCurrencyChoices {
		grid-column: 1;
	}
}

@media (max-width: 700px) {
	.ModernTabs a,
	.WikiPagination a,
	.DataPager a,
	.WeekendEventsMonthButton,
	.ForgePaginationPages a,
	.ForgePaginationPages strong,
	.ForumBreadcrumbs a,
	#ContentHelper .CharacterCopyButton {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: var(--sol-touch-target);
		min-height: var(--sol-touch-target);
		padding: 8px 10px;
	}
}

/* Responsive shell alignment: neutralize the legacy Tibia menu offsets below desktop. */
@media (max-width: 900px) {
	#MenuColumn > .ModernAccountPanel,
	#MenuColumn > .ModernMenu {
		left: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	#MenuColumn.ModernSidebar {
		top: var(--sol-space-2);
		right: var(--sol-space-2);
		bottom: var(--sol-space-2);
		left: var(--sol-space-2);
		width: auto;
		max-width: none;
		max-height: calc(100vh - 16px);
		max-height: calc(100dvh - 16px);
		min-height: 0;
		padding: 0;
		gap: var(--sol-space-3);
		grid-template-rows: auto minmax(0, 1fr) auto;
		align-content: stretch;
		border-radius: var(--sol-radius-outer);
		overflow: hidden;
		overscroll-behavior: contain;
	}

	#MenuColumn .ModernMobileMenuHeader {
		top: 0;
	}

	#MenuColumn > .ModernMenu {
		min-height: 0;
		max-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-gutter: stable;
		padding-bottom: env(safe-area-inset-bottom, 0);
	}
}

/* Server handbook pages: shared Solteria hierarchy for status, spells, and commands. */
.ServerInfoGrid,
.ServerInfoRateGrid {
	display: grid;
	gap: 12px;
	align-items: start;
}

.ServerInfoGrid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ServerInfoRateGrid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 14px;
}

.ServerInfoGrid > .ModernSection,
.ServerInfoRateGrid > .ModernSection {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-direction: column;
}

.ServerInfoGrid > .ModernSection > .ServerInfoPanel,
.ServerInfoRateGrid > .ModernSection > .ServerInfoPanel {
	flex: 0 0 auto;
}

.ServerInfoPanel {
	padding: 0;
	overflow: hidden;
}

.ServerInfoTable {
	border: 0;
	font-size: 13px;
}

.ServerInfoTable th[scope="row"] {
	width: 42%;
	background: #f1e2c2;
	color: #5d4127;
	font-weight: 800;
	text-align: left;
}

.ServerInfoTable th,
.ServerInfoTable td {
	padding: 9px 10px;
}

.ServerInfoTable thead th {
	white-space: nowrap;
}

.ServerInfoRateTable th:last-child,
.ServerInfoRateTable td:last-child {
	width: 34%;
	text-align: center;
}

.ServerInfoNote {
	display: block;
	margin-top: 2px;
	color: #76583a;
	font-size: 11px;
}

.ServerInfoTableWrap,
.SpellsTableWrap,
.CommandsContent {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.ServerInfoRegenTable {
	min-width: 520px;
}

.ServerInfoNotice {
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid #c4a675;
	border-left: 4px solid #bd8431;
	border-radius: var(--sol-radius-inner, 4px);
	background: #fff5df;
	line-height: 1.5;
}

.ServerInfoNotice kbd,
.ServerInfoPage code {
	padding: 1px 5px;
	border: 1px solid #c4a675;
	border-radius: 3px;
	background: #f3e2c2;
	color: #4c301b;
	font-family: Consolas, "Courier New", monospace;
}

.ModernContent .SpellsPage .SpellsHero {
	border-radius: var(--sol-radius-outer, 8px);
	background: linear-gradient(180deg, #f4e5c7 0%, #e7cfa3 100%);
	padding: 14px 16px;
}

.ModernContent .SpellsPage .SpellsTabs {
	gap: 8px;
	margin: 0 0 12px;
}

.ModernContent .SpellsPage .SpellsTabs a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	box-sizing: border-box;
	padding: 7px 11px;
	border: 1px solid #a9804f;
	border-radius: var(--sol-radius-inner, 4px);
	background: #f1dfbd;
	color: #5d3416;
}

.ModernContent .SpellsPage .SpellsTabs a:hover,
.ModernContent .SpellsPage .SpellsTabs a.Active {
	border-color: #24484b;
	background: linear-gradient(180deg, #31595d, #20383c);
	color: #fff1cf !important;
}

.ModernContent .SpellsPage .SpellsToolbar,
.CommandsToolbar {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 10px;
	border-color: #9f7f55;
	background: #fff9ed;
}

.ModernContent .SpellsPage .SpellsToolbar label,
.CommandsToolbar label {
	margin: 0;
	color: #5d3416;
	font-weight: 800;
}

#ContentHelper .SpellsToolbar input[type="search"],
#ContentHelper .CommandsToolbar input[type="search"] {
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	padding: 9px 10px;
	border: 1px solid #8f7759;
	border-radius: 0;
	background: #fff;
	color: #3b2618;
	font: inherit;
}

.SpellsSearchHelp,
.SpellsSearchStatus,
.CommandsSearchHelp,
.CommandsSearchStatus {
	margin: 0;
	color: #76583a;
	font-size: 11px;
	line-height: 1.35;
}

.SpellsSearchStatus,
.CommandsSearchStatus {
	min-height: 15px;
}

.ModernContent .SpellsPage .ModernSection,
.CommandsPage .ModernSection {
	margin: 14px 0;
}

.ModernContent .SpellsPage .SpellsSectionTitle,
.ModernContent .SpellsPage .ModernSectionTitle {
	border-color: #24484b;
	background: linear-gradient(180deg, #31595d, #20383c);
	color: #fff1cf;
}

.SpellsVisibleCount,
.CommandsResultCount {
	float: right;
	font-size: 11px;
	font-weight: 700;
}

.ModernContent .SpellsPage .SpellsPanel {
	border-color: #9f7f55;
	background: #fff9ed;
	padding: 10px;
}

.ModernContent .SpellsPage .SpellsGroupList {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.ModernContent .SpellsPage .SpellsGroupList button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	border: 1px solid #a9804f;
	border-radius: var(--sol-radius-inner, 4px);
	background: linear-gradient(180deg, #ffe3ad, #dfa047);
	color: #3c250f;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	white-space: normal;
	cursor: pointer;
}

.ModernContent .SpellsPage .SpellsGroupList button:hover,
.ModernContent .SpellsPage .SpellsGroupList button[aria-pressed="true"] {
	border-color: #24484b;
	background: linear-gradient(180deg, #31595d, #20383c);
	color: #fff1cf;
}

.ModernContent .SpellsPage .SpellsGroupList button:hover span,
.ModernContent .SpellsPage .SpellsGroupList button[aria-pressed="true"] span {
	color: #f4d28b;
}

.SpellsGroupList button span {
	margin-left: 4px;
	color: #76583a;
	font-size: 11px;
}

.ModernContent .SpellsPage .SpellsTableWrap {
	border: 1px solid #7f5c35;
	background: #fffaf0;
}

.ModernContent .SpellsPage .SpellsTable {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border: 0;
	background: #fffaf0;
	font-size: 12px;
}

.ModernContent .SpellsPage .SpellsTable th,
.ModernContent .SpellsPage .SpellsTable td {
	width: auto;
	box-sizing: border-box;
	padding: 8px 7px;
	overflow-wrap: normal;
}

.ModernContent .SpellsPage .SpellsTable th {
	white-space: nowrap;
}

.ModernContent .SpellsPage .SpellsTable th:first-child,
.ModernContent .SpellsPage .SpellsTable td:first-child {
	width: 30%;
}

.ModernContent .SpellsPage .SpellsTable th:nth-child(2),
.ModernContent .SpellsPage .SpellsTable td:nth-child(2) {
	width: 21%;
}

.ModernContent .SpellsPage .SpellsTable th:nth-child(3),
.ModernContent .SpellsPage .SpellsTable td:nth-child(3) {
	width: 25%;
}

.ModernContent .SpellsPage .SpellsTable th:nth-child(4),
.ModernContent .SpellsPage .SpellsTable td:nth-child(4) {
	width: 15%;
}

.ModernContent .SpellsPage .SpellsTable th:last-child,
.ModernContent .SpellsPage .SpellsTable td:last-child {
	width: 9%;
}

@media (max-width: 720px) {
	.ModernContent .SpellsPage .SpellsTable {
		min-width: 0;
	}

	.WikiNpcMapLink {
		min-height: 44px;
	}
}

.ModernContent .SpellsPage .SpellsWords {
	white-space: normal;
	overflow-wrap: anywhere;
}

.ModernContent .SpellsPage tr.SpellsEmpty {
	display: table-row;
}

.ModernContent .SpellsPage tr.SpellsEmpty[hidden] {
	display: none;
}

.ModernContent .SpellsPage .SpellsEmpty td,
.ModernContent .SpellsPage td.SpellsEmpty {
	padding: 18px;
	text-align: center;
}

.CommandsPanel {
	padding: 0;
	overflow: hidden;
}

.CommandsContent table {
	width: 100% !important;
	min-width: 560px;
	border: 0 !important;
	border-collapse: collapse;
	background: #fffaf0;
}

.CommandsContent table > tbody > tr:first-child {
	display: none;
}

.CommandsContent td {
	padding: 10px !important;
	border: 1px solid #c4a675 !important;
	background: #fffaf0 !important;
	color: #3b2618 !important;
	line-height: 1.45;
	vertical-align: top;
}

.CommandsContent tr:nth-child(even) td {
	background: #f8edda !important;
}

.CommandsContent .CommandsHeaderRow td {
	background: linear-gradient(180deg, #31595d, #20383c) !important;
	color: #fff1cf !important;
	font-weight: 800;
}

.CommandsContent td:first-child {
	width: 34%;
	color: #5d3416 !important;
	font-family: Consolas, "Courier New", monospace;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.CommandsEmpty {
	margin: 0;
	padding: 18px;
	text-align: center;
}

@media (max-width: 900px) {
	.ServerInfoRateGrid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.ServerInfoGrid {
		grid-template-columns: 1fr;
	}

	.ModernContent .SpellsPage .SpellsTabs a,
	.ModernContent .SpellsPage .SpellsGroupList button {
		min-height: 44px;
	}

	.SpellsVisibleCount,
	.CommandsResultCount {
		float: none;
		margin-left: 6px;
	}
}

@media (max-width: 480px) {
	.ServerInfoTable th,
	.ServerInfoTable td,
	.CommandsContent td {
		padding: 8px !important;
	}

	.ServerInfoTable th[scope="row"] {
		width: 46%;
	}
}

/* Echo Raids: parchment guide interrupted by one crimson encounter field. */
.EchoRaidsPage {
	--echo-ink: #2d1d17;
	--echo-muted: #755a47;
	--echo-line: #c9aa78;
	--echo-paper: #fff9ed;
	--echo-crimson: #a3292f;
	--echo-crimson-dark: #4c0d16;
	--echo-normal-name: #66ccff;
	--echo-influenced-name: #d86bff;
	--echo-warden-name: #ffb547;
	display: grid;
	gap: 0;
	color: var(--echo-ink);
}

.EchoRaidHero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr);
	gap: 30px;
	min-height: 330px;
	padding: clamp(28px, 6vw, 58px);
	border: 1px solid #3d151a;
	background:
		radial-gradient(circle at 78% 48%, rgba(216, 54, 58, .25), transparent 27%),
		linear-gradient(118deg, #14090b 0%, #250b10 54%, #530e18 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 230, 192, .06), 0 12px 24px rgba(67, 22, 18, .13);
	overflow: hidden;
}

.EchoRaidHero::before,
.EchoRaidHero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.EchoRaidHero::before {
	inset: 0;
	background: repeating-linear-gradient(100deg, transparent 0 18px, rgba(255, 224, 185, .018) 19px 20px);
	mix-blend-mode: screen;
}

.EchoRaidHero::after {
	right: -70px;
	bottom: -125px;
	width: 380px;
	height: 260px;
	border: 1px solid rgba(231, 86, 78, .18);
	border-radius: 50%;
	transform: rotate(-12deg);
}

.EchoRaidHeroCopy {
	position: relative;
	z-index: 2;
	align-self: center;
	max-width: 580px;
	animation: EchoRaidCopyIn .55s ease-out both;
}

.EchoRaidEyebrow,
.EchoRaidSectionHeading > span,
.EchoRaidCommand > span {
	display: block;
	margin-bottom: 8px;
	color: #b22f34;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.EchoRaidHero .EchoRaidEyebrow,
.EchoRaidFooter .EchoRaidEyebrow {
	color: #ef8a7d;
}

.EchoRaidHero h2 {
	margin: 0 0 15px;
	color: #fff4db;
	font-size: clamp(36px, 7vw, 66px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: .95;
	text-shadow: 0 3px 20px rgba(0, 0, 0, .42);
}

.EchoRaidHero p {
	max-width: 540px;
	margin: 0;
	color: #e7d3b9;
	font-size: 15px;
	line-height: 1.65;
}

.EchoRaidHeroActions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 23px;
}

.EchoRaidPrimaryAction,
.EchoRaidTextAction {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-weight: 900;
	text-decoration: none;
	transition: transform .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease;
}

.EchoRaidPrimaryAction {
	padding: 10px 17px;
	border: 1px solid #e3655d;
	background: #a3292f;
	color: #fff8e9 !important;
}

.EchoRaidTextAction {
	gap: 7px;
	color: #f2c8a8 !important;
}

.EchoRaidPrimaryAction:hover,
.EchoRaidPrimaryAction:focus-visible,
.EchoRaidTextAction:hover,
.EchoRaidTextAction:focus-visible {
	transform: translateY(-2px);
}

.EchoRaidPrimaryAction:hover,
.EchoRaidPrimaryAction:focus-visible {
	background: #bb3439;
}

.EchoRaidMarkerStage {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	align-self: center;
}

.EchoRaidMarkerArt {
	position: relative;
	z-index: 2;
	display: block;
	width: clamp(128px, 18vw, 176px);
	line-height: 0;
	transform: translateX(-7.8%);
}

.EchoRaidMarkerStage img {
	display: block;
	width: 100%;
	height: auto;
	image-rendering: pixelated;
	filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .54)) drop-shadow(0 0 20px rgba(238, 47, 49, .6));
	animation: EchoRaidMarkerIn .65s cubic-bezier(.18, .85, .3, 1.18) both, EchoRaidMarkerHover 3.2s 1s ease-in-out infinite;
}

.EchoRaidPulse {
	position: absolute;
	width: 152px;
	height: 58px;
	bottom: 33px;
	border: 1px solid rgba(239, 77, 70, .66);
	border-radius: 50%;
	box-shadow: 0 0 32px rgba(205, 38, 43, .3), inset 0 0 26px rgba(205, 38, 43, .18);
	animation: EchoRaidPulse 2.4s ease-out infinite;
}

.EchoRaidTimer {
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 3;
	min-width: 66px;
	padding: 7px 10px;
	border: 1px solid rgba(247, 193, 151, .48);
	background: rgba(15, 6, 8, .82);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .28);
	color: #fff0d4;
	font: 900 15px/1 Consolas, "Courier New", monospace;
	letter-spacing: .08em;
	text-align: center;
	transform: translateX(-50%);
}

.EchoRaidMarkerName {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
	color: #e7b49d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
}

.EchoRaidConfigNotice {
	display: flex;
	gap: 8px 14px;
	align-items: baseline;
	padding: 12px 16px;
	border: 1px solid #c99b5d;
	border-top: 0;
	background: #fff0ce;
	color: #684220;
	line-height: 1.45;
}

.EchoRaidConfigNotice strong {
	color: #8e2728;
	white-space: nowrap;
}

.EchoRaidFlowSection,
.EchoRaidResonance,
.EchoRaidOutcomeSection,
.EchoRaidRewards,
.EchoRaidProgress {
	padding: clamp(30px, 5vw, 52px) clamp(18px, 5vw, 50px);
}

.EchoRaidFlowSection,
.EchoRaidRewards {
	scroll-margin-top: 24px;
}

.EchoRaidSectionHeading {
	max-width: 650px;
	margin-bottom: 27px;
}

.EchoRaidSectionHeading h3,
.EchoRaidExperience h3,
.EchoRaidMastery h3,
.EchoRaidWarden h3 {
	margin: 0;
	color: #4e2b1d;
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.08;
}

.EchoRaidSectionHeading p {
	margin: 10px 0 0;
	color: var(--echo-muted);
	line-height: 1.55;
}

.EchoRaidFlow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 4vw, 42px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.EchoRaidFlow::before {
	position: absolute;
	top: 22px;
	left: 22px;
	right: 22px;
	height: 1px;
	background: linear-gradient(90deg, var(--echo-crimson), #d0a875 70%, transparent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	animation: EchoRaidLineReveal .8s .25s ease-out forwards;
}

.EchoRaidFlow li {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.EchoRaidStepNumber {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
	border: 1px solid #a94b45;
	border-radius: 50%;
	background: var(--echo-paper);
	color: #94292e;
	font-size: 11px;
	font-weight: 900;
}

.EchoRaidFlow li strong {
	display: block;
	margin-bottom: 7px;
	color: #4e2b1d;
	font-size: 17px;
}

.EchoRaidFlow li p,
.EchoRaidFlowNote,
.EchoRaidRewardLead p,
.EchoRaidTableBlock p {
	margin: 0;
	color: var(--echo-muted);
	line-height: 1.58;
}

.EchoRaidSpawnTiers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 27px;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidSpawnTiers > div {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 14px clamp(10px, 2vw, 18px);
	text-align: center;
}

.EchoRaidSpawnTiers > div + div {
	border-left: 1px solid #dfc89f;
}

.EchoRaidSpawnTiers strong {
	color: var(--echo-crimson);
	font-size: 25px;
	line-height: 1;
}

.EchoRaidSpawnTiers span {
	color: var(--echo-muted);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.EchoRaidFlowNote {
	margin-top: 25px;
	padding-top: 17px;
	border-top: 1px solid var(--echo-line);
	font-size: 12px;
}

.EchoRaidExperience {
	display: grid;
	grid-template-columns: minmax(125px, .34fr) minmax(0, 1fr);
	gap: clamp(22px, 5vw, 48px);
	align-items: center;
	margin: 0 clamp(18px, 5vw, 50px);
	padding: clamp(23px, 4vw, 37px) 0;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidExperienceMark {
	color: #a3292f;
	font-size: clamp(68px, 13vw, 118px);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .8;
	text-align: center;
	text-shadow: 2px 2px 0 #e6c89e;
}

.EchoRaidExperience p {
	margin: 12px 0 0;
	color: var(--echo-muted);
	line-height: 1.62;
}

.EchoRaidExperience p strong {
	color: #94292e;
}

.EchoRaidResonance {
	border-bottom: 1px solid var(--echo-line);
	background: #2a1c19;
}

.EchoRaidResonance .EchoRaidSectionHeading h3 {
	color: #fff0d7;
}

.EchoRaidResonance .EchoRaidSectionHeading p {
	color: #cfbba4;
}

.EchoRaidResonanceList {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(231, 203, 165, .28);
	border-bottom: 1px solid rgba(231, 203, 165, .28);
}

.EchoRaidResonanceList article {
	min-width: 0;
	padding: 18px clamp(12px, 3vw, 24px);
}

.EchoRaidResonanceList article:nth-child(even) {
	border-left: 1px solid rgba(231, 203, 165, .22);
}

.EchoRaidResonanceList article:nth-child(n + 3) {
	border-top: 1px solid rgba(231, 203, 165, .22);
}

.EchoRaidResonanceList article > div {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
}

.EchoRaidResonanceList i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f17a6d;
	box-shadow: 0 0 0 4px rgba(241, 122, 109, .12);
}

.EchoRaidResonanceList .is-unstable i { background: var(--echo-influenced-name); }
.EchoRaidResonanceList .is-siphoning i { background: #70d0aa; }
.EchoRaidResonanceList .is-relentless i { background: var(--echo-warden-name); }

.EchoRaidResonanceList strong {
	color: #fff0d7;
	font-size: 16px;
}

.EchoRaidResonanceList span {
	color: #ef9b80;
	font-weight: 900;
}

.EchoRaidResonanceList p {
	margin: 8px 0 0 21px;
	color: #cdb9a3;
	line-height: 1.55;
}

.EchoRaidOutcomeSection {
	background: linear-gradient(180deg, rgba(238, 219, 182, .2), rgba(255, 250, 240, .72));
}

.EchoRaidOutcomeCompare {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 4vw, 42px);
}

.EchoRaidNameLegend {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0 8px;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidNameLegend > div {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 14px clamp(10px, 2vw, 18px);
}

.EchoRaidNameLegend > div + div {
	border-left: 1px solid #dfc89f;
}

.EchoRaidNameLegend i {
	width: 14px;
	height: 14px;
	border: 1px solid rgba(45, 29, 23, .75);
	border-radius: 50%;
	background: var(--echo-normal-name);
	box-shadow: 0 0 0 3px rgba(102, 204, 255, .18);
}

.EchoRaidNameLegend .is-influenced i {
	background: var(--echo-influenced-name);
	box-shadow: 0 0 0 3px rgba(216, 107, 255, .16);
}

.EchoRaidNameLegend .is-warden i {
	background: var(--echo-warden-name);
	box-shadow: 0 0 0 3px rgba(255, 181, 71, .18);
}

.EchoRaidNameLegend strong,
.EchoRaidNameLegend small {
	display: block;
}

.EchoRaidNameLegend strong {
	color: #4e2b1d;
}

.EchoRaidNameLegend small,
.EchoRaidNameLegendNote {
	color: var(--echo-muted);
	font-size: 11px;
}

.EchoRaidNameLegendNote {
	margin: 0 0 27px;
}

.EchoRaidOutcomeColumn {
	min-width: 0;
	padding-top: 13px;
	border-top: 3px solid #8c6643;
}

.EchoRaidOutcomeColumn.is-complete {
	border-color: #a3292f;
}

.EchoRaidOutcomeColumn h4,
.EchoRaidTableBlock h4 {
	margin: 0 0 19px;
	color: #543321;
	font-size: 16px;
}

.EchoRaidOutcomeRow {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 12px;
	margin-bottom: 18px;
	padding-bottom: 9px;
}

.EchoRaidOutcomeRow div strong,
.EchoRaidOutcomeRow div span {
	display: block;
}

.EchoRaidOutcomeRow div strong {
	color: #4e2b1d;
}

.EchoRaidOutcomeRow div span {
	margin-top: 3px;
	color: var(--echo-muted);
	font-size: 11px;
}

.EchoRaidOutcomeRow > span {
	color: #6c4a31;
	font-size: 18px;
	font-weight: 900;
}

.EchoRaidOutcomeRow i {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 3px;
	background: #e3d2b5;
	overflow: hidden;
}

.EchoRaidOutcomeRow i::before {
	display: block;
	width: var(--echo-share);
	height: 100%;
	background: var(--echo-normal-name);
	content: "";
}

.EchoRaidOutcomeRow.is-influenced i::before {
	background: var(--echo-influenced-name);
}

.EchoRaidOutcomeRow.is-warden i::before {
	background: var(--echo-warden-name);
}

.EchoRaidOutcomeRow.is-warden > span {
	color: #a3292f;
}

.EchoRaidIdentityGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidIdentityGrid article {
	min-width: 0;
	padding: 21px clamp(12px, 2.5vw, 22px);
	border-top: 4px solid var(--echo-normal-name);
}

.EchoRaidIdentityGrid article + article {
	border-left: 1px solid #dfc89f;
}

.EchoRaidIdentityGrid .is-influenced { border-top-color: var(--echo-influenced-name); }
.EchoRaidIdentityGrid .is-warden { border-top-color: var(--echo-warden-name); }

.EchoRaidIdentityGrid article > span {
	display: block;
	margin-bottom: 7px;
	color: #8d6e55;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.EchoRaidIdentityGrid h4 {
	margin: 0;
	color: #4e2b1d;
	font-size: 16px;
}

.EchoRaidIdentityGrid p {
	margin: 9px 0 0;
	color: var(--echo-muted);
	line-height: 1.55;
}

.EchoRaidMastery {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(28px, 6vw, 64px);
	align-items: center;
	padding: clamp(30px, 6vw, 52px) clamp(18px, 5vw, 50px);
	background: linear-gradient(115deg, #4a191c, #241515);
}

.EchoRaidMastery h3 {
	color: #fff0d7;
}

.EchoRaidMastery p {
	margin: 12px 0 0;
	color: #d5bfaa;
	line-height: 1.58;
}

.EchoRaidMasteryGrades {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 226, 186, .25);
	border-bottom: 1px solid rgba(255, 226, 186, .25);
	list-style: none;
}

.EchoRaidMasteryGrades li {
	min-width: 0;
	padding: 15px 11px;
	text-align: center;
}

.EchoRaidMasteryGrades li + li {
	border-left: 1px solid rgba(255, 226, 186, .2);
}

.EchoRaidMasteryGrades strong,
.EchoRaidMasteryGrades span {
	display: block;
}

.EchoRaidMasteryGrades strong {
	color: #d7c7b5;
	font-size: 16px;
}

.EchoRaidMasteryGrades .is-gold strong { color: #ffca64; }
.EchoRaidMasteryGrades .is-silver strong { color: #dce3e8; }
.EchoRaidMasteryGrades .is-bronze strong { color: #d89461; }

.EchoRaidMasteryGrades span {
	margin-top: 5px;
	color: #bda996;
	font-size: 10px;
	line-height: 1.4;
}

.EchoRaidWarden {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 6vw, 64px);
	align-items: center;
	padding: clamp(30px, 6vw, 57px) clamp(18px, 5vw, 50px);
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
	background: linear-gradient(112deg, #f3e2c5, #fff8ea);
	color: var(--echo-ink);
}

.EchoRaidWarden h3 {
	color: #4e2b1d;
}

.EchoRaidWardenIntro p {
	margin: 13px 0 0;
	color: var(--echo-muted);
	line-height: 1.6;
}

.EchoRaidWardenStats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: #c9aa78;
}

.EchoRaidWardenStats div {
	min-width: 0;
	padding: 15px;
	background: #fff9ed;
}

.EchoRaidWardenStats dt {
	margin-bottom: 4px;
	color: #a3292f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.EchoRaidWardenStats dd {
	margin: 0;
	color: #4e2b1d;
	font-weight: 800;
	line-height: 1.4;
}

.EchoRaidRewardLead {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	margin-bottom: 28px;
	padding: 18px 0;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidRewardSprites {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #a3292f;
	font-size: 20px;
	font-weight: 900;
}

.EchoRaidRewardSprites img,
.EchoRaidRewardTable img,
.EchoRaidCatalystList img {
	object-fit: contain;
	image-rendering: auto;
}

.EchoRaidRewardLead strong {
	color: #962a2f;
}

.EchoRaidRewardTables {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(28px, 5vw, 42px);
}

.EchoRaidTableBlock {
	min-width: 0;
}

.EchoRaidTableScroll {
	width: 100%;
	overflow: visible;
}

.ImbuementTableWrap:focus-visible {
	outline: 3px solid rgba(49, 89, 93, .28);
	outline-offset: 2px;
}

.EchoRaidRewardTable {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
}

.EchoRaidRewardTable th,
.EchoRaidRewardTable td {
	padding: 11px 9px;
	text-align: center;
}

.EchoRaidRewardTable th:first-child,
.EchoRaidRewardTable td:first-child,
.EchoRaidRewardTable tbody th {
	text-align: left;
}

.EchoRaidRewardTable th:first-child {
	width: 39%;
}

.EchoRaidRewardTable th img {
	margin-right: 4px;
	vertical-align: middle;
}

.EchoRaidTableBlock > p {
	margin-top: 11px;
	font-size: 11px;
}

.EchoRaidCatalystList,
.EchoRaidAchievementList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.EchoRaidCatalystList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #ddc59e;
	border-bottom: 1px solid #ddc59e;
}

.EchoRaidCatalystList li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 4px 10px;
	align-items: center;
	min-width: 0;
	padding: 14px clamp(10px, 2vw, 18px);
}

.EchoRaidCatalystList li + li {
	border-left: 1px solid #ddc59e;
}

.EchoRaidCatalystList span strong {
	display: block;
}

.EchoRaidCatalystList img {
	grid-row: 1 / span 2;
}

.EchoRaidCatalystList span strong {
	color: #4e2b1d;
}

.EchoRaidCatalystList b {
	grid-column: 2;
	color: #a3292f;
	font-size: 17px;
}

.EchoRaidDelivery {
	display: grid;
	grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
	gap: clamp(24px, 5vw, 46px);
	margin-top: 34px;
	padding-top: 27px;
	border-top: 1px solid var(--echo-line);
}

.EchoRaidDelivery h4 {
	margin: 0;
	color: #4e2b1d;
	font-size: 20px;
	line-height: 1.25;
}

.EchoRaidDelivery ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddc59e;
	border-bottom: 1px solid #ddc59e;
	list-style: none;
}

.EchoRaidDelivery li {
	min-width: 0;
	padding: 14px;
}

.EchoRaidDelivery li + li {
	border-left: 1px solid #ddc59e;
}

.EchoRaidDelivery strong,
.EchoRaidDelivery span {
	display: block;
}

.EchoRaidDelivery strong {
	margin-bottom: 6px;
	color: #982b30;
}

.EchoRaidDelivery span {
	color: var(--echo-muted);
	font-size: 11px;
	line-height: 1.5;
}

.EchoRaidProgress {
	padding-top: 8px;
}

.EchoRaidProgressLayout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
	gap: clamp(24px, 5vw, 46px);
}

.EchoRaidAchievementList li {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #ddc59e;
}

.EchoRaidAchievementList li:first-child {
	border-top: 1px solid #ddc59e;
}

.EchoRaidAchievementList li > span {
	color: #a3292f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.EchoRaidAchievementList strong,
.EchoRaidAchievementList small {
	display: block;
}

.EchoRaidAchievementList strong {
	color: #4e2b1d;
}

.EchoRaidAchievementList small {
	margin-top: 3px;
	color: var(--echo-muted);
}

.EchoRaidCommand {
	align-self: start;
	padding: 21px;
	border-left: 3px solid var(--echo-crimson);
	background: #231b18;
	color: #dfcdb8;
}

.EchoRaidCommand code {
	display: block;
	margin: 7px 0 12px;
	color: #fff0d7;
	font: 900 25px/1 Consolas, "Courier New", monospace;
}

.EchoRaidCommand p {
	margin: 0;
	line-height: 1.55;
}

.EchoRaidPartySummary {
	display: grid;
	grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
	gap: clamp(20px, 4vw, 42px);
	align-items: center;
	margin-top: 30px;
	padding: 19px 0;
	border-top: 1px solid var(--echo-line);
	border-bottom: 1px solid var(--echo-line);
}

.EchoRaidPartySummary div > span {
	display: block;
	margin-bottom: 5px;
	color: #a3292f;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.EchoRaidPartySummary strong {
	color: #4e2b1d;
	font-size: 16px;
}

.EchoRaidPartySummary p {
	margin: 0;
	color: var(--echo-muted);
	line-height: 1.55;
}

.EchoRaidFooter {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 24px clamp(18px, 5vw, 50px);
	background: #4b191b;
	color: #f8ead4;
}

.EchoRaidFooter strong {
	display: block;
	font-size: 17px;
}

.EchoRaidFooter nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 17px;
	justify-content: flex-end;
}

.EchoRaidFooter a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: #f5c9a8 !important;
	font-weight: 900;
	text-decoration: none;
	transition: color .15s ease, transform .15s ease;
}

.EchoRaidFooter a:hover,
.EchoRaidFooter a:focus-visible {
	color: #fff7e9 !important;
	transform: translateX(2px);
}

@keyframes EchoRaidCopyIn {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes EchoRaidMarkerIn {
	from { opacity: 0; transform: scale(.68) translateY(14px); }
	to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes EchoRaidMarkerHover {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@keyframes EchoRaidPulse {
	0% { opacity: .8; transform: scale(.7); }
	80%, 100% { opacity: 0; transform: scale(1.35); }
}

@keyframes EchoRaidLineReveal {
	to { transform: scaleX(1); }
}

/* Imbuement catalog follows the shared full-width live-filter pattern. */
.ImbuementSearch {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin: 12px 0 16px;
	padding: 12px;
	border: 1px solid #b99563;
	background: #fff8ea;
}

.ImbuementSearchField,
.ImbuementSearchField input {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.ModernContent .ImbuementSearchField input[type="search"] {
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #a98451;
	background: #fffdf7;
	color: #3b2618;
	font-size: 16px;
}

.ModernContent .ImbuementSearchField input[type="search"]:focus {
	border-color: #31595d;
	box-shadow: 0 0 0 3px rgba(49, 89, 93, .18);
	outline: 0;
}

.ImbuementFilterRow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: end;
	justify-content: space-between;
}

.ImbuementTierFilters {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
}

.ImbuementTierFilters legend {
	width: 100%;
	margin-bottom: 2px;
	padding: 0;
	color: #735238;
	font-size: 11px;
	font-weight: 900;
}

.ImbuementTierFilters input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.ImbuementTierFilters label {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px 12px;
	border: 1px solid #b99563;
	border-radius: var(--sol-radius-inner, 4px);
	background: #f7ead3;
	color: #5d3416;
	font-weight: 900;
	cursor: pointer;
	transition: border-color .12s ease, background-color .12s ease, transform .12s ease;
}

.ImbuementTierFilters input:checked + label {
	border-color: #31595d;
	background: #31595d;
	color: #fff8e7;
}

.ImbuementTierFilters input:focus-visible + label {
	outline: 3px solid rgba(49, 89, 93, .28);
	outline-offset: 2px;
}

.ImbuementTierFilters label:hover {
	transform: translateY(-1px);
}

.ModernContent .ImbuementReset {
	min-height: 44px;
	margin: 0;
}

.ImbuementTableWrap {
	max-width: 100%;
	overflow-x: auto;
}

.ImbuementTable {
	min-width: 620px;
}

.ImbuementSources {
	display: grid;
	gap: 5px;
	justify-items: start;
}

.ImbuementSource {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	gap: 6px;
	color: #5d3416;
	font-weight: 800;
}

a.ImbuementSource {
	color: #31595d !important;
	text-underline-offset: 2px;
}

.ImbuementEmptyState[hidden],
.ImbuementReset[hidden],
.ImbuementTableWrap[hidden] {
	display: none !important;
}

@media (max-width: 760px) {
	.EchoRaidFlowSection,
	.EchoRaidRewards {
		scroll-margin-top: 82px;
	}

	.EchoRaidHero,
	.EchoRaidMastery,
	.EchoRaidWarden,
	.EchoRaidRewardTables,
	.EchoRaidDelivery,
	.EchoRaidPartySummary,
	.EchoRaidProgressLayout {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidHero {
		gap: 10px;
		padding-bottom: 30px;
	}

	.EchoRaidMarkerStage {
		min-height: 210px;
	}

	.EchoRaidMarkerArt {
		width: 140px;
	}

	.EchoRaidTimer {
		top: 12px;
	}

	.EchoRaidExperience {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.EchoRaidOutcomeCompare {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidIdentityGrid {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidIdentityGrid article + article {
		border-left: 0;
	}

	.EchoRaidMasteryGrades {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.EchoRaidMasteryGrades li:nth-child(3) {
		border-top: 1px solid rgba(255, 226, 186, .2);
		border-left: 0;
	}

	.EchoRaidMasteryGrades li:nth-child(4) {
		border-top: 1px solid rgba(255, 226, 186, .2);
	}

	.EchoRaidSpawnTiers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.EchoRaidSpawnTiers > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #dfc89f;
	}

	.EchoRaidSpawnTiers > div:nth-child(4) {
		border-top: 1px solid #dfc89f;
	}

	.EchoRaidFooter {
		align-items: flex-start;
		flex-direction: column;
	}

	.EchoRaidFooter nav {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.EchoRaidHero {
		min-height: 0;
		padding: 29px 20px 24px;
	}

	.EchoRaidHero h2 {
		font-size: 43px;
	}

	.EchoRaidConfigNotice {
		align-items: flex-start;
		flex-direction: column;
	}

	.EchoRaidFlow {
		grid-template-columns: minmax(0, 1fr);
		gap: 23px;
	}

	.EchoRaidFlow::before {
		top: 20px;
		bottom: 20px;
		left: 21px;
		right: auto;
		width: 1px;
		height: auto;
		animation: none;
		transform: scaleY(1);
		transform-origin: top;
	}

	.EchoRaidFlow li {
		padding-left: 59px;
	}

	.EchoRaidStepNumber {
		position: absolute;
		top: 0;
		left: 0;
	}

	.EchoRaidExperience {
		grid-template-columns: minmax(0, 1fr);
		text-align: left;
	}

	.EchoRaidExperienceMark {
		text-align: left;
	}

	.EchoRaidNameLegend {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidResonanceList,
	.EchoRaidDelivery ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidResonanceList article:nth-child(even),
	.EchoRaidDelivery li + li {
		border-left: 0;
	}

	.EchoRaidResonanceList article + article,
	.EchoRaidDelivery li + li {
		border-top: 1px solid rgba(231, 203, 165, .22);
	}

	.EchoRaidDelivery li + li {
		border-top-color: #ddc59e;
	}

	.EchoRaidNameLegend > div + div {
		border-top: 1px solid #dfc89f;
		border-left: 0;
	}

	.EchoRaidWardenStats {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidRewardTable th,
	.EchoRaidRewardTable td {
		padding: 9px 5px;
		font-size: 11px;
	}

	.EchoRaidRewardTable th img {
		display: none;
	}

	.EchoRaidRewardLead {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidCatalystList {
		grid-template-columns: minmax(0, 1fr);
	}

	.EchoRaidCatalystList li + li {
		border-top: 1px solid #ddc59e;
		border-left: 0;
	}

	.EchoRaidHeroActions,
	.EchoRaidFooter nav {
		align-items: stretch;
		flex-direction: column;
	}

	.EchoRaidPrimaryAction,
	.EchoRaidTextAction,
	.EchoRaidFooter a {
		justify-content: flex-start;
	}

	.ImbuementFilterRow {
		align-items: stretch;
		flex-direction: column;
	}

	.ModernContent .ImbuementReset {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.EchoRaidHeroCopy,
	.EchoRaidMarkerStage img,
	.EchoRaidPulse,
	.EchoRaidFlow::before {
		animation: none !important;
	}
}

/* Unified Solteria Wiki: GitBook clarity using the established Solteria shell. */
#ContentRow.ModernLayout.is-wiki-layout {
	grid-template-columns: minmax(0, 1fr);
}

#ContentRow.is-wiki-layout > #ThemeboxesColumn {
	display: none;
}

.WikiPortalHost {
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	overflow: visible;
}

.WikiPortalHost .ModernContentBody {
	min-height: 0;
	padding: 0;
	background: transparent;
}

.WikiPortal {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 0;
	align-items: start;
	min-width: 0;
}

.WikiPortalNavigation,
.WikiPortalOutline {
	position: sticky;
	top: 14px;
	max-height: calc(100vh - 28px);
	max-height: calc(100dvh - 28px);
	border: 1px solid rgba(218, 184, 122, .24);
	border-radius: var(--sol-radius-outer, 8px);
	background: rgba(19, 24, 27, .9);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
	backdrop-filter: blur(10px);
}

.WikiPortalNavigation {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.WikiPortalNavigationHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid rgba(218, 184, 122, .17);
	background: linear-gradient(180deg, rgba(43, 51, 52, .9), rgba(26, 32, 34, .82));
}

.WikiPortalNavigationHeader a {
	display: grid;
	color: #fff2d1;
	line-height: 1.05;
	text-decoration: none;
}

.WikiPortalNavigationHeader a span {
	color: #d5a85b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.WikiPortalNavigationHeader a strong {
	font-size: 20px;
}

.ModernShell .WikiPortalNavigationClose,
.ModernShell .WikiPortalContentsToggle,
.ModernShell .WikiPortalBackdrop {
	display: none;
}

.WikiPortalSideSearch {
	padding: 12px;
	border-bottom: 1px solid rgba(218, 184, 122, .14);
}

#ContentHelper .WikiPortalSideSearch input[type="search"],
#ContentHelper .WikiPortalGlobalSearch input[type="search"] {
	width: 100%;
	min-height: 44px;
	border: 1px solid #a98455;
	border-radius: var(--sol-radius-inner, 6px);
	background: #fffaf0;
	color: #342419;
	font: 700 14px/1.3 Inter, Segoe UI, Arial, sans-serif;
	box-shadow: inset 0 1px 2px rgba(72, 45, 20, .1);
}

#ContentHelper .WikiPortalSideSearch input[type="search"] {
	border-color: rgba(218, 184, 122, .35);
	background: rgba(7, 12, 13, .52);
	color: #fff2d1;
	box-shadow: none;
}

#ContentHelper .WikiPortalSideSearch input[type="search"]::placeholder {
	color: #aeb5aa;
}

.WikiPortalTree {
	display: grid;
	padding: 8px;
}

.WikiPortalHomeLink,
.WikiPortalTreeHeading,
.WikiPortalTreeLinks a {
	display: block;
	min-width: 0;
	border-radius: var(--sol-radius-inner, 6px);
	color: #d9d2c3 !important;
	font-weight: 750;
	text-decoration: none;
	transition: background-color .12s ease, color .12s ease, box-shadow .12s ease;
}

.WikiPortalHomeLink,
.WikiPortalTreeHeading {
	padding: 9px 10px;
	color: #f5dfae !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.WikiPortalTreeSection {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid rgba(218, 184, 122, .1);
}

.WikiPortalTreeLinks {
	display: grid;
	gap: 1px;
	padding: 0 0 5px;
}

.WikiPortalTreeLinks a {
	padding: 7px 10px 7px 18px;
	font-size: 12px;
}

.WikiPortalHomeLink:hover,
.WikiPortalTreeHeading:hover,
.WikiPortalTreeLinks a:hover,
.WikiPortalHomeLink.is-active,
.WikiPortalTreeHeading.is-active,
.WikiPortalTreeLinks a.is-active {
	background: rgba(218, 184, 122, .12);
	color: #fff4d8 !important;
}

.WikiPortalHomeLink.is-active,
.WikiPortalTreeHeading.is-active,
.WikiPortalTreeLinks a.is-active {
	box-shadow: inset 3px 0 0 #d9a957;
}

.WikiPortalArticle {
	min-width: 0;
	border: 1px solid #b98f58;
	border-radius: var(--sol-radius-outer, 8px);
	background: #f6ead4;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
	overflow: hidden;
}

.WikiPortalBreadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	min-height: 42px;
	padding: 10px 22px;
	border-bottom: 1px solid #d6bc91;
	background: #efe0c4;
	color: #7a5a3c;
	font-size: 11px;
	font-weight: 800;
}

.WikiPortalBreadcrumbs a {
	color: #31595d;
	text-decoration: none;
}

.WikiPortalArticleBody {
	min-width: 0;
	padding: 24px;
	overflow-wrap: anywhere;
}

.WikiPortalPageHeader {
	margin: -24px -24px 24px;
	padding: 26px 28px 24px;
	border-bottom: 1px solid #c8a979;
	background:
		linear-gradient(105deg, rgba(36, 72, 75, .98), rgba(27, 49, 53, .97)),
		#28484c;
	color: #f9edd2;
}

.WikiPortalPageHeader > span {
	display: block;
	margin-bottom: 6px;
	color: #e2b968;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.WikiPortalPageHeader h1 {
	margin: 0;
	color: #fff5df;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.05;
}

.WikiPortalPageHeader p {
	max-width: 760px;
	margin: 9px 0 0;
	color: #d8d4c4;
	font-size: 14px;
	line-height: 1.55;
}

.WikiPortalArticleBody > .ModernPage > .ModernHero {
	margin: -24px -24px 24px;
	padding: 24px 28px;
	border-width: 0 0 1px;
	border-radius: 0;
}

.WikiPortalSearchPanel {
	margin-bottom: 24px;
}

.WikiPortalSearchPanel .ModernPanel {
	padding: 12px;
}

.WikiPortalGlobalSearch {
	margin: 0;
}

.WikiPortalDirectory {
	display: grid;
	gap: 28px;
}

.WikiPortalDirectorySection {
	display: grid;
	grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
	gap: 24px;
	padding-top: 18px;
	border-top: 1px solid #ccb084;
}

.WikiPortalDirectorySection > header a {
	color: #294f53;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none;
}

.WikiPortalDirectorySection > header p {
	margin: 6px 0 0;
	color: #74583e;
	font-size: 12px;
}

.WikiPortalDirectorySection ul,
.WikiPortalSectionList,
.WikiGlobalResultGroup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.WikiPortalDirectorySection ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 22px;
}

.WikiPortalDirectorySection li {
	border-bottom: 1px solid #dfcbaa;
}

.WikiPortalDirectorySection li a,
.WikiPortalSectionList > a {
	display: grid;
	gap: 3px;
	min-height: 72px;
	align-content: center;
	padding: 11px 4px;
	color: inherit;
	text-decoration: none;
}

.WikiPortalDirectorySection li strong,
.WikiPortalSectionList strong {
	color: #31595d;
	font-size: 14px;
}

.WikiPortalDirectorySection li span,
.WikiPortalSectionList span {
	color: #765a40;
	font-size: 12px;
}

.WikiPortalDirectorySection li a:hover strong,
.WikiPortalSectionList > a:hover strong {
	color: #8d3151;
}

.WikiPortalSectionList {
	display: grid;
}

.WikiPortalSectionList > a {
	grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	border-bottom: 1px solid #d8c29e;
}

.WikiPortalSectionList > a > span:last-child {
	color: #9c6e2f;
	font-size: 18px;
}

.WikiMarkdownContent {
	max-width: 880px;
	color: #3b291d;
	font-size: 15px;
	line-height: 1.68;
}

.WikiMarkdownContent h2,
.WikiMarkdownContent h3,
.WikiMarkdownContent h4 {
	scroll-margin-top: 24px;
	color: #294f53;
}

.WikiMarkdownContent h2 {
	margin: 34px 0 12px;
	padding: 0 0 8px;
	border-bottom: 2px solid #b99155;
	font-size: 24px;
}

.WikiMarkdownContent h3 {
	margin: 26px 0 9px;
	font-size: 19px;
}

.WikiMarkdownContent h4 {
	margin: 20px 0 7px;
	font-size: 16px;
}

.WikiMarkdownContent p,
.WikiMarkdownContent ul,
.WikiMarkdownContent ol {
	margin: 0 0 15px;
}

.WikiMarkdownContent blockquote {
	margin: 18px 0;
	padding: 13px 15px;
	border: 1px solid #c5a36d;
	border-left: 4px solid #31595d;
	background: #fff7e8;
	color: #5e4631;
}

.WikiMarkdownContent blockquote > :last-child {
	margin-bottom: 0;
}

.WikiMarkdownContent table {
	display: block;
	width: 100%;
	margin: 18px 0;
	border-collapse: collapse;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	overscroll-behavior-inline: contain;
}

.WikiMarkdownContent th,
.WikiMarkdownContent td {
	padding: 8px 10px;
	border: 1px solid #c4a675;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-align: left;
	vertical-align: top;
}

.WikiMarkdownContent th {
	background: #31595d;
	color: #fff1cf;
}

.WikiMarkdownContent tr:nth-child(even) td {
	background: #f8edda;
}

.WikiMarkdownContent code {
	padding: 2px 5px;
	border: 1px solid #d1b687;
	border-radius: 4px;
	background: #eee0c7;
	font-size: .9em;
}

.WikiMarkdownContent pre {
	max-width: 100%;
	padding: 14px;
	border-radius: 6px;
	background: #1c292b;
	color: #f8ead0;
	overflow-x: auto;
}

.WikiMarkdownContent pre code {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.WikiMarkdownContent img {
	max-width: 100%;
	height: auto;
}

.WikiMarkdownContent table img {
	display: block;
	width: 48px;
	height: 48px;
	max-width: none;
	margin: 0 auto;
	object-fit: contain;
	image-rendering: auto;
}

.WikiPortalPager {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 24px 24px;
	border-top: 1px solid #d7c09a;
}

.WikiPortalPager a {
	display: grid;
	gap: 3px;
	min-height: 64px;
	align-content: center;
	padding: 10px 12px;
	border: 1px solid #c4a675;
	border-radius: 6px;
	background: #fff7e8;
	text-decoration: none;
}

.WikiPortalPager a span {
	color: #836344;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.WikiPortalPager a strong {
	color: #31595d;
}

.WikiPortalPagerNext {
	text-align: right;
}

.WikiPortalOutline {
	padding: 14px 12px;
	overflow-y: auto;
}

.WikiPortalOutline > strong {
	display: block;
	margin-bottom: 8px;
	color: #e2b968;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

#WikiPortalOutlineLinks {
	display: grid;
	gap: 2px;
}

#WikiPortalOutlineLinks a {
	padding: 6px 7px;
	border-radius: 4px;
	color: #cbd0c6;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}

#WikiPortalOutlineLinks a.is-subheading {
	padding-left: 16px;
	color: #aeb8ad;
}

#WikiPortalOutlineLinks a:hover,
#WikiPortalOutlineLinks a.is-active {
	background: rgba(218, 184, 122, .12);
	color: #fff1d2;
}

.WikiPortal.has-no-outline {
	grid-template-columns: 250px minmax(0, 1fr);
}

.WikiPortal.has-no-outline .WikiPortalOutline {
	display: none;
}

.WikiGlobalResults {
	margin-top: 14px;
}

.WikiGlobalResultGroups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
}

.WikiGlobalResultGroup {
	min-width: 0;
	padding-top: 12px;
	border-top: 2px solid #b99155;
}

.WikiGlobalResultGroup h2 {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 6px;
	color: #31595d;
	font-size: 16px;
}

.WikiGlobalResultGroup h2 span {
	color: #8b693d;
	font-size: 11px;
}

.WikiGlobalResultGroup li {
	border-bottom: 1px solid #dec8a5;
}

.WikiGlobalResultGroup li a {
	display: grid;
	gap: 2px;
	min-height: 55px;
	align-content: center;
	padding: 8px 3px;
	color: inherit;
	text-decoration: none;
}

.WikiGlobalResultGroup li strong {
	color: #31595d;
}

.WikiGlobalResultGroup li span,
.WikiGlobalResultGroup li small {
	color: #74573d;
	font-size: 11px;
}

.WikiGlobalEntityResults li a {
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
}

.WikiGlobalEntityResults img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	image-rendering: pixelated;
}

.WikiGlobalEntityResults li a > span {
	display: grid;
	gap: 1px;
}

.WikiGlobalViewAll {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 4px;
	color: #31595d;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.WikiPortalTableScroll {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	touch-action: pan-x pan-y;
	-webkit-overflow-scrolling: touch;
}

.WikiCommandsTable td:first-child {
	width: 30%;
	white-space: nowrap;
}

@media (min-width: 641px) {
	#ContentRow.is-wiki-layout > #MenuColumn {
		display: none;
	}
}

@media (max-width: 1180px) {
	.WikiPortal,
	.WikiPortal.has-no-outline {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.WikiPortalOutline {
		display: none;
	}
}

@media (max-width: 820px) {
	.WikiPortal,
	.WikiPortal.has-no-outline {
		grid-template-columns: minmax(0, 1fr);
	}

	.ModernShell .WikiPortalContentsToggle {
		display: inline-flex;
		grid-column: 1;
		align-items: center;
		justify-self: start;
		gap: 8px;
		min-height: 44px;
		padding: 8px 11px;
		border: 1px solid rgba(218, 184, 122, .35);
		border-radius: 6px;
		background: rgba(19, 24, 27, .9);
		color: #fff1d2;
		font-weight: 900;
	}

	.WikiPortalNavigation {
		position: fixed;
		top: 8px;
		bottom: 8px;
		left: 8px;
		z-index: 1100;
		width: min(88vw, 350px);
		max-height: none;
		transform: translateX(calc(-100% - 18px));
		transition: transform .18s ease-out;
	}

	.WikiPortal.is-contents-open .WikiPortalNavigation {
		transform: translateX(0);
	}

	.ModernShell .WikiPortalNavigationClose {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 0;
		border: 1px solid rgba(218, 184, 122, .3);
		border-radius: 6px;
		background: rgba(7, 12, 13, .45);
		color: #fff1d2;
		font-size: 25px;
	}

	.WikiPortalBackdrop {
		position: fixed;
		inset: 0;
		z-index: 1090;
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: rgba(5, 8, 9, .7);
	}

	.ModernShell .WikiPortal.is-contents-open .WikiPortalBackdrop {
		display: block;
	}
}

@media (max-width: 700px) {
	.WikiPortalArticleBody {
		padding: 18px;
	}

	.WikiPortalPageHeader,
	.WikiPortalArticleBody > .ModernPage > .ModernHero {
		margin: -18px -18px 20px;
		padding: 21px 18px;
	}

	.WikiPortalBreadcrumbs {
		padding: 9px 16px;
	}

	.WikiPortalDirectorySection {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.WikiPortalDirectorySection ul,
	.WikiGlobalResultGroups {
		grid-template-columns: minmax(0, 1fr);
	}

	.WikiPortalSectionList > a {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 4px 10px;
	}

	.WikiPortalSectionList > a > span:first-of-type {
		grid-column: 1;
	}

	.WikiPortalSectionList > a > span:last-child {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.WikiPortalPager {
		grid-template-columns: minmax(0, 1fr);
		padding: 14px 18px 18px;
	}

	.WikiCommandsTable td:first-child {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.WikiPortalNavigation,
	.WikiPortalHomeLink,
	.WikiPortalTreeHeading,
	.WikiPortalTreeLinks a {
		transition: none !important;
	}
}

/* Standalone Wiki workspace: GitBook-like structure with Solteria materials. */
body.WikiStandalone {
	min-width: 0;
	background: #111718;
	scrollbar-gutter: stable;
}

.WikiStandalone #ArtworkHelper.WikiStandaloneShell {
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0;
	background: #111718 !important;
}

.WikiStandalone #ArtworkHelper.WikiStandaloneShell::before,
.WikiStandalone #ArtworkHelper.WikiStandaloneShell::after {
	display: none;
}

.WikiStandalone #Bodycontainer.ModernContainer {
	display: flex;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	min-height: 100dvh;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.WikiStandaloneHeader {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 0;
	align-items: center;
	min-height: 64px;
	box-sizing: border-box;
	padding: 0 max(32px, calc((100% - 1400px) / 2));
	border-bottom: 1px solid rgba(218, 184, 122, .2);
	background: rgba(17, 23, 24, .97);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .32);
	backdrop-filter: blur(12px);
}

.WikiStandaloneBrand {
	grid-column: 1;
	grid-row: 1;
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	padding-left: 14px;
	color: #fff2d1 !important;
	text-decoration: none;
}

.WikiStandaloneBrandMark {
	display: inline-flex;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid #c89649;
	border-radius: 7px;
	background: #936426;
	color: #fff3d4;
	font-family: Georgia, serif;
	font-size: 21px;
	font-weight: 900;
	box-shadow: inset 0 0 0 2px rgba(255, 232, 180, .12);
}

.WikiStandaloneBrand > span:last-child {
	display: flex;
	min-width: 0;
	align-items: baseline;
	gap: 6px;
}

.WikiStandaloneBrand strong {
	font-size: 16px;
	line-height: 1;
}

.WikiStandaloneBrand small {
	color: #d9ad61;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.WikiStandaloneHeaderSearch {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	display: flex;
	width: min(620px, calc(100% - 420px));
	min-width: 180px;
	max-width: 620px;
	align-items: center;
	justify-self: center;
}

.WikiStandaloneHeaderSearch svg {
	position: absolute;
	left: 13px;
	width: 18px;
	height: 18px;
	color: #9daaa4;
	pointer-events: none;
}

.WikiStandaloneHeaderSearch input[type="search"] {
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
	padding: 8px 14px 8px 40px;
	border: 1px solid rgba(218, 184, 122, .27);
	border-radius: 7px;
	background: #192123;
	color: #fff2d1;
	font: 700 13px/1.3 Inter, Segoe UI, Arial, sans-serif;
	outline: 0;
}

.WikiStandaloneHeaderSearch input[type="search"]::placeholder {
	color: #9daaa4;
}

.WikiStandaloneHeaderSearch input[type="search"]:focus {
	border-color: #d8aa5b;
	box-shadow: 0 0 0 3px rgba(216, 170, 91, .15);
}

.WikiStandaloneHeaderActions {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.WikiStandaloneHeaderActions a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 6px;
	padding: 0 11px;
	border-radius: 6px;
	color: #d8ddd4 !important;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.WikiStandaloneHeaderActions a:hover,
.WikiStandaloneHeaderActions a:focus-visible {
	background: rgba(218, 184, 122, .1);
	color: #fff1d2 !important;
}

.WikiStandaloneHeaderActions .WikiStandaloneAccountLink {
	border: 1px solid rgba(218, 184, 122, .28);
	color: #e4ba70 !important;
}

.WikiStandalone #ContentRow.ModernLayout.is-wiki-layout,
.WikiStandalone #ContentColumn.ModernMain,
.WikiStandalone #News.WikiPortalHost,
.WikiStandalone #News.WikiPortalHost > .ModernContent,
.WikiStandalone #ContentHelper,
.WikiStandalone .WikiPortalHost .ModernContentBody {
	width: 100%;
	max-width: none;
	min-width: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.WikiStandalone #ContentRow.ModernLayout.is-wiki-layout {
	display: block;
	min-height: 0;
	flex: 1;
}

.WikiStandalone .WikiPortal,
.WikiStandalone .WikiPortal.has-no-outline {
	width: calc(100% - 64px);
	max-width: 1400px;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 0;
	min-height: calc(100vh - 64px);
	min-height: calc(100dvh - 64px);
	align-items: stretch;
	margin: 0 auto;
	background: #111718;
}

.WikiStandalone .WikiPortalNavigation,
.WikiStandalone .WikiPortalOutline {
	top: 64px;
	height: calc(100vh - 64px);
	height: calc(100dvh - 64px);
	max-height: none;
	box-sizing: border-box;
	border-radius: 0;
	background: #151c1d;
	box-shadow: none;
	backdrop-filter: none;
}

.WikiStandalone .WikiPortalNavigation {
	display: flex;
	flex-direction: column;
	border-width: 0 1px;
	border-color: rgba(218, 184, 122, .17);
	overflow: hidden;
}

.WikiStandalone .WikiPortalNavigationHeader {
	flex: 0 0 auto;
	background: #1b2425;
}

.WikiStandalone .WikiPortalSideSearch {
	display: none;
}

.WikiStandalone .WikiPortalTree {
	min-height: 0;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.WikiStandalone .WikiPortalHomeLink,
.WikiStandalone .WikiPortalTreeHeading {
	display: flex;
	align-items: center;
	gap: 8px;
}

.WikiStandalone .WikiPortalTreeIcon {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	color: #d9a957;
}

.WikiStandalone .WikiPortalTreeLinks a {
	padding-left: 33px;
}

.WikiStandalone .WikiPortalOutline {
	border-width: 0 1px;
	border-color: rgba(218, 184, 122, .14);
}

.WikiStandalone .WikiPortal.has-no-outline .WikiPortalOutline {
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.WikiStandalone .WikiPortalArticle {
	min-height: calc(100vh - 64px);
	min-height: calc(100dvh - 64px);
	border: 0;
	border-radius: 0;
	background: #f6ead4;
	box-shadow: none;
	overflow: visible;
}

.WikiStandalone .WikiPortalArticleBody {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 32px 48px;
}

.WikiStandalone .WikiPortalPageHeader {
	margin: 0 0 34px;
	padding: 0 0 28px;
	border-bottom: 1px solid #ccb084;
	background: transparent;
	color: #3b291d;
}

.WikiStandalone .WikiPortalPageHeader > span {
	color: #9a672b;
}

.WikiStandalone .WikiPortalPageHeader h1 {
	color: #294f53;
	font-size: clamp(34px, 4vw, 48px);
}

.WikiStandalone .WikiPortalPageHeader p {
	color: #74583e;
	font-size: 15px;
}

.WikiStandalone .WikiPortalArticleBody > .ModernPage > .ModernHero {
	margin: 0 0 30px;
	border-width: 1px;
	border-radius: var(--sol-radius-outer, 8px);
}

.WikiStandalone .WikiPortalPager {
	width: calc(100% - 64px);
	max-width: 1036px;
	box-sizing: border-box;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.WikiStandaloneHeader {
		grid-template-columns: 240px minmax(0, 1fr);
		padding-right: 20px;
		padding-left: 20px;
	}

	.WikiStandalone .WikiPortal,
	.WikiStandalone .WikiPortal.has-no-outline {
		width: calc(100% - 40px);
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 0;
	}

	.WikiStandalone .WikiPortalOutline,
	.WikiStandalone .WikiPortal.has-no-outline .WikiPortalOutline {
		display: none;
	}
}

@media (max-width: 820px) {
	.WikiStandaloneHeader {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		padding: 0 14px;
	}

	.WikiStandaloneBrand {
		padding-left: 0;
	}

	.WikiStandaloneHeaderSearch,
	.WikiStandaloneAccountLink {
		display: none !important;
	}

	.WikiStandalone .WikiPortal,
	.WikiStandalone .WikiPortal.has-no-outline {
		display: grid;
		width: 100%;
		max-width: none;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		min-height: calc(100vh - 64px);
		min-height: calc(100dvh - 64px);
	}

	.WikiStandalone .WikiPortalContentsToggle {
		position: sticky;
		top: 64px;
		z-index: 25;
		width: 100%;
		box-sizing: border-box;
		justify-self: stretch;
		justify-content: flex-start;
		border-width: 0 0 1px;
		border-radius: 0;
		background: #1b2425;
		color: #fff1d2 !important;
	}

	.WikiStandalone .WikiPortalNavigation {
		display: grid;
		grid-template-rows: auto auto minmax(0, 1fr);
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1200;
		width: min(88vw, 350px);
		height: 100vh;
		height: 100dvh;
		min-height: 0;
		border-width: 0 1px 0 0;
		overflow: hidden;
	}

	.WikiStandalone .WikiPortalSideSearch {
		display: block;
		flex: 0 0 auto;
	}

	.WikiStandalone .WikiPortalTree {
		min-height: 0;
		max-height: 100%;
		padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch;
	}

	.WikiStandalone .WikiPortalBackdrop {
		z-index: 1190;
	}

	.WikiStandalone .WikiPortalArticle {
		min-height: calc(100vh - 112px);
		min-height: calc(100dvh - 112px);
	}

	.WikiStandalone .WikiPortalArticleBody {
		padding: 30px 24px 38px;
	}

	.WikiStandalone .WikiPortalPager {
		width: calc(100% - 48px);
	}
}

@media (max-width: 520px) {
	.WikiStandaloneBrand > span:last-child {
		display: grid;
		gap: 2px;
	}

	.WikiStandaloneBrand strong {
		font-size: 14px;
	}

	.WikiStandaloneBrand small {
		font-size: 10px;
	}

	.WikiStandaloneHeaderActions a {
		padding: 0 7px;
		font-size: 11px;
	}

	.WikiStandalone .WikiPortalArticleBody {
		padding: 24px 18px 32px;
	}

	.WikiStandalone .WikiPortalPager {
		width: calc(100% - 36px);
	}
}

/* Wiki field guides: shared editorial language for the core system catalogues. */
.WikiGuidePage {
	--guide-accent: #a73b35;
	--guide-accent-soft: #d8a06f;
	--guide-ink: #241416;
	--guide-ink-deep: #120c0e;
	--guide-horizon: #381517;
	--guide-glow: 167, 59, 53;
	color: #382619;
}

.WikiGuidePage--trinkets {
	--guide-accent: #2f7770;
	--guide-accent-soft: #9ec9b5;
	--guide-ink: #132321;
	--guide-ink-deep: #0b1213;
	--guide-glow: 47, 119, 112;
}

.WikiGuidePage--imbuements,
.WikiGuidePage--achievements {
	--guide-accent: #9c5a28;
	--guide-accent-soft: #e0b86e;
	--guide-glow: 156, 90, 40;
}

.WikiGuidePage--loyalty-bonus {
	--guide-accent: #8f6b26;
	--guide-accent-soft: #dcc374;
	--guide-glow: 143, 107, 38;
}

.WikiGuidePage--guild-system,
.WikiGuidePage--adventurer {
	--guide-accent: #94612d;
	--guide-accent-soft: #d5ae69;
	--guide-glow: 148, 97, 45;
}

.WikiGuidePage--item-affixes {
	--guide-accent: #9b3637;
	--guide-accent-soft: #d78a66;
	--guide-glow: 155, 54, 55;
}

.WikiGuidePage--forge {
	--guide-accent: #a65e1e;
	--guide-accent-soft: #e4ad5b;
	--guide-ink: #241b16;
	--guide-ink-deep: #0d0e0f;
	--guide-horizon: #4a2514;
	--guide-glow: 190, 91, 25;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiMarkdownContent,
#ContentHelper .WikiGuidePage--forge .WikiMarkdownContent {
	width: 100%;
	max-width: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable {
	display: table;
	width: 100%;
	margin: 18px 0 14px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d7bd91;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
	overflow: hidden;
	box-shadow: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable th {
	padding: 8px 16px;
	border: 0;
	background: #28191a;
	color: #f2dfb8;
	font: 900 9px/1.2 Arial, sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable th:last-child {
	text-align: right;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow {
	--rarity-color: #8c765d;
	--rarity-rgb: 140, 118, 93;
	animation: WikiRarityRowIn .4s both cubic-bezier(.2, .72, .2, 1);
	animation-delay: calc(var(--rarity-order) * 55ms);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow--rare {
	--rarity-color: #4DA3FF;
	--rarity-rgb: 77, 163, 255;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow--epic {
	--rarity-color: #B36CFF;
	--rarity-rgb: 179, 108, 255;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow--legendary {
	--rarity-color: #FFB52E;
	--rarity-rgb: 255, 181, 46;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow--mythic {
	--rarity-color: #FF5A36;
	--rarity-rgb: 255, 90, 54;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td {
	padding: 12px 16px;
	border: 0;
	border-bottom: 1px solid rgba(122, 84, 50, .17);
	background: rgba(255, 250, 240, .72);
	color: #3e291b;
	vertical-align: middle;
	transition: background-color .16s ease;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td:first-child {
	width: 72%;
	border-left: 3px solid var(--rarity-color);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td:last-child {
	width: 28%;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable tr:nth-child(even) td {
	background: rgba(247, 236, 217, .64);
	background-image: none;
	color: #3e291b;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow:last-child td {
	border-bottom: 0;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow:hover td {
	background: rgba(var(--rarity-rgb), .09);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityIdentity {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityEmblem {
	display: grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(var(--rarity-rgb), .68);
	border-radius: 50%;
	background: rgba(var(--rarity-rgb), .08);
	color: var(--rarity-color);
	font: 900 14px/1 Georgia, "Times New Roman", serif;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .56);
	transition: background-color .16s ease, transform .16s ease;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityRow:hover .WikiRarityEmblem {
	background: rgba(var(--rarity-rgb), .15);
	transform: rotate(8deg);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityLabel {
	display: inline-flex;
	align-items: center;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityLabel strong {
	color: #3d281c;
	font: 800 18px/1.1 Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlots {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy {
	display: grid;
	grid-template-columns: auto auto;
	align-items: baseline;
	gap: 5px;
	white-space: nowrap;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy strong {
	color: #392317;
	font: 800 23px/1 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy span {
	color: #765a40;
	font: 800 10px/1.2 Arial, sans-serif;
	letter-spacing: .035em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotPips {
	display: flex;
	align-items: center;
	gap: 5px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotPips i {
	width: 6px;
	height: 6px;
	border: 1px solid rgba(83, 57, 38, .22);
	background: transparent;
	transform: rotate(45deg);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotPips i.is-active {
	border-color: rgba(var(--rarity-rgb), .78);
	background: var(--rarity-color);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiRarityRule {
	max-width: 760px;
	margin: 0 0 38px;
	padding-left: 18px;
	border-left: 2px solid #b58b54;
	color: #6d5138;
	font-size: 13px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixCatalogue {
	margin: -4px 0 10px;
	animation: WikiAffixCatalogueIn .42s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixCatalogueIntro {
	max-width: 720px;
	margin: 0 0 18px;
	color: #674b35;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 24px;
	max-height: 150px;
	padding: 2px;
	overflow: auto;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab {
	display: inline-flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 8px 11px;
	border: 1px solid #b68a4c;
	background: #f7ead3;
	color: #5d3416;
	cursor: pointer;
	font: bold 12px/1.2 Arial, sans-serif;
	text-align: center;
	white-space: nowrap;
	transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab::after {
	display: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab:hover,
#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab:focus-visible {
	border-color: #9d6a34;
	background: #ead3aa;
	color: #5d3416;
	outline: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab:focus-visible {
	box-shadow: 0 0 0 2px rgba(var(--guide-glow), .38);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab.is-active {
	border-color: #7b421b;
	background: #7b421b;
	color: #fff2cf !important;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab.is-active:hover,
#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab.is-active:focus-visible {
	border-color: #603116;
	background: #603116;
	color: #fff2cf !important;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTablePanel {
	min-width: 0;
	outline: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTablePanel.is-entering {
	animation: WikiAffixTableIn .26s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTablePanel:focus-visible {
	box-shadow: 0 0 0 3px rgba(var(--guide-glow), .22);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 12px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading > div {
	display: grid;
	gap: 2px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading span {
	color: var(--guide-accent);
	font: 900 9px/1.2 Arial, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading strong {
	color: #48291c;
	font: 800 clamp(25px, 3vw, 34px)/1.1 Georgia, "Times New Roman", serif;
	letter-spacing: -.02em;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading small {
	padding-bottom: 4px;
	color: #85664a;
	font: 700 11px/1.3 Arial, sans-serif;
	letter-spacing: .035em;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableViewport {
	width: 100%;
	max-width: 100%;
	border: 1px solid #b99362;
	box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
	box-shadow: 0 12px 28px rgba(76, 48, 27, .1);
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableViewport > .WikiAffixTable {
	margin: 0;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes {
	display: grid;
	gap: 4px;
	margin: 13px 4px 34px;
	padding: 12px 0 0 22px;
	background: linear-gradient(90deg, #9f7954 0 230px, transparent 230px) no-repeat 0 0 / 100% 1px;
	color: #866b52;
	font: 500 11px/1.45 Arial, sans-serif;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes li {
	padding-left: 2px;
	scroll-margin-block: 24px;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes li:focus {
	outline: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes li::marker {
	color: #5f2527;
	font-size: 9px;
	font-weight: 800;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes strong {
	color: #694431;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnoteRef {
	margin-left: 2px;
	font: 800 9px/1 Arial, sans-serif;
	vertical-align: super;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnoteRef a {
	color: #7b421b;
	text-decoration: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnoteRef a:hover,
#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnoteRef a:focus-visible {
	color: #5f2527;
	text-decoration: underline;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable {
	display: table;
	width: 100%;
	min-width: 820px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	box-shadow: none;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable th,
#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable td {
	width: 27%;
	box-sizing: border-box;
	padding: 12px 14px;
	border-width: 0 0 1px 1px;
	border-color: #d4b98f;
	line-height: 1.48;
	vertical-align: middle;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable th:first-child,
#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable td:first-child {
	width: 19%;
	border-left: 0;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable th {
	background: #251719;
	font: 900 10px/1.25 Arial, sans-serif;
	letter-spacing: .09em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable td:first-child {
	color: #5f2527;
	font: 800 14px/1.35 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable tbody tr {
	transition: background-color .14s ease;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable tbody tr:last-child td {
	border-bottom: 0;
}

#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable tbody tr:hover td {
	background: #f7e3c9;
}

#ContentHelper .WikiGuidePage--forge .WikiGuideHero {
	border-color: rgba(226, 160, 72, .38);
	background:
		radial-gradient(circle at 82% 48%, rgba(var(--guide-glow), .57), transparent 24%),
		linear-gradient(112deg, #090b0c 0%, var(--guide-ink) 57%, var(--guide-horizon) 100%);
	box-shadow: 0 20px 42px rgba(50, 29, 16, .22), inset 0 0 90px rgba(0, 0, 0, .14);
}

#ContentHelper .WikiGuidePage--forge .WikiGuideHero::before {
	background:
		linear-gradient(rgba(243, 174, 83, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 174, 83, .045) 1px, transparent 1px);
	background-size: 36px 36px;
}

#ContentHelper .WikiGuidePage--forge .WikiGuideArtifact {
	border-color: rgba(244, 183, 91, .42);
	background: rgba(8, 9, 9, .54);
	box-shadow:
		0 0 0 18px rgba(var(--guide-glow), .09),
		0 0 62px rgba(var(--guide-glow), .38),
		inset 0 0 48px rgba(0, 0, 0, .52);
}

#ContentHelper .WikiGuidePage--forge .WikiGuideSpriteStack img {
	image-rendering: pixelated;
}

.WikiGuidePage--spells {
	--guide-accent: #3f7479;
	--guide-accent-soft: #96c0bc;
	--guide-ink: #132123;
	--guide-ink-deep: #091113;
	--guide-glow: 63, 116, 121;
}

.WikiGuidePage--daily-arena {
	--guide-accent: #a54f2f;
	--guide-accent-soft: #e2ae70;
	--guide-ink: #2d1912;
	--guide-ink-deep: #130d0a;
	--guide-horizon: #512015;
	--guide-glow: 165, 79, 47;
}

.WikiGuidePage--soulpit {
	--guide-accent: #79518c;
	--guide-accent-soft: #c5a2d6;
	--guide-ink: #221628;
	--guide-ink-deep: #100b14;
	--guide-horizon: #3b1f47;
	--guide-glow: 121, 81, 140;
}

.WikiGuidePage--tibiadrome {
	--guide-accent: #39747a;
	--guide-accent-soft: #9ac5c2;
	--guide-ink: #14272a;
	--guide-ink-deep: #091113;
	--guide-horizon: #204b50;
	--guide-glow: 57, 116, 122;
}

.WikiGuidePage--the-mummys-curse {
	--guide-accent: #76508f;
	--guide-accent-soft: #c7a3d8;
	--guide-ink: #291b2d;
	--guide-ink-deep: #130d16;
	--guide-horizon: #4a294f;
	--guide-glow: 118, 80, 143;
}

.WikiGuidePage--weekend-events {
	--guide-accent: #9b6626;
	--guide-accent-soft: #e0bd74;
	--guide-ink: #281d13;
	--guide-ink-deep: #120e0a;
	--guide-horizon: #4d3217;
	--guide-glow: 155, 102, 38;
}

#ContentHelper .WikiGuidePage .WikiGuideHero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(190px, .38fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: center;
	min-height: 330px;
	margin: 0 0 clamp(36px, 6vw, 68px);
	padding: clamp(34px, 6vw, 66px) clamp(30px, 6vw, 64px);
	border: 1px solid rgba(213, 174, 105, .28);
	background:
		radial-gradient(circle at 83% 48%, rgba(var(--guide-glow), .5), transparent 25%),
		linear-gradient(112deg, var(--guide-ink-deep) 0%, var(--guide-ink) 56%, var(--guide-horizon) 100%);
	box-sizing: border-box;
	color: #f8ead0;
	overflow: hidden;
	isolation: isolate;
	box-shadow: 0 18px 38px rgba(64, 36, 19, .16);
}

#ContentHelper .WikiGuidePage .WikiGuideHero::before,
#ContentHelper .WikiGuidePage .WikiGuideHero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

#ContentHelper .WikiGuidePage .WikiGuideHero::before {
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(rgba(255, 239, 204, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 239, 204, .035) 1px, transparent 1px);
	background-size: 44px 44px;
	transform: perspective(700px) rotateX(58deg) scale(1.3) translateY(18%);
	transform-origin: center bottom;
}

#ContentHelper .WikiGuidePage .WikiGuideHero::after {
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(7, 8, 9, .18), transparent 70%, rgba(var(--guide-glow), .12));
}

#ContentHelper .WikiGuideHeroCopy {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

#ContentHelper .WikiGuideHeroCopy > * {
	animation: WikiGuideHeroIn .55s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiGuideHeroCopy > :nth-child(2) { animation-delay: .05s; }
#ContentHelper .WikiGuideHeroCopy > :nth-child(3) { animation-delay: .1s; }
#ContentHelper .WikiGuideHeroCopy > :nth-child(4) { animation-delay: .15s; }

#ContentHelper .WikiGuidePage .WikiGuideEyebrow {
	display: block;
	margin: 0 0 13px;
	color: var(--guide-accent-soft);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage .WikiGuideHero h1,
#ContentHelper .WikiGuidePage .WikiGuideHero h2 {
	margin: 0;
	max-width: 720px;
	color: #fff4df;
	font: 800 clamp(38px, 6vw, 66px)/.98 Georgia, "Times New Roman", serif;
	letter-spacing: -.035em;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
}

#ContentHelper .WikiGuidePage .WikiGuideHero p {
	max-width: 610px;
	margin: 20px 0 0;
	color: #decfb8;
	font-size: 15px;
	line-height: 1.7;
}

#ContentHelper .WikiGuideHeroActions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	align-items: center;
	margin-top: 28px;
}

#ContentHelper .WikiGuideHeroActions > span {
	color: #cdbda6;
	font-size: 12px;
	font-weight: 700;
}

#ContentHelper .WikiGuidePrimaryAction,
#ContentHelper .WikiGuideTextAction {
	display: inline-flex;
	min-height: 44px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	color: #fff1d4 !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .035em;
	text-decoration: none !important;
	transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

#ContentHelper .WikiGuidePrimaryAction {
	padding: 0 18px;
	border: 1px solid rgba(255, 232, 190, .52);
	background: rgba(var(--guide-glow), .78);
}

#ContentHelper .WikiGuideTextAction {
	gap: 8px;
	padding: 0 16px;
	border: 1px solid rgba(255, 232, 190, .38);
	background: rgba(255, 244, 218, .06);
}

#ContentHelper .WikiGuidePrimaryAction:hover,
#ContentHelper .WikiGuidePrimaryAction:focus-visible,
#ContentHelper .WikiGuideTextAction:hover,
#ContentHelper .WikiGuideTextAction:focus-visible {
	transform: translateY(-2px);
}

#ContentHelper .WikiGuidePrimaryAction:hover,
#ContentHelper .WikiGuidePrimaryAction:focus-visible {
	background: rgba(var(--guide-glow), 1);
	border-color: #f5d59f;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

#ContentHelper .WikiGuideTextAction:hover,
#ContentHelper .WikiGuideTextAction:focus-visible {
	border-color: rgba(255, 235, 199, .76);
	background: rgba(255, 244, 218, .13);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

#ContentHelper .WikiGuidePrimaryAction:focus-visible,
#ContentHelper .WikiGuideTextAction:focus-visible {
	outline: 2px solid #fff0c7;
	outline-offset: 3px;
}

#ContentHelper .WikiGuideArtifact {
	position: relative;
	display: grid;
	width: clamp(178px, 20vw, 220px);
	height: clamp(178px, 20vw, 220px);
	box-sizing: border-box;
	place-content: center;
	justify-self: center;
	border: 1px solid rgba(255, 227, 179, .25);
	border-radius: 50%;
	background: rgba(8, 10, 11, .22);
	text-align: center;
	box-shadow:
		0 0 0 18px rgba(var(--guide-glow), .08),
		0 0 54px rgba(var(--guide-glow), .28),
		inset 0 0 44px rgba(0, 0, 0, .28);
	animation: WikiGuideArtifactIn .7s .12s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiGuideArtifact::before,
#ContentHelper .WikiGuideArtifact::after {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px dashed rgba(255, 226, 176, .2);
	border-radius: 50%;
}

#ContentHelper .WikiGuideArtifact::after {
	inset: 31px;
	border-style: solid;
	border-color: rgba(var(--guide-glow), .42);
}

#ContentHelper .WikiGuideArtifact > strong {
	position: relative;
	z-index: 3;
	display: block;
	color: #fff1d4;
	font: 800 clamp(38px, 5vw, 58px)/1 Georgia, "Times New Roman", serif;
	letter-spacing: -.04em;
}

#ContentHelper .WikiGuideArtifact > small,
#ContentHelper .WikiGuideArtifact > span:not(.WikiGuideSpriteStack) {
	position: relative;
	z-index: 3;
	display: block;
	max-width: 130px;
	margin: 8px auto 0;
	color: #d7c5aa;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

#ContentHelper .WikiGuideSpriteStack {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

#ContentHelper .WikiGuideSpriteStack > span {
	position: absolute;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(244, 210, 148, .35);
	background: rgba(18, 14, 14, .82);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .28);
}

#ContentHelper .WikiGuideSpriteStack > span:nth-child(1) { top: -6px; left: 4px; transform: rotate(-7deg); }
#ContentHelper .WikiGuideSpriteStack > span:nth-child(2) { top: 24px; right: -12px; transform: rotate(7deg); }
#ContentHelper .WikiGuideSpriteStack > span:nth-child(3) { right: 18px; bottom: -8px; transform: rotate(-4deg); }

#ContentHelper .WikiGuideSpriteStack img,
#ContentHelper .WikiGuideSpriteStack .SpellsIcon {
	width: 42px;
	height: 42px;
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
	image-rendering: auto;
}

#ContentHelper .WikiGuideSpriteStack .SpellsIcon {
	width: 32px;
	height: 32px;
	image-rendering: pixelated;
}

#ContentHelper .WikiWorldEventLocation {
	display: grid;
	grid-template-columns: minmax(0, 667px) minmax(190px, 1fr);
	gap: clamp(26px, 4vw, 48px);
	align-items: center;
	margin: 0 0 clamp(46px, 6vw, 68px);
	padding: 0 0 clamp(38px, 5vw, 54px);
	border-bottom: 1px solid #c7a677;
}

#ContentHelper .WikiWorldEventLocationMap {
	position: relative;
	width: 100%;
	max-width: 667px;
	justify-self: start;
	overflow: hidden;
	border: 1px solid #9f7a4d;
	background: #102126;
	box-sizing: border-box;
	box-shadow: 0 14px 30px rgba(64, 36, 19, .16);
	animation: WikiGuideHeroIn .55s .18s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiWorldEventLocationTerrain {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	image-rendering: pixelated;
}

#ContentHelper .WikiWorldEventLocationMarker {
	position: absolute;
	left: 48.2%;
	top: 51%;
	width: clamp(40px, 9.6%, 64px);
	height: auto;
	max-width: none;
	transform: translate(-50%, -50%);
	pointer-events: none;
	image-rendering: pixelated;
	filter: drop-shadow(0 3px 1px rgba(28, 14, 8, .72));
	animation: WikiHorestisMarkerIn .48s .55s both cubic-bezier(.2, .8, .2, 1.2);
}

#ContentHelper .WikiWorldEventLocationCopy {
	max-width: 330px;
	animation: WikiGuideHeroIn .55s .28s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiWorldEventLocationCopy > span {
	display: block;
	margin: 0 0 10px;
	color: var(--guide-accent);
	font: 900 10px/1.2 Arial, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

#ContentHelper .WikiWorldEventLocationCopy h2 {
	margin: 0;
	color: #422718;
	font: 800 clamp(27px, 3.4vw, 38px)/1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
}

#ContentHelper .WikiWorldEventLocationCopy p {
	margin: 16px 0 0;
	color: #65472f;
	font-size: 14px;
	line-height: 1.65;
}

#ContentHelper .WikiForgeResourceFlow {
	display: grid;
	grid-template-columns: minmax(220px, .36fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 62px);
	align-items: center;
	margin: 0 0 clamp(46px, 6vw, 68px);
	padding: clamp(30px, 4vw, 42px) 0;
	border-top: 1px solid #bd9660;
	border-bottom: 1px solid #bd9660;
	background: linear-gradient(90deg, rgba(166, 94, 30, .045), transparent 34%, rgba(166, 94, 30, .035));
}

#ContentHelper .WikiForgeResourceIntro {
	padding-left: 22px;
	border-left: 3px solid var(--guide-accent);
	animation: WikiGuideHeroIn .55s .12s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiForgeResourceIntro > span {
	display: block;
	margin: 0 0 9px;
	color: var(--guide-accent);
	font: 900 10px/1.2 Arial, sans-serif;
	letter-spacing: .17em;
	text-transform: uppercase;
}

#ContentHelper .WikiForgeResourceIntro h2 {
	margin: 0;
	color: #422718;
	font: 800 clamp(25px, 3.2vw, 36px)/1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
}

#ContentHelper .WikiForgeResourceIntro p {
	margin: 14px 0 0;
	color: #65472f;
	font-size: 13px;
	line-height: 1.65;
}

#ContentHelper .WikiForgeResourcePath {
	display: grid;
	grid-template-columns: minmax(100px, 1fr) minmax(76px, auto) minmax(100px, 1fr) minmax(82px, auto) minmax(116px, 1.08fr);
	gap: clamp(8px, 1.4vw, 16px);
	min-width: 0;
	align-items: center;
}

#ContentHelper .WikiForgeResourceNode {
	display: grid;
	min-width: 0;
	place-items: center;
	text-align: center;
	animation: WikiForgeResourceIn .5s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiForgeResourceNode:nth-child(1) { animation-delay: .18s; }
#ContentHelper .WikiForgeResourceNode:nth-child(3) { animation-delay: .34s; }
#ContentHelper .WikiForgeResourceNode:nth-child(5) { animation-delay: .5s; }

#ContentHelper .WikiForgeResourceNode img {
	display: block;
	width: 64px;
	height: 64px;
	max-width: none;
	object-fit: contain;
	image-rendering: pixelated;
	filter: drop-shadow(0 8px 7px rgba(66, 38, 20, .24));
	transition: transform .18s ease, filter .18s ease;
}

#ContentHelper .WikiForgeResourceNode:hover img {
	transform: translateY(-3px) scale(1.05);
	filter: drop-shadow(0 11px 9px rgba(166, 94, 30, .32));
}

#ContentHelper .WikiForgeResourceNode strong {
	margin-top: 8px;
	color: #4b2d1c;
	font: 800 15px/1.25 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiForgeResourceNode small {
	margin-top: 3px;
	color: #876546;
	font: 800 9px/1.3 Arial, sans-serif;
	letter-spacing: .07em;
	text-transform: uppercase;
}

#ContentHelper .WikiForgeResourceArrow {
	display: grid;
	gap: 6px;
	justify-items: center;
	color: #8a5222;
	text-align: center;
	animation: WikiForgeResourceIn .45s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiForgeResourceArrow:nth-child(2) { animation-delay: .26s; }
#ContentHelper .WikiForgeResourceArrow:nth-child(4) { animation-delay: .42s; }

#ContentHelper .WikiForgeResourceArrow strong {
	font: 900 9px/1.2 Arial, sans-serif;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

#ContentHelper .WikiForgeResourceArrow span {
	font: 400 28px/1 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiForgeEffectGallery {
	display: grid;
	grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 62px);
	align-items: center;
	margin: 0 0 clamp(54px, 7vw, 78px);
	padding: 0 0 clamp(34px, 4.5vw, 48px);
	border-bottom: 1px solid #bd9660;
}

#ContentHelper .WikiForgeEffectIntro {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	animation: WikiGuideHeroIn .55s .18s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiForgeEffectForge {
	display: block;
	width: 112px;
	filter: drop-shadow(0 12px 10px rgba(66, 38, 20, .3));
}

#ContentHelper .WikiForgeEffectForge img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	image-rendering: pixelated;
}

#ContentHelper .WikiForgeEffectIntro span {
	display: block;
	margin: 0 0 8px;
	color: var(--guide-accent);
	font: 900 10px/1.2 Arial, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

#ContentHelper .WikiForgeEffectIntro h2 {
	margin: 0;
	color: #422718;
	font: 800 clamp(24px, 3vw, 34px)/1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
}

#ContentHelper .WikiForgeEffectIntro p {
	margin: 12px 0 0;
	color: #65472f;
	font-size: 13px;
	line-height: 1.6;
}

#ContentHelper .WikiForgeEffectTrack {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#ContentHelper .WikiForgeEffectTrack li {
	display: grid;
	min-width: 0;
	padding: 8px clamp(4px, .6vw, 8px);
	place-items: center;
	text-align: center;
	animation: WikiForgeEffectIn .5s both cubic-bezier(.2, .7, .2, 1);
}

#ContentHelper .WikiForgeEffectTrack li + li {
	border-left: 1px solid #d1b17f;
}

#ContentHelper .WikiForgeEffectTrack li:nth-child(1) { animation-delay: .22s; }
#ContentHelper .WikiForgeEffectTrack li:nth-child(2) { animation-delay: .29s; }
#ContentHelper .WikiForgeEffectTrack li:nth-child(3) { animation-delay: .36s; }
#ContentHelper .WikiForgeEffectTrack li:nth-child(4) { animation-delay: .43s; }
#ContentHelper .WikiForgeEffectTrack li:nth-child(5) { animation-delay: .5s; }

#ContentHelper .WikiForgeEffectTrack img {
	display: block;
	width: 58px;
	height: 58px;
	max-width: none;
	object-fit: contain;
	image-rendering: pixelated;
	filter: drop-shadow(0 7px 6px rgba(66, 38, 20, .22));
	transition: transform .18s ease, filter .18s ease;
}

#ContentHelper .WikiForgeEffectTrack li:hover img {
	transform: translateY(-4px) scale(1.08);
	filter: drop-shadow(0 10px 8px rgba(166, 94, 30, .34));
}

#ContentHelper .WikiForgeEffectTrack small {
	margin-top: 7px;
	color: #8a6948;
	font: 900 9px/1.25 Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

#ContentHelper .WikiForgeEffectTrack strong {
	max-width: 100%;
	margin-top: 3px;
	color: #4b2d1c;
	font: 800 clamp(11px, 1vw, 13px)/1.25 Georgia, "Times New Roman", serif;
	overflow-wrap: normal;
	white-space: nowrap;
}

#ContentHelper .WikiGuidePage--forge .WikiMarkdownContent tbody tr {
	transition: background-color .14s ease;
}

#ContentHelper .WikiGuidePage--forge .WikiMarkdownContent tbody tr:hover td {
	background: #fff0d7;
}

#ContentHelper .WikiGuidePage .ModernSection {
	margin: 0 0 clamp(38px, 5vw, 64px);
	scroll-margin-top: 92px;
}

#ContentHelper .WikiGuidePage .ModernSectionTitle,
#ContentHelper .WikiGuidePage h2.ModernSectionTitle,
#ContentHelper .WikiGuidePage .SpellsSectionTitle {
	display: flex;
	min-height: 0;
	margin: 0 0 18px;
	padding: 0 0 13px;
	border: 0;
	border-bottom: 1px solid #caa977;
	background: transparent;
	box-sizing: border-box;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	color: #4a2c19;
	font: 800 clamp(24px, 3.2vw, 34px)/1.12 Georgia, "Times New Roman", serif;
	letter-spacing: -.02em;
}

#ContentHelper .WikiGuidePage .ModernPanel,
#ContentHelper .WikiGuidePage .SpellsPanel {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#ContentHelper .WikiGuideLeadSection {
	position: relative;
	padding: 0 0 0 22px;
	border-left: 3px solid var(--guide-accent);
}

#ContentHelper .WikiGuideLeadSection .ModernSectionTitle {
	font-size: clamp(22px, 3vw, 30px);
}

#ContentHelper .WikiGuideSearch,
#ContentHelper .WikiGuidePage .SpellsToolbar,
#ContentHelper .WikiGuidePage .AgTaskToolbar {
	width: 100%;
	margin: 0 0 34px;
	padding: 14px;
	border: 1px solid #b99766;
	background: rgba(255, 250, 238, .82);
	box-sizing: border-box;
	box-shadow: 0 8px 20px rgba(76, 48, 27, .06);
}

#ContentHelper .WikiGuideSearch input[type="search"],
#ContentHelper .WikiGuidePage .SpellsToolbar input[type="search"],
#ContentHelper .WikiGuidePage input.AgTaskSearch {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #a98555;
	border-radius: 0;
	background: #fffdf7;
	box-sizing: border-box;
	color: #382619;
	font: inherit;
	box-shadow: inset 0 1px 2px rgba(59, 37, 21, .07);
}

#ContentHelper .WikiGuideSearch input[type="search"]:focus,
#ContentHelper .WikiGuidePage .SpellsToolbar input[type="search"]:focus,
#ContentHelper .WikiGuidePage input.AgTaskSearch:focus {
	border-color: var(--guide-accent);
	outline: 2px solid rgba(var(--guide-glow), .22);
	outline-offset: 1px;
}

#ContentHelper .WikiGuidePage .WikiResultCount,
#ContentHelper .WikiGuidePage .SpellsVisibleCount {
	color: #795b3d;
	font: 800 11px/1.3 Arial, sans-serif;
	letter-spacing: .06em;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage .ModernTable,
#ContentHelper .WikiGuidePage .SpellsTable {
	border-color: #a98555;
	background: #fffaf0;
}

#ContentHelper .WikiGuidePage .ModernTable th,
#ContentHelper .WikiGuidePage .SpellsTable th {
	background: var(--guide-ink);
	color: #fff1d4;
	border-color: rgba(255, 239, 210, .18);
}

#ContentHelper .WikiGuidePage .ModernTable td,
#ContentHelper .WikiGuidePage .SpellsTable td {
	border-color: #dbc59f;
}

#ContentHelper .WikiGuidePage .ModernTable tbody tr,
#ContentHelper .WikiGuidePage .SpellsTable tbody tr,
#ContentHelper .WikiGuidePage .AchRow {
	transition: background-color .14s ease, transform .14s ease;
}

#ContentHelper .WikiGuidePage .ModernTable tbody tr:hover td,
#ContentHelper .WikiGuidePage .SpellsTable tbody tr:hover td,
#ContentHelper .WikiGuidePage .AchRow:hover {
	background: #f6e8ce;
}

#ContentHelper .TrinketsPage .TrinketNameCell {
	gap: 13px;
}

#ContentHelper .TrinketsPage .TrinketNameText strong {
	font: 800 15px/1.3 Georgia, "Times New Roman", serif;
}

#ContentHelper .TrinketsPage .TrinketBonuses span {
	border-color: #b9a27d;
	background: #fffaf0;
}

#ContentHelper .ImbuementsPage .ImbuementNpcBox {
	display: grid;
	grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

#ContentHelper .ImbuementsPage .ImbuementNpcBox strong {
	color: #532d17;
	font: 800 19px/1.2 Georgia, "Times New Roman", serif;
}

#ContentHelper .ImbuementsPage .ImbuementTableWrap {
	border-color: #a98555;
	box-shadow: 0 12px 26px rgba(76, 48, 27, .08);
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent {
	counter-reset: guide-section;
	font-size: 14px;
	line-height: 1.68;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent > h2 {
	counter-increment: guide-section;
	margin: clamp(52px, 7vw, 82px) 0 22px;
	padding: 0 0 14px;
	border-bottom: 1px solid #c7a677;
	color: #422718;
	font: 800 clamp(27px, 4vw, 39px)/1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
	scroll-margin-top: 90px;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent > h2:first-child {
	margin-top: 0;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent > h2::before {
	content: "0" counter(guide-section) " / FIELD NOTE";
	display: block;
	margin-bottom: 8px;
	color: var(--guide-accent);
	font: 900 10px/1.2 Arial, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent h3 {
	margin: 30px 0 9px;
	color: #59351c;
	font: 800 19px/1.25 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent p,
#ContentHelper .WikiMarkdownPage .WikiMarkdownContent ul,
#ContentHelper .WikiMarkdownPage .WikiMarkdownContent ol {
	max-width: 760px;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent table {
	margin: 20px 0 30px;
	box-shadow: 0 10px 24px rgba(76, 48, 27, .07);
}

#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child,
#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child,
#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child,
#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child {
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: visible;
	box-shadow: 0 10px 24px rgba(76, 48, 27, .1);
}

#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child td {
	width: 25%;
	box-sizing: border-box;
	padding: 12px 14px;
	vertical-align: middle;
}

#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child th,
#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child th {
	font-size: 11px;
	letter-spacing: .045em;
	line-height: 1.3;
	text-transform: uppercase;
}

#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child td,
#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child td {
	background: #fff8eb;
	color: #4a2c19;
	font: 800 15px/1.35 Georgia, "Times New Roman", serif;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent th {
	background: var(--guide-ink);
	color: #fff1d4;
}

#ContentHelper .WikiMarkdownPage .WikiMarkdownContent code {
	border: 1px solid #d6bd94;
	background: #fff7e7;
	color: #7f2e23;
}

#ContentHelper .AdventurerGuildPage .AgGrid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

#ContentHelper .AdventurerGuildPage .AgCard {
	min-height: 150px;
	padding: 18px;
	border: 0;
	border-left: 1px solid #d0b080;
	background: transparent;
}

#ContentHelper .AdventurerGuildPage .AgCard:first-child {
	border-left: 0;
}

#ContentHelper .AdventurerGuildPage .AgCard strong {
	font: 800 17px/1.25 Georgia, "Times New Roman", serif;
}

#ContentHelper .AdventurerGuildPage .AgNpcCard,
#ContentHelper .AdventurerGuildPage .AgOfferCard {
	padding: 16px 10px;
	border-color: #c7aa7d;
	background: #fff9eb;
}

#ContentHelper .AdventurerGuildPage .AgTaskList {
	gap: 0;
	border-top: 1px solid #c7aa7d;
}

#ContentHelper .AdventurerGuildPage .AgTaskCard {
	padding: 18px 10px;
	border: 0;
	border-bottom: 1px solid #d7bf98;
	background: transparent;
}

#ContentHelper .AdventurerGuildPage .AgTaskCard:hover {
	background: #f8ecd7;
}

#ContentHelper .AdventurerGuildPage .AgChip,
#ContentHelper .SpellsPage .SpellsTabs a,
#ContentHelper .SpellsPage .SpellsGroupList button {
	min-height: 44px;
	border-color: #b28b59;
	background: #f7e8cb;
	color: #5b371d;
	transition: background-color .14s ease, border-color .14s ease, transform .14s ease;
}

#ContentHelper .AdventurerGuildPage .AgChip:hover,
#ContentHelper .AdventurerGuildPage .AgChip:focus-visible,
#ContentHelper .SpellsPage .SpellsTabs a:hover,
#ContentHelper .SpellsPage .SpellsTabs a:focus-visible,
#ContentHelper .SpellsPage .SpellsGroupList button:hover,
#ContentHelper .SpellsPage .SpellsGroupList button:focus-visible {
	transform: translateY(-1px);
}

#ContentHelper .SpellsPage .SpellsTabs a:hover:not(.Active),
#ContentHelper .SpellsPage .SpellsTabs a:focus-visible:not(.Active) {
	border-color: #8e6335;
	background: #efdbb7;
	color: #4f2f18 !important;
}

#ContentHelper .AdventurerGuildPage .AgChip.active,
#ContentHelper .SpellsPage .SpellsTabs a.Active,
#ContentHelper .SpellsPage .SpellsGroupList button[aria-pressed="true"] {
	border-color: var(--guide-accent);
	background: var(--guide-ink);
	color: #fff1d4 !important;
}

#ContentHelper .AdventurerGuildPage .AgEmpty:not([hidden]) {
	display: block;
}

#ContentHelper .AchievementPage .AchHero {
	grid-template-columns: minmax(0, 1fr) minmax(190px, .38fr);
	padding: clamp(34px, 6vw, 66px) clamp(30px, 6vw, 64px);
	border: 1px solid rgba(213, 174, 105, .28);
	background:
		radial-gradient(circle at 83% 48%, rgba(var(--guide-glow), .5), transparent 25%),
		linear-gradient(112deg, var(--guide-ink-deep) 0%, var(--guide-ink) 56%, var(--guide-horizon) 100%);
	box-shadow: 0 18px 38px rgba(64, 36, 19, .16);
}

#ContentHelper .AchievementPage .AchFormula {
	padding: 0;
	border: 1px solid rgba(255, 227, 179, .25);
	text-align: center;
}

#ContentHelper .AchievementPage .AchFormula > strong {
	color: #fff1d4;
	font-size: clamp(24px, 3vw, 34px);
}

#ContentHelper .AchievementPage .AchFormula > span {
	max-width: 140px;
	margin: 10px auto 0;
	color: #d7c5aa;
	font-size: 10px;
	line-height: 1.4;
}

#ContentHelper .AchievementPage .AchTabs {
	margin: -34px 0 26px;
	border-bottom-color: #a88150;
}

#ContentHelper .AchievementPage .AchTabs a.is-active {
	background: var(--guide-ink);
}

#ContentHelper .AchievementPage .AchBonusNote {
	margin: 0 0 22px;
	padding: 0 0 0 16px;
	border-left: 3px solid var(--guide-accent);
	color: #65492f;
	line-height: 1.6;
}

#ContentHelper .AchievementPage .AchBonusNote strong {
	color: #4a2c19;
}

#ContentHelper .AchievementPage .AchAnchorNav {
	position: sticky;
	top: 64px;
	z-index: 8;
	margin-bottom: 30px;
	padding: 12px 14px;
	border: 1px solid #c5a475;
	background: rgba(255, 248, 232, .95);
	backdrop-filter: blur(6px);
}

#ContentHelper .AchievementPage .AchSection {
	margin-top: 42px;
	border: 0;
	border-top: 1px solid #b99766;
	background: transparent;
	box-shadow: none;
}

#ContentHelper .AchievementPage .AchSectionHeader {
	padding: 18px 4px 14px;
	border: 0;
	border-bottom: 1px solid #d4bb93;
	background: transparent;
}

#ContentHelper .AchievementPage .AchSectionHeader h3 {
	font-size: 24px;
}

#ContentHelper .AchievementPage .AchRow {
	padding: 11px 4px;
	border-bottom-color: #e1cdaa;
}

#ContentHelper .SpellsPage .SpellsTabs {
	margin: -34px 0 26px;
	border-bottom: 1px solid #b99766;
	padding-bottom: 10px;
}

#ContentHelper .SpellsPage .SpellsToolbar {
	border: 1px solid #b99766;
	background: rgba(255, 250, 238, .82);
}

#ContentHelper .SpellsPage .SpellsTableWrap {
	border-color: #a98555;
	box-shadow: 0 12px 26px rgba(76, 48, 27, .08);
}

#ContentHelper .SpellsPage .SpellsIconFrame {
	border-color: #8d724f;
	background: #15191a;
	box-shadow: inset 0 0 0 2px #414f4f;
}

@keyframes WikiGuideHeroIn {
	from { opacity: 0; transform: translateY(13px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes WikiGuideArtifactIn {
	from { opacity: 0; transform: scale(.9) rotate(-3deg); }
	to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes WikiHorestisMarkerIn {
	from { opacity: 0; transform: translate(-50%, -50%) scale(.68); }
	to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes WikiForgeResourceIn {
	from { opacity: 0; transform: translateY(10px) scale(.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes WikiForgeEffectIn {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes WikiAffixCatalogueIn {
	from { opacity: 0; transform: translateY(9px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes WikiAffixTableIn {
	from { opacity: .45; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes WikiRarityRowIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
	#ContentHelper .WikiForgeEffectGallery {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 900px) {
	#ContentHelper .WikiGuidePage .WikiGuideHero,
	#ContentHelper .AchievementPage .AchHero {
		grid-template-columns: minmax(0, 1fr) 170px;
		gap: 22px;
		min-height: 290px;
		padding: 38px 30px;
	}

	#ContentHelper .WikiGuideArtifact {
		width: 160px;
		height: 160px;
	}

	#ContentHelper .WikiWorldEventLocation {
		grid-template-columns: minmax(0, 1.5fr) minmax(175px, .7fr);
		gap: 26px;
	}

	#ContentHelper .WikiForgeResourceFlow {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	#ContentHelper .WikiForgeEffectGallery {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	#ContentHelper .WikiGuideSpriteStack > span {
		width: 48px;
		height: 48px;
	}

	#ContentHelper .WikiGuideSpriteStack img {
		width: 36px;
		height: 36px;
	}

	#ContentHelper .AdventurerGuildPage .AgGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#ContentHelper .AdventurerGuildPage .AgCard:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #d0b080;
	}

	#ContentHelper .AdventurerGuildPage .AgCard:nth-child(4) {
		border-top: 1px solid #d0b080;
	}
}

@media (max-width: 620px) {
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixFootnotes {
		gap: 2px;
		margin-right: 1px;
		margin-left: 1px;
		font-size: 10px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable th,
	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td {
		padding-right: 11px;
		padding-left: 11px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td:first-child {
		width: 60%;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable td:last-child {
		width: 40%;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityIdentity {
		gap: 10px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityEmblem {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityLabel strong {
		font-size: 16px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlots {
		gap: 8px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy {
		display: grid;
		grid-template-columns: auto;
		gap: 1px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy strong {
		font-size: 22px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiRaritySlotCopy span {
		font-size: 8px;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTabs {
		flex-wrap: wrap;
		max-height: none;
		padding: 2px;
		overflow: visible;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab {
		flex: 1 1 calc(50% - 3px);
		white-space: normal;
	}

	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTableHeading {
		align-items: start;
		flex-direction: column;
		gap: 4px;
	}

	#ContentHelper .WikiGuidePage .WikiGuideHero,
	#ContentHelper .AchievementPage .AchHero {
		grid-template-columns: 1fr;
		min-height: 0;
		margin-bottom: 34px;
		padding: 34px 24px 28px;
	}

	#ContentHelper .WikiGuidePage .WikiGuideHero h1,
	#ContentHelper .WikiGuidePage .WikiGuideHero h2 {
		font-size: clamp(34px, 12vw, 48px);
	}

	#ContentHelper .WikiGuideArtifact {
		width: 145px;
		height: 145px;
		margin-top: 16px;
	}

	#ContentHelper .WikiGuideHeroActions {
		align-items: flex-start;
		flex-direction: column;
	}

	#ContentHelper .WikiGuidePrimaryAction,
	#ContentHelper .WikiGuideTextAction {
		width: 100%;
	}

	#ContentHelper .WikiGuideTextAction {
		border: 1px solid rgba(255, 232, 190, .25);
	}

	#ContentHelper .WikiWorldEventLocation {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#ContentHelper .WikiWorldEventLocationCopy {
		max-width: 520px;
	}

	#ContentHelper .WikiForgeResourceIntro {
		max-width: 620px;
	}

	#ContentHelper .WikiForgeResourcePath {
		grid-template-columns: minmax(92px, 1fr) minmax(70px, auto) minmax(92px, 1fr) minmax(78px, auto) minmax(110px, 1fr);
	}

	#ContentHelper .WikiGuideSearch,
	#ContentHelper .WikiGuidePage .SpellsToolbar,
	#ContentHelper .WikiGuidePage .AgTaskToolbar {
		padding: 10px;
	}

	#ContentHelper .ImbuementsPage .ImbuementNpcBox,
	#ContentHelper .AdventurerGuildPage .AgGrid {
		grid-template-columns: 1fr;
	}

	#ContentHelper .AdventurerGuildPage .AgCard,
	#ContentHelper .AdventurerGuildPage .AgCard:nth-child(3),
	#ContentHelper .AdventurerGuildPage .AgCard:nth-child(4) {
		min-height: 0;
		border: 0;
		border-top: 1px solid #d0b080;
	}

	#ContentHelper .AdventurerGuildPage .AgCard:first-child {
		border-top: 0;
	}

	#ContentHelper .AchievementPage .AchTabs,
	#ContentHelper .SpellsPage .SpellsTabs {
		margin-top: 0;
	}

	#ContentHelper .AchievementPage .AchAnchorNav {
		top: 112px;
	}

	#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child td {
		padding: 10px 8px;
	}

	#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child th,
	#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child th {
		font-size: 9px;
		letter-spacing: .02em;
	}

	#ContentHelper .WikiGuidePage--daily-arena .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--soulpit .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--tibiadrome .WikiMarkdownContent > table:first-child td,
	#ContentHelper .WikiGuidePage--the-mummys-curse .WikiMarkdownContent > table:first-child td {
		font-size: 13px;
	}

	#ContentHelper .WikiForgeResourcePath {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	#ContentHelper .WikiForgeResourceNode {
		grid-template-columns: 64px minmax(0, 1fr);
		column-gap: 15px;
		justify-items: start;
		max-width: 270px;
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	#ContentHelper .WikiForgeResourceNode img {
		grid-row: 1 / span 2;
	}

	#ContentHelper .WikiForgeResourceNode strong {
		align-self: end;
		margin-top: 0;
	}

	#ContentHelper .WikiForgeResourceNode small {
		align-self: start;
	}

	#ContentHelper .WikiForgeResourceArrow {
		gap: 3px;
	}

	#ContentHelper .WikiForgeResourceArrow span {
		transform: rotate(90deg);
	}

	#ContentHelper .WikiForgeEffectIntro {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 14px;
	}

	#ContentHelper .WikiForgeEffectForge {
		width: 88px;
	}

	#ContentHelper .WikiForgeEffectTrack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#ContentHelper .WikiForgeEffectTrack li {
		padding: 16px 10px;
		border-top: 1px solid #d1b17f;
		border-left: 0;
	}

	#ContentHelper .WikiForgeEffectTrack li + li {
		border-left: 0;
	}

	#ContentHelper .WikiForgeEffectTrack li:nth-child(even) {
		border-left: 1px solid #d1b17f;
	}

	#ContentHelper .WikiForgeEffectTrack li:nth-child(-n + 2) {
		border-top: 0;
	}

	#ContentHelper .WikiForgeEffectTrack li:last-child {
		grid-column: 1 / -1;
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	#ContentHelper .WikiGuideHeroCopy > *,
	#ContentHelper .WikiGuideArtifact,
	#ContentHelper .WikiForgeResourceIntro,
	#ContentHelper .WikiForgeResourceNode,
	#ContentHelper .WikiForgeResourceNode img,
	#ContentHelper .WikiForgeResourceArrow,
	#ContentHelper .WikiForgeEffectIntro,
	#ContentHelper .WikiForgeEffectTrack li,
	#ContentHelper .WikiForgeEffectTrack img,
	#ContentHelper .WikiWorldEventLocationMap,
	#ContentHelper .WikiWorldEventLocationMarker,
	#ContentHelper .WikiWorldEventLocationCopy,
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixCatalogue,
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTablePanel,
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab,
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTypeTab::after,
	#ContentHelper .WikiGuidePage--item-affixes .WikiRarityTable .WikiRarityRow,
	#ContentHelper .WikiGuidePage--item-affixes .WikiAffixTable tbody tr,
	#ContentHelper .WikiGuidePage .ModernTable tbody tr,
	#ContentHelper .WikiGuidePage .SpellsTable tbody tr,
	#ContentHelper .WikiGuidePage .AchRow {
		animation: none;
		transition: none;
	}
}

/* Wiki Overview: an image-led field archive instead of a document index. */
.WikiPortalOverviewPage .WikiOverviewHero {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 430px;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) 150px;
	gap: 36px;
	align-items: end;
	margin: -24px -24px 42px;
	padding: 58px 52px 48px;
	overflow: hidden;
	background: #102126 url("images/header/background-solteria.webp") 55% 43% / cover no-repeat;
	color: #fff3d6;
}

.WikiPortalOverviewPage .WikiOverviewHero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(5, 13, 15, .98) 0%, rgba(7, 18, 20, .91) 42%, rgba(9, 20, 22, .38) 70%, rgba(8, 15, 18, .2) 100%),
		linear-gradient(0deg, rgba(4, 10, 12, .8) 0%, transparent 58%);
}

.WikiPortalOverviewPage .WikiOverviewHero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border: 1px solid rgba(245, 205, 126, .2);
	background:
		linear-gradient(rgba(236, 199, 125, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(236, 199, 125, .055) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to top, #000, transparent 60%);
	pointer-events: none;
}

.WikiOverviewHeroCopy {
	position: relative;
	z-index: 1;
	max-width: 580px;
	animation: WikiOverviewRise .56s cubic-bezier(.22, .8, .25, 1) both;
}

.WikiOverviewEyebrow,
.WikiOverviewDirectoryIntro > span {
	display: block;
	color: #d9ad61;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.WikiOverviewHero h1 {
	max-width: 560px;
	margin: 9px 0 0;
	color: #fff4dc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 6vw, 70px);
	line-height: .96;
	letter-spacing: -.035em;
	text-shadow: 0 4px 26px rgba(0, 0, 0, .38);
}

.WikiOverviewHeroCopy > p {
	max-width: 520px;
	margin: 17px 0 0;
	color: #d7d5ca;
	font-size: 15px;
	line-height: 1.6;
}

.WikiOverviewHero .WikiPortalGlobalSearch {
	max-width: 550px;
	margin-top: 30px;
}

.WikiOverviewHero .WikiPortalGlobalSearch > label {
	display: block;
	margin-bottom: 8px;
	color: #e7c785;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.WikiOverviewSearchField {
	display: grid;
	min-height: 54px;
	box-sizing: border-box;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 0 16px;
	border: 1px solid rgba(234, 199, 132, .6);
	border-radius: 3px;
	background: rgba(8, 16, 18, .82);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 239, 203, .08);
	backdrop-filter: blur(10px);
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.WikiOverviewSearchField:focus-within {
	border-color: #f0c76f;
	background: rgba(6, 13, 15, .94);
	box-shadow: 0 0 0 3px rgba(224, 173, 83, .18), 0 18px 38px rgba(0, 0, 0, .28);
}

.WikiOverviewSearchField > svg {
	width: 20px;
	height: 20px;
	color: #dbae5e;
}

#ContentHelper .WikiOverviewHero .WikiPortalGlobalSearch input[type="search"] {
	min-height: 52px;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: #fff5df;
	font-size: 14px;
	font-weight: 750;
	box-shadow: none;
}

#ContentHelper .WikiOverviewHero .WikiPortalGlobalSearch input[type="search"]::placeholder {
	color: #aeb9b4;
}

.WikiOverviewCompass {
	position: relative;
	z-index: 1;
	display: grid;
	width: 132px;
	height: 132px;
	box-sizing: border-box;
	place-content: center;
	justify-items: center;
	align-self: center;
	border: 1px solid rgba(236, 198, 124, .48);
	border-radius: 50%;
	background: rgba(7, 15, 18, .46);
	box-shadow: 0 0 0 12px rgba(10, 21, 24, .18), inset 0 0 0 9px rgba(219, 172, 92, .06);
	text-align: center;
	backdrop-filter: blur(5px);
	animation: WikiOverviewCompassIn .7s .08s cubic-bezier(.22, .8, .25, 1) both;
}

.WikiOverviewCompass::before,
.WikiOverviewCompass::after {
	content: "";
	position: absolute;
	background: rgba(231, 191, 112, .42);
}

.WikiOverviewCompass::before {
	top: -18px;
	bottom: -18px;
	left: 50%;
	width: 1px;
}

.WikiOverviewCompass::after {
	top: 50%;
	right: -18px;
	left: -18px;
	height: 1px;
}

.WikiOverviewCompass span {
	color: #fff1d0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.WikiOverviewCompass strong {
	margin-top: 5px;
	color: #d7b978;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.WikiOverviewSearchResults {
	display: none;
	margin: -18px 0 42px;
	padding: 0 0 24px;
	border-bottom: 1px solid #cdb185;
}

.WikiOverviewSearchResults:has(#WikiGlobalResultsRegion:not([hidden])),
.WikiOverviewSearchResults:has(.WikiAsyncFeedback:not([hidden])) {
	display: block;
}

.WikiOverviewSearchResultsHeader {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	color: #795a3d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.WikiOverviewDirectoryIntro {
	display: grid;
	max-width: 700px;
	grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
	gap: 5px 36px;
	align-items: end;
	margin-bottom: 30px;
}

.WikiOverviewDirectoryIntro > span {
	grid-column: 1 / -1;
	color: #9a672b;
}

.WikiOverviewDirectoryIntro h2 {
	margin: 0;
	color: #244f53;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
	letter-spacing: -.025em;
}

.WikiOverviewDirectoryIntro p {
	margin: 0 0 2px;
	color: #765a40;
	font-size: 12px;
	line-height: 1.55;
}

.WikiPortalOverviewPage .WikiPortalDirectory {
	gap: 0;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection {
	position: relative;
	display: grid;
	grid-template-columns: minmax(235px, .37fr) minmax(0, 1fr);
	gap: 34px;
	padding: 25px 0;
	border-top: 1px solid #c7a97a;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection:last-child {
	border-bottom: 1px solid #c7a97a;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection > header {
	display: grid;
	grid-template-columns: 34px 30px minmax(0, 1fr);
	gap: 11px;
	align-content: start;
	align-items: start;
}

.WikiPortalDirectoryNumber {
	padding-top: 4px;
	color: #a7793c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 900;
}

.WikiPortalDirectoryIcon {
	width: 24px;
	height: 24px;
	padding: 3px;
	border: 1px solid #bd955c;
	border-radius: 50%;
	color: #31595d;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection > header a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	color: #244f53;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection > header a span {
	color: #a06a2d;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	transition: transform .18s ease;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection > header a:hover span {
	transform: translate(3px, -3px);
}

.WikiPortalOverviewPage .WikiPortalDirectorySection > header p {
	margin: 7px 0 0;
	color: #765a40;
	font-size: 12px;
	line-height: 1.52;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 22px;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li {
	border-bottom: 1px solid #dec9a6;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li a {
	display: grid;
	min-height: 76px;
	grid-template-columns: minmax(0, 1fr) 22px;
	gap: 3px 12px;
	align-content: center;
	padding: 10px 4px;
	transition: padding-left .18s ease, background-color .18s ease;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li a:hover {
	padding-left: 10px;
	background: linear-gradient(90deg, rgba(189, 149, 92, .1), transparent 72%);
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li strong {
	grid-column: 1;
	color: #31595d;
	font-size: 14px;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li a > span:not(.WikiPortalDirectoryArrow) {
	grid-column: 1;
	color: #765a40;
	font-size: 11px;
	line-height: 1.45;
}

.WikiPortalOverviewPage .WikiPortalDirectoryArrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	color: #a06a2d;
	font-size: 15px;
	transition: transform .18s ease;
}

.WikiPortalOverviewPage .WikiPortalDirectorySection li a:hover .WikiPortalDirectoryArrow {
	transform: translateX(4px);
}

@keyframes WikiOverviewRise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes WikiOverviewCompassIn {
	from { opacity: 0; transform: scale(.88) rotate(-8deg); }
	to { opacity: 1; transform: scale(1) rotate(0); }
}

@media (max-width: 820px) {
	.WikiPortalOverviewPage .WikiOverviewHero {
		grid-template-columns: minmax(0, 1fr) 116px;
		padding: 48px 34px 40px;
		background-position: 57% 43%;
	}

	.WikiOverviewCompass {
		width: 104px;
		height: 104px;
	}

	.WikiOverviewCompass span {
		font-size: 30px;
	}
}

@media (max-width: 700px) {
	.WikiPortalOverviewPage .WikiOverviewHero {
		min-height: 490px;
		grid-template-columns: minmax(0, 1fr);
		margin: -18px -18px 34px;
		padding: 42px 22px 34px;
		background-position: 63% 44%;
	}

	.WikiPortalOverviewPage .WikiOverviewHero::before {
		background: linear-gradient(90deg, rgba(5, 13, 15, .96), rgba(7, 18, 20, .78)), linear-gradient(0deg, rgba(4, 10, 12, .92), transparent 65%);
	}

	.WikiOverviewHero h1 {
		font-size: clamp(42px, 14vw, 58px);
	}

	.WikiOverviewHeroCopy > p {
		font-size: 14px;
	}

	.WikiOverviewCompass {
		display: none;
	}

	.WikiOverviewDirectoryIntro {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
	}

	.WikiOverviewDirectoryIntro h2,
	.WikiOverviewDirectoryIntro p {
		grid-column: 1;
	}

	.WikiPortalOverviewPage .WikiPortalDirectorySection {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding: 22px 0;
	}

	.WikiPortalOverviewPage .WikiPortalDirectorySection ul {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.WikiOverviewHeroCopy,
	.WikiOverviewCompass,
	.WikiPortalOverviewPage .WikiPortalDirectorySection a,
	.WikiPortalOverviewPage .WikiPortalDirectoryArrow {
		animation: none;
		transition: none;
	}
}

/* Wiki chapter indexes: four related covers with section-specific atmosphere. */
.WikiSectionIndexPage {
	--wiki-section-accent: #abd5cf;
	--wiki-section-accent-rgb: 61, 116, 117;
	--wiki-section-image-position: 54% 43%;
}

.WikiSectionIndexPage--database {
	--wiki-section-accent: #e2bc74;
	--wiki-section-accent-rgb: 145, 109, 54;
	--wiki-section-image-position: 28% 42%;
}

.WikiSectionIndexPage--systems {
	--wiki-section-accent: #e49b76;
	--wiki-section-accent-rgb: 132, 62, 44;
	--wiki-section-image-position: 72% 45%;
}

.WikiSectionIndexPage--arenas {
	--wiki-section-accent: #d1a4e1;
	--wiki-section-accent-rgb: 91, 54, 111;
	--wiki-section-image-position: 94% 42%;
}

.WikiSectionHero {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 318px;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) 132px;
	gap: 34px;
	align-items: center;
	margin: -24px -24px 40px;
	padding: 48px 52px;
	overflow: hidden;
	background: #0b171a url("images/header/background-solteria.webp") var(--wiki-section-image-position) / cover no-repeat;
	color: #fff3d9;
}

.WikiSectionHero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(96deg, rgba(5, 13, 15, .98) 0%, rgba(6, 15, 17, .9) 48%, rgba(var(--wiki-section-accent-rgb), .55) 100%),
		linear-gradient(0deg, rgba(4, 9, 11, .7), transparent 68%);
}

.WikiSectionHero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 44%;
	border-top: 1px solid rgba(var(--wiki-section-accent-rgb), .28);
	background:
		linear-gradient(rgba(var(--wiki-section-accent-rgb), .09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--wiki-section-accent-rgb), .09) 1px, transparent 1px);
	background-size: 48px 34px;
	mask-image: linear-gradient(to top, #000, transparent);
	pointer-events: none;
}

.WikiSectionHeroCopy {
	position: relative;
	z-index: 1;
	max-width: 620px;
	animation: WikiOverviewRise .52s cubic-bezier(.22, .8, .25, 1) both;
}

.WikiSectionHeroCopy > span,
.WikiSectionDirectoryIntro > div > span {
	display: block;
	color: var(--wiki-section-accent);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.WikiSectionHero h1 {
	margin: 8px 0 0;
	color: #fff3d9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(43px, 6vw, 66px);
	line-height: .98;
	letter-spacing: -.035em;
	text-shadow: 0 4px 28px rgba(0, 0, 0, .38);
}

.WikiSectionHeroCopy > p {
	max-width: 600px;
	margin: 17px 0 0;
	color: #d7d5cb;
	font-size: 15px;
	line-height: 1.58;
}

.WikiSectionHeroSeal {
	position: relative;
	z-index: 1;
	display: grid;
	width: 122px;
	height: 122px;
	box-sizing: border-box;
	place-content: center;
	justify-items: center;
	border: 1px solid rgba(var(--wiki-section-accent-rgb), .78);
	border-radius: 50%;
	background: rgba(5, 13, 15, .56);
	box-shadow: 0 0 0 10px rgba(var(--wiki-section-accent-rgb), .08), inset 0 0 0 8px rgba(var(--wiki-section-accent-rgb), .08);
	text-align: center;
	backdrop-filter: blur(6px);
	animation: WikiOverviewCompassIn .68s .06s cubic-bezier(.22, .8, .25, 1) both;
}

.WikiSectionHeroSeal svg {
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
	color: var(--wiki-section-accent);
}

.WikiSectionHeroSeal span,
.WikiSectionHeroSeal strong {
	display: block;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.WikiSectionHeroSeal span {
	color: #fff0d1;
}

.WikiSectionHeroSeal strong {
	color: var(--wiki-section-accent);
}

.WikiSectionDirectoryIntro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, .5fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 22px;
}

.WikiSectionDirectoryIntro h2 {
	margin: 5px 0 0;
	color: #244f53;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.05;
	letter-spacing: -.025em;
}

.WikiSectionDirectoryIntro > div > span {
	color: #9a672b;
}

.WikiSectionDirectoryIntro > p {
	margin: 0 0 3px;
	color: #765a40;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

.WikiSectionIndexPage .WikiPortalSectionList {
	display: grid;
	border-top: 1px solid #c4a576;
}

.WikiSectionIndexPage .WikiPortalSectionList > a {
	position: relative;
	display: grid;
	min-height: 94px;
	box-sizing: border-box;
	grid-template-columns: 48px minmax(0, 1fr) 30px;
	gap: 18px;
	align-items: center;
	padding: 14px 8px;
	border-bottom: 1px solid #d4bc96;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}

.WikiSectionIndexPage .WikiPortalSectionList > a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: var(--wiki-section-accent);
	transform: scaleY(0);
	transform-origin: center;
	transition: transform .18s ease;
}

.WikiSectionIndexPage .WikiPortalSectionList > a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(var(--wiki-section-accent-rgb), .1), transparent 62%);
	opacity: 0;
	transition: opacity .18s ease;
}

.WikiSectionIndexPage .WikiPortalSectionList > a:hover::before {
	transform: scaleY(1);
}

.WikiSectionIndexPage .WikiPortalSectionList > a:hover::after {
	opacity: 1;
}

.WikiSectionPageNumber {
	grid-column: 1;
	grid-row: 1;
	color: #9c7440 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px !important;
	font-weight: 900;
	text-align: center;
}

.WikiSectionPageCopy {
	display: grid;
	min-width: 0;
	grid-column: 2;
	grid-row: 1;
	gap: 5px;
	transition: transform .18s ease;
}

.WikiSectionPageCopy strong {
	color: #28565a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 1.1;
}

.WikiSectionPageCopy small {
	color: #765a40;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.48;
}

.WikiSectionPageArrow {
	grid-column: 3 !important;
	grid-row: 1 !important;
	color: #9e6d30 !important;
	font-size: 18px !important;
	text-align: center;
	transition: transform .18s ease;
}

.WikiSectionIndexPage .WikiPortalSectionList > a:hover .WikiSectionPageCopy {
	transform: translateX(6px);
}

.WikiSectionIndexPage .WikiPortalSectionList > a:hover .WikiSectionPageArrow {
	transform: translateX(4px);
}

@media (max-width: 700px) {
	.WikiSectionHero {
		min-height: 350px;
		grid-template-columns: minmax(0, 1fr);
		margin: -18px -18px 34px;
		padding: 40px 22px 34px;
		background-position: var(--wiki-section-image-position);
	}

	.WikiSectionHero::before {
		background: linear-gradient(96deg, rgba(5, 13, 15, .97), rgba(var(--wiki-section-accent-rgb), .54)), linear-gradient(0deg, rgba(4, 9, 11, .82), transparent 68%);
	}

	.WikiSectionHeroSeal {
		display: none;
	}

	.WikiSectionHero h1 {
		font-size: clamp(42px, 14vw, 58px);
	}

	.WikiSectionHeroCopy > p {
		font-size: 14px;
	}

	.WikiSectionDirectoryIntro {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.WikiSectionDirectoryIntro > p {
		text-align: left;
	}

	.WikiSectionIndexPage .WikiPortalSectionList > a {
		min-height: 94px;
		grid-template-columns: 32px minmax(0, 1fr) 22px;
		gap: 11px;
		padding: 13px 2px;
	}

	.WikiSectionPageCopy strong {
		font-size: 18px;
	}

	.WikiSectionPageCopy small {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.WikiSectionHeroCopy,
	.WikiSectionHeroSeal,
	.WikiSectionIndexPage .WikiPortalSectionList > a::before,
	.WikiSectionIndexPage .WikiPortalSectionList > a::after,
	.WikiSectionPageCopy,
	.WikiSectionPageArrow {
		animation: none;
		transition: none;
	}
}

/* Powergamers period rankings. */
.PowergamersFilters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 14px;
}

.PowergamersFilter {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #b68a4c;
	background: #f7ead3;
	color: #5d3416 !important;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.PowergamersFilter:hover,
.PowergamersFilter:focus-visible {
	border-color: #7b421b;
	background: #efdbb8;
	color: #4e2b13 !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.PowergamersFilter.is-active {
	border-color: #31595d;
	background: #31595d;
	color: #fff1cf !important;
}

.PowergamersSectionTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.PowergamersSectionTitle strong {
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.PowergamersScope {
	padding: 9px 10px;
	border: 1px solid #c4a675;
	border-top: 0;
	background: #f6ead4;
	color: #76563a;
	font-size: 12px;
	line-height: 1.45;
}

.PowergamersTableWrap {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.PowergamersTable {
	border-top: 0;
}

.PowergamersTable th,
.PowergamersTable td {
	white-space: nowrap;
}

.PowergamersRank {
	width: 44px;
	text-align: center !important;
}

.PowergamersLevel {
	width: 74px;
	text-align: right !important;
}

.PowergamersExperience {
	width: 150px;
	text-align: right !important;
}

.PowergamersDate {
	width: 112px;
}

.PowergamersName a {
	font-weight: 800;
}

.PowergamersEmpty {
	padding: 18px !important;
	color: #76563a;
	text-align: center;
}

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

	.PowergamersSectionTitle {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.PowergamersTableWrap {
		overflow: visible;
	}

	.PowergamersTable {
		display: block;
		width: 100%;
		min-width: 0;
		border: 0;
		background: transparent;
	}

	.PowergamersTable thead {
		display: none;
	}

	.PowergamersTable tbody {
		display: grid;
		gap: 8px;
	}

	.PowergamersTable .PowergamersEntry {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		grid-template-areas:
			"rank name"
			"rank level"
			"rank vocation"
			"rank experience";
		border: 1px solid #9f7f55;
		background: #fffaf0;
	}

	.PowergamersTable .PowergamersEntry.has-record-date {
		grid-template-areas:
			"rank name"
			"rank level"
			"rank vocation"
			"rank experience"
			"rank date";
	}

	.PowergamersTable .PowergamersEntry td,
	.PowergamersTable .PowergamersEntry:nth-child(even) td {
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 8px;
		align-items: baseline;
		width: auto;
		min-width: 0;
		box-sizing: border-box;
		padding: 6px 10px;
		border: 0;
		border-top: 1px solid #e1cfb0;
		background: transparent;
		text-align: left !important;
		white-space: normal;
	}

	.PowergamersTable .PowergamersEntry td::before {
		content: attr(data-label);
		color: #76563a;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.PowergamersTable .PowergamersEntry .PowergamersRank {
		grid-area: rank;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: auto;
		padding: 11px 6px;
		border: 0;
		border-right: 1px solid #c4a675;
		background: #f1dfbd;
		color: #5d3416;
		font-size: 14px;
	}

	.PowergamersTable .PowergamersEntry .PowergamersRank::before,
	.PowergamersTable .PowergamersEntry .PowergamersName::before {
		display: none;
	}

	.PowergamersTable .PowergamersEntry .PowergamersName {
		grid-area: name;
		display: block;
		padding: 9px 10px;
		border-top: 0;
		font-size: 14px;
	}

	.PowergamersTable .PowergamersEntry .PowergamersLevel {
		grid-area: level;
	}

	.PowergamersTable .PowergamersEntry .PowergamersVocation {
		grid-area: vocation;
	}

	.PowergamersTable .PowergamersEntry .PowergamersExperience {
		grid-area: experience;
	}

	.PowergamersTable .PowergamersEntry .PowergamersDate {
		grid-area: date;
	}

	.PowergamersTable .PowergamersEmptyRow {
		display: block;
		border: 1px solid #9f7f55;
		background: #fffaf0;
	}

	.PowergamersTable .PowergamersEmpty,
	.PowergamersTable .PowergamersEmptyRow:nth-child(even) .PowergamersEmpty {
		display: block;
		width: auto;
		box-sizing: border-box;
		padding: 18px 14px !important;
		border: 0;
		background: transparent;
		line-height: 1.45;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.PowergamersFilter {
		transition: none;
	}
}
