.site-stage {
  padding-top: clamp(72px, 10vh, 128px);
}

@media (max-width: 860px) {
  .site-stage {
    padding-top: 136px;
  }
}

.updates-box .updates-accordion {
  padding: 6px 10px 10px;
}

.updates-box #newsticker,
.updates-box #newsticker .Border_2,
.updates-box #newsticker .Border_3,
.updates-box #newsticker .BoxContent {
  margin: 0;
  width: auto;
  min-height: 0;
  background: transparent !important;
  border: 0;
}

.updates-box #newsticker .Corner-tl,
.updates-box #newsticker .Corner-tr,
.updates-box #newsticker .Corner-bl,
.updates-box #newsticker .Corner-br,
.updates-box #newsticker .CornerWrapper-b,
.updates-box #newsticker .Border_1,
.updates-box #newsticker .BorderTitleText,
.updates-box #newsticker .Title {
  display: none;
}

.updates-box #newsticker .Row,
.updates-box #newsticker .Odd,
.updates-box #newsticker .Even {
  min-height: 32px;
  background: transparent;
  border-bottom: 1px solid rgba(56, 46, 26, 0.18);
  color: #2d2617;
}

.updates-box #newsticker .Row:last-child,
.updates-box #newsticker .Odd:last-child,
.updates-box #newsticker .Even:last-child {
  border-bottom: 0;
}

.updates-box #newsticker .NewsTickerIcon {
  display: none;
}

.updates-box #newsticker .NewsTickerExtend {
  right: 2px;
  top: 11px;
  filter: sepia(1) saturate(0.6);
}

.updates-box #newsticker .NewsTickerText {
  position: static;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  min-height: 32px;
  padding: 7px 18px 7px 0;
  font-size: 12px;
  color: #2d2617;
}

.updates-box #newsticker .NewsTickerDate {
  color: #5a4a2b;
  font-weight: 700;
}

.updates-box #newsticker .NewsTickerShortText,
.updates-box #newsticker .NewsTickerFullText {
  color: #2d2617;
}

.content-box.v2-content-box.news-box {
  min-height: 500px;
}

.v2-error-box {
  margin-bottom: 12px;
}

.v2-error-box p {
  margin: 0;
}

.v2-content-body .NewsHeadline {
  margin: 0 0 10px;
}

.v2-content-body .NewsHeadlineBackground {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(122, 105, 63, 0.35);
  background: #eadcc4 !important;
}

.v2-content-body .NewsHeadlineIcon {
  width: 19px;
  height: 19px;
}

.v2-content-body .NewsHeadlineDate,
.v2-content-body .NewsHeadlineText,
.v2-content-body .NewsHeadlineAuthor {
  position: static;
  float: none;
  color: #5a2800;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.v2-content-body .NewsHeadlineText {
  color: #1380cc;
  font-size: 18px;
  font-weight: 700;
}

.v2-content-body .NewsHeadlineAuthor {
  margin-left: auto;
  font-size: 12px;
}

.v2-content-body table {
  max-width: 100%;
}

.v2-content-body a {
  color: #0e5ba1;
}

.v2-news-archive-page {
  gap: 12px;
}

.v2-news-archive-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-news-archive-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-news-archive-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-news-archive-panel-head .v2-badge {
  color: #ffffff;
}

.v2-news-archive-list {
  display: grid;
  gap: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-news-archive-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.38);
  color: #5a2800;
  text-decoration: none;
  transition: background-color 0.16s ease;
}

.v2-news-archive-item:last-child {
  border-bottom: 0;
}

.v2-news-archive-item:hover {
  background: rgba(237, 222, 193, 0.72);
}

.v2-news-archive-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-news-archive-icon img {
  display: block;
  max-width: 16px;
  max-height: 16px;
}

.v2-news-archive-content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.v2-news-archive-content strong {
  color: #0e5ba1;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.v2-news-archive-content time {
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
}

.v2-news-archive-action {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #2f78c5 0%, #1c5fa6 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.v2-news-archive-empty {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-news-archive-empty strong {
  color: #4d2910;
}

.v2-changelog-page {
  gap: 12px;
}

.v2-changelog-admin {
  display: flex;
  justify-content: flex-end;
}

.v2-changelog-admin .v2-btn,
.v2-changelog-admin .v2-btn:visited,
.v2-changelog-pagination .v2-btn,
.v2-changelog-pagination .v2-btn:visited {
  color: #ffffff;
}

.v2-changelog-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-changelog-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-changelog-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-changelog-panel-head .v2-badge,
.v2-changelog-pagination .v2-badge {
  color: #ffffff;
}

.v2-changelog-list {
  display: grid;
  background: rgba(255, 249, 236, 0.88);
}

.v2-changelog-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.38);
}

.v2-changelog-item:last-child {
  border-bottom: 0;
}

.v2-changelog-icons {
  display: flex;
  gap: 6px;
}

.v2-changelog-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-changelog-icon img {
  display: block;
  max-width: 18px;
  max-height: 18px;
}

.v2-changelog-content {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.v2-changelog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.v2-changelog-meta span,
.v2-changelog-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(40, 76, 116, 0.12);
  color: #284c74;
  font-size: 11px;
  font-weight: 900;
}

.v2-changelog-meta time {
  background: rgba(122, 86, 43, 0.12);
  color: #6b431e;
}

.v2-changelog-body {
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.v2-changelog-admin-links {
  min-width: 90px;
  text-align: right;
}

.v2-changelog-empty {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-changelog-empty strong {
  color: #4d2910;
}

.v2-changelog-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 8px;
  background: rgba(239, 226, 199, 0.92);
}

.side-right #Themeboxes {
  display: none;
}

.create-form {
  gap: 12px;
}

.create-form .FormFieldError {
  min-height: 14px;
  color: #9f211d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.create-form .FormFieldError .is-valid {
  color: #28733b;
}

.create-field-input {
  position: relative;
}

.create-field-input input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 36px;
}

.create-field-input.v2-password-field input {
  padding-right: 68px;
}

.v2-field-status {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(126, 47, 42, 0.45);
  background: linear-gradient(180deg, #c8584f 0%, #96342e 100%);
  box-shadow: 0 1px 3px rgba(56, 24, 12, 0.22);
  pointer-events: none;
}

.v2-field-status::before,
.v2-field-status::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: #fff8e7;
  transform-origin: center;
}

.v2-field-status::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.v2-field-status::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.v2-field-status[src$="/ok.gif"] {
  border-color: rgba(38, 112, 54, 0.5);
  background: linear-gradient(180deg, #42a85a 0%, #28733b 100%);
}

.v2-field-status[src$="/ok.gif"]::before {
  width: 5px;
  transform: translate(-72%, -24%) rotate(45deg);
}

.v2-field-status[src$="/ok.gif"]::after {
  width: 8px;
  transform: translate(-25%, -43%) rotate(-45deg);
}

.create-field-input.v2-password-field .v2-field-status {
  right: 38px;
}

.create-field-helper {
  color: #6c512c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.create-field-helper a {
  color: #1d5fa6;
  text-decoration: none;
}

.create-field-helper a:hover {
  text-decoration: underline;
}

.create-character-section {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(114, 88, 48, 0.28);
}

.create-section-title {
  margin: 0;
  font: 700 18px/1 "Cinzel", serif;
  color: #5a2800;
  letter-spacing: 0;
}

.create-character-grid {
  align-items: start;
}

.create-choice-group {
  display: grid;
  gap: 8px;
  color: #4f2a0f;
  font-size: 13px;
  font-weight: 700;
}

.v2-choice-group,
.create-choice-group>.v2-inline-group.v2-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.create-vocation-group {
  grid-column: 1 / -1;
}

.create-vocation-group .v2-choice-group {
  flex-wrap: nowrap;
}

.v2-choice {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(121, 89, 51, 0.35);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.78);
  color: #4f2a0f;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.v2-form label.v2-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v2-choice:hover {
  border-color: rgba(33, 96, 175, 0.48);
  background: rgba(255, 252, 244, 0.92);
}

.v2-choice:has(.v2-choice-input:checked) {
  border-color: rgba(31, 90, 150, 0.72);
  background: rgba(238, 245, 253, 0.92);
  box-shadow: inset 0 0 0 1px rgba(31, 90, 150, 0.18);
}

.v2-choice-input {
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 15px;
  border: 1px solid rgba(90, 65, 32, 0.62);
  background: rgba(255, 252, 244, 0.96);
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}

.v2-choice-circle .v2-choice-input {
  border-radius: 50%;
}

.v2-choice-square .v2-choice-input {
  border-radius: 4px;
}

.v2-choice-input:checked {
  border-color: #1f5a96;
  background: #1f5a96;
}

.v2-choice-circle .v2-choice-input:checked {
  box-shadow: inset 0 0 0 4px #fffaf0;
}

.v2-choice-square .v2-choice-input:checked::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #fffaf0;
  border-bottom: 2px solid #fffaf0;
  transform: translateY(-1px) rotate(-45deg);
}

.v2-choice-text {
  min-width: 0;
}

.create-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid rgba(114, 88, 48, 0.22);
}

.create-submit-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.create-rules-check {
  margin: 0;
  color: #5a2800;
  line-height: 1.3;
}

.create-account-actions-right .v2-btn {
  min-width: 132px;
  border-radius: 0;
}

.downloads-cta.downloads-cta-primary,
.downloads-cta.downloads-cta-primary:visited,
.downloads-cta.downloads-cta-primary:hover,
.downloads-cta.downloads-cta-primary:focus {
  color: #ffffff;
}

.v2-account-classic .v2-account-characters {
  min-width: 0;
  table-layout: fixed;
}

.v2-account-classic .v2-account-subsection {
  gap: 0;
}

.v2-account-classic .v2-account-subtitle {
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-account-classic .v2-account-subsection-header .v2-account-subtitle {
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-account-classic .v2-btn,
.v2-account-classic .v2-btn:visited,
.v2-account-classic .v2-btn:hover,
.v2-account-classic .v2-btn:focus {
  color: #ffffff;
}

.v2-account-classic .v2-badge-info {
  color: #ffffff;
}

.v2-account-classic .v2-table-wrap {
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-account-classic .v2-account-kv-table {
  min-width: 0;
  table-layout: fixed;
}

.v2-account-classic .v2-account-kv-table th,
.v2-account-classic .v2-account-kv-table td {
  padding: 7px 8px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.v2-account-classic .v2-account-kv-table th {
  width: 126px;
  color: #4d2910;
  font-size: 12px;
}

.v2-account-classic .v2-account-kv-table td {
  color: #5a2800;
  font-size: 12px;
  font-weight: 600;
}

.v2-account-classic .v2-account-sensitive {
  max-width: 100%;
  gap: 7px;
}

.v2-account-classic .v2-account-sensitive-value {
  min-width: 0;
  line-height: 1.25;
}

.v2-account-classic .v2-account-sensitive-toggle {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
}

.v2-account-classic .v2-account-sensitive-toggle svg {
  width: 13px;
  height: 13px;
}

.v2-account-classic .v2-account-kv-meta {
  display: block;
  margin-top: 4px;
  color: #6b431e;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.v2-account-classic .v2-account-kv-meta b {
  color: #5a2800;
}

.v2-account-classic .v2-account-kv-table .v2-badge {
  min-height: 22px;
  padding: 3px 8px;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

.v2-account-classic .v2-account-characters th,
.v2-account-classic .v2-account-characters td {
  padding-left: 8px;
  padding-right: 8px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.v2-account-classic .v2-account-characters th:nth-child(1),
.v2-account-classic .v2-account-characters td:nth-child(1) {
  width: 38%;
}

.v2-account-classic .v2-account-characters th:nth-child(2),
.v2-account-classic .v2-account-characters td:nth-child(2) {
  width: 13%;
}

.v2-account-classic .v2-account-characters th:nth-child(3),
.v2-account-classic .v2-account-characters td:nth-child(3) {
  width: 21%;
}

.v2-account-classic .v2-account-characters th:nth-child(4),
.v2-account-classic .v2-account-characters td:nth-child(4) {
  width: 13%;
}

.v2-account-classic .v2-account-characters th:nth-child(5),
.v2-account-classic .v2-account-characters td:nth-child(5) {
  width: 15%;
}

.v2-account-classic .v2-account-character-meta {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
}

.v2-account-classic .v2-account-compact-btn {
  min-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}

.v2-online-page {
  gap: 12px;
}

.v2-online-note {
  padding: 9px 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
}

.v2-online-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  padding: 12px;
}

.v2-online-stat {
  display: grid;
  gap: 4px;
  min-height: 70px;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
}

.v2-online-stat-label {
  color: #7a592d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-online-stat strong {
  color: #4d2910;
  font-size: 14px;
  line-height: 1.2;
}

.v2-online-stat small {
  color: #7a592d;
  font-size: 11px;
  font-weight: 600;
}

.v2-online-section {
  display: grid;
  gap: 10px;
}

.v2-online-vocations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}

.v2-online-vocation {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 12px;
  font-weight: 700;
}

.v2-online-vocation img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.v2-online-vocation strong {
  color: #4d2910;
  font-size: 15px;
}

.v2-online-skulls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 12px;
  font-weight: 700;
}

.v2-online-skulls div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.v2-online-table {
  min-width: 0;
  table-layout: fixed;
}

.v2-online-table th,
.v2-online-table td {
  padding: 7px 8px;
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-online-table th {
  color: #0e5ba1;
  font-size: 12px;
}

.v2-online-table th a,
.v2-online-table td a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-online-country {
  width: 34px;
  text-align: center;
}

.v2-online-outfit-head,
.v2-online-outfit {
  width: 88px;
  text-align: center;
  padding-right: 0;
}

.v2-online-outfit img {
  display: block;
  width: 58px;
  height: 58px;
  margin: -7px auto -6px;
  object-fit: contain;
  transform: none;
}

.v2-online-section .v2-account-subsection-header .v2-account-subtitle {
  font-size: 15px;
}

.v2-online-count-badge.is-online {
  color: #9ff0a6;
}

.v2-online-players-panel {
  gap: 0;
  padding: 0;
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-online-players-panel .v2-account-subsection-header {
  min-height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-online-players-panel .v2-account-subtitle {
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-online-players-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-online-players-panel .v2-online-table {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-online-players-panel .v2-online-table th,
.v2-online-players-panel .v2-online-table td {
  border-color: rgba(137, 106, 57, 0.38);
}

.v2-online-players-panel .v2-online-table thead th {
  border-top: 0;
}

.v2-online-players-panel .v2-online-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-online-players-panel .v2-online-empty {
  margin: 12px 14px 14px;
}

.v2-highscores-page {
  gap: 12px;
}

.v2-highscores-filter {
  padding: 12px 14px;
  border: 1px solid rgba(137, 106, 57, 0.55);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-highscores-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 124px;
  gap: 12px;
  align-items: end;
}

.v2-highscores-filter-grid label {
  display: grid;
  gap: 6px;
  color: #5a2800;
  font-size: 13px;
  font-weight: 800;
}

.v2-highscores-filter-grid select {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(121, 89, 51, 0.45);
  background: rgba(255, 249, 236, 0.92);
  color: #3a240f;
  font-size: 13px;
  padding: 0 10px;
  outline: none;
}

.v2-highscores-filter-grid select:focus {
  border-color: rgba(33, 96, 175, 0.72);
  box-shadow: 0 0 0 3px rgba(33, 96, 175, 0.16);
}

.v2-highscores-filter-grid .v2-btn {
  min-height: 40px;
  color: #ffffff;
}

.v2-highscores-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-highscores-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-highscores-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-highscores-panel-head .v2-badge {
  color: #ffffff;
}

.v2-highscores-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-highscores-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-highscores-table th,
.v2-highscores-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-highscores-table thead th {
  border-top: 0;
}

.v2-highscores-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-highscores-table th {
  color: #0e5ba1;
  font-size: 12px;
}

.v2-highscores-rank {
  width: 58px;
  text-align: center;
  font-weight: 800;
}

.v2-highscores-table th.v2-highscores-rank,
.v2-highscores-table td.v2-highscores-rank,
.v2-highscores-table th.v2-highscores-outfit-head,
.v2-highscores-table td.v2-highscores-outfit {
  text-align: center;
}

.v2-highscores-outfit-head,
.v2-highscores-outfit {
  width: 88px;
  text-align: center;
  padding-right: 18px;
}

.v2-highscores-outfit img {
  display: block;
  width: 58px;
  height: 58px;
  margin: -7px auto -6px;
  object-fit: contain;
  transform: translateX(-6px);
}

.v2-highscores-name a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-highscores-name small {
  display: block;
  margin-top: 2px;
  color: #6b431e;
  font-size: 11px;
  font-weight: 700;
}

.v2-highscores-name .is-online {
  color: #167a27;
}

.v2-highscores-name .is-offline {
  color: #9f211d;
}

.v2-highscores-value,
.v2-highscores-points {
  width: 128px;
  text-align: center;
  color: #5a2800;
  font-weight: 700;
}

.v2-highscores-empty {
  margin: 12px 14px 14px;
  padding: 14px 16px;
  border: 1px solid rgba(137, 106, 57, 0.55);
  border-radius: 4px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-highscores-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 14px 14px;
}

.v2-highscores-pagination .v2-btn {
  color: #ffffff;
}

.v2-lastkills-page {
  gap: 12px;
}

.v2-lastkills-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-lastkills-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-lastkills-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-lastkills-panel-head .v2-badge {
  color: #ffffff;
}

.v2-lastkills-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-lastkills-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-lastkills-table th,
.v2-lastkills-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-lastkills-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-lastkills-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-lastkills-rank {
  width: 54px;
  text-align: center;
  font-weight: 800;
}

.v2-lastkills-outfit-head,
.v2-lastkills-outfit {
  width: 88px;
  text-align: center;
}

.v2-lastkills-outfit img {
  display: block;
  width: 58px;
  height: 58px;
  margin: -7px auto -6px;
  object-fit: contain;
}

.v2-lastkills-time {
  width: 142px;
  color: #6b431e;
  font-weight: 700;
}

.v2-lastkills-description {
  color: #5a2800;
  font-weight: 600;
  line-height: 1.35;
}

.v2-lastkills-description a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-lastkills-description b,
.v2-lastkills-description strong {
  color: #4d2910;
}

.v2-lastkills-world {
  width: 110px;
  text-align: center;
}

.v2-lastkills-empty {
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-bans-page {
  gap: 12px;
}

.v2-bans-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-bans-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-bans-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 15px/1.1 "Cinzel", serif;
}

.v2-bans-panel-head .v2-badge,
.v2-bans-pagination .v2-badge {
  color: #ffffff;
}

.v2-bans-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-bans-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-bans-table th,
.v2-bans-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-bans-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-bans-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-bans-player {
  width: 150px;
  color: #5a2800;
  font-weight: 800;
}

.v2-bans-player a,
.v2-bans-added a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-bans-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 22px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(40, 76, 116, 0.12);
  color: #284c74;
  font-size: 11px;
  font-weight: 900;
}

.v2-bans-type,
.v2-bans-expires,
.v2-bans-reason {
  width: 118px;
  color: #6b431e;
  font-weight: 700;
}

.v2-bans-comment {
  color: #5a2800;
  font-weight: 600;
  line-height: 1.35;
}

.v2-bans-added {
  width: 150px;
  color: #5a2800;
  font-weight: 700;
}

.v2-bans-added small {
  display: block;
  margin-top: 3px;
  color: #7a5835;
  font-size: 11px;
  line-height: 1.25;
}

.v2-bans-empty {
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-bans-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 8px;
  background: rgba(239, 226, 199, 0.92);
}

.v2-bans-pagination .v2-btn {
  color: #ffffff;
}

.v2-houses-page {
  gap: 12px;
}

.v2-houses-page + .v2-houses-page {
  margin-top: 12px;
}

.v2-houses-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-houses-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-houses-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-houses-panel-head .v2-badge {
  color: #ffffff;
}

.v2-houses-intro {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.28);
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.v2-houses-intro p {
  margin: 0;
}

.v2-houses-filter {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

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

.v2-houses-filter-group {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-houses-filter-group > strong {
  color: #4d2910;
  font-size: 12px;
  font-weight: 900;
}

.v2-houses-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-houses-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid rgba(137, 106, 57, 0.24);
}

.v2-houses-actions .v2-btn,
.v2-house-action .v2-btn,
.v2-house-detail-actions .v2-btn,
.v2-houses-actions .v2-btn:visited,
.v2-house-action .v2-btn:visited,
.v2-house-detail-actions .v2-btn:visited {
  color: #ffffff;
  text-decoration: none;
}

.v2-houses-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-houses-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-houses-table th,
.v2-houses-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-houses-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-houses-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-house-name {
  width: 30%;
  color: #5a2800;
  font-weight: 800;
}

.v2-house-name a,
.v2-house-status a {
  color: #0e5ba1;
  font-weight: 900;
  text-decoration: none;
}

.v2-house-size,
.v2-house-rent {
  width: 110px;
  color: #5a2800;
  font-weight: 800;
  text-align: center;
}

.v2-house-status {
  color: #6b431e;
  font-weight: 700;
}

.v2-house-action {
  width: 92px;
  text-align: center;
}

.v2-house-action .v2-btn {
  min-height: 30px;
  padding: 7px 12px;
}

.v2-houses-empty {
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.v2-houses-empty p {
  margin: 0;
}

.v2-monsterhunt-page {
  gap: 12px;
}

.v2-monsterhunt-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-monsterhunt-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-monsterhunt-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-monsterhunt-panel-head .v2-badge {
  color: #ffffff;
}

.v2-monsterhunt-collapsible > .v2-monsterhunt-panel-head {
  cursor: pointer;
  list-style: none;
}

.v2-monsterhunt-collapsible > .v2-monsterhunt-panel-head::-webkit-details-marker {
  display: none;
}

.v2-monsterhunt-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  border-radius: 999px;
  background: rgba(31, 78, 123, 0.72);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.v2-monsterhunt-toggle::before {
  content: "+";
}

.v2-monsterhunt-collapsible[open] .v2-monsterhunt-toggle::before {
  content: "-";
}

.v2-monsterhunt-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 0;
  background: transparent;
}

.v2-monsterhunt-copy {
  display: grid;
  gap: 8px;
  color: #5a2800;
}

.v2-monsterhunt-kicker {
  color: #0e5ba1;
  font: 700 18px/1.1 "Cinzel", serif;
}

.v2-monsterhunt-copy p,
.v2-monsterhunt-step p,
.v2-monsterhunt-info-card p {
  margin: 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.v2-monsterhunt-copy strong,
.v2-monsterhunt-step strong,
.v2-monsterhunt-info-card strong {
  color: #5a2800;
  font-weight: 900;
}

.v2-monsterhunt-image {
  display: grid;
  place-items: center;
  min-height: 320px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 6px;
  background: rgba(220, 199, 159, 0.86);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.v2-monsterhunt-image img {
  display: block;
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(45, 25, 5, 0.22);
}

.v2-monsterhunt-steps,
.v2-monsterhunt-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-monsterhunt-step,
.v2-monsterhunt-info-card {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 92px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
  color: #5a2800;
}

.v2-monsterhunt-step span,
.v2-monsterhunt-info-card > span {
  color: #0e5ba1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-monsterhunt-step code {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid rgba(137, 106, 57, 0.38);
  border-radius: 4px;
  background: rgba(255, 249, 236, 0.86);
  color: #0e5ba1;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-weight: 900;
}

.v2-monsterhunt-reward {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v2-monsterhunt-reward img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-exclusivecave-page .v2-monsterhunt-reward img {
  width: 64px !important;
  height: 64px !important;
}

.v2-roleta-prize-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-roleta-section {
  overflow: visible;
}

.v2-roleta-prize-card {
  position: relative;
  display: grid;
  grid-template-rows: 78px auto;
  gap: 7px;
  min-height: 124px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.68);
  color: #5a2800;
  text-align: center;
  outline: none;
}

.v2-roleta-prize-image {
  display: grid;
  place-items: center;
  min-height: 78px;
}

.v2-roleta-prize-image img {
  display: block;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}

.v2-roleta-prize-card h5 {
  margin: 0;
  color: #0e5ba1;
  font: 800 14px/1.15 "Rajdhani", "Segoe UI", sans-serif;
}

.v2-roleta-prize-tip {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  z-index: 30;
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 8px 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(-4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-roleta-prize-tip::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -5px;
  width: 8px;
  height: 8px;
  border-left: 1px solid rgba(203, 153, 61, 0.95);
  border-top: 1px solid rgba(203, 153, 61, 0.95);
  background: rgba(25, 52, 82, 0.98);
  transform: rotate(45deg);
}

.v2-roleta-prize-tip b,
.v2-roleta-prize-tip small {
  display: block;
}

.v2-roleta-prize-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-roleta-prize-tip small {
  margin-top: 5px;
  color: #d8e9ff;
  font: 700 12px/1.3 "Roboto Condensed", Arial, sans-serif;
}

.v2-roleta-prize-card:hover .v2-roleta-prize-tip,
.v2-roleta-prize-card:focus-visible .v2-roleta-prize-tip,
.v2-roleta-prize-card:focus-within .v2-roleta-prize-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-roleta-recent-panel .v2-table-wrap {
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-roleta-recent-table th,
.v2-roleta-recent-table td {
  text-align: center;
  vertical-align: middle;
}

.v2-roleta-recent-outfit img,
.v2-roleta-outfit-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.v2-roleta-item-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-roleta-recent-player a {
  color: #0e5ba1;
  font-weight: 900;
  text-decoration: none;
}

.v2-roleta-empty {
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-roleta-empty p {
  margin: 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 800;
}

.v2-dailyreward-page .v2-monsterhunt-panel {
  overflow: visible;
}

.v2-dailyreward-card {
  position: relative;
  outline: none;
}

.v2-dailyreward-tip {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  z-index: 30;
  padding: 8px 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(-4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-dailyreward-tip::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -5px;
  width: 8px;
  height: 8px;
  border-left: 1px solid rgba(203, 153, 61, 0.95);
  border-top: 1px solid rgba(203, 153, 61, 0.95);
  background: rgba(25, 52, 82, 0.98);
  transform: rotate(45deg);
}

.v2-dailyreward-tip b,
.v2-dailyreward-tip small {
  display: block;
}

.v2-dailyreward-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-dailyreward-tip small {
  margin-top: 5px;
  color: #d8e9ff;
  font: 700 12px/1.3 "Roboto Condensed", Arial, sans-serif;
}

.v2-dailyreward-card:hover .v2-dailyreward-tip,
.v2-dailyreward-card:focus-visible .v2-dailyreward-tip,
.v2-dailyreward-card:focus-within .v2-dailyreward-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-task-list {
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
}

.v2-task-card {
  position: relative;
  min-height: 116px;
  outline: none;
}

.v2-task-card-head {
  min-height: 66px;
}

.v2-task-card-head img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-task-card-head strong {
  color: #0e5ba1;
  font-weight: 900;
}

.v2-task-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.v2-task-card-meta strong {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid rgba(137, 106, 57, 0.34);
  border-radius: 4px;
  background: rgba(255, 249, 236, 0.7);
  color: #5a2800;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.v2-task-tip {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  z-index: 35;
  width: auto;
  padding: 8px 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(-4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-task-tip::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -5px;
  width: 8px;
  height: 8px;
  border-left: 1px solid rgba(203, 153, 61, 0.95);
  border-top: 1px solid rgba(203, 153, 61, 0.95);
  background: rgba(25, 52, 82, 0.98);
  transform: rotate(45deg);
}

.v2-task-tip b,
.v2-task-tip small {
  display: block;
}

.v2-task-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-task-tip small {
  margin-top: 5px;
  color: #d8e9ff;
  font: 700 12px/1.3 "Roboto Condensed", Arial, sans-serif;
}

.v2-task-card:hover .v2-task-tip,
.v2-task-card:focus-visible .v2-task-tip,
.v2-task-card:focus-within .v2-task-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-dungeon-sentinel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-dungeon-sentinel-card .v2-monsterhunt-reward img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-dungeon-sentinel-card {
  position: relative;
  min-height: 164px;
  outline: none;
  justify-items: center;
  text-align: center;
}

.v2-dungeon-sentinel-card .v2-monsterhunt-reward {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.v2-dungeon-sentinel-card .v2-monsterhunt-reward strong {
  color: #0e5ba1;
  font-weight: 900;
}

.v2-dungeon-tip {
  position: absolute;
  inset: 8px;
  z-index: 20;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-dungeon-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-dungeon-tip small {
  color: #d8e9ff;
  font: 700 12px/1.25 "Roboto Condensed", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.v2-dungeon-tip strong {
  color: #fff2b8;
  font-weight: 900;
}

.v2-dungeon-sentinel-card:hover .v2-dungeon-tip,
.v2-dungeon-sentinel-card:focus-visible .v2-dungeon-tip,
.v2-dungeon-sentinel-card:focus-within .v2-dungeon-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-exercise-equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 0.9fr);
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-exercise-shop-card,
.v2-exercise-seller-card,
.v2-exercise-house-wrap {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.68);
  color: #5a2800;
  text-decoration: none;
}

.v2-exercise-shop-card:hover,
.v2-exercise-house-wrap:hover {
  text-decoration: none;
  filter: brightness(1.03);
}

.v2-exercise-shop-card > span,
.v2-exercise-seller-card > span,
.v2-exercise-house-copy > span {
  color: #0e5ba1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-exercise-shop-card > strong,
.v2-exercise-seller-card > strong,
.v2-exercise-house-copy > strong {
  color: #0e5ba1;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.v2-exercise-shop-card p,
.v2-exercise-seller-card p,
.v2-exercise-house-copy p {
  margin: 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.v2-exercise-item-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.v2-exercise-item-card,
.v2-exercise-dummy-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-height: 88px;
  padding: 8px;
  border: 1px solid rgba(137, 106, 57, 0.3);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.66);
  text-align: center;
}

.v2-exercise-item-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-exercise-item-card strong,
.v2-exercise-dummy-card strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.v2-exercise-seller-card {
  align-content: start;
}

.v2-exercise-seller-card img {
  justify-self: center;
  max-width: 100%;
  height: auto;
  margin-top: 4px;
  image-rendering: pixelated;
}

.v2-exercise-house-wrap {
  grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
  align-items: stretch;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-exercise-house-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.68);
}

.v2-exercise-dummy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.v2-exercise-dummy-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-exercise-dummy-card strong {
  color: #23813a;
}

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

.v2-wave-addon-card {
  position: relative;
  justify-items: center;
  min-height: 172px;
  text-align: center;
  outline: none;
}

.v2-wave-addon-card > img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  image-rendering: pixelated;
}

.v2-wave-addon-card > strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.v2-wave-tip {
  position: absolute;
  inset: 8px;
  z-index: 20;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-wave-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-wave-tip small {
  color: #d8e9ff;
  font: 700 12px/1.25 "Roboto Condensed", Arial, sans-serif;
}

.v2-wave-addon-card:hover .v2-wave-tip,
.v2-wave-addon-card:focus-visible .v2-wave-tip,
.v2-wave-addon-card:focus-within .v2-wave-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-bonus-grid {
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}

.v2-bonus-card {
  position: relative;
  justify-items: center;
  min-height: 180px;
  text-align: center;
  outline: none;
}

.v2-bonus-visuals {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  min-height: 92px;
}

.v2-bonus-figure {
  position: relative;
  display: inline-grid;
  place-items: end center;
  width: 72px;
  height: 92px;
}

.v2-bonus-figure-mount {
  width: 86px;
}

.v2-bonus-pedestal {
  display: block;
  width: 64px;
  height: auto;
  image-rendering: pixelated;
}

.v2-bonus-outfit {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  max-width: none;
  image-rendering: pixelated;
  transform: translateX(-50%);
}

.v2-bonus-figure-mount .v2-bonus-outfit {
  bottom: 7px;
}

.v2-bonus-card > strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.v2-bonus-tip {
  position: absolute;
  inset: 8px;
  z-index: 20;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  text-align: left;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-bonus-tip b {
  color: #fff2b8;
  font: 900 12px/1.15 "Cinzel", Georgia, serif;
}

.v2-bonus-tip small {
  color: #d8e9ff;
  font: 700 12px/1.25 "Roboto Condensed", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.v2-bonus-card:hover .v2-bonus-tip,
.v2-bonus-card:focus-visible .v2-bonus-tip,
.v2-bonus-card:focus-within .v2-bonus-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-bonus-hero-visual {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 16px;
}

.v2-bonus-hero-outfits {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
}

.v2-castlewar-guild-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-castlewar-guild-card {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 148px;
  padding: 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
  color: #5a2800;
  text-align: center;
}

.v2-castlewar-guild-card > span {
  color: #0e5ba1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-castlewar-guild-card a,
.v2-castlewar-guild-placeholder {
  display: grid;
  place-items: center;
  gap: 6px;
  color: #0e5ba1;
  font-weight: 900;
  text-decoration: none;
}

.v2-castlewar-guild-card strong {
  color: #0e5ba1;
  font-size: 15px;
  line-height: 1.15;
}

.v2-castlewar-guild-card small {
  color: #5a2800;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.v2-castlewar-guild-logo {
  display: block;
  width: 64px;
  height: 64px;
  padding: 5px;
  border: 1px solid rgba(122, 105, 63, 0.45);
  border-radius: 16px;
  background: rgba(255, 249, 236, 0.78);
  object-fit: contain;
  image-rendering: pixelated;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.v2-castlewar-guild-card.is-empty strong,
.v2-castlewar-guild-card.is-empty small {
  color: #6b431e;
}

.v2-castlewar-warning {
  border-color: rgba(160, 70, 45, 0.35);
  background: rgba(255, 235, 220, 0.72);
}

.v2-house-detail {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-house-image-card {
  display: grid;
  place-items: center;
  min-height: 185px;
  padding: 10px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 6px;
  background: rgba(220, 199, 159, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.v2-house-image-card img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

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

.v2-house-fact {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
  color: #5a2800;
}

.v2-house-fact span {
  color: #6b431e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-house-fact strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.v2-house-fact strong a {
  color: #0e5ba1;
  text-decoration: none;
}

.v2-house-detail-actions {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid rgba(137, 106, 57, 0.28);
  background: rgba(255, 249, 236, 0.88);
}

.v2-forum-page {
  gap: 12px;
}

.v2-forum-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-forum-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-forum-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-forum-panel-head .v2-badge,
.v2-forum-pagination .v2-badge {
  color: #ffffff;
}

.v2-forum-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-forum-boards-table,
.v2-forum-threads-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-forum-boards-table th,
.v2-forum-boards-table td,
.v2-forum-threads-table th,
.v2-forum-threads-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-forum-boards-table thead th,
.v2-forum-threads-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-forum-boards-table tbody tr:last-child td,
.v2-forum-threads-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-forum-boards-table tr.is-hidden {
  opacity: 0.72;
}

.v2-forum-board-name,
.v2-forum-thread-topic {
  color: #5a2800;
  font-weight: 800;
}

.v2-forum-board-name a,
.v2-forum-thread-topic a,
.v2-forum-board-last a,
.v2-forum-thread-last a,
.v2-forum-thread-starter a,
.v2-forum-breadcrumb a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-forum-board-name small,
.v2-forum-thread-topic small,
.v2-forum-board-last small,
.v2-forum-thread-last small {
  display: block;
  margin-top: 3px;
  color: #7a5835;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.v2-forum-board-posts,
.v2-forum-board-threads,
.v2-forum-thread-replies,
.v2-forum-thread-views {
  width: 82px;
  color: #5a2800;
  font-weight: 800;
  text-align: center;
}

.v2-forum-board-last,
.v2-forum-thread-last {
  width: 160px;
  color: #6b431e;
  font-weight: 700;
}

.v2-forum-board-actions,
.v2-forum-thread-actions {
  width: 185px;
}

.v2-forum-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.v2-forum-actions form {
  margin: 0;
}

.v2-forum-actions .v2-btn,
.v2-forum-board-hero .v2-btn,
.v2-forum-pagination .v2-btn {
  color: #ffffff;
}

.v2-forum-actions .v2-btn {
  min-height: 30px;
  padding: 7px 10px;
  font-size: 12px;
}

.v2-forum-actions .v2-btn-soft {
  border-color: rgba(89, 62, 33, 0.7);
  background: linear-gradient(180deg, #8b7658, #685139);
  color: #ffffff;
}

.v2-forum-board-hero .v2-btn-success {
  border-color: #147934;
  background: linear-gradient(180deg, #24aa4c, #168038);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.v2-forum-board-hero .v2-btn-success:hover,
.v2-forum-board-hero .v2-btn-success:focus {
  background: linear-gradient(180deg, #2fbd5b, #1b9442);
}

.v2-forum-board-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.38);
  background: rgba(255, 249, 236, 0.88);
}

.v2-forum-board-hero p {
  margin: 5px 0 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.v2-forum-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #6b431e;
  font-size: 12px;
  font-weight: 800;
}

.v2-forum-breadcrumb a::after {
  content: ">";
  margin-left: 6px;
  color: #7a5835;
}

.v2-forum-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(174, 49, 49, 0.14);
  color: #a32828;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-forum-tag.is-muted {
  background: rgba(83, 68, 48, 0.14);
  color: #6b431e;
}

.v2-forum-muted {
  color: #7a5835;
  font-weight: 700;
}

.v2-forum-empty {
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-forum-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 8px;
  background: rgba(239, 226, 199, 0.92);
}

.v2-forum-pagination .v2-btn {
  min-width: 40px;
  justify-content: center;
}

.v2-forum-compose-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-forum-compose-grid {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 12px;
}

.v2-forum-field {
  display: grid;
  gap: 6px;
  color: #5a2800;
  font-weight: 800;
}

.v2-forum-field > span {
  font-size: 12px;
}

.v2-forum-field input:not([type]),
.v2-forum-field input[type="text"],
.v2-forum-field select,
.v2-forum-field textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid #c5aa7c;
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.92);
  color: #4d2910;
  font: 700 14px/1.2 "Rajdhani", Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
}

.v2-forum-field input:not([type]),
.v2-forum-field input[type="text"],
.v2-forum-field select {
  padding: 0 12px;
}

.v2-forum-field textarea {
  min-height: 180px;
  padding: 10px 12px;
  resize: vertical;
}

.v2-forum-field input:not([type]):focus,
.v2-forum-field input[type="text"]:focus,
.v2-forum-field select:focus,
.v2-forum-field textarea:focus {
  border-color: #2e74b8;
  box-shadow:
    0 0 0 2px rgba(46, 116, 184, 0.18),
    inset 0 1px 1px rgba(0, 0, 0, 0.06);
}

.v2-forum-field small {
  color: #7a5835;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.v2-forum-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(137, 106, 57, 0.35);
  border-radius: 6px;
  background: rgba(239, 226, 199, 0.68);
}

.v2-forum-options .v2-choice {
  margin: 0;
}

.v2-forum-options .v2-choice-text {
  color: #5a2800;
  font-weight: 800;
}

.v2-forum-compose-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-forum-compose-form .v2-forum-compose-actions {
  padding: 0;
  background: transparent;
}

.v2-forum-compose-actions .v2-btn {
  color: #ffffff;
}

.v2-forum-compose-actions .v2-btn-success {
  border-color: #147934;
  background: linear-gradient(180deg, #24aa4c, #168038);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.v2-forum-compose-actions .v2-btn-success:hover,
.v2-forum-compose-actions .v2-btn-success:focus {
  background: linear-gradient(180deg, #2fbd5b, #1b9442);
}

.v2-team-page {
  gap: 12px;
}

.v2-team-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-team-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-team-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 15px/1.1 "Cinzel", serif;
}

.v2-team-panel-head .v2-badge {
  color: #ffffff;
}

.v2-team-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-team-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-team-table th,
.v2-team-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-team-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-team-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-team-outfit-head,
.v2-team-outfit {
  width: 88px;
  text-align: center;
}

.v2-team-outfit img {
  display: block;
  width: 58px;
  height: 58px;
  margin: -7px auto -6px;
  object-fit: contain;
}

.v2-team-name a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-team-name small {
  display: block;
  margin-top: 2px;
  color: #6b431e;
  font-size: 11px;
  font-weight: 700;
}

.v2-team-flag {
  display: inline-flex;
  margin-right: 5px;
  vertical-align: -2px;
}

.v2-team-status {
  width: 96px;
  text-align: center;
}

.v2-team-world {
  width: 116px;
  text-align: center;
  color: #5a2800;
  font-weight: 700;
}

.v2-team-lastlogin {
  width: 170px;
  color: #6b431e;
  font-weight: 700;
}

.v2-team-empty {
  padding: 14px 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-guilds-page {
  gap: 12px;
}

.v2-guilds-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-guilds-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-guilds-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-guilds-panel-head .v2-badge {
  color: #ffffff;
}

.v2-guilds-list {
  display: grid;
  gap: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.38);
}

.v2-guild-card:last-child {
  border-bottom: 0;
}

.v2-guild-logo {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(122, 105, 63, 0.28);
  border-radius: 7px;
  background: rgba(237, 222, 193, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.v2-guild-logo img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.v2-guild-info h5 {
  margin: 0 0 4px;
  color: #0e5ba1;
  font-size: 15px;
  line-height: 1.15;
}

.v2-guild-info h5 a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-guild-description {
  color: #5a2800;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.v2-guild-description.is-empty {
  margin: 0;
  color: #7b6544;
  font-style: italic;
}

.v2-guild-admin-link {
  display: inline-flex;
  margin-top: 6px;
  color: #a83228;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.v2-guild-actions {
  display: flex;
  justify-content: flex-end;
}

.v2-guild-actions .v2-btn,
.v2-guild-actions .v2-btn:visited,
.v2-guild-actions .v2-btn:hover,
.v2-guild-actions .v2-btn:focus,
.v2-guilds-cta-actions .v2-btn,
.v2-guilds-cta-actions .v2-btn:visited,
.v2-guilds-cta-actions .v2-btn:hover,
.v2-guilds-cta-actions .v2-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.v2-guild-empty {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
}

.v2-guild-empty strong {
  color: #5a2800;
  font-size: 14px;
}

.v2-guild-empty span {
  font-size: 13px;
  font-weight: 700;
}

.v2-guilds-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
}

.v2-guilds-cta-copy {
  display: grid;
  gap: 3px;
  color: #5a2800;
}

.v2-guilds-cta-copy strong {
  font-size: 14px;
}

.v2-guilds-cta-copy span {
  font-size: 13px;
  font-weight: 700;
}

.v2-guild-view-page {
  gap: 12px;
}

.v2-guild-hero {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
}

.v2-guild-hero-logo {
  width: 70px;
  height: 70px;
}

.v2-guild-hero .v2-btn,
.v2-guild-view-actions .v2-btn,
.v2-guild-view-actions .v2-btn:visited,
.v2-guild-view-actions .v2-btn:hover,
.v2-guild-view-actions .v2-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.v2-guild-hero-copy {
  display: grid;
  gap: 3px;
}

.v2-guild-hero-copy h3 {
  margin: 0;
  color: #0e5ba1;
  font: 800 22px/1.1 "Cinzel", serif;
}

.v2-guild-hero-copy span {
  color: #6b431e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-guild-info-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.v2-guild-facts div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-guild-facts span {
  color: #6b431e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-guild-facts strong,
.v2-guild-facts a {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.v2-guilds-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-members-table,
.v2-guild-invites-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-guild-members-table th,
.v2-guild-members-table td,
.v2-guild-invites-table th,
.v2-guild-invites-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-guild-members-table thead th,
.v2-guild-invites-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-guild-members-table tbody tr:last-child td,
.v2-guild-invites-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-guild-rank {
  width: 132px;
  color: #5a2800;
  font-weight: 800;
}

.v2-guild-member-name a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-guild-member-name small {
  display: block;
  margin-top: 2px;
  color: #6b431e;
  font-size: 11px;
  font-weight: 700;
}

.v2-guild-member-name form {
  display: grid;
  gap: 5px;
  margin: 0;
}

.v2-guild-member-nick {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  max-width: 360px;
}

.v2-guild-member-nick input {
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(118, 83, 42, 0.42);
  border-radius: 5px;
  background: rgba(255, 249, 236, 0.94);
  color: #3c2410;
  font: 600 13px/1 "Rajdhani", "Segoe UI", sans-serif;
}

.v2-guild-member-nick .v2-btn {
  min-height: 34px;
  padding: 0 12px;
}

.v2-guild-row-link {
  color: #0e5ba1;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.v2-guild-level {
  width: 90px;
  color: #5a2800;
  font-weight: 800;
  text-align: center;
}

.v2-guild-status,
.v2-guild-action-head,
.v2-guild-action-cell {
  width: 118px;
  text-align: center;
}

.v2-guild-status span {
  font-weight: 900;
}

.v2-guild-status .is-online {
  color: #198f3b;
}

.v2-guild-status .is-offline {
  color: #b33b33;
}

.v2-guild-empty-cell {
  color: #5a2800;
  font-weight: 700;
}

.v2-guild-view-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px;
}

.v2-guild-view-actions form {
  margin: 0;
}

.v2-guild-manager-page {
  gap: 12px;
}

.v2-guild-manager-page .v2-guild-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.v2-guild-manager-page .v2-guild-hero .v2-btn,
.v2-guild-action-page .v2-guild-hero .v2-btn {
  color: #ffffff;
  text-decoration: none;
}

.v2-guild-manager-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-manager-option {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 11px 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
  color: #5a2800;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.v2-guild-manager-option:hover,
.v2-guild-manager-option:focus {
  border-color: rgba(47, 104, 158, 0.48);
  background: rgba(246, 235, 213, 0.9);
}

.v2-guild-manager-option strong {
  color: #0e5ba1;
  font-size: 14px;
  font-weight: 900;
}

.v2-guild-manager-option span {
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.v2-guild-manager-option.is-danger strong {
  color: #a83228;
}

.v2-guild-add-rank {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-add-rank label {
  grid-column: 1 / -1;
  color: #4d2910;
  font-size: 12px;
  font-weight: 800;
}

.v2-guild-add-rank input,
.v2-guild-rank-name input {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(118, 83, 42, 0.42);
  border-radius: 5px;
  background: rgba(255, 249, 236, 0.94);
  color: #3c2410;
  font: 600 13px/1 "Rajdhani", "Segoe UI", sans-serif;
}

.v2-guild-ranks-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-guild-ranks-table th,
.v2-guild-ranks-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  vertical-align: middle;
}

.v2-guild-ranks-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-guild-ranks-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-guild-rank-id {
  width: 54px;
  color: #5a2800;
  font-weight: 800;
  text-align: center;
}

.v2-guild-rank-name {
  width: 40%;
}

.v2-guild-rank-permission {
  width: 330px;
}

.v2-guild-rank-segment {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(118, 83, 42, 0.28);
  border-radius: 7px;
  background: rgba(237, 222, 193, 0.58);
}

.v2-guild-rank-segment label {
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.v2-guild-rank-segment input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.v2-guild-rank-segment span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #5a2800;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.v2-guild-rank-segment input:checked + span {
  border-color: rgba(47, 104, 158, 0.75);
  background: linear-gradient(180deg, #eaf3ff 0%, #d8e8f8 100%);
  color: #0e5ba1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.v2-guild-rank-segment span:hover {
  background: rgba(255, 249, 236, 0.78);
}

.v2-guild-rank-delete {
  width: 94px;
  text-align: center;
}

.v2-guild-rank-delete .v2-btn {
  min-height: 32px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
}

.v2-guild-manager-save {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid rgba(137, 106, 57, 0.28);
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-rank-help {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-rank-help div {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-guild-rank-help strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
}

.v2-guild-rank-help span {
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.v2-guild-action-page {
  gap: 12px;
}

.v2-guild-action-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-guild-action-note {
  padding: 11px 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.v2-guild-action-note strong {
  color: #5a2800;
  font-weight: 900;
}

.v2-guild-action-note.is-danger {
  border-color: rgba(168, 50, 40, 0.28);
  background: rgba(255, 229, 218, 0.72);
  color: #7b221b;
}

.v2-guild-action-note.is-danger strong {
  color: #7b221b;
}

.v2-guild-field {
  display: grid;
  gap: 6px;
}

.v2-guild-field label {
  color: #4d2910;
  font-size: 12px;
  font-weight: 800;
}

.v2-guild-field input[type="text"],
.v2-guild-field input[type="file"],
.v2-guild-field input:not([type]),
.v2-guild-field select,
.v2-guild-field textarea {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(118, 83, 42, 0.42);
  border-radius: 5px;
  background: rgba(255, 249, 236, 0.94);
  color: #3c2410;
  font: 600 13px/1.25 "Rajdhani", "Segoe UI", sans-serif;
}

.v2-guild-field select {
  appearance: auto;
}

.v2-guild-field input[type="file"] {
  padding: 7px 10px;
}

.v2-guild-field textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.35;
}

.v2-guild-field small {
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
}

.v2-guild-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.v2-guild-form-actions .v2-btn {
  min-width: 118px;
  color: #ffffff;
  text-decoration: none;
}

.v2-guild-form-actions .v2-btn-success {
  border-color: rgba(17, 112, 48, 0.82);
  background: linear-gradient(180deg, #22aa51 0%, #15803d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.v2-guild-form-actions .v2-btn-success:hover,
.v2-guild-form-actions .v2-btn-success:focus {
  background: linear-gradient(180deg, #27bd5c 0%, #168a42 100%);
}

.v2-guild-manager-save .v2-btn-success {
  color: #ffffff;
  border-color: rgba(17, 112, 48, 0.82);
  background: linear-gradient(180deg, #22aa51 0%, #15803d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.v2-guild-manager-save .v2-btn-success:hover,
.v2-guild-manager-save .v2-btn-success:focus {
  background: linear-gradient(180deg, #27bd5c 0%, #168a42 100%);
}

.v2-guild-upload {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.v2-guild-upload-logo {
  display: grid;
  gap: 8px;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(122, 105, 63, 0.3);
  border-radius: 7px;
  background: rgba(237, 222, 193, 0.72);
  color: #5a2800;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.v2-guild-upload-logo img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 6px;
}

.v2-guild-upload-drop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-content: center;
  min-height: 112px;
  padding: 14px;
  border: 1px dashed rgba(47, 104, 158, 0.55);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.94) 0%, rgba(239, 224, 196, 0.86) 100%);
  color: #5a2800;
  cursor: pointer;
}

.v2-guild-upload-drop:hover,
.v2-guild-upload-drop:focus-within {
  border-color: rgba(21, 128, 61, 0.65);
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.98) 0%, rgba(232, 223, 196, 0.94) 100%);
}

.v2-guild-upload-title {
  color: #0e5ba1;
  font-size: 15px;
  font-weight: 900;
}

.v2-guild-upload-text {
  grid-column: 1;
  color: #6b431e;
  font-size: 12px;
  font-weight: 700;
}

.v2-guild-upload-button {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-radius: 6px;
  background: linear-gradient(180deg, #f1e4c9 0%, #d9c59e 100%);
  color: #5a2800;
  font-size: 12px;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.v2-guild-upload-drop:hover .v2-guild-upload-button,
.v2-guild-upload-drop:focus-within .v2-guild-upload-button {
  background: linear-gradient(180deg, #f7ecd4 0%, #dfcba4 100%);
  border-color: rgba(148, 109, 52, 0.9);
}

.v2-guild-upload-file {
  grid-column: 1 / -1;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid rgba(122, 105, 63, 0.22);
  color: #4d2910;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.v2-guild-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.v2-rules-page {
  gap: 12px;
}

.v2-rules-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-rules-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-rules-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-rules-intro-card,
.v2-rules-note-card {
  display: grid;
  gap: 5px;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
}

.v2-rules-intro-card strong {
  color: #0e5ba1;
  font: 800 18px/1.1 "Cinzel", serif;
}

.v2-rules-intro-card span,
.v2-rules-note-card p {
  margin: 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

.v2-rules-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 16px 14px 38px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
}

.v2-rules-list li {
  padding-left: 3px;
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
}

.v2-rules-list li::marker {
  color: #0e5ba1;
  font-weight: 900;
}

.v2-polls-page {
  gap: 12px;
}

.v2-polls-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-polls-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.v2-polls-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 15px/1.1 "Cinzel", serif;
}

.v2-polls-panel-head .v2-badge {
  color: #ffffff;
}

.v2-polls-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-polls-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-polls-table th,
.v2-polls-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-polls-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-polls-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-polls-topic a {
  color: #0e5ba1;
  font-weight: 800;
  text-decoration: none;
}

.v2-polls-date {
  width: 150px;
  color: #5a2800;
  font-weight: 800;
  text-align: center;
}

.v2-polls-empty,
.v2-polls-login-note,
.v2-polls-question {
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.v2-polls-login-note a {
  color: #0e5ba1;
  font-weight: 900;
}

.v2-polls-question {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.28);
}

.v2-polls-question strong {
  color: #0e5ba1;
  font-size: 15px;
  font-weight: 900;
}

.v2-polls-question span {
  color: #6b431e;
}

.v2-poll-vote-form,
.v2-poll-admin-form {
  display: grid;
  gap: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-poll-answer-list {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.v2-poll-answer {
  margin: 0;
}

.v2-poll-answer .v2-choice-text {
  width: 100%;
}

.v2-poll-results {
  display: grid;
  gap: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-poll-result-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 90px;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(137, 106, 57, 0.28);
}

.v2-poll-result-row:last-child {
  border-bottom: 0;
}

.v2-poll-result-label {
  color: #5a2800;
  font-weight: 800;
}

.v2-poll-result-bar {
  height: 12px;
  padding: 1px;
  border: 1px solid rgba(118, 83, 42, 0.35);
  border-radius: 999px;
  background: rgba(255, 249, 236, 0.95);
  overflow: hidden;
}

.v2-poll-result-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #52b56c;
}

.v2-poll-result-bar span.is-red {
  background: #c5493d;
}

.v2-poll-result-bar span.is-orange {
  background: #d98827;
}

.v2-poll-result-bar span.is-yellow {
  background: #d0b12e;
}

.v2-poll-result-value {
  color: #5a2800;
  font-weight: 900;
  text-align: right;
}

.v2-poll-result-value small {
  color: #0e5ba1;
  font-weight: 900;
}

.v2-polls-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.v2-polls-meta div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-polls-meta span {
  color: #6b431e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-polls-meta strong {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
}

.v2-polls-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-polls-actions .v2-btn,
.v2-polls-actions .v2-btn:visited,
.v2-polls-actions .v2-btn:hover,
.v2-polls-actions .v2-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.v2-poll-admin-form {
  padding: 14px;
}

.v2-character-page {
  gap: 12px;
}

.v2-character-content-box {
  position: relative;
}

.v2-character-content-box > header {
  min-height: 42px;
}

.v2-character-title-stack {
  position: absolute;
  top: 44px;
  right: 32px;
  z-index: 3;
  width: 64px;
  display: grid;
  justify-items: center;
  pointer-events: none;
}

.v2-character-title-stack.has-guild {
  top: 44px;
}

.v2-character-title-guild {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 228, 138, 0.95);
  border-radius: 50%;
  overflow: visible;
  background: rgba(17, 42, 65, 0.92);
  box-shadow:
    0 2px 7px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  pointer-events: auto;
  text-decoration: none;
}

.v2-character-title-guild img {
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.v2-character-title-guild-tip {
  position: absolute;
  right: -4px;
  bottom: calc(100% + 8px);
  min-width: 104px;
  max-width: 150px;
  padding: 6px 8px;
  border: 1px solid rgba(203, 153, 61, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(37, 74, 112, 0.98), rgba(25, 52, 82, 0.98));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #f8e7a8;
  text-align: left;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
}

.v2-character-title-guild-tip::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(203, 153, 61, 0.95);
  border-bottom: 1px solid rgba(203, 153, 61, 0.95);
  background: rgba(25, 52, 82, 0.98);
  transform: rotate(45deg);
}

.v2-character-title-guild-tip b,
.v2-character-title-guild-tip small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v2-character-title-guild-tip b {
  color: #fff2b8;
  font: 900 10px/1.15 "Cinzel", Georgia, serif;
}

.v2-character-title-guild-tip small {
  margin-top: 3px;
  color: #d8e9ff;
  font: 700 9px/1.1 "Roboto Condensed", Arial, sans-serif;
}

.v2-character-title-guild:hover .v2-character-title-guild-tip,
.v2-character-title-guild:focus-visible .v2-character-title-guild-tip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-character-title-outfit {
  width: 64px;
  height: 48px;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.v2-character-title-outfit img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
  transform: translate(-4px, -8px);
}

.v2-character-panel {
  border: 1px solid rgba(148, 109, 52, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(220, 205, 173, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(245, 228, 195, 0.6),
    0 8px 20px rgba(0, 0, 0, 0.2);
}

.v2-character-panel-head {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(62, 38, 10, 0.38);
  background: linear-gradient(180deg, #3d6b99 0%, #284c74 100%);
  color: #efe6c9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

summary.v2-character-panel-head {
  cursor: pointer;
  list-style: none;
  user-select: none;
}

summary.v2-character-panel-head::-webkit-details-marker {
  display: none;
}

summary.v2-character-panel-head h4::after {
  content: " +";
  color: #efe6c9;
  font-weight: 900;
}

.v2-character-details-panel[open] > summary.v2-character-panel-head h4::after,
.v2-character-collapsible-panel[open] > summary.v2-character-panel-head h4::after {
  content: " -";
}

.v2-character-panel-head h4 {
  margin: 0;
  color: #efe6c9;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.v2-character-panel-head .v2-badge {
  color: #ffffff;
}

.v2-character-hero {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.v2-character-outfit {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(122, 105, 63, 0.28);
  border-radius: 8px;
  background: rgba(237, 222, 193, 0.72);
  overflow: hidden;
}

.v2-character-outfit img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
}

.v2-character-hero-copy {
  display: grid;
  gap: 5px;
}

.v2-character-hero-copy h3 {
  margin: 0;
  color: #0e5ba1;
  font: 800 24px/1.1 "Cinzel", serif;
}

.v2-character-hero-copy h3 img {
  vertical-align: -2px;
}

.v2-character-hero-copy span,
.v2-character-account-table span,
.v2-character-events-table span {
  font-size: 12px;
  font-weight: 900;
}

.v2-character-page .is-online {
  color: #198f3b;
}

.v2-character-page .is-offline {
  color: #b33b33;
}

.v2-character-hero .v2-btn,
.v2-character-account-table .v2-btn,
.v2-character-hero .v2-btn:visited,
.v2-character-account-table .v2-btn:visited {
  color: #ffffff;
  text-decoration: none;
}

.v2-character-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-facts div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(237, 222, 193, 0.64);
}

.v2-character-facts span {
  color: #6b431e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-character-facts strong,
.v2-character-facts a {
  color: #0e5ba1;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.v2-character-facts strong.is-online {
  color: #198f3b;
}

.v2-character-facts strong.is-offline {
  color: #b33b33;
}

.v2-character-comment {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-top: 1px solid rgba(137, 106, 57, 0.28);
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-comment span {
  color: #6b431e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-character-comment p {
  margin: 0;
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.v2-character-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v2-character-head-actions > span {
  min-width: 72px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 59, 91, 0.55);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.v2-character-head-actions .v2-btn,
.v2-character-head-actions .v2-btn:visited,
.v2-character-head-actions .v2-btn:hover,
.v2-character-head-actions .v2-btn:focus {
  min-height: 24px;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

.v2-character-details-body {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  background: rgba(239, 226, 199, 0.9);
  align-items: stretch;
}

.v2-character-details-left {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: stretch;
}

.v2-character-details-main {
  min-width: 0;
  display: grid;
  align-content: start;
}

.v2-character-inventory-card,
.v2-character-bars-card,
.v2-character-exp-card,
.v2-character-combat-card {
  border: 1px solid rgba(116, 78, 28, 0.62);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(224, 204, 161, 0.94), rgba(208, 184, 140, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 218, 0.72),
    0 1px 2px rgba(62, 38, 10, 0.16);
}

.v2-character-combat-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(224, 204, 161, 0.94), rgba(208, 184, 140, 0.94));
}

.v2-character-combat-card .v2-character-bars-card,
.v2-character-combat-card .v2-character-exp-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.v2-character-combat-card .v2-character-exp-card,
.v2-character-combat-card .v2-character-skills-strip {
  border-top: 1px solid rgba(116, 78, 28, 0.38);
}

.v2-character-inventory-card > strong {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  color: #5a2800;
  font: 900 15px/1 "Cinzel", serif;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 246, 222, 0.75);
  overflow-wrap: anywhere;
}

.v2-character-inventory-card {
  height: 100%;
  display: grid;
  align-content: start;
  padding: 8px;
}

.v2-character-inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, 48px);
  gap: 6px;
  justify-content: center;
}

.v2-character-inventory-grid .v2-character-eq-slot,
.v2-character-inventory-stat {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(247, 235, 210, 0.85);
  border-color: rgba(94, 65, 30, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 237, 0.65);
}

.v2-character-inventory-stat {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(94, 65, 30, 0.42);
  color: #5a2800;
  font-weight: 900;
  text-align: center;
}

.v2-character-inventory-stat span {
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.v2-character-inventory-stat b {
  max-width: 42px;
  overflow: hidden;
  color: #5a2800;
  font-size: 10px;
  line-height: 1;
  text-overflow: ellipsis;
}

.v2-character-inventory-grid .v2-character-eq-slot img {
  max-width: 34px;
  max-height: 34px;
}

.v2-character-eq-empty {
  display: block;
  width: 1px;
  height: 1px;
}

.v2-character-inventory-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #5a2800;
  font-size: 13px;
  font-weight: 800;
}

.v2-character-name-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 0;
}

.v2-character-name-row h3 {
  margin: 0;
  color: #0e5ba1;
  font: 800 22px/1.1 "Cinzel", serif;
}

.v2-character-name-row h3 img {
  vertical-align: -2px;
}

.v2-character-name-row span {
  display: block;
  margin-top: 2px;
  color: #6b431e;
  font-size: 13px;
  font-weight: 900;
}

.v2-character-name-row .v2-btn,
.v2-character-name-row .v2-btn:visited,
.v2-character-name-row .v2-btn:hover,
.v2-character-name-row .v2-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.v2-character-bars-card {
  display: grid;
  gap: 6px;
  padding: 9px 12px;
}

.v2-character-stat-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.v2-character-stat-row > span,
.v2-character-exp-copy > span {
  color: #5a2800;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.v2-character-stat-track {
  position: relative;
  min-height: 19px;
  overflow: hidden;
  border: 1px solid rgba(52, 36, 18, 0.72);
  border-radius: 4px;
  background: rgba(251, 243, 225, 0.95);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
}

.v2-character-stat-track i {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  border-radius: 3px;
}

.v2-character-stat-track .is-health {
  background: linear-gradient(180deg, #ef4b5b 0%, #c92535 100%);
}

.v2-character-stat-track .is-mana {
  background: linear-gradient(180deg, #27a8ff 0%, #0873d8 100%);
}

.v2-character-stat-track .is-exp {
  background: linear-gradient(180deg, #32bf54 0%, #17913a 100%);
}

.v2-character-stat-track b {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1px 6px;
  color: #5a2800;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 245, 220, 0.55);
}

.v2-character-exp-card {
  display: grid;
  gap: 6px;
  padding: 9px 12px;
}

.v2-character-exp-copy {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.v2-character-exp-copy p {
  margin: 0;
  color: #5a2800;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.v2-character-skills-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(68px, 1fr));
  gap: 6px;
  padding: 8px;
  align-self: start;
  background: rgba(238, 222, 190, 0.42);
}

.v2-character-skill-card {
  min-width: 0;
  height: 68px;
  display: grid;
  grid-template-rows: 34px 14px;
  align-content: start;
  justify-items: center;
  gap: 2px;
  padding: 8px 3px 5px;
  border: 1px solid rgba(112, 74, 28, 0.55);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(239, 222, 187, 0.9), rgba(207, 181, 135, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 245, 220, 0.7);
}

.v2-character-skill-card img {
  width: 34px;
  height: 34px;
  display: block;
  image-rendering: auto;
}

.v2-character-skill-card span {
  color: #5a2800;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.v2-character-skill-card b {
  color: #5a2800;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.v2-character-details-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 10px;
  background: rgba(255, 249, 236, 0.88);
  gap: 8px;
}

.v2-character-details-facts div {
  min-height: 52px;
  padding: 8px;
  background: rgba(246, 232, 205, 0.72);
}

.v2-character-details-facts span {
  font-size: 10px;
}

.v2-character-details-facts strong,
.v2-character-details-facts a {
  font-size: 12px;
}

.v2-character-grid-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 180px;
  gap: 12px;
  align-items: start;
}

.v2-character-panel .v2-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-simple-table,
.v2-character-events-table,
.v2-character-account-table {
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v2-character-simple-table td,
.v2-character-events-table td,
.v2-character-account-table th,
.v2-character-account-table td {
  padding: 9px 10px;
  border-color: rgba(137, 106, 57, 0.38);
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.v2-character-account-table thead th {
  border-top: 0;
  color: #0e5ba1;
  font-size: 12px;
}

.v2-character-simple-table tbody tr:last-child td,
.v2-character-events-table tbody tr:last-child td,
.v2-character-account-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-character-value,
.v2-character-quest-state,
.v2-character-event-date {
  width: 132px;
  color: #5a2800;
  font-weight: 900;
  text-align: right;
}

.v2-character-quest-state span {
  font-weight: 900;
}

.v2-character-quest-state .is-done {
  color: #198f3b;
}

.v2-character-quest-state .is-pending {
  color: #b33b33;
}

.v2-character-equipment-panel {
  min-width: 0;
}

.v2-character-equipment {
  display: grid;
  grid-template-columns: repeat(3, 42px);
  gap: 5px;
  justify-content: center;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-eq-slot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(55, 40, 24, 0.45);
  border-radius: 5px;
  background: rgba(49, 45, 39, 0.84);
}

.v2-character-eq-slot img {
  display: block;
  max-width: 32px;
  max-height: 32px;
}

.v2-character-eq-slot.is-empty {
  background: rgba(49, 45, 39, 0.5);
}

.v2-character-events-table a,
.v2-character-account-name a {
  color: #0e5ba1;
  font-weight: 900;
  text-decoration: none;
}

.v2-character-account-name small {
  display: block;
  margin-top: 2px;
  color: #b33b33;
  font-size: 11px;
  font-weight: 800;
}

.v2-character-signature {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-signature img {
  max-width: 100%;
  height: auto;
  justify-self: center;
}

.v2-character-signature-links {
  display: grid;
  gap: 8px;
}

.v2-character-signature-links input {
  width: 100%;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(118, 83, 42, 0.42);
  border-radius: 5px;
  background: rgba(255, 249, 236, 0.94);
  color: #3c2410;
  font: 600 12px/1.25 "Rajdhani", "Segoe UI", sans-serif;
}

.v2-online-name {
  font-weight: 800;
}

.v2-online-name img {
  display: inline-block;
  margin-left: 4px;
  vertical-align: -2px;
}

.v2-online-empty {
  padding: 14px 16px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 13px;
  font-weight: 700;
}

.v2-character-search-form {
  margin: 12px 0 0;
}

.v2-character-search {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
}

.v2-character-search label {
  color: #5a2800;
  font-size: 13px;
  font-weight: 800;
}

.v2-character-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  align-items: center;
}

.v2-character-search-row .v2-btn,
.v2-character-search-row .v2-btn:visited,
.v2-character-search-row .v2-btn:hover,
.v2-character-search-row .v2-btn:focus {
  color: #ffffff;
}

.account-flow {
  gap: 12px;
}

.account-flow form,
.account-flow-form {
  margin: 0;
}

.account-flow-note {
  display: grid;
  gap: 6px;
  color: #5a2800;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.account-flow-note p {
  margin: 0;
}

.account-flow-note strong {
  color: #5a2800;
  font: 700 15px/1.2 "Cinzel", serif;
}

.account-flow-note-inline {
  gap: 8px;
}

.account-flow-note-warning {
  padding: 10px 12px;
  border: 1px solid rgba(164, 122, 56, 0.28);
  border-radius: 6px;
  background: rgba(241, 223, 183, 0.42);
}

.account-flow-note-warning .v2-btn {
  justify-self: start;
  min-height: 34px;
}

.account-flow-section {
  display: grid;
  gap: 0;
  min-width: 0;
}

.account-flow-section-head {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  color: #f1e8c6;
  border: 1px solid rgba(33, 56, 89, 0.55);
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, rgba(44, 82, 132, 0.92), rgba(25, 51, 88, 0.92));
}

.account-flow-section-head h3 {
  margin: 0;
  color: inherit;
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.42);
}

.account-flow-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.account-flow-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: rgba(255, 249, 236, 0.88);
}

.account-flow-kv-table {
  min-width: 430px;
}

.account-flow-character-table {
  min-width: 690px;
}

.account-flow-table th,
.account-flow-table td {
  padding: 9px 11px;
  border-top: 1px solid rgba(122, 105, 63, 0.25);
  border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  color: #5a2800;
  text-align: left;
  vertical-align: middle;
}

.account-flow-table th {
  color: #4d2910;
  font-size: 13px;
  font-weight: 700;
  background: rgba(228, 212, 181, 0.45);
  white-space: nowrap;
}

.account-flow-table a {
  font-weight: 700;
  white-space: nowrap;
}

.account-flow-actions,
.account-flow-submit-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.account-flow-actions .v2-btn,
.account-flow-submit-row .v2-btn {
  min-height: 36px;
}

.account-flow-btn-compact {
  min-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}

.account-flow-meta {
  margin-top: 4px;
  color: #7a5a34;
  font-size: 12px;
  line-height: 1.3;
}

.account-flow-empty {
  margin: 0;
  color: #6c512c;
  font-weight: 700;
}

.account-flow-single-field {
  max-width: 390px;
}

.account-password-current-field {
  max-width: calc((100% - 12px) / 2);
}

.account-flow-country {
  width: calc((100% - 12px) / 2);
  max-width: none;
}

.account-flow-country select {
  width: 100%;
  box-sizing: border-box;
}

.account-lost-page {
  gap: 12px;
}

.account-lost-options {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: rgba(255, 249, 236, 0.88);
}

.account-lost-options .v2-choice {
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  justify-content: flex-start;
}

.v2-success-page {
  gap: 12px;
}

.v2-success-body {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.v2-success-body br {
  display: none;
}

.v2-success-body span[style*="font-size"] {
  display: inline-block;
  margin: 2px 0 4px;
  color: #5a2800;
  font: 700 22px/1.2 "Cinzel", serif;
}

.v2-success-body b {
  color: #5a2800;
}

.v2-success-body ul {
  margin: 0;
  padding-left: 18px;
}

.v2-success-body .error,
.v2-success-body p.error {
  margin: 4px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(171, 55, 55, 0.28);
  border-radius: 6px;
  background: rgba(255, 228, 228, 0.78);
  color: #9f211d;
  font-size: 12px;
  font-weight: 700;
}

.v2-success-actions {
  justify-content: flex-start;
  padding-top: 0;
}

.v2-success-actions .v2-btn,
.v2-success-actions .v2-btn:visited,
.v2-success-actions .v2-btn:hover,
.v2-success-actions .v2-btn:focus {
  color: #ffffff;
}

.v2-success-custom-buttons {
  display: grid;
  gap: 10px;
}

.v2-legacy-button {
  min-width: 120px;
  border: 0;
  color: #ffffff;
  font-family: inherit;
  cursor: pointer;
}

.v2-legacy-button:hover,
.v2-legacy-button:focus,
.v2-legacy-button:visited {
  color: #ffffff;
}

.v2-success-custom-buttons form {
  margin: 0;
}

.v2-success-custom-buttons table,
.v2-success-custom-buttons tbody,
.v2-success-custom-buttons tr,
.v2-success-custom-buttons td {
  border: 0;
  background: transparent;
}

.v2-success-custom-buttons td {
  padding: 0;
}

.v2-email-change-actions {
  justify-content: center;
  gap: clamp(16px, 18vw, 220px);
  padding-top: 2px;
}

.v2-email-change-actions .v2-btn {
  min-width: 132px;
}

.v2-success-message {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.v2-success-message p {
  margin: 0;
}

.v2-success-message br {
  display: none;
}

.v2-success-message span[style*="font-size"] {
  display: inline-block;
  margin: 2px 0 4px;
  color: #5a2800;
  font: 700 22px/1.2 "Cinzel", serif;
}

.v2-success-message .error,
.v2-success-message p.error {
  margin: 4px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(171, 55, 55, 0.28);
  border-radius: 6px;
  background: rgba(255, 228, 228, 0.78);
  color: #9f211d;
  font-size: 12px;
  font-weight: 700;
}

.account-logout-page {
  gap: 12px;
}

.account-logout-message {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(122, 105, 63, 0.25);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.88);
  color: #5a2800;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.account-logout-message p {
  margin: 0;
}

.account-logout-page .v2-success-actions {
  margin-top: 0;
}

.account-flow-helper {
  display: block;
  margin-top: 6px;
  color: #6c512c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.account-comment-check {
  margin: 0;
}

.account-comment-section {
  gap: 0;
}

.account-comment-form .v2-account-subtitle {
  font: 700 18px/1 "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
}

.account-comment-form .v2-account-subsection {
  gap: 0;
}

.account-comment-form .v2-table-wrap,
.account-comment-form .account-comment-field {
  border: 1px solid rgba(148, 109, 52, 0.72);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 249, 236, 0.88);
}

.account-comment-field {
  display: grid;
  gap: 6px;
  padding: 12px;
  color: #4f2a0f;
  font-size: 13px;
  font-weight: 700;
}

.account-comment-field textarea {
  width: 100%;
  min-height: 170px;
  box-sizing: border-box;
}

@media (max-width: 860px) {
  .create-vocation-group .v2-choice-group {
    flex-wrap: wrap;
  }

  .create-submit-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .create-account-actions-right .v2-btn {
    width: 100%;
  }

  .account-flow .login-top-grid,
  .account-flow .v2-grid.two-col {
    grid-template-columns: 1fr;
  }

  .account-password-current-field {
    max-width: none;
  }

  .account-flow-country {
    width: 100%;
  }

  .account-flow-actions,
  .account-flow-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .account-flow-actions .v2-btn,
  .account-flow-submit-row .v2-btn,
  .account-flow-submit-row .login-forgot-link {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .v2-email-change-actions {
    justify-content: flex-start;
    gap: 10px;
  }

  .v2-email-change-actions form,
  .v2-email-change-actions .v2-btn {
    width: 100%;
  }

  .v2-online-summary {
    grid-template-columns: 1fr 1fr;
  }

  .v2-character-search-row {
    grid-template-columns: 1fr;
  }

  .v2-character-search-row .v2-btn {
    width: 100%;
  }

  .v2-online-table,
  .v2-online-table thead,
  .v2-online-table tbody,
  .v2-online-table tr,
  .v2-online-table th,
  .v2-online-table td {
    display: block;
    width: 100% !important;
  }

  .v2-online-table thead {
    display: none;
  }

  .v2-online-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-online-table tr:last-child {
    border-bottom: 0;
  }

  .v2-online-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
  }

  .v2-online-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-online-table .v2-online-country::before {
    content: "País";
  }

  .v2-online-table .v2-online-outfit::before {
    content: "Outfit";
  }

  .v2-online-table .v2-online-name::before {
    content: "Nome";
  }

  .v2-online-table td:nth-last-child(2)::before {
    content: "Nível";
  }

  .v2-online-table td:nth-last-child(1)::before {
    content: "Vocação";
  }

  .v2-online-outfit img {
    margin: -8px 0 -8px;
  }

  .v2-highscores-filter-grid {
    grid-template-columns: 1fr;
  }

  .v2-highscores-filter-grid .v2-btn {
    width: 100%;
  }

  .v2-highscores-table,
  .v2-highscores-table thead,
  .v2-highscores-table tbody,
  .v2-highscores-table tr,
  .v2-highscores-table th,
  .v2-highscores-table td {
    display: block;
    width: 100% !important;
  }

  .v2-highscores-table thead {
    display: none;
  }

  .v2-highscores-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-highscores-table tr:last-child {
    border-bottom: 0;
  }

  .v2-highscores-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-highscores-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-highscores-rank::before {
    content: "Rank";
  }

  .v2-highscores-outfit::before {
    content: "Outfit";
  }

  .v2-highscores-name::before {
    content: "Nome";
  }

  .v2-highscores-value::before {
    content: "Valor";
  }

  .v2-highscores-points::before {
    content: "Pontos";
  }

  .v2-highscores-outfit img {
    margin: -8px 0 -8px;
  }

  .v2-lastkills-table,
  .v2-lastkills-table thead,
  .v2-lastkills-table tbody,
  .v2-lastkills-table tr,
  .v2-lastkills-table th,
  .v2-lastkills-table td {
    display: block;
    width: 100% !important;
  }

  .v2-lastkills-table thead {
    display: none;
  }

  .v2-lastkills-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-lastkills-table tr:last-child {
    border-bottom: 0;
  }

  .v2-lastkills-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-lastkills-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-lastkills-rank::before {
    content: "#";
  }

  .v2-lastkills-outfit::before {
    content: "Outfit";
  }

  .v2-lastkills-time::before {
    content: "Data";
  }

  .v2-lastkills-description::before {
    content: "Descrição";
  }

  .v2-lastkills-world::before {
    content: "Mundo";
  }

  .v2-bans-table,
  .v2-bans-table thead,
  .v2-bans-table tbody,
  .v2-bans-table tr,
  .v2-bans-table th,
  .v2-bans-table td {
    display: block;
    width: 100% !important;
  }

  .v2-bans-table thead {
    display: none;
  }

  .v2-bans-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-bans-table tr:last-child {
    border-bottom: 0;
  }

  .v2-bans-table td {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-bans-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-bans-player::before {
    content: "Personagem";
  }

  .v2-bans-type::before {
    content: "Tipo";
  }

  .v2-bans-expires::before {
    content: "Expira";
  }

  .v2-bans-reason::before {
    content: "Motivo";
  }

  .v2-bans-comment::before {
    content: "Comentário";
  }

  .v2-bans-added::before {
    content: "Aplicado por";
  }

  .v2-bans-index {
    min-width: 28px;
    height: 20px;
    margin-right: 5px;
  }

  .v2-bans-pagination {
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
  }

  .v2-bans-pagination .v2-btn,
  .v2-bans-pagination .v2-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .v2-forum-board-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-forum-board-hero .v2-btn {
    width: 100%;
  }

  .v2-forum-boards-table,
  .v2-forum-boards-table thead,
  .v2-forum-boards-table tbody,
  .v2-forum-boards-table tr,
  .v2-forum-boards-table th,
  .v2-forum-boards-table td,
  .v2-forum-threads-table,
  .v2-forum-threads-table thead,
  .v2-forum-threads-table tbody,
  .v2-forum-threads-table tr,
  .v2-forum-threads-table th,
  .v2-forum-threads-table td {
    display: block;
    width: 100% !important;
  }

  .v2-forum-boards-table thead,
  .v2-forum-threads-table thead {
    display: none;
  }

  .v2-forum-boards-table tr,
  .v2-forum-threads-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-forum-boards-table tr:last-child,
  .v2-forum-threads-table tr:last-child {
    border-bottom: 0;
  }

  .v2-forum-boards-table td,
  .v2-forum-threads-table td {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-forum-boards-table td::before,
  .v2-forum-threads-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-forum-board-name::before {
    content: "Board";
  }

  .v2-forum-board-posts::before {
    content: "Posts";
  }

  .v2-forum-board-threads::before {
    content: "Tópicos";
  }

  .v2-forum-board-last::before {
    content: "Último";
  }

  .v2-forum-board-actions::before,
  .v2-forum-thread-actions::before {
    content: "Ações";
  }

  .v2-forum-thread-topic::before {
    content: "Tópico";
  }

  .v2-forum-thread-starter::before {
    content: "Autor";
  }

  .v2-forum-thread-replies::before {
    content: "Respostas";
  }

  .v2-forum-thread-views::before {
    content: "Views";
  }

  .v2-forum-thread-last::before {
    content: "Último";
  }

  .v2-forum-actions {
    align-items: stretch;
  }

  .v2-forum-actions,
  .v2-forum-actions form,
  .v2-forum-actions .v2-btn {
    width: 100%;
  }

  .v2-forum-pagination {
    justify-content: flex-start;
  }

  .v2-forum-pagination .v2-btn,
  .v2-forum-pagination .v2-badge {
    flex: 1 1 72px;
  }

  .v2-forum-compose-grid {
    grid-template-columns: 1fr;
  }

  .v2-forum-compose-form {
    padding: 12px;
  }

  .v2-forum-options {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-forum-compose-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .v2-forum-compose-actions .v2-btn {
    width: 100%;
  }

  .v2-team-table,
  .v2-team-table thead,
  .v2-team-table tbody,
  .v2-team-table tr,
  .v2-team-table th,
  .v2-team-table td {
    display: block;
    width: 100% !important;
  }

  .v2-team-table thead {
    display: none;
  }

  .v2-team-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-team-table tr:last-child {
    border-bottom: 0;
  }

  .v2-team-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-team-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-team-outfit::before {
    content: "Outfit";
  }

  .v2-team-name::before {
    content: "Nome";
  }

  .v2-team-status::before {
    content: "Status";
  }

  .v2-team-world::before {
    content: "Mundo";
  }

  .v2-team-lastlogin::before {
    content: "Último login";
  }

  .v2-team-outfit img {
    margin: -8px 0 -8px;
  }

  .v2-guild-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
  }

  .v2-guild-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .v2-guild-actions .v2-btn {
    width: 100%;
  }

  .v2-guilds-cta {
    display: grid;
  }

  .v2-guilds-cta-actions .v2-btn {
    width: 100%;
  }

  .v2-guild-hero {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .v2-guild-hero .v2-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .v2-guild-facts {
    grid-template-columns: 1fr;
  }

  .v2-guild-members-table,
  .v2-guild-members-table thead,
  .v2-guild-members-table tbody,
  .v2-guild-members-table tr,
  .v2-guild-members-table th,
  .v2-guild-members-table td,
  .v2-guild-invites-table,
  .v2-guild-invites-table thead,
  .v2-guild-invites-table tbody,
  .v2-guild-invites-table tr,
  .v2-guild-invites-table th,
  .v2-guild-invites-table td {
    display: block;
    width: 100% !important;
  }

  .v2-guild-members-table thead,
  .v2-guild-invites-table thead {
    display: none;
  }

  .v2-guild-members-table tr,
  .v2-guild-invites-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-guild-members-table tr:last-child,
  .v2-guild-invites-table tr:last-child {
    border-bottom: 0;
  }

  .v2-guild-members-table td,
  .v2-guild-invites-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-guild-members-table td::before,
  .v2-guild-invites-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-guild-rank::before {
    content: "Rank";
  }

  .v2-guild-member-name::before {
    content: "Nome";
  }

  .v2-guild-members-table td:nth-child(3)::before {
    content: "Vocação";
  }

  .v2-guild-level::before {
    content: "Nível";
  }

  .v2-guild-status::before {
    content: "Status";
  }

  .v2-guild-action-cell::before {
    content: "Ação";
  }

  .v2-guild-member-nick {
    grid-template-columns: 1fr;
  }

  .v2-guild-view-actions,
  .v2-guild-view-actions form,
  .v2-guild-view-actions .v2-btn {
    width: 100%;
  }

  .v2-guild-manager-page .v2-guild-hero {
    grid-template-columns: 1fr;
  }

  .v2-guild-manager-options,
  .v2-guild-rank-help {
    grid-template-columns: 1fr;
  }

  .v2-guild-add-rank {
    grid-template-columns: 1fr;
  }

  .v2-guild-add-rank .v2-btn,
  .v2-guild-manager-save .v2-btn {
    width: 100%;
  }

  .v2-guild-ranks-table,
  .v2-guild-ranks-table thead,
  .v2-guild-ranks-table tbody,
  .v2-guild-ranks-table tr,
  .v2-guild-ranks-table th,
  .v2-guild-ranks-table td {
    display: block;
    width: 100% !important;
    min-width: 0;
  }

  .v2-guild-ranks-table thead {
    display: none;
  }

  .v2-guild-ranks-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-guild-ranks-table tr:last-child {
    border-bottom: 0;
  }

  .v2-guild-ranks-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-guild-ranks-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-guild-rank-id::before {
    content: "ID";
  }

  .v2-guild-rank-name::before {
    content: "Nome";
  }

  .v2-guild-ranks-table td:nth-child(3)::before {
    content: "Permissão";
  }

  .v2-guild-rank-delete::before {
    content: "Excluir";
  }

  .v2-guild-rank-segment {
    grid-template-columns: 1fr;
  }

  .v2-guild-rank-delete .v2-btn {
    width: 100%;
  }

  .v2-guild-action-page .v2-guild-hero {
    grid-template-columns: 1fr;
  }

  .v2-guild-form-actions,
  .v2-guild-form-actions .v2-btn {
    width: 100%;
  }

  .v2-guild-upload {
    grid-template-columns: 1fr;
  }

  .v2-guild-upload-drop {
    grid-template-columns: 1fr;
  }

  .v2-guild-upload-button {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .v2-polls-table,
  .v2-polls-table thead,
  .v2-polls-table tbody,
  .v2-polls-table tr,
  .v2-polls-table th,
  .v2-polls-table td {
    display: block;
    width: 100% !important;
  }

  .v2-polls-table thead {
    display: none;
  }

  .v2-polls-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-polls-table tr:last-child {
    border-bottom: 0;
  }

  .v2-polls-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-polls-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-polls-topic::before {
    content: "Tópico";
  }

  .v2-polls-date::before {
    content: "Data";
  }

  .v2-poll-result-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .v2-poll-result-value {
    text-align: left;
  }

  .v2-polls-meta {
    grid-template-columns: 1fr;
  }

  .v2-polls-actions,
  .v2-polls-actions .v2-btn {
    width: 100%;
  }

  .v2-character-hero {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .v2-character-hero .v2-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .v2-character-details-body {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .v2-character-title-stack {
    top: 50px;
    right: 24px;
    width: 48px;
  }

  .v2-character-title-stack.has-guild {
    top: 50px;
  }

  .v2-character-title-guild {
    top: -1px;
    right: -3px;
    width: 25px;
    height: 25px;
  }

  .v2-character-title-guild img {
    width: 18px;
    height: 18px;
  }

  .v2-character-title-guild-tip {
    top: calc(100% + 8px);
    right: 0;
    bottom: auto;
    min-width: 92px;
    max-width: 118px;
    padding: 5px 7px;
  }

  .v2-character-title-guild-tip::after {
    top: -5px;
    right: 8px;
    bottom: auto;
    border: 0;
    border-left: 1px solid rgba(203, 153, 61, 0.95);
    border-top: 1px solid rgba(203, 153, 61, 0.95);
    background: rgba(37, 74, 112, 0.98);
  }

  .v2-character-title-guild-tip b {
    font-size: 9px;
  }

  .v2-character-title-guild-tip small {
    font-size: 8px;
  }

  .v2-character-title-outfit {
    width: 50px;
    height: 38px;
  }

  .v2-character-title-outfit img {
    width: 50px;
    height: 50px;
    transform: translate(-5px, -1px);
  }

  .v2-character-details-main {
    grid-template-rows: auto;
    align-content: start;
  }

  .v2-character-skills-strip {
    align-self: start;
  }

  .v2-character-inventory-grid {
    grid-template-columns: repeat(3, 46px);
  }

  .v2-character-name-row {
    grid-template-columns: 1fr;
  }

  .v2-character-name-row .v2-btn {
    width: 100%;
  }

  .v2-character-stat-row,
  .v2-character-exp-copy {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .v2-character-stat-row > span,
  .v2-character-exp-copy > span {
    text-align: left;
  }

  .v2-character-skills-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-character-details-facts {
    grid-template-columns: 1fr;
  }

  .v2-character-facts,
  .v2-character-grid-section {
    grid-template-columns: 1fr;
  }

  .v2-character-simple-table,
  .v2-character-simple-table tbody,
  .v2-character-simple-table tr,
  .v2-character-simple-table td,
  .v2-character-events-table,
  .v2-character-events-table tbody,
  .v2-character-events-table tr,
  .v2-character-events-table td,
  .v2-character-account-table,
  .v2-character-account-table thead,
  .v2-character-account-table tbody,
  .v2-character-account-table tr,
  .v2-character-account-table th,
  .v2-character-account-table td {
    display: block;
    width: 100% !important;
  }

  .v2-character-account-table thead {
    display: none;
  }

  .v2-character-simple-table tr,
  .v2-character-events-table tr,
  .v2-character-account-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-character-simple-table tr:last-child,
  .v2-character-events-table tr:last-child,
  .v2-character-account-table tr:last-child {
    border-bottom: 0;
  }

  .v2-character-simple-table td,
  .v2-character-events-table td,
  .v2-character-account-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-character-simple-table td::before,
  .v2-character-events-table td::before,
  .v2-character-account-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-character-skills-table td:first-child::before {
    content: "Skill";
  }

  .v2-character-skills-table td:last-child::before {
    content: "Valor";
  }

  .v2-character-quests-table td:first-child::before {
    content: "Quest";
  }

  .v2-character-quests-table td:last-child::before {
    content: "Status";
  }

  .v2-character-events-table td:first-child::before {
    content: "Data";
  }

  .v2-character-events-table td:last-child::before {
    content: "Descrição";
  }

  .v2-character-account-table td:nth-child(1)::before {
    content: "Nome";
  }

  .v2-character-account-table td:nth-child(2)::before {
    content: "Nível";
  }

  .v2-character-account-table td:nth-child(3)::before {
    content: "Vocação";
  }

  .v2-character-account-table td:nth-child(4)::before {
    content: "Status";
  }

  .v2-character-account-table td:nth-child(5)::before {
    content: "Ação";
  }

  .v2-character-account-table .v2-btn {
    width: 100%;
  }

  .v2-account-classic .v2-account-characters,
  .v2-account-classic .v2-account-characters thead,
  .v2-account-classic .v2-account-characters tbody,
  .v2-account-classic .v2-account-characters tr,
  .v2-account-classic .v2-account-characters th,
  .v2-account-classic .v2-account-characters td {
    display: block;
    width: 100% !important;
  }

  .v2-account-classic .v2-account-characters thead {
    display: none;
  }

  .v2-account-classic .v2-account-characters tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-account-classic .v2-account-characters tr:last-child {
    border-bottom: 0;
  }

  .v2-account-classic .v2-account-characters td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
  }

  .v2-account-classic .v2-account-characters td:first-child {
    display: block;
    padding-bottom: 8px;
  }

  .v2-account-classic .v2-account-characters td:nth-child(2)::before {
    content: "Nível";
    font-weight: 700;
  }

  .v2-account-classic .v2-account-characters td:nth-child(3)::before {
    content: "Vocação";
    font-weight: 700;
  }

  .v2-account-classic .v2-account-characters td:nth-child(4)::before {
    content: "Status";
    font-weight: 700;
  }

  .v2-account-classic .v2-account-characters td:nth-child(5)::before {
    content: "Editar";
    font-weight: 700;
  }
}

@media (max-width: 860px) {
  .v2-houses-filter-grid,
  .v2-house-detail,
  .v2-house-facts,
  .v2-monsterhunt-hero,
  .v2-monsterhunt-steps,
  .v2-monsterhunt-info-grid,
  .v2-castlewar-guild-grid {
    grid-template-columns: 1fr;
  }

  .v2-news-archive-item {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
  }

  .v2-news-archive-action {
    grid-column: 2;
    width: fit-content;
  }

  .v2-changelog-admin,
  .v2-changelog-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-changelog-admin .v2-btn,
  .v2-changelog-pagination .v2-btn,
  .v2-changelog-pagination .v2-badge {
    width: 100%;
    justify-content: center;
  }

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

  .v2-changelog-admin-links {
    min-width: 0;
    text-align: left;
  }

  .v2-houses-actions,
  .v2-house-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-houses-actions .v2-btn,
  .v2-house-detail-actions .v2-btn {
    width: 100%;
    justify-content: center;
  }

  .v2-house-image-card {
    min-height: 150px;
  }

  .v2-monsterhunt-image {
    min-height: 210px;
  }

  .v2-monsterhunt-image img {
    max-width: 100%;
  }

  .v2-roleta-prize-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-dungeon-sentinel-grid {
    grid-template-columns: 1fr;
  }

  .v2-exercise-equipment-grid,
  .v2-exercise-house-wrap {
    grid-template-columns: 1fr;
  }

  .v2-exercise-item-grid,
  .v2-exercise-dummy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-wave-addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-bonus-card {
    min-height: 170px;
    padding: 8px;
  }

  .v2-bonus-visuals {
    gap: 2px;
  }

  .v2-bonus-figure {
    width: 58px;
  }

  .v2-bonus-figure-mount {
    width: 72px;
  }

  .v2-roleta-prize-card {
    min-height: 118px;
    padding: 8px;
  }

  .v2-roleta-recent-table,
  .v2-roleta-recent-table thead,
  .v2-roleta-recent-table tbody,
  .v2-roleta-recent-table tr,
  .v2-roleta-recent-table th,
  .v2-roleta-recent-table td {
    display: block;
    width: 100% !important;
  }

  .v2-roleta-recent-table thead {
    display: none;
  }

  .v2-roleta-recent-table tr {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 4px 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-roleta-recent-table tr:last-child {
    border-bottom: 0;
  }

  .v2-roleta-recent-table td {
    padding: 0;
    border: 0;
    text-align: left;
  }

  .v2-roleta-recent-outfit {
    grid-row: span 4;
    display: grid !important;
    place-items: center;
  }

  .v2-roleta-recent-player,
  .v2-roleta-recent-prize-name,
  .v2-roleta-recent-prize,
  .v2-roleta-recent-date {
    min-width: 0;
  }

  .v2-roleta-recent-prize {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .v2-houses-table,
  .v2-houses-table thead,
  .v2-houses-table tbody,
  .v2-houses-table tr,
  .v2-houses-table th,
  .v2-houses-table td {
    display: block;
    width: 100% !important;
  }

  .v2-houses-table thead {
    display: none;
  }

  .v2-houses-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(122, 105, 63, 0.25);
  }

  .v2-houses-table tr:last-child {
    border-bottom: 0;
  }

  .v2-houses-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
    padding: 5px 8px;
    border: 0;
    text-align: left;
  }

  .v2-houses-table td::before {
    color: #4d2910;
    font-weight: 800;
  }

  .v2-house-name::before {
    content: "Nome";
  }

  .v2-house-size::before {
    content: "Tamanho";
  }

  .v2-house-rent::before {
    content: "Aluguel";
  }

  .v2-house-status::before {
    content: "Status";
  }

  .v2-house-action::before {
    content: "Ação";
  }

  .v2-house-action .v2-btn {
    width: 100%;
    justify-content: center;
  }
}
