/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.gap-\[6px\] {
  gap: 6px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-\[700\] {
  --tw-font-weight: 700;
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
:root {
  --header-height: 50px;
  --header-image-height: 30px;
  --footer-links-height: 30px;
  --footer-copyright-height: 60px;
  --menu-side-width-desktop: 250px;
  --content-margin-full: minmax(2px, 5%);
  --content-margin-breakout: 0;
  --content-width: 1fr;
  --font-title: "New Amsterdam", Helvetica, Verdana, Arial, sans-serif;
  --box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
@media (min-width: 640px) {
  :root {
    --content-margin-full: minmax(6px, 10%);
    --content-margin-breakout: clamp(2px, 4%, 100px);
  }
}
partial {
  display: none;
}
::selection {
  background: var(--color-main);
  color: #FFFFFF;
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--body-background);
  color: var(--body-foreground);
  font-size: clamp(0.8125rem, 0.625rem + 0.9375vw, 1rem);
  --color-main: hsl(196.9, 100%, 50%);
  --color-second: hsl(248.3, 53.5%, 57.8%);
  --body-background: hsl(0, 0%, 7%);
  --body-foreground: hsl(210, 17%, 90%);
  --body-foreground-strong: hsl(0, 0%, 100%);
  --menu-top-background: hsl(0, 0%, 10%);
  --menu-top-foreground: hsl(210, 17%, 98%);
  --panel-background: hsl(0, 0%, 10%);
  --panel-foreground: hsl(210, 17%, 98%);
  --panel-background-hover: hsl(210, 17%, 0%);
  --panel-foreground-hover: hsl(210, 17%, 100%);
  --border-color: hsl(0, 0%, 11%);
  --button-background-submit-normal: var(--color-main);
  --button-foreground-submit-normal: hsl(210, 17%, 98%);
  --button-border-submit-normal: var(--color-main);
  --color-positive-ribbon: hsl(121, 40%, 50%);
  --color-positive-text: hsl(120, 94%, 42%);
  --color-negative-ribbon: hsl(0, 40%, 30%);
  --color-negative-text: hsl(0, 100%, 50%);
}
body .change-position--1 {
  --var-color-ribbon: var(--color-negative-ribbon);
  --var-color-text: var(--color-negative-text);
}
body .change-position-0 {
  --var-color-ribbon: hsl(230, 40%, 30%);
  --var-color-text: hsl(230, 100%, 60%);
}
body .change-position-1 {
  --var-color-ribbon: var(--color-positive-ribbon);
  --var-color-text: var(--color-positive-text);
}
body .region-eu {
  --var-color-ribbon: hsl(344, 40%, 30%);
  --var-color-text: hsl(344, 40%, 30%);
}
body .region-na {
  --var-color-ribbon: hsl(81, 40%, 30%);
  --var-color-text: hsl(81, 40%, 30%);
}
body .region-asia {
  --var-color-ribbon: hsl(29, 40%, 30%);
  --var-color-text: hsl(29, 40%, 30%);
}
body .league-0 {
  --var-color-ribbon: hsl(30, 77%, 32%);
  --var-color-text: hsl(30, 50%, 55%);
}
body .league-1 {
  --var-color-ribbon: hsl(211, 16%, 45%);
  --var-color-text: hsl(213, 30%, 69%);
}
body .league-2 {
  --var-color-ribbon: hsl(48, 100%, 36%);
  --var-color-text: hsl(48, 88%, 40%);
}
body .league-3 {
  --var-color-ribbon: hsl(120, 100%, 24%);
  --var-color-text: hsl(113, 89%, 31%);
}
body .league-4 {
  --var-color-ribbon: hsl(270, 100%, 28%);
  --var-color-text: hsl(278, 100%, 39%);
}
body .rating-1 {
  --var-color-ribbon: hsl(0, 100%, 39%);
  --var-color-text: hsl(0, 100%, 57%);
}
body .rating-2 {
  --var-color-ribbon: hsl(31, 100%, 39%);
  --var-color-text: hsl(20, 98%, 55%);
}
body .rating-3 {
  --var-color-ribbon: hsl(63, 99%, 42%);
  --var-color-text: hsl(63, 100%, 50%);
}
body .rating-4 {
  --var-color-ribbon: hsl(109, 100%, 39%);
  --var-color-text: hsl(109, 84%, 46%);
}
body .rating-5 {
  --var-color-ribbon: hsl(287, 100%, 39%);
  --var-color-text: hsl(287, 100%, 60%);
}
body .outcome-win {
  --var-color-ribbon: var(--color-positive-ribbon);
  --var-color-text: var(--color-positive-text);
}
body .outcome-loss {
  --var-color-ribbon: var(--color-negative-ribbon);
  --var-color-text: var(--color-negative-text);
}
body[theme-mode=light] {
  --color-main: hsl(216.6, 100%, 39.2%);
  --color-second: hsl(248.5, 43.2%, 44.9%);
  --body-background: hsl(0, 0%, 90%);
  --body-foreground: hsl(180, 3%, 11%);
  --body-foreground-strong: hsl(0, 0%, 0%);
  --menu-top-background: hsl(180, 9%, 99%);
  --menu-top-foreground: hsl(180, 3%, 11%);
  --panel-background: hsl(0, 0%, 96%);
  --panel-foreground: hsl(0, 0%, 11%);
  --panel-background-hover: hsl(0, 0%, 100%);
  --panel-foreground-hover: hsl(0, 0%, 11%);
  --border-color: hsl(0, 0%, 11%);
  --button-background-submit-normal: var(--color-main);
  --button-foreground-submit-normal: hsl(210, 17%, 98%);
  --button-border-submit-normal: var(--color-main);
  --color-positive-ribbon: hsl(121, 40%, 50%);
  --color-positive-text: hsl(120, 94%, 42%);
  --color-negative-ribbon: hsl(0, 40%, 30%);
  --color-negative-text: hsl(0, 100%, 50%);
}
body[theme-mode=light] .change-position--1 {
  --var-color-ribbon: var(--color-negative-ribbon);
  --var-color-text: var(--color-negative-text);
}
body[theme-mode=light] .change-position-0 {
  --var-color-ribbon: hsl(230, 40%, 30%);
  --var-color-text: hsl(230, 100%, 60%);
}
body[theme-mode=light] .change-position-1 {
  --var-color-ribbon: var(--color-positive-ribbon);
  --var-color-text: var(--color-positive-text);
}
body[theme-mode=light] .region-eu {
  --var-color-ribbon: hsl(344, 40%, 30%);
  --var-color-text: hsl(344, 40%, 30%);
}
body[theme-mode=light] .region-na {
  --var-color-ribbon: hsl(81, 40%, 30%);
  --var-color-text: hsl(81, 40%, 30%);
}
body[theme-mode=light] .region-asia {
  --var-color-ribbon: hsl(29, 40%, 30%);
  --var-color-text: hsl(29, 40%, 30%);
}
body[theme-mode=light] .league-0 {
  --var-color-ribbon: hsl(30, 77%, 32%);
  --var-color-text: hsl(30, 50%, 55%);
}
body[theme-mode=light] .league-1 {
  --var-color-ribbon: hsl(211, 16%, 45%);
  --var-color-text: hsl(213, 30%, 69%);
}
body[theme-mode=light] .league-2 {
  --var-color-ribbon: hsl(48, 100%, 36%);
  --var-color-text: hsl(48, 88%, 40%);
}
body[theme-mode=light] .league-3 {
  --var-color-ribbon: hsl(120, 100%, 24%);
  --var-color-text: hsl(113, 89%, 31%);
}
body[theme-mode=light] .league-4 {
  --var-color-ribbon: hsl(270, 100%, 28%);
  --var-color-text: hsl(278, 100%, 39%);
}
body[theme-mode=light] .rating-1 {
  --var-color-ribbon: hsl(0, 100%, 39%);
  --var-color-text: hsl(0, 100%, 44%);
}
body[theme-mode=light] .rating-2 {
  --var-color-ribbon: hsl(31, 100%, 39%);
  --var-color-text: hsl(28, 100%, 43%);
}
body[theme-mode=light] .rating-3 {
  --var-color-ribbon: hsl(63, 99%, 42%);
  --var-color-text: hsl(60, 93%, 39%);
}
body[theme-mode=light] .rating-4 {
  --var-color-ribbon: hsl(109, 100%, 39%);
  --var-color-text: hsl(109, 100%, 30%);
}
body[theme-mode=light] .rating-5 {
  --var-color-ribbon: hsl(287, 100%, 39%);
  --var-color-text: hsl(287, 100%, 40%);
}
body[theme-mode=light] .outcome-win {
  --var-color-ribbon: var(--color-positive-ribbon);
  --var-color-text: var(--color-positive-text);
}
body[theme-mode=light] .outcome-loss {
  --var-color-ribbon: var(--color-negative-ribbon);
  --var-color-text: var(--color-negative-text);
}
body[theme-mode=light] .separator-1 {
  opacity: 0.5;
}
body[theme-mode=light] .theme-mode-selector > *:nth-child(2) {
  display: none;
}
body:not([theme-mode=light]) .theme-mode-selector > *:nth-child(1) {
  display: none;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0px;
  width: 40px;
  height: 50px;
  background: var(--body-foreground);
  color: var(--body-background);
  justify-content: center;
}
.scroll-to-top:not(.hidden) {
  display: grid;
}
.scroll-to-top:hover::after {
  transform: scale(1.5);
}
.scroll-to-top::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  transform: scale(1.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3C!-- --%3E%3Cpath fill='currentColor' d='m7 14l5-5l5 5z'/%3E%3C/svg%3E");
}
div[consent-mode] {
  font-size: 0.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 360px);
  padding: min(30px, 5%);
  background: var(--body-background);
  color: var(--body-foreground);
  box-shadow: 0 0 40px #000;
}
div[consent-mode] .overview .buttons {
  display: flex;
  gap: 8px;
}
div[consent-mode] .overview .buttons button {
  flex: 1 1 50%;
  padding: 4px;
}
.form-processing button, .form-processing [type=button] {
  pointer-events: none;
}
.chart-wrapper {
  position: relative;
}
.temporary-canvas-label {
  position: absolute;
  z-index: 1;
}
.realm-over-season-progression-information .panel-content {
  position: relative;
}
.realm-over-season-progression-information .temporary-canvas-label {
  pointer-events: none;
  background: var(--body-background);
  color: var(--body-foreground);
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
  width: 70px;
  transform: translateX(-50%);
}
.realm-over-season-progression-information .temporary-canvas-label > span {
  display: block;
  text-align: center;
  border-bottom: 1px dotted #888888;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.realm-over-season-progression-information .temporary-canvas-label > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}
.realm-over-season-progression-information .temporary-canvas-label > div > div:nth-child(2n) {
  text-align: right;
}
.container-16x9 {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
table {
  width: 100%;
}
code {
  background: #000;
  color: var(--color-main);
  padding: 2px 6px;
}
input:not([type]), input[type=text], input[type=email], input[type=password], textarea, select {
  background: var(--body-background);
  color: var(--body-foreground);
  border: 1px solid var(--border-color);
}
input:not([type]), input[type=text], input[type=email], input[type=password], button, select {
  appearance: none;
  padding: 0.5rem 0.75rem;
  line-height: 1.4rem;
  border-radius: 5px;
  font-size: inherit;
}
textarea {
  width: 100%;
  resize: vertical;
}
button {
  background: var(--color-main);
  color: #FFFFFF;
  border: 1px solid var(--color-main);
}
button {
  background: var(--color-second);
  border-color: var(--color-second);
  color: #FFFFFF;
  padding: 0.5rem 0.75rem;
}
button:not(:hover) {
  background: var(--color-main);
  border-color: var(--color-main);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
a {
  color: var(--color-second);
}
a:not(:hover) {
  color: var(--color-main);
}
label + .field {
  margin-top: 3px;
}
.field {
  display: grid;
}
.field > * {
  width: 1fr;
}
[masonry] > * {
  position: absolute;
}
.body-grid {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
}
footer {
  grid-area: footer;
  background: var(--menu-top-background);
  color: var(--menu-top-foreground);
}
footer ul {
  position: relative;
  z-index: 2;
  height: var(--footer-links-height);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
}
footer .copyrights {
  height: var(--footer-copyright-height);
  font-size: 0.7rem;
  background: #111;
  color: #DEDEDE;
  padding: 12px 9px;
  text-align: center;
}
main {
  grid-area: main;
}
.table-1 thead {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.table-1 thead th, .table-1 thead td {
  padding: 6px 10px;
}
.table-1 tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.1);
}
.table-1 tbody tr:hover {
  background: rgba(0, 0, 0, 0.3);
}
.table-1 tbody th, .table-1 tbody td {
  padding: 4px 10px;
}
.table-1 .smaller-text {
  font-size: 12px;
}
.header-main {
  background: var(--menu-top-background);
  color: var(--menu-top-foreground);
  display: grid;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  z-index: 10;
}
.header-mobile {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--menu-top-background);
  color: var(--menu-top-foreground);
  box-shadow: 0 0 10px #000;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding-inline: 0.8em;
}
.header-extra {
  grid-area: extra;
  display: flex;
}
.header-user {
  grid-area: user;
  padding-inline: 0.8em;
}
.header-user.header-user-online .header-user-when-offline {
  display: none;
}
.header-user:not(.header-user-online) .header-user-when-online {
  display: none;
}
.account-discord-settings.account-discord-defined .account-discord-settings-not-linked {
  display: none;
}
.account-discord-settings:not(.account-discord-defined) .account-discord-settings-linked {
  display: none;
}
.header-menu {
  display: flex;
  grid-area: menu;
}
.header-menu > li {
  position: relative;
}
.header-menu > li:hover > a {
  background: var(--panel-background-hover);
}
.header-menu > li a {
  white-space: nowrap;
  padding: 0.4em 0.8em;
}
.header-menu > li a:hover {
  background: #000000;
}
.header-menu > li > a {
  display: block;
  align-content: center;
  height: 100%;
}
.header-menu > li ul a {
  display: block;
}
.gap-2 {
  --gap: 2em;
}
.gap-3 {
  --gap: 10px;
}
.content {
  flex-direction: column;
  row-gap: var(--gap, 2.5em);
}
.content:not(.hidden) {
  display: flex;
}
.container {
  margin-inline: auto;
  max-width: 1580px;
  padding-inline: 20px;
}
.container-xl {
  margin-inline: auto;
  max-width: 1350px;
  padding-inline: 20px;
}
.container-md {
  margin-inline: auto;
  max-width: 1140px;
  padding-inline: 20px;
}
.columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--width, 350px));
  gap: var(--gap, 2.5em);
}
.vector-pagination {
  display: flex;
  gap: 12px;
}
.leaderboard-season-selector a.selected {
  color: var(--color-second);
}
.leaderboard-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
}
.leaderboard-header, .leaderboard-row {
  flex-shrink: 0;
  font-size: 0.8rem;
  background: var(--panel-background);
  display: flex;
  box-shadow: var(--box-shadow);
  column-gap: 0.8rem;
  color: var(--body-foreground);
}
.leaderboard-header:not(:hover), .leaderboard-row:not(:hover) {
  color: var(--body-foreground);
}
.leaderboard-header > *, .leaderboard-row > * {
  flex: var(--flex);
  max-width: var(--width, none);
  min-width: var(--width, 0);
  align-content: center;
}
.leaderboard-header > *:nth-child(1), .leaderboard-row > *:nth-child(1) {
  --flex: 1 0 40px;
  --width: 40px;
  text-align: center;
}
.leaderboard-header > *:nth-child(2), .leaderboard-row > *:nth-child(2) {
  --flex: 1 0 40px;
  --width: 40px;
  text-align: center;
}
.leaderboard-header > *:nth-child(3), .leaderboard-row > *:nth-child(3) {
  --flex: 1;
}
.leaderboard-header > *:nth-child(4), .leaderboard-row > *:nth-child(4) {
  --flex: 1 0 50px;
  --width: 50px;
  text-align: center;
}
.leaderboard-header > *:nth-child(5), .leaderboard-row > *:nth-child(5) {
  --flex: 1 0 50px;
  --width: 50px;
  text-align: center;
}
.leaderboard-header {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 1;
  padding: 0.8rem 0.2rem;
}
.leaderboard-header img {
  display: inline-block;
}
.leaderboard-header .field {
  height: 100%;
}
.leaderboard-header input {
  padding-left: 6px;
  min-width: 0;
}
.leaderboard-header-search-anchor {
  position: relative;
}
.leaderboard-header-search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--body-background);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  box-shadow: var(--box-shadow);
}
.leaderboard-header-search-wrapper > * {
  padding: 4px 10px;
  border-top: 1px solid var(--border-color);
  cursor: pointer;
}
.leaderboard-header-search-wrapper > *:hover {
  background: rgba(0, 0, 0, 0.3);
}
.leaderboard-row {
  border-radius: 7px;
  padding: 0.4rem 0.2rem;
}
.leaderboard-row:hover {
  background: var(--panel-background-hover);
  color: var(--panel-foreground-hover);
}
.leaderboard-row .leaderboard-row-clan {
  display: flex;
  column-gap: 6px;
  align-content: center;
}
.leaderboard-row .region-ribbon {
  width: 48px;
}
.leaderboard-row .tag-ribbon {
  width: 68px;
}
.leaderboard-row .clan-name {
  display: none;
}
.group-without-clans {
  display: none;
}
.group-without-clans:first-child:last-child {
  display: block;
}
.clanbattle-matches-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
}
.clanbattle-matchups-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
}
.clanbattle-demotion-row, .clanbattle-promotion-row, .clanbattle-match-row, .generic-clanbattle-match-row, .clanbattle-matchup-game-row, .clanbattle-matchup-row {
  font-size: 0.8rem;
  background: var(--panel-background);
  border-radius: 7px;
  padding: 0.4rem 0.2rem;
  box-shadow: var(--box-shadow);
  color: var(--body-foreground);
}
.clanbattle-match-row:not(:hover), .generic-clanbattle-match-row:not(:hover), .clanbattle-matchup-game-row:not(:hover), .clanbattle-matchup-row:not(:hover) {
  color: var(--body-foreground);
}
.clanbattle-demotion-row {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-negative-text);
}
.clanbattle-promotion-row {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-positive-text);
}
.clanbattle-match-row {
  display: flex;
  flex-shrink: 0;
  column-gap: 0.8rem;
}
.clanbattle-match-row:hover {
  background: var(--panel-background-hover);
  color: var(--panel-foreground-hover);
}
.clanbattle-match-row > * {
  display: block;
  flex: var(--flex);
  max-width: var(--width, none);
  min-width: var(--width, 0);
}
.clanbattle-match-row > *:nth-child(1) {
  --flex: 1 0 50px;
  --width: 50px;
  text-align: center;
}
.clanbattle-match-row > *:nth-child(2) {
  --flex: 1 0 40px;
  --width: 40px;
  text-align: center;
}
.clanbattle-match-row > *:nth-child(3) {
  --flex: 2;
}
.clanbattle-match-row > *:nth-child(4) {
  --flex: 1 0 30px;
  --width: 30px;
  text-align: center;
}
.clanbattle-match-row > *:nth-child(5) {
  --flex: 1;
}
.clanbattle-match-row .clanbattle-match-row-clan {
  display: flex;
  column-gap: 6px;
  align-content: center;
}
.clanbattle-match-row .region-ribbon {
  width: 48px;
}
.clanbattle-match-row .tag-ribbon {
  width: 68px;
}
.clanbattle-match-row .clan-name {
  display: none;
}
.clanbattle-matchup-game-row {
  display: flex;
  flex-shrink: 0;
  column-gap: 0.8rem;
}
.clanbattle-matchup-game-row:hover {
  background: var(--panel-background-hover);
  color: var(--panel-foreground-hover);
}
.clanbattle-matchup-game-row > * {
  display: block;
  flex: var(--flex);
  max-width: var(--width, none);
  min-width: var(--width, 0);
}
.clanbattle-matchup-game-row > *:nth-child(1) {
  --flex: 1 0 90px;
  --width: 90px;
  text-align: center;
}
.clanbattle-matchup-game-row > *:nth-child(2) {
  --flex: 1 0 40px;
  --width: 40px;
  text-align: center;
}
.clanbattle-matchup-game-row > *:nth-child(3) {
  --flex: 2;
}
.clanbattle-matchup-game-row > *:nth-child(4) {
  --flex: 1 0 30px;
  --width: 30px;
  text-align: center;
}
.clanbattle-matchup-row {
  display: flex;
  flex-shrink: 0;
  column-gap: 0.8rem;
}
.clanbattle-matchup-row:hover {
  background: var(--panel-background-hover);
  color: var(--panel-foreground-hover);
}
.clanbattle-matchup-row > * {
  display: block;
  flex: var(--flex);
  max-width: var(--width, none);
  min-width: var(--width, 0);
}
.clanbattle-matchup-row > *:nth-child(1) {
  --flex: 5;
}
.clanbattle-matchup-row > *:nth-child(2) {
  --flex: 1 0 60px;
  --width: 60px;
  text-align: center;
}
.clanbattle-matchup-row > *:nth-child(3) {
  --flex: 1 0 40px;
  --width: 40px;
  text-align: center;
}
.clanbattle-matchup-row .clanbattle-match-row-clan {
  display: flex;
  column-gap: 6px;
  align-content: center;
}
.clanbattle-matchup-row .region-ribbon {
  flex: 0 1 48px;
  --width: 48px;
}
.clanbattle-matchup-row .tag-ribbon {
  flex: 0 1 68px;
  --width: 68px;
}
.clanbattle-matchup-row .clan-name-wrapper {
  flex: 1 1 100%;
  order: 3;
}
.clanbattle-matchup-row .clan-name {
  display: block;
}
.generic-clanbattle-match-row {
  display: flex;
  flex-shrink: 0;
  column-gap: 0.8rem;
  padding: 0;
}
.generic-clanbattle-match-row:hover {
  background: var(--panel-background-hover);
  color: var(--panel-foreground-hover);
}
.generic-clanbattle-match-row > * {
  display: block;
  flex: var(--flex, 1);
  max-width: var(--width, none);
  min-width: var(--width, 0);
}
.generic-clanbattle-match-row .team-alpha, .generic-clanbattle-match-row .team-bravo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px;
}
.generic-clanbattle-match-row .team-alpha > *, .generic-clanbattle-match-row .team-bravo > * {
  flex: 1;
}
.generic-clanbattle-match-row .team-alpha {
  border-left: 5px solid var(--color-negative-text);
}
.generic-clanbattle-match-row .team-alpha.victory {
  border-color: var(--color-positive-text);
}
.generic-clanbattle-match-row .team-bravo.victory {
  border-color: var(--color-positive-text);
}
.generic-clanbattle-match-row .team-bravo {
  flex-direction: row-reverse;
}
.generic-clanbattle-match-row .region-ribbon {
  flex: 0 1 48px;
  --width: 48px;
}
.generic-clanbattle-match-row .tag-ribbon {
  flex: 0 1 68px;
  --width: 68px;
}
.generic-clanbattle-match-row .clan-name-wrapper {
  flex: 1 1 100%;
}
.generic-clanbattle-match-row .result-wrapper {
  flex: 1 1 100%;
}
.generic-clanbattle-match-row .clan-name {
  display: block;
}
.ship-image-container {
  position: relative;
}
@media (max-width: 720px) {
  .generic-clanbattle-match-row {
    flex-direction: column;
  }
  .generic-clanbattle-match-row .team-bravo {
    flex-direction: row;
    border-left: 5px solid var(--color-negative-text);
  }
  .generic-clanbattle-match-row .clan-name-wrapper {
    display: none;
  }
  .clanbattle-matchup-row .clanbattle-match-row-clan .clan-name {
    display: none;
  }
}
@media (min-width: 721px) {
  .generic-clanbattle-match-row .team-bravo {
    border-right: 5px solid var(--color-negative-text);
  }
  .generic-clanbattle-match-row .team-bravo .clan-name-wrapper, .generic-clanbattle-match-row .team-bravo .result-wrapper {
    text-align: right;
  }
  .generic-clanbattle-match-row .team-bravo .clan-name {
    margin-left: auto;
  }
  .generic-clanbattle-match-row .team-bravo .tag-ribbon {
    order: 1;
  }
  .generic-clanbattle-match-row .team-bravo .region-ribbon {
    order: 2;
  }
  .generic-clanbattle-match-row .team-bravo .clan-name-wrapper {
    order: 3;
  }
  .generic-clanbattle-match-row .team-bravo .result-wrapper {
    order: 4;
  }
}
.ribbons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cells {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--cell-width), 1fr));
  gap: 16px;
}
.cells > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--panel-background);
  border-radius: 7px;
  padding: 24px 12px;
  box-shadow: var(--box-shadow);
}
.cells .main-image-container {
  width: 70%;
  margin-inline: auto;
  position: relative;
}
.clanbattle-game-players {
  --cell-width: 280px;
}
.clanbattle-game-players .ship-image-flag {
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.clanbattle-game-players .ship-image {
  position: absolute;
  bottom: 34%;
  left: 50%;
  transform: translateX(-50%);
}
.clanbattle-game-players .ship-name {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.clanbattle-maps-container {
  --cell-width: 280px;
}
.clanbattle-players-container {
  --cell-width: 280px;
}
.clanbattle-players-container td:last-child {
  width: 25px;
}
.stats {
  font-size: 0.8rem;
}
.stats th, .stats td {
  padding-block: 2px;
}
.stats th {
  font-weight: normal;
}
.stats th:not(.text-center):not(.text-right) {
  text-align: left;
}
.stats th:last-child {
  color: var(--panel-foreground);
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
.stats td:not(.text-center):not(.text-left) {
  text-align: right;
}
.clan-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
.clan-name-ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
@media (min-width: 720px) {
  .leaderboard-container .leaderboard-header > *:nth-child(3), .leaderboard-container .leaderboard-row > *:nth-child(3) {
    --flex: 12;
  }
  .leaderboard-container .clan-name {
    display: inline-block;
  }
  .clanbattle-matches-container .clanbattle-match-row > *:nth-child(4) {
    --flex: 12;
  }
  .clanbattle-matches-container .clanbattle-match-row .clan-name {
    display: inline-block;
  }
}
.change-position-ribbon, .league-ribbon, .region-ribbon, .tag-ribbon, .rating-ribbon, .outcome-ribbon, .ship-name-ribbon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  font-size: 85%;
  background-color: var(--var-color-ribbon, #000);
  color: var(--var-color-ribbon-text, #FFFFFF);
}
.change-position-text, .league-text, .region-text, .tag-text, .rating-text, .outcome-text {
  color: var(--var-color-text);
}
.struggle-promotion {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpolygon id='XMLID_6_' fill='%2309858E' points='10,7.7 2,10.9 2,13.3 10,10.1 18,13.3 18,10.9 '/%3E%3Cpolygon id='XMLID_3_' fill='%2309858E' points='10,3.2 2,6.4 2,9.8 10,6.6 18,9.8 18,6.4 '/%3E%3Cpolygon id='XMLID_2_' fill='%2309858E' points='10,11.2 2,14.4 2,15.9 10,12.6 18,15.9 18,14.4 '/%3E%3C/svg%3E%0A");
}
.struggle-demotion {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpolygon id='XMLID_6_' fill='%23BA6500' points='10,11.3 2,8.1 2,5.7 10,8.9 18,5.7 18,8.1 '/%3E%3Cpolygon id='XMLID_3_' fill='%23BA6500' points='10,15.9 2,12.6 2,9.2 10,12.4 18,9.2 18,12.6 '/%3E%3Cpolygon id='XMLID_2_' fill='%23BA6500' points='10,7.8 2,4.6 2,3.2 10,6.4 18,3.2 18,4.6 '/%3E%3C/svg%3E%0A");
}
.star-won {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  margin-top: -4px;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath id='XMLID_4_' fill='%23FFF200' d='M19.4,8.4c0.3-0.2,0.1-0.7-0.2-0.7l-5.8-0.8c-0.1,0-0.3-0.1-0.3-0.2l-2.6-5.3 C10.2,1,9.8,1,9.6,1.3L7,6.5C6.9,6.7,6.8,6.8,6.7,6.8L0.9,7.6C0.5,7.7,0.4,8.1,0.6,8.4l4.2,4.1C4.9,12.6,5,12.7,5,12.9l-1,5.8 c-0.1,0.4,0.3,0.6,0.6,0.5l5.2-2.7c0.1-0.1,0.3-0.1,0.4,0l5.2,2.7c0.3,0.2,0.7-0.1,0.6-0.5l-1-5.8c0-0.1,0-0.3,0.1-0.4L19.4,8.4z'/%3E%3C/svg%3E%0A");
}
.star-lost {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  margin-top: -4px;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath id='XMLID_6_' fill='%23AAAAAA' d='M19.4,8.4c0.3-0.2,0.1-0.7-0.2-0.7l-5.8-0.8c-0.1,0-0.3-0.1-0.3-0.2l-2.6-5.3 C10.2,1,9.8,1,9.6,1.3L7,6.5C6.9,6.7,6.8,6.8,6.7,6.8L0.9,7.6C0.5,7.7,0.4,8.1,0.6,8.4l4.2,4.1C4.9,12.6,5,12.7,5,12.9l-1,5.8 c-0.1,0.4,0.3,0.6,0.6,0.5l5.2-2.7c0.1-0.1,0.3-0.1,0.4,0l5.2,2.7c0.3,0.2,0.7-0.1,0.6-0.5l-1-5.8c0-0.1,0-0.3,0.1-0.4L19.4,8.4z M14.1,15.9c0,0.2-0.2,0.4-0.4,0.3l-3.6-1.9c-0.1,0-0.2,0-0.3,0l-3.6,1.9c-0.2,0.1-0.5-0.1-0.4-0.3l0.7-4c0-0.1,0-0.2-0.1-0.3 L3.6,8.9C3.4,8.7,3.5,8.4,3.8,8.4l4-0.6c0.1,0,0.2-0.1,0.2-0.2l1.8-3.6c0.1-0.2,0.4-0.2,0.5,0L12,7.7c0,0.1,0.1,0.1,0.2,0.2l4,0.6 c0.2,0,0.3,0.3,0.2,0.5l-2.9,2.8c-0.1,0.1-0.1,0.2-0.1,0.3L14.1,15.9z'/%3E%3C/svg%3E%0A");
}
.ship-name-ribbon {
  --var-color-ribbon: var(--color-second);
}
.separator-1 {
  pointer-events: none;
  user-select: none;
  background: repeat-x center center url("/static/miniatures/separator-1.3.png");
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 2px;
  position: relative;
}
.separator-1::after {
  content: attr(text);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: var(--body-background);
  padding: 0 5px 3px 5px;
}
.h1 {
  font-family: var(--font-title), serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 1.5rem + 4.5vw, 4rem);
  line-height: 1;
}
.h2 {
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 0.8rem + 3.125vw, 2rem);
  line-height: 1;
}
.h2 .region-ribbon {
  padding-inline: 4px;
}
.h3 {
  font-family: var(--font-title);
  font-size: clamp(1.4rem, 0.8rem + 2.6vw, 1.7rem);
  line-height: 1;
}
.h4 {
  font-family: var(--font-title);
  font-size: clamp(1.2rem, 0.2rem + 1vw, 1.5rem);
  line-height: 1;
}
.pt-c {
  padding-top: clamp(1rem, 5vw, 3rem);
}
.pb-c {
  padding-bottom: clamp(1rem, 5vw, 3rem);
}
.mt-p {
  margin-top: min(12px, 1.8rem);
}
.text * + .h2:not(.mt-0) {
  margin-top: min(20px, 2rem);
}
.text * + .h3:not(.mt-0) {
  margin-top: min(20px, 1.9rem);
}
.text * + .h4:not(.mt-0) {
  margin-top: min(20px, 1.8rem);
}
.text p + p:not(.mt-0), .text ul + p:not(.mt-0), .text ol + p:not(.mt-0) {
  margin-top: min(12px, 1.8rem);
}
.text li {
  width: 100%;
}
.text li > p:first-child {
  display: inline-block;
}
.text li p, .text li p + p:not(.mt-0) {
  margin-top: 0;
}
.text ul {
  list-style: inside disc;
}
.text ol {
  list-style: inside decimal;
}
.text ol, .text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text ol ol, .text ol ul, .text ul ol, .text ul ul {
  padding-left: 30px;
}
.text ol ul, .text ul ul {
  list-style: inside circle;
}
.text ol ol, .text ul ol {
  list-style: inside lower-alpha;
}
.text ol ol ul, .text ol ul ul, .text ul ol ul, .text ul ul ul {
  list-style: inside disc;
}
.text ol ol ol, .text ol ul ol, .text ul ol ol, .text ul ul ol {
  list-style: inside decimal;
}
.text table ul, .text table ol {
  display: block;
  gap: 0;
}
.article-content.text .spoiler-title {
  display: none;
}
.article-content.text table:is(:not(table *)) thead tr:first-child {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.article-content.text table:is(:not(table *)) thead tr:first-child th, .article-content.text table:is(:not(table *)) thead tr:first-child td {
  padding: 6px 10px;
}
.article-content.text table:is(:not(table *)) thead tr:not(:first-child):nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.1);
}
.article-content.text table:is(:not(table *)) thead tr:not(:first-child):hover {
  background: rgba(0, 0, 0, 0.3);
}
.article-content.text table:is(:not(table *)) thead tr:not(:first-child) th, .article-content.text table:is(:not(table *)) thead tr:not(:first-child) td {
  padding: 4px 10px;
}
.article-content.text .ship-title {
  font-weight: bold;
  font-size: 1.05em;
  color: var(--color-main);
  margin-bottom: 0;
}
.article-content.text .ship-title + p {
  margin-top: 0;
}
.article-content.text .ship-name {
  font-weight: bold;
  font-style: italic;
  color: var(--body-foreground-strong);
}
.article-content.text p > img:first-child:last-child, .article-content.text .image-container {
  margin: 30px auto;
}
.world-of-warships-edit-article [name=content] {
  font-family: monospace;
  height: 500px;
}
.article-ships-ribbons {
  font-size: 13px;
}
.article-ships-ribbons > * {
  padding-left: 4px;
  padding-right: 4px;
}
.accent {
  color: var(--color-main);
}
.secondary {
  color: var(--color-second);
}
.panel {
  background: var(--panel-background);
}
.panel > *:not(:first-child) {
  border-top: 1px solid var(--body-background);
}
.panel-content:not(.p-0) {
  padding: 1em 1em;
}
.panel-header {
  display: flex;
  align-items: center;
}
.panel-header:not(.p-0):not(.panel-selector) {
  padding: 1em 1em;
}
.panel-header.panel-selector {
  gap: 1em;
  padding: 0 1em;
}
.panel-header.panel-selector > * {
  padding: 1em 0;
}
.panel-header.panel-selector > *.option {
  cursor: pointer;
}
.panel-header.panel-selector > *.option:not(.selected):not(:hover):not(:focus) {
  opacity: 0.6;
}
.panel-header.flex {
  display: flex;
  gap: 1em;
}
.panel-content-toggler {
  display: inline-block;
  cursor: pointer;
}
.panel-content-toggable:not(.panel-open) .panel-content-toggler {
  rotate: 180deg;
}
.panel-content-toggable:not(.panel-open) .panel-content {
  display: none;
}
svg {
  pointer-events: none;
}
.tab-contents > .tab-content:not(.tab-content-selected) {
  display: none;
}
.tab-selectors {
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 1.1rem, 14px);
}
.tab-selector {
  flex: 0;
  padding: 0.1rem 0.6rem;
  border-right: 1px solid var(--color-main);
  cursor: pointer;
  color: #FFFFFF;
}
.tab-selector:first-child {
  border-left: 1px solid var(--color-main);
}
.tab-selector:not(.tab-selected) {
  color: var(--color-main);
}
.tab-selector.tab-selected {
  background-color: var(--color-main);
}
* + .account-discord-settings-linked:not(.hidden), * + .account-discord-settings-linked:not(.hidden) + * {
  padding-top: 15px;
}
table.classified-documents tr > *:nth-child(1) {
  width: 180px;
}
table.classified-documents tr > *:nth-child(2) {
  width: 110px;
}
#form-game-trivia .options {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
li.shield {
  list-style-image: url("/static/miniatures/shield-list.1.png");
}
li.swords {
  list-style-image: url("/static/miniatures/swords-list.1.png");
}
li.shield::marker, li.swords::marker {
  font-size: 10px;
}
@media (max-width: 420px) {
  .clanbattle-match-row > *:nth-child(2) {
    display: none;
  }
  .clanbattle-match-row-clan > *:nth-child(1) {
    display: none;
  }
  .leaderboard-row .leaderboard-row-clan .region-ribbon {
    display: none;
  }
}
@media (max-width: 480px) {
  .clanbattle-match-row > *:nth-child(1) {
    display: none;
  }
  .clanbattle-matchup-game-row > :nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .body-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main" "footer";
    grid-template-rows: var(--header-height) auto calc(var(--footer-links-height) + var(--footer-copyright-height));
  }
  .header-main {
    position: fixed;
    left: 0;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    width: 300px;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr 50px;
    grid-template-areas: "user" "menu" "extra";
    box-shadow: 0 10px 10px #000;
  }
  .header-mobile {
    grid-area: header;
  }
  .header-menu {
    width: 100%;
    flex-direction: column;
    align-self: start;
  }
  .header-menu > li {
    display: block;
  }
  body:not(.menu-open) .header-main {
    transform: translate(-100%);
  }
  body.menu-open .header-main {
    display: grid;
  }
  .clanbattle-match-row > *:nth-child(3) {
    order: 5;
  }
  .clanbattle-match-row .clanbattle-match-row-clan > *:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .body-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main" "footer";
    grid-template-rows: var(--header-height) auto calc(var(--footer-links-height) + var(--footer-copyright-height));
  }
  .header-main {
    position: sticky;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "user menu extra";
    width: 100%;
    padding: 0 20px;
    height: var(--header-height);
    top: 0;
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5333333333);
  }
  .header-menu {
    justify-content: end;
    margin-inline: auto;
  }
  .header-menu > li {
    height: var(--header-height);
  }
  .header-menu > li ul {
    display: inline-block;
    position: absolute;
    background: var(--menu-top-background);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5333333333);
  }
  .header-menu > li ul a {
    display: block;
  }
  .header-menu > li:not(:focus-within):not(:focus):not(:hover) ul {
    display: none;
  }
  .header-extra {
    justify-content: end;
  }
  .header-mobile {
    display: none;
  }
  .header-user {
    padding-inline: 0;
  }
  .clanbattle-match-row > *:nth-child(2) {
    display: block;
  }
  .clanbattle-match-row > *:nth-child(3) {
    --flex: 1 0 120px;
    --width: 120px;
  }
  .clanbattle-match-row .clanbattle-match-row-clan {
    --flex: 6;
  }
  .clanbattle-match-row .clanbattle-match-row-clan > *:nth-child(3) {
    display: block;
  }
}
.ads-banner:not(:has(iframe)) {
  display: none;
}
.ads-banner iframe {
  margin: 0 auto;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
