/* Generated by tools/English.php. Do not edit this file directly. */

:root {
  --bg: #080706;
  --surface: #111;
  --surface-2: #222;
  --ink: #e8ddbf;
  --muted: #b8aa83;
  --line: #3d3326;
  --accent: #f2d88c;
  --accent-2: #cda85a;
  --gold: #b88934;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  --nav-offset: 82px;
}

* { box-sizing: border-box; }

* {
  scrollbar-color: #6e573a #111;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #111;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid #111;
  background: #6e573a;
}

*::-webkit-scrollbar-corner {
  background: #111;
}

html {
  background: var(--bg);
  scroll-padding-top: var(--nav-offset);
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(56, 45, 31, 0.42), rgba(8, 7, 6, 0.98) 30rem),
    var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

a { color: inherit; }

img {
  image-rendering: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#main {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid #3d3326;
  background: rgba(17, 17, 17, 0.96);
  color: #fffdf8;
  box-shadow: 0 10px 26px rgba(22, 18, 13, 0.25);
  backdrop-filter: blur(10px);
}

#main::before {
  content: "Granado Espada - Classique Database";
  margin-right: 18px;
  font-weight: 700;
  color: #f7e3b1;
  white-space: nowrap;
}

#main > span,
#main > a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.08);
  color: #fffdf8;
  font-size: 14px !important;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none;
}

#main > span:hover,
#main > a:hover,
#main > a.is-active {
  background: rgba(255, 253, 248, 0.16);
  border-color: rgba(247, 227, 177, 0.45);
}

#lastModified {
  margin-left: auto;
  color: #c8b98d;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

#browseButton {
  gap: 8px;
  background: rgba(247, 227, 177, 0.12) !important;
  border-color: rgba(247, 227, 177, 0.42) !important;
}

#browseButton::before {
  content: "";
  width: 14px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-shadow: inset 0 4px 0 0 currentColor;
  opacity: 0.9;
}

.sidenav {
  height: 100%;
  width: 0;
  max-width: 560px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #111;
  overflow-x: hidden;
  overflow-y: auto;
  transition: width 0.25s ease;
  box-shadow: 18px 0 48px rgba(0,0,0,0.35);
}

.sidenav.is-open {
  width: min(560px, 100vw);
}

.sidenav.is-disabled {
  display: none;
}

.sidenav::before {
  content: "Browse";
  display: block;
  padding: 24px 28px 14px;
  color: #f7e3b1;
  font-size: 22px;
  font-weight: 700;
}

.sidenav .closebtn {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fffdf8;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.sidenav .closebtn:hover { background: rgba(255,255,255,0.1); }

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0 18px 26px;
}

.sidenav li a,
.sidenav td,
.sidenav th {
  color: #ede3d3;
  text-decoration: none;
}

.sidenav li a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #ede3d3;
}

.sidenav li a:hover,
.CharTable tbody tr:hover {
  background: #222;
}

.sidenav.is-docked {
  top: var(--nav-offset);
  left: 18px;
  width: 280px;
  height: calc(100vh - var(--nav-offset) - 28px);
  max-width: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: none;
}

.sidenav.is-docked .closebtn {
  display: none;
}

.sidenav.is-docked::before {
  content: "Sections";
  padding: 16px 18px 10px;
  color: var(--ink);
  font-size: 16px;
}

.sidenav.is-docked ul {
  padding: 0 10px 14px;
}

.sidenav.is-docked li a,
.sidenav.is-docked td,
.sidenav.is-docked th {
  color: var(--ink);
}

.sidenav.is-docked li a:hover {
  background: #222;
}

#myInput {
  width: min(360px, 100%);
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
  color: var(--ink);
  outline: none;
}

#myInput::placeholder { color: var(--muted); }

.CharTable {
  width: 100%;
  table-layout: auto;
  font-size: 13px;
  background: #111;
}

.CharTable th {
  position: sticky;
  top: 0;
  background: #2c2925;
  color: #f7e3b1;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.CharTable td,
.CharTable th {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
}

.CharTable tr { cursor: pointer; }

#MainContainer {
  width: min(1580px, calc(100% - 36px));
  margin: 22px auto 48px;
}

.home-page {
  display: grid;
  gap: 18px;
  color: var(--text);
}

.home-hero,
.changelog-panel {
  border: 1px solid #3f3326;
  border-radius: var(--radius);
  background: #151515;
  box-shadow: var(--shadow);
}

.home-hero {
  padding: 28px;
}

.home-hero h1,
.changelog-panel h2 {
  margin: 0 0 10px;
  color: var(--accent);
}

.home-hero p,
.changelog-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.changelog-panel {
  padding: 22px 28px;
}

.changelog-panel h3 {
  margin: 18px 0 8px;
  color: #fffdf8;
}

.changelog-panel ul {
  margin: 0;
  padding-left: 20px;
}

.changelog-panel li {
  margin: 7px 0;
  line-height: 1.45;
}

.changelog-page {
  display: grid;
  gap: 18px;
  color: var(--text);
}

.changelog-entry,
.changelog-table-detail {
  border: 1px solid #3f3326;
  border-radius: var(--radius);
  background: #151515;
  box-shadow: var(--shadow);
}

.changelog-entry {
  padding: 22px 28px;
}

.changelog-entry h2,
.changelog-table-detail h3 {
  margin: 0 0 12px;
  color: var(--accent);
}

.changelog-overview {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--muted);
}

.changelog-details {
  display: grid;
  gap: 14px;
}

.changelog-table-detail {
  padding: 18px;
  box-shadow: none;
}

.changelog-table-detail h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.changelog-table-detail h3 span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
}

.changelog-table-detail h4 {
  margin: 14px 0 8px;
  color: #fffdf8;
}

.changelog-record-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.changelog-record-list li {
  padding: 10px 0;
  border-top: 1px solid #2b2b2b;
}

.changelog-record-list li:first-child {
  border-top: 0;
}

.changelog-record-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  line-height: 1.45;
}

.change-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #101010;
}

.change-added {
  background: #8bd18b;
}

.change-changed {
  background: #e0c26b;
}

.change-removed {
  background: #d78272;
}

.changelog-record-id,
.changelog-record-meta,
.changelog-detail-note {
  color: var(--muted);
}

.changelog-record-meta {
  font-size: 0.88rem;
}

.changelog-skill-stance-group {
  margin: 10px 0 14px;
}

.changelog-skill-stance-group h5 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  margin: 10px 0 0;
  padding: 8px 10px;
  border: 1px solid #2b2b2b;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  color: #fffdf8;
  background: #202020;
}

.changelog-skill-stance-group h5 span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 400;
}

.changelog-skill-stance-group .changelog-record-list {
  padding: 0 10px;
  border: 1px solid #2b2b2b;
  border-radius: 0 0 6px 6px;
}

.changelog-field-details {
  margin: 8px 0 0 30px;
}

.changelog-field-details summary {
  cursor: pointer;
  color: var(--accent);
}

.changelog-field-table {
  width: 100%;
  margin-top: 8px;
  border-collapse: collapse;
  table-layout: fixed;
}

.changelog-field-table th,
.changelog-field-table td {
  padding: 8px;
  border: 1px solid #2b2b2b;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.changelog-field-table th {
  color: #fffdf8;
  background: #202020;
}

#MainAchievments tr[id^="Achievement_"] {
  scroll-margin-top: var(--nav-offset);
}

body.has-side-panel #MainContainer {
  width: min(1700px, calc(100% - 340px));
  margin-left: 320px;
  margin-right: 20px;
}

.item-card,
div[id^="Enchant_"],
#EnchantIndex {
  scroll-margin-top: var(--nav-offset);
}

.item-card {
  display: inline-block;
  width: min(100%, 640px);
  margin: 0 12px 16px 0;
  vertical-align: top;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,253,248,0.96);
  box-shadow: 0 8px 22px rgba(42, 33, 23, 0.08);
  overflow: hidden;
  text-align: left;
}

.item-card-top {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fffdf8, #f8f4eb);
}

.item-card-image {
  display: grid;
  place-items: center;
  width: 84px;
  min-height: 84px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.item-card-image img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.item-card-name {
  margin: 0 0 5px;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.2;
}

.item-card-equip {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.item-card-description {
  margin: 0;
  line-height: 1.45;
}

.item-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  background: #efe6d6;
}

.item-card-column {
  padding: 13px 14px;
}

.item-card-column + .item-card-column {
  border-left: 1px solid var(--line);
}

.item-card-column h4,
.item-card-recipe h4 {
  margin: 0 0 8px;
  color: var(--accent-2);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.item-card-text {
  line-height: 1.45;
}

.item-card-text:empty::before {
  content: "None";
  color: var(--muted);
}

.item-card-enchant {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.item-card-recipe {
  padding: 13px 14px;
  border-top: 1px solid var(--line);
  background: rgba(248, 244, 235, 0.65);
}

.item-card-recipe table {
  width: 100%;
  border-collapse: collapse;
}

.item-card-recipe td {
  padding: 4px 0;
}

.recipe-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

table.dark,
tr.dark {
  background-color: #111;
}

table.dark2,
tr.dark2 {
  background-color: #222;
}

.item-category-panel {
  display: block;
}

.item-level-block {
  max-width: 800px;
  margin: 45px auto 18px;
  color: #e8ddbf;
  scroll-margin-top: var(--nav-offset);
}

.item-type-label + .item-level-block {
  margin-top: 34px;
}

.classic-window-top,
.classic-window-bottom {
  height: 42px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 42px;
}

.classic-window-top {
  background-image: url("../../images/Site/wndw800top.gif");
}

.classic-window-mid {
  min-height: 42px;
  padding: 0 22px 16px;
  background: url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
}

.classic-window-bottom {
  background-image: url("../../images/Site/wndw800btm.gif");
}

#MainAchievments,
#Medalkis > div,
.EnchantIndex,
.EnchantGroup {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-radius: 0;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
  box-shadow: var(--shadow);
}

.character-directory::before,
.character-directory::after,
#MainAchievments::after,
#Medalkis > div::before,
#Medalkis > div::after,
.EnchantIndex::before,
.EnchantIndex::after,
.EnchantGroup::before,
.EnchantGroup::after {
  content: "";
  display: none;
  height: 42px;
  pointer-events: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 42px;
}

.character-directory::before,
#Medalkis > div::before,
.EnchantIndex::before,
.EnchantGroup::before {
  margin: -16px -16px 10px;
  background-image: url("../../images/Site/wndw800top.gif");
}

.character-directory::after,
#MainAchievments::after,
#Medalkis > div::after,
.EnchantIndex::after,
.EnchantGroup::after {
  margin: 14px -16px -16px;
  background-image: url("../../images/Site/wndw800btm.gif");
}

#Medalkis > div::before,
#Medalkis > div::after {
  grid-column: 1 / -1;
}

.classic-level-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  width: calc(100% + 8px);
  min-height: 27px;
  margin: 0 -4px;
  position: relative;
  z-index: 2;
}

.classic-title-left,
.classic-title-right {
  height: 27px;
  background-repeat: no-repeat;
}

.classic-title-left {
  background-image: url("../../images/Site/titleleft.jpg");
}

.classic-title-mid {
  height: 27px;
  margin: 0;
  padding: 5px 14px 0;
  background: url("../../images/Site/titlemid.jpg") repeat-x;
  color: #f2d88c;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.classic-title-right {
  background-image: url("../../images/Site/titleright.jpg");
}

.classic-tab-label {
  display: inline-flex;
  align-items: stretch;
  height: 18px;
  margin-left: 10px;
  color: #e7d9ac;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.classic-tab-left,
.classic-tab-right {
  width: 8px;
  background-repeat: no-repeat;
}

.classic-tab-left {
  background-image: url("../../images/Site/tableft.gif");
}

.classic-tab-mid {
  padding: 0 8px;
  background: url("../../images/Site/tabmid.gif") repeat-x;
}

.classic-tab-right {
  background-image: url("../../images/Site/tabright.gif");
}

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

.item-type-label {
  min-height: 46px;
  max-width: 800px;
  margin: 0 auto 12px;
  padding: 13px 18px 0;
  background: #111 url("../../images/Site/label.gif") left top / 100% 46px no-repeat;
  color: #f2d88c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#Weapon > div.item-category-panel,
#Armor > div.item-category-panel,
#Accs > div.item-category-panel {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#Weapon > div.item-category-panel[style*="block"],
#Armor > div.item-category-panel[style*="block"],
#Accs > div.item-category-panel[style*="block"] {
  display: block !important;
}

#Weapon .item-level-grid .item-card,
#Armor .item-level-grid .item-card,
#Accs .item-level-grid .item-card {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #3f3326;
  border-radius: 0;
  background: #111;
  color: #e8ddbf;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28);
}

#Weapon .item-level-grid .item-card-top,
#Armor .item-level-grid .item-card-top,
#Accs .item-level-grid .item-card-top {
  min-height: 94px;
  border-bottom: 1px solid #554534;
  background: #111;
}

#Weapon .item-level-grid .item-card-image,
#Armor .item-level-grid .item-card-image,
#Accs .item-level-grid .item-card-image {
  width: 75px;
  min-height: 76px;
  border: 0;
  border-radius: 0;
  background: url("../../images/Site/skill.gif") center / 75px 76px no-repeat;
}

#Weapon .item-level-grid .item-card-image img,
#Armor .item-level-grid .item-card-image img,
#Accs .item-level-grid .item-card-image img {
  width: 42px;
  height: 42px;
}

#Weapon .item-level-grid .item-card-name,
#Armor .item-level-grid .item-card-name,
#Accs .item-level-grid .item-card-name {
  color: #f4d38a;
}

#Weapon .item-level-grid .item-card-equip,
#Armor .item-level-grid .item-card-equip,
#Accs .item-level-grid .item-card-equip {
  color: #c8b98d;
}

#Weapon .item-level-grid .item-card-body,
#Armor .item-level-grid .item-card-body,
#Accs .item-level-grid .item-card-body {
  background: #111;
}

#Weapon .item-level-grid .item-card-column + .item-card-column,
#Armor .item-level-grid .item-card-column + .item-card-column,
#Accs .item-level-grid .item-card-column + .item-card-column {
  border-left-color: #554534;
}

#Weapon .item-level-grid .item-card-column h4,
#Weapon .item-level-grid .item-card-recipe h4,
#Armor .item-level-grid .item-card-column h4,
#Armor .item-level-grid .item-card-recipe h4,
#Accs .item-level-grid .item-card-column h4,
#Accs .item-level-grid .item-card-recipe h4 {
  min-height: 17px;
  margin: 0 0 8px;
  padding: 2px 10px 0;
  background:
    url("../../images/Site/thleft.jpg") left top / 8px 17px no-repeat,
    url("../../images/Site/thright.jpg") right top / 8px 17px no-repeat,
    url("../../images/Site/thmid.jpg") left top / auto 17px repeat-x;
  color: #f2d88c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

#Weapon .item-level-grid .item-card-recipe,
#Armor .item-level-grid .item-card-recipe,
#Accs .item-level-grid .item-card-recipe {
  border-top-color: #554534;
  background: #111;
}

#Weapon .item-level-grid .item-card-recipe table,
#Armor .item-level-grid .item-card-recipe table,
#Accs .item-level-grid .item-card-recipe table {
  background: #111;
}

#Weapon .item-level-grid .item-card-recipe tr.dark td,
#Armor .item-level-grid .item-card-recipe tr.dark td,
#Accs .item-level-grid .item-card-recipe tr.dark td,
#Weapon .item-level-grid .item-card-recipe tr.dark2 td,
#Armor .item-level-grid .item-card-recipe tr.dark2 td,
#Accs .item-level-grid .item-card-recipe tr.dark2 td {
  padding: 5px 8px;
}

#Medalkis .item-card {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #3f3326;
  border-radius: 0;
  background: #111;
  color: #e8ddbf;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28);
}

#Medalkis .item-card-top,
#Medalkis .item-card-body,
#Medalkis .item-card-recipe {
  background: #111;
  border-color: #554534;
}

#Medalkis .item-card-image {
  width: 75px;
  min-height: 76px;
  border: 0;
  border-radius: 0;
  background: url("../../images/Site/skill.gif") center / 75px 76px no-repeat;
}

#Medalkis .item-card-image img {
  width: 42px;
  height: 42px;
}

#Medalkis .item-card-name {
  color: #f4d38a;
}

#Medalkis .item-card-equip {
  color: #c8b98d;
}

#Medalkis .item-card-column + .item-card-column {
  border-left-color: #554534;
}

#Medalkis .item-card-column h4,
#Medalkis .item-card-recipe h4 {
  min-height: 17px;
  margin: 0 0 8px;
  padding: 2px 10px 0;
  background:
    url("../../images/Site/thleft.jpg") left top / 8px 17px no-repeat,
    url("../../images/Site/thright.jpg") right top / 8px 17px no-repeat,
    url("../../images/Site/thmid.jpg") left top / auto 17px repeat-x;
  color: #f2d88c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 720px) {
  .classic-window-mid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .classic-tab-label {
    display: none;
  }

  .item-level-grid {
    grid-template-columns: 1fr;
  }

  .item-type-label {
    margin-left: 0;
    margin-right: 0;
  }

  .item-card {
    width: 100%;
    margin-right: 0;
  }

  .item-card-top,
  .item-card-body {
    grid-template-columns: 1fr;
  }

  .item-card-image {
    width: 100%;
  }

  .item-card-column + .item-card-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

#MainContainer > div {
  animation: fadeIn 0.18s ease;
}

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

.character-directory {
  margin-top: 45px;
  margin-bottom: 18px;
  padding: 42px 22px;
  border: 0;
  border-radius: 0;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
  box-shadow: var(--shadow);
}

.character-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  justify-items: stretch;
  column-gap: 12px;
  row-gap: 8px;
  margin-bottom: 10px;
}

.character-tabs {
  justify-self: end;
}

.character-directory h2,
.EnchantIndex h2,
.EnchantGroup h2,
#MainAchievments::before,
#Medalkis::before {
  display: block;
  min-height: 27px;
  width: 100%;
  max-width: 800px;
  margin: -42px auto 14px;
  padding: 5px 18px 0;
  background:
    url("../../images/Site/titleleft.jpg") left top / 30px 27px no-repeat,
    url("../../images/Site/titleright.jpg") right top / 30px 27px no-repeat,
    url("../../images/Site/titlemid.jpg") left top / auto 27px repeat-x;
  color: #f2d88c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.character-directory h2,
.EnchantIndex h2,
.EnchantGroup h2,
#MainAchievments::before {
  width: calc(100% + 44px);
  max-width: none;
  margin: -69px -22px 42px;
}

.character-directory h2 {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

#MainAchievments::before {
  content: "Achievements";
}

#Medalkis::before {
  content: none;
  display: none;
}

#MainAchievments::before {
  position: relative;
  z-index: 2;
}

#MainAchievments::before,
#Medalkis > div::before {
  width: calc(100% + 12px);
  margin: -69px 0 42px -22px;
}

#Medalkis > div::before {
  content: "Medals";
  display: block;
  grid-column: 1 / -1;
  min-height: 27px;
  padding: 5px 18px 0;
  background:
    url("../../images/Site/titleleft.jpg") left top / 30px 27px no-repeat,
    url("../../images/Site/titleright.jpg") right top / 30px 27px no-repeat,
    url("../../images/Site/titlemid.jpg") left top / auto 27px repeat-x;
  color: #f2d88c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}

.character-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.character-tab {
  min-height: 34px;
  padding: 7px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.character-tab.is-active {
  background: var(--accent);
  color: #fffdf8;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.character-filterbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-self: start;
  margin-bottom: 0;
}

.character-filterbar #myInput {
  flex: 0 1 360px;
}

.character-filterbar select {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
  color: var(--ink);
}

.character-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 12px;
}

.character-card {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 190px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #111;
  color: var(--ink);
  font: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(42, 33, 23, 0.06);
}

.character-card:hover {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.character-card-image {
  display: grid;
  place-items: center;
  width: 78px;
  height: 104px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface-2);
}

.character-card-image img {
  width: 70px;
  height: 96px;
  object-fit: contain;
}

.character-card-name {
  font-weight: 800;
  line-height: 1.2;
}

.character-card-stat {
  display: block;
  margin-top: -4px;
  color: #c8b98d;
  font-size: 12px;
  line-height: 1.2;
}

.character-browse-table {
  max-height: 560px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #111;
}

.character-detail-toolbar {
  margin-bottom: 12px;
}

.character-back-button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.character-back-button:hover {
  border-color: var(--gold);
}

#CharacterDetails {
  scroll-margin-top: var(--nav-offset);
}

.grid-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 0.9fr) minmax(340px, 1.25fr);
  gap: 16px;
  align-items: start;
}

.gecharinfo,
.geskill,
.StanceConditions,
.stance-panel,
#MainAchievments,
#Medalkis > div {
  background: #111;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

#MainAchievments {
  max-width: 1180px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 22px;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
}

#Medalkis > div {
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
}

.gecharinfo,
.geskill,
.StanceConditions {
  padding: 18px;
}

.geh3,
.stance-panel h4 {
  display: block;
  min-height: 27px;
  margin: 0 auto 12px;
  padding: 5px 18px 0;
  background:
    url("../../images/Site/titleleft.jpg") left top / 30px 27px no-repeat,
    url("../../images/Site/titleright.jpg") right top / 30px 27px no-repeat,
    url("../../images/Site/titlemid.jpg") left top / auto 27px repeat-x;
  color: #f2d88c;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.charportrait1 img,
#JobSkillImg {
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.charportrait1 img {
  width: 96px;
  height: 128px;
  object-fit: contain;
  float: left;
  margin: 0 16px 12px 0;
}

.gecharinfo table,
#StanceConditions table {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.gecharinfo td,
#StanceConditions td,
#StanceConditions th {
  padding: 7px 9px;
  border-bottom: 1px solid var(--line);
}

.gecharinfo td:first-child,
#StanceConditions th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#Armors img {
  width: 34px;
  height: 34px;
  margin-right: 6px;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.geskill {
  min-height: 100%;
}

.geskillinfo {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}

.geskillinfo br { display: none; }

.geskillinfo p { margin: 0; }

.cntimg img,
.SkillTable img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

#JobSkillDescs,
.skill-specs {
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-2);
}

.Stances {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
}

.stance-panel {
  padding: 16px;
}

.StanceTableH {
  width: 100%;
  margin-bottom: 14px;
}

.StanceTableH td {
  padding: 9px 10px;
  border: 1px solid var(--line);
  background: #222;
  vertical-align: top;
}

.StanceTableH td span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.SkillTable {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #111;
}

.skill-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.skill-head strong {
  font-size: 16px;
}

.skill-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.skill-meta dt {
  color: var(--muted);
  font-weight: 700;
}

.skill-meta dd { margin: 0; }

#Weapon,
#Armor,
#Accs,
#Medalkis,
#EnchantChips {
  padding: 16px;
}

#Medalkis > div {
  padding: 42px 22px;
  margin-bottom: 16px;
}

#Medalkis > div + div {
  margin-top: 87px;
}

#Medalkis > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 12px;
}

#Medalkis > div[style*="block"] {
  display: grid !important;
}

#Weapon table[style],
#Armor table[style],
#Accs table[style],
#Medalkis table[style] {
  float: none !important;
  width: 100% !important;
}

#Weapon table,
#Armor table,
#Accs table,
#Medalkis table,
#EnchantChips table,
#MainAchievments table {
  width: 100%;
  border: 1px solid var(--line) !important;
  border-radius: 0;
  overflow: hidden;
  background: #111;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

#Weapon td,
#Armor td,
#Accs td,
#Medalkis td,
#EnchantChips td,
#EnchantChips th,
#MainAchievments td,
#MainAchievments th {
  padding: 9px 10px;
  border: 1px solid #3d3326;
  vertical-align: top;
}

#Medalkis tr:nth-child(odd),
#EnchantChips tr:nth-child(odd),
#MainAchievments tr:nth-child(odd),
.CharTable tr:nth-child(odd) {
  background: #111;
}

#Medalkis tr:nth-child(even),
#EnchantChips tr:nth-child(even),
#MainAchievments tr:nth-child(even),
.CharTable tr:nth-child(even) {
  background: #222;
}

#Medalkis thead tr,
#EnchantChips thead tr,
#MainAchievments thead tr,
.CharTable thead tr {
  background: #222;
  color: #f2d88c;
}

#Weapon img,
#Armor img,
#Accs img,
#Medalkis img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.chip-link {
  display: inline-block;
  color: #f2d88c;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 216, 140, 0.35);
}

.chip-link:hover {
  color: #fff0b8;
  border-bottom-color: currentColor;
}

.enchant-cell {
  min-width: 190px;
}

.enchant-group-name {
  display: inline-block;
  margin: 4px 0 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.EnchantIndex,
.EnchantGroup {
  max-width: 800px;
  margin: 45px auto 18px;
  padding: 42px 22px;
  border: 0;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
  box-shadow: var(--shadow);
}

.EnchantIndex h2,
.EnchantGroup h2 {
  margin: -69px -22px 42px;
}

.enchant-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 14px;
  padding: 14px;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #111;
}

.enchant-meta dt {
  color: var(--muted);
  font-weight: 800;
}

.enchant-meta dd {
  margin: 0;
}

.enchant-options {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #111;
  line-height: 1.65;
}

.enchant-samples {
  columns: 2 260px;
  padding-left: 18px;
}

#Maps,
#Monsters {
  color: var(--ink);
}

.MonsterPanel {
  position: relative;
  width: min(1680px, calc(100vw - 360px));
  max-width: none;
  margin: 45px auto 28px;
  padding: 42px 22px;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
  box-shadow: var(--shadow);
  scroll-margin-top: var(--nav-offset);
}

.MonsterPanel h2 {
  display: block;
  min-height: 27px;
  width: calc(100% + 44px);
  margin: -69px -22px 24px;
  padding: 5px 18px 0;
  background:
    url("../../images/Site/titleleft.jpg") left top / 30px 27px no-repeat,
    url("../../images/Site/titleright.jpg") right top / 30px 27px no-repeat,
    url("../../images/Site/titlemid.jpg") left top / auto 27px repeat-x;
  color: #f2d88c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.monster-tools {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
}

.monster-tools input {
  width: min(420px, 100%);
}

.monster-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #111;
  overflow-wrap: anywhere;
}

.monster-table th,
.monster-table td {
  padding: 8px 10px;
  border: 1px solid #333;
  vertical-align: top;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

.monster-table th {
  background: #222;
  color: #f2d88c;
  text-align: left;
}

#MonsterDrops .monster-table th:nth-child(1) { width: 16%; }
#MonsterDrops .monster-table th:nth-child(2) { width: 5%; }
#MonsterDrops .monster-table th:nth-child(3) { width: 8%; }
#MonsterDrops .monster-table th:nth-child(4) { width: 17%; }
#MonsterDrops .monster-table th:nth-child(5) { width: 54%; }

#ItemDropLookup .monster-table th:nth-child(1) { width: 24%; }
#ItemDropLookup .monster-table th:nth-child(2) { width: 76%; }

#DropPoolDefinitions .monster-table th:nth-child(1) { width: 15%; }
#DropPoolDefinitions .monster-table th:nth-child(2) { width: 12%; }
#DropPoolDefinitions .monster-table th:nth-child(3) { width: 12%; }
#DropPoolDefinitions .monster-table th:nth-child(4) { width: 41%; }
#DropPoolDefinitions .monster-table th:nth-child(5) { width: 20%; }

#BossRespawns .monster-table th:nth-child(1) { width: 18%; }
#BossRespawns .monster-table th:nth-child(2) { width: 5%; }
#BossRespawns .monster-table th:nth-child(3) { width: 8%; }
#BossRespawns .monster-table th:nth-child(4) { width: 27%; }
#BossRespawns .monster-table th:nth-child(5) { width: 12%; }
#BossRespawns .monster-table th:nth-child(6) { width: 11%; }
#BossRespawns .monster-table th:nth-child(7) { width: 19%; }

.monster-table tr:nth-child(odd) td {
  background: #111;
}

.monster-table tr:nth-child(even) td {
  background: #222;
}

.monster-table td span {
  color: var(--muted);
}

.monster-drop-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monster-drop-list li {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(28px, max-content) minmax(54px, max-content) minmax(64px, max-content);
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.monster-drop-list li > span {
  min-width: 0;
}

.monster-source-list li {
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.5fr);
}

.monster-drop-name {
  color: var(--ink) !important;
  font-weight: 700;
}

.monster-generic-drop .monster-drop-name {
  color: #f2d88c !important;
}

.monster-drop-field {
  display: block;
  margin-top: 2px;
  color: var(--muted) !important;
  font-size: 11px;
  font-weight: 400;
}

.monster-definition-table td:first-child {
  color: #f2d88c;
  font-weight: 700;
}

.map-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-side-heading {
  margin: 14px 10px 6px;
  color: #f2d88c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-detail-panel,
.map-drop-panel {
  position: relative;
  width: min(1680px, calc(100vw - 360px));
  max-width: none;
  margin: 45px auto 28px;
  padding: 42px 22px;
  background:
    url("../../images/Site/wndw800top.gif") top center / 100% 42px no-repeat,
    url("../../images/Site/wndw800btm.gif") bottom center / 100% 42px no-repeat,
    url("../../images/Site/wndw800mid.gif") top center / 100% 42px repeat-y;
  box-shadow: var(--shadow);
  scroll-margin-top: var(--nav-offset);
}

.map-drop-panel {
  width: 100%;
  margin: 28px 0 0;
}

.map-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  min-height: 27px;
  width: calc(100% + 44px);
  margin: -69px -22px 24px;
  padding: 5px 18px 0;
  background:
    url("../../images/Site/titleleft.jpg") left top / 30px 27px no-repeat,
    url("../../images/Site/titleright.jpg") right top / 30px 27px no-repeat,
    url("../../images/Site/titlemid.jpg") left top / auto 27px repeat-x;
  color: #f2d88c;
}

.map-title-row h1,
.map-detail-panel h2,
.map-drop-panel h2 {
  margin: 0;
  color: #f2d88c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.map-title-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.map-detail-panel h2,
.map-drop-panel h2 {
  margin: 28px 0 14px;
}

.map-meta-grid,
.map-monster-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}

.map-meta-grid div,
.map-monster-stats div {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #333;
  background: #111;
}

.map-meta-grid dt,
.map-monster-stats dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-meta-grid dd,
.map-monster-stats dd {
  margin: 3px 0 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.map-monster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 18px;
}

#Maps .map-monster-card {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #3f3326;
  border-radius: 0;
  background: #111;
  color: #e8ddbf;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28);
}

#Maps .map-monster-card .item-card-top {
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 12px 14px;
  border-bottom: 1px solid #554534;
  background: #111;
}

#Maps .map-monster-card .item-card-name {
  color: #f4d38a;
}

#Maps .map-monster-card .item-card-equip {
  margin: 2px 0 0;
  color: #c8b98d;
}

#Maps .map-monster-card .item-card-body {
  grid-template-columns: 1fr;
  background: #111;
}

#Maps .map-monster-card .item-card-column + .item-card-column {
  border-top: 1px solid #554534;
  border-left: 0;
}

#Maps .map-monster-card .item-card-column h4 {
  min-height: 17px;
  margin: 0 0 8px;
  padding: 2px 10px 0;
  background:
    url("../../images/Site/thleft.jpg") left top / 8px 17px no-repeat,
    url("../../images/Site/thright.jpg") right top / 8px 17px no-repeat,
    url("../../images/Site/thmid.jpg") left top / auto 17px repeat-x;
  color: #f2d88c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

#Maps .map-monster-card .map-monster-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.map-monster-drop-list li {
  grid-template-columns: minmax(120px, 1fr) minmax(28px, max-content) minmax(54px, max-content) minmax(64px, max-content);
}

.map-drop-summary {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-drop-summary li,
.map-empty {
  padding: 8px 10px;
  border: 1px solid #333;
  background: #111;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.monster-location {
  display: block;
  margin-top: 2px;
}

.AchListUl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.AchListUl li,
.AchListUl a {
  display: block;
}

.AchListUl a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  text-decoration: none;
}

.AchListUl a:hover {
  border-color: var(--gold);
}

.sidenav .AchListUl {
  display: block;
  margin: 0;
  padding: 0 10px 14px;
}

.sidenav .AchListUl a {
  padding: 9px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sidenav .AchListUl a:hover {
  background: #222;
}

.dropbtn {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 14px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  z-index: 10;
}

.dropdown-content span {
  color: var(--ink);
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content span:hover { background: var(--surface-2); }
.dropdown:hover .dropdown-content { display: block; }

@media (max-width: 980px) {
  :root { --nav-offset: 132px; }

  #main {
    flex-wrap: wrap;
  }

  #main::before {
    flex-basis: 100%;
  }

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

  .sidenav.is-docked {
    left: 10px;
    width: calc(100% - 20px);
    max-width: none;
    height: min(260px, calc(100vh - var(--nav-offset) - 18px));
  }

  body.has-side-panel #MainContainer {
    width: calc(100% - 20px);
    margin: calc(260px + 18px) auto 48px;
  }

  .Stances {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  #MainContainer {
    width: calc(100% - 20px);
    margin-top: 12px;
  }

  #Weapon > div,
  #Armor > div,
  #Accs > div,
  #Medalkis > div,
  .map-detail-panel,
  .MonsterPanel,
  .SkillsTable {
    grid-template-columns: 1fr;
  }

  .map-detail-panel,
  .MonsterPanel {
    width: calc(100% - 20px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .map-title-row,
  .MonsterPanel h2 {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .map-monster-grid,
  #Maps .map-monster-card .item-card-body,
  #Maps .map-monster-card .map-monster-stats {
    grid-template-columns: 1fr;
  }

  .monster-table {
    table-layout: auto;
  }

  .monster-drop-list li,
  .monster-source-list li {
    grid-template-columns: 1fr;
  }

  .charportrait1 img {
    float: none;
    display: block;
    margin-bottom: 12px;
  }
}
