.entity-page-wrapper {
  max-width: 1200px;
  margin: 30px auto 100px;
  position: relative;
}

.entity-information-wrapper {
  background-color: rgb(from var(--color-black) r g b / .1);
  border: 1px solid rgb(from var(--color-gold-two) r g b / .7);
  box-shadow: 0 0 5px 3px rgb(from var(--color-white) r g b / .034);
  min-height: 260px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.entity-icon-cont {
  border-left: 1px solid var(--color-gold-two);
  background: var(--color-gunmetal-dark);
  min-width: 350px;
  height: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.entity-icon-and-link-wrapper {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.entity-top-content {
  flex-direction: column;
  flex: auto;
  max-width: 850px;
  display: flex;
}

.entity-top-content .title-bar {
  background: rgb(from var(--color-black) r g b / .4);
  border-bottom: 1px solid rgb(from var(--color-white) r g b / .2);
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.entity-top-content .entity-information-icon {
  border: 1px solid rgb(from var(--color-white) r g b / .5);
  width: 124px;
  height: 124px;
  margin: 20px auto;
  display: none;
}

.entity-top-content .entity-information-images {
  margin: 20px auto;
  display: none;
}

.entity-top-content .entity-information-image {
  border: 1px solid rgb(from var(--color-white) r g b / .5);
  max-width: 124px;
  max-height: 124px;
}

.entity-top-content .title-bar h1 {
  color: var(--color-gold-two);
  cursor: default;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  display: inline-block;
}

.entity-top-content .title-bar .type {
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid var(--color-white);
  color: #fff;
  cursor: default;
  border-radius: 10px;
  margin: auto 12px auto 0;
  padding: 4px 8px;
  display: inline-block;
}

.entity-top-content .title-bar .wiki-link-wrapper {
  opacity: .9;
  margin: auto 0 auto auto;
  transition-delay: .3s;
}

.entity-top-content .title-bar .wiki-link-wrapper:hover {
  opacity: 1;
  transition: all .1s;
}

.entity-top-content .main-content, .information-section .information-content {
  padding: 20px 20px 0;
}

.entity-top-content .entity-properties {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 20px;
}

.entity-top-content .main-content p.entity-details {
  margin: 0 0 20px;
}

.entity-top-content .main-content p.entity-details h3 {
  margin-top: 0;
}

@media screen and (width <= 960px) {
  .entity-information-wrapper {
    min-height: unset;
  }

  .entity-icon-cont {
    display: none;
  }

  .entity-top-content .entity-information-icon, .entity-top-content .entity-information-images {
    display: inline-block;
  }
}

@media screen and (width <= 600px) {
  .entity-top-content .title-bar {
    flex-direction: column;
  }

  .entity-top-content .title-bar .type {
    margin: 0 auto 10px;
  }

  .entity-top-content .title-bar .wiki-link-wrapper {
    margin: 10px auto;
  }
}

.pulse {
  animation: .75s infinite alternate pulse;
}

.maps-search-wrapper {
  flex-direction: column;
  display: flex;
}

.maps-search-wrapper-search-bar {
  min-width: 250px;
}

.maps-search-wrapper-reset-search, .maps-search-wrapper-reset-task-filter {
  color: var(--color-gold-two);
  background-color: #0000;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 5px;

  &:hover {
    cursor: pointer;
    color: var(--color-gold-one);
  }
}

.maps-search-wrapper-reset-task-filter {
  top: 100px;
}

.maps-search-wrapper-info {
  margin: 5px 0;
  font-size: 12px;
}

@keyframes pulse {
  from {
    opacity: .75;
  }
}

.leaflet-control-icon-search-toggle {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"white\" width=\"24\" height=\"24\"><title>Search</title><path d=\"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\" /></svg>");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}

.leaflet-control-icon-search {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-touch .leaflet-control-icon-search-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-icon-search-list {
  border: 0;
  margin: 0;
  padding: 0;
}

.leaflet-control-icon-search .leaflet-control-icon-search-list, .leaflet-control-icon-search-expanded .leaflet-control-icon-search-toggle {
  display: none;
}

.leaflet-control-icon-search-expanded .leaflet-control-icon-search-list {
  flex-direction: column;
  display: flex;
  position: relative;
}

.leaflet-control-icon-search-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-v-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

.leaflet-control-icon-search-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-icon-search label {
  font-size: 1.0833em;
  display: block;
}

.leaflet-control-v-separator {
  border-top: 1px solid #999;
  height: 0;
  margin: 5px;
}

.leaflet-touch .leaflet-control-icon-search {
  box-shadow: none;
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-control-icon-search-active-quests {
  display: flex;
}

.leaflet-control-icon-search a {
  color: var(--color-gold-two);
}

.maps-search-wrapper-task-filter-title {
  font-weight: bold;
}

.maps-search-task-list {
  font-size: 14px;
  overflow-y: scroll;
}

.maps-search-task-selector {
  vertical-align: top;
}

.maps-search-task-list .hide-task, .leaflet-marker-pane .hidden-task {
  display: none;
}

.maps-search-task-filter-button-container {
  position: absolute;
  right: 0;
}

.maps-search-task-filter-show-all, .maps-search-task-filter-hide-all {
  height: 20px;
  padding: 2px 4px;
}

.maps-search-task-filter-show-all {
  margin: 0 2px;
}

:root {
  --color-black: #000;
  --color-black-light: #1b1919;
  --color-white: #fff;
  --color-gunmetal: #383945;
  --color-gunmetal-dark: #2d2d2f;
  --color-gold-one: #c7c5b3;
  --color-gold-two: #9a8866;
  --color-blue-light: #0292c0;
  --color-gray: #424242;
  --color-gray-light: #636363;
  --color-green: #00a700;
  --color-green-light: #6a9a66;
  --color-orange: #ca8a00;
  --color-red: #cd1e2f;
  --color-red-light: #9a6666;
  --color-purple: #8c6edf;
  --color-yellow: #ffe084;
  --color-yellow-light: #e0dfd6;
}

.desc-line-break {
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body {
  background-color: var(--color-gunmetal-dark);
  color: var(--color-gold-one);
  word-spacing: 1px;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAADFBMVEUtLS8uLjAvLzEsKy2xgXVgAAAASElEQVR4Ae3QoQ3AAAwDQa9Qmu1DX5kk6lAdoEbBJk8tn4qHdtHyMi7qpspFM+y6iKJxEcvgctm5/IlBDGIQgxjEIAYxiME/H1nLq0bNJikRAAAAAElFTkSuQmCC);
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: bender, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

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

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

input, select, button {
  border-radius: 0;
  font-family: inherit;
}

button, input[type="submit"] {
  background-color: var(--color-gold-two);
  color: var(--color-black);
  border: 0;
  height: 40px;
  padding: 0;
}

input[type="text"], input[type="number"] {
  border: 2px solid var(--color-gold-two);
  background-color: var(--color-gunmetal-dark);
  max-height: 40px;
  color: var(--color-gold-one);
  padding: 12px;
}

input[type="text"]:focus, input[type="number"]:focus {
  border: 2px solid var(--color-gold-one);
  outline: none;
}

input[type="text"].number {
  width: 80px;
}

input[name="session-id"] {
  padding-left: 20px;
}

select {
  margin-bottom: 2vh;
  padding: 10px;
}

a {
  color: var(--color-gold-two);
  text-decoration: none;
}

a:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

cite {
  font-size: 14px;
  display: block;
}

.display-wrapper {
  height: var(--display-height);
  min-height: 80vh;
  margin: 0 10px;
  position: relative;
}

.page-wrapper {
  max-width: 1200px;
  margin: 0 10px;
}

.updated-label {
  color: var(--color-gold-one);
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 4px;
}

.time-wrapper {
  background-color: rgb(from var(--color-black) r g b / .5);
  z-index: 1005;
  text-align: right;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: -10px;
}

.time-wrapper a {
  color: inherit;
}

.time-wrapper div {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

.map-image-wrapper {
  height: var(--display-height);
  justify-content: center;
  align-items: center;
  width: 98vw;
  display: flex;
}

.map-image {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.icon-with-text {
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.icon-with-text-hidden {
  visibility: hidden;
}

.center-title {
  text-align: center;
}

.screen-link {
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.screen-link-icon {
  vertical-align: middle;
  margin-right: 8px;
}

.price-wrapper {
  color: var(--color-gold-one);
  font-size: 14px;
}

.price-wrapper-tool {
  color: var(--color-blue-light);
  font-size: 14px;
}

.page-headline-wrapper {
  white-space: nowrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.page-headline-wrapper h1 {
  text-align: center;
  white-space: initial;
  flex-grow: 1;
  display: inline-flex;
}

.wiki-link-wrapper {
  font-size: larger;
}

.hr-muted {
  border-bottom: 1px solid var(--color-gold-two);
  opacity: .4;
  width: 80%;
  margin-top: 2rem;
}

.hr-muted-full {
  border-bottom: 1px solid var(--color-gold-two);
  opacity: .4;
  width: 100%;
  margin-top: 2rem;
}

.information-section {
  background: rgb(from var(--color-black) r g b / .1);
  border: 1px solid rgb(from var(--color-white) r g b / .1);
  border-radius: 0 20px;
  margin-bottom: 50px;
  overflow: hidden;
}

.information-section.has-table {
  border-radius: 0 20px 0 0;
}

.information-section h2 {
  color: var(--color-gold-one);
  background: rgb(from var(--color-black) r g b / .3);
  border-bottom: 1px solid rgb(from var(--color-white) r g b / .1);
  align-items: center;
  margin: 0;
  padding: 15px 20px;
  font-size: 24px;
  display: flex;
}

.information-section h2 svg {
  margin: 0 12px 0 0;
  width: 1.6rem !important;
  height: auto !important;
}

.information-section .content {
  padding: 20px;
}

.information-section .content p {
  margin: 0;
}

.filter-wrapper.open {
  z-index: 2;
}

.level-locked {
  color: var(--color-red);
}

@media screen and (width >= 800px) {
  .control-wrapper {
    display: none;
  }

  .page-headline-wrapper h1 {
    text-align: left;
    flex-grow: 1;
  }
}

@media screen and (width >= 1280px) {
  .page-wrapper {
    margin: 0 auto;
  }
}

@media screen and (width >= 1920px) {
  .page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.id-wrapper {
  background-color: rgb(from var(--color-black) r g b / .5);
  color: #fff;
  z-index: 405;
  padding: 10px 40px;
  font-family: bender, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: none;
  position: fixed;
  bottom: 0;
}

.id-wrapper-left {
  left: 0;
}

.id-wrapper-right {
  right: 0;
}

.session-question {
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.session-popup {
  background-color: rgb(from var(--color-black) r g b / .8);
  width: 30vw;
  padding: 15px;
  font-size: 16px;
  display: none;
  position: absolute;
  bottom: 0;
}

.id-wrapper-left .session-popup {
  left: 0;
}

.id-wrapper-right .session-popup {
  right: 0;
}

.session-question:hover .session-popup {
  display: block;
}

.session-switch-side {
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: var(--color-white);
  background-color: #0000;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.session-switch-side:hover, .session-switch-side:focus, .session-switch-side:active {
  text-decoration: none;
}

.id-wrapper svg {
  fill: var(--color-gold-one);
  width: 35px;
  height: 35px;
  margin-right: 1vh;
}

.session-id {
  line-height: 23px;
  display: inline-block;
  position: relative;
  top: -6px;
}

.update-label {
  text-align: center;
  color: var(--color-white);
  font-size: 10px;
}

@media screen and (width >= 800px) {
  .id-wrapper {
    display: block;
  }
}

.loader-wrapper {
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  margin: 50px auto;
  display: flex;
}

:root {
  --nav-height: 64px;
  --glass-bg: #121212d9;
  --glass-border: #d2af7826;
  --accent-gold: #d2af78;
  --accent-gold-hover: #e6c58c;
  --text-main: #f0f0f0;
  --text-muted: #a0a0a0;
  --bg-dark: #0a0a0a;
}

.navigation {
  z-index: 1000;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--glass-border);
  height: var(--nav-height);
  align-items: center;
  width: 100%;
  transition: all .3s;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.nav-left {
  flex: 1;
  align-items: center;
  gap: 30px;
  min-width: 0;
  transition: gap .3s;
  display: flex;
}

@media (width <= 1100px) {
  .nav-left {
    gap: 15px;
  }
}

.branding {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 32px;
  transition: transform .2s;
  display: block;
}

.branding:hover .logo {
  transform: scale(1.02);
}

.desktop-menu {
  flex: 1;
  align-items: center;
  gap: 15px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ghost-menu {
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1000 !important;
  opacity: 0 !important;
  white-space: nowrap !important;
  height: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.category-menu-wrapper {
  padding: 10px 0;
  position: relative;
}

.category-trigger {
  color: var(--text-main);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.category-trigger:hover {
  color: var(--accent-gold);
  background: #ffffff0d;
}

.category-link {
  color: inherit;
  text-decoration: none;
}

.chevron {
  color: var(--text-muted);
  transition: transform .2s;
}

.chevron.rotated {
  color: var(--accent-gold);
  transform: rotate(180deg);
}

.category-dropdown {
  border: 1px solid var(--glass-border);
  min-width: 220px;
  max-height: calc(100vh - var(--nav-height)  - 20px);
  z-index: 1001;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-gold) transparent;
  background: #111;
  border-radius: 6px;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  overflow-y: auto;
  box-shadow: 0 10px 30px #00000080;
}

.category-dropdown::-webkit-scrollbar {
  width: 4px;
}

.category-dropdown::-webkit-scrollbar-track {
  background: none;
}

.category-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--accent-gold);
  border-radius: 20px;
}

.category-dropdown.mega-menu {
  flex-direction: column;
  gap: 0;
  min-width: 320px;
  padding: 10px 0;
  display: flex;
  left: 0;
  transform: none;
}

.category-dropdown li {
  margin: 0;
  padding: 0;
}

.category-dropdown a {
  color: var(--text-muted);
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nested-category {
  flex: 100%;
  margin-bottom: 5px;
  padding: 5px 0;
}

.nested-title {
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #d2af7808;
  border-bottom: 1px solid #d2af781a;
  margin-bottom: 4px;
  padding: 12px 20px 8px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}

.nested-items {
  padding: 0;
  list-style: none;
}

.nav-right {
  flex-shrink: 0;
  align-items: center;
  gap: 15px;
  display: flex;
}

.nav-icon-link {
  color: var(--text-muted);
  border-radius: 50%;
  align-items: center;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.nav-icon-link:hover {
  color: var(--accent-gold);
  background: #ffffff0d;
}

.mobile-menu-toggle {
  color: var(--text-main) !important;
  display: none !important;
}

.mobile-drawer-backdrop {
  backdrop-filter: blur(4px);
  z-index: 1999;
  background: #0009;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-menu-drawer {
  border-left: 1px solid var(--glass-border);
  z-index: 2000;
  flex-direction: column;
  width: 70vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -10px 0 30px #00000080;
  background: #0f0f0f !important;
  padding: 0 !important;
}

.mobile-drawer-header {
  border-bottom: 1px solid var(--glass-border);
  background: #0000004d;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.mobile-drawer-content {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.mobile-drawer-title {
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
}

.mobile-close-button {
  background: #ffffff0d !important;
  border: 1px solid #d2af7833 !important;
}

.mobile-close-button:hover {
  background: #d2af781a !important;
}

.mobile-menu-list {
  margin: 0;
  padding: 20px;
  list-style: none;
}

.mobile-category {
  margin-bottom: 30px;
  list-style: none;
}

.mobile-category-title {
  color: var(--accent-gold);
  text-transform: uppercase;
  border-bottom: 1px solid #d2af7833;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
}

.mobile-category-items {
  padding-left: 0;
  list-style: none;
}

.mobile-nested-section {
  background: none;
  border-radius: 0;
  margin: 15px 0 20px;
  padding: 0;
}

.mobile-nested-title {
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}

.mobile-nested-items {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0;
  list-style: none;
  display: grid;
}

.mobile-nested-items a {
  color: var(--text-main);
  background: #ffffff08;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.mobile-category-items > li > a {
  color: var(--text-main);
  background: #ffffff08;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.category-dropdown a:hover {
  color: var(--accent-gold);
  background: #d2af781a;
  padding-left: 24px;
}

.item-icon {
  transition: transform .2s;
}

.category-dropdown a:hover .item-icon {
  transform: scale(1.1);
  opacity: 1 !important;
}

@media (width <= 640px) {
  .desktop-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
  }

  .nav-content {
    padding: 0 15px;
  }
}

.branding-section {
  align-items: center;
  gap: 10px;
  display: flex;
}

.game-mode-toggle {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  user-select: none;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 800;
  transition: all .2s;
}

.game-mode-toggle.regular {
  color: #81c784;
  background: #2e7d3233;
  border-color: #2e7d324d;
}

.game-mode-toggle.regular:hover {
  background: #2e7d324d;
  border-color: #81c784;
}

.game-mode-toggle.pve {
  color: #4fc3f7;
  background: #0288d133;
  border-color: #0288d14d;
}

.game-mode-toggle.pve:hover {
  background: #0288d14d;
  border-color: #4fc3f7;
}

@media (width >= 641px) {
  .mobile-menu-drawer {
    display: none !important;
  }
}

@media (width <= 500px) {
  .game-mode-toggle {
    padding: 2px 6px;
    font-size: 9px;
  }
}

@media (width <= 400px) {
  .nav-content {
    padding: 0 10px;
  }

  .nav-right {
    gap: 6px;
  }

  .nav-left {
    gap: 8px;
  }

  .branding-section {
    gap: 6px;
  }
}

@media (width <= 320px) {
  .logo {
    height: 20px;
  }

  .nav-content {
    padding: 0 4px;
  }

  .branding {
    min-width: 0;
    overflow: hidden;
  }

  .branding-section, .nav-right {
    gap: 4px;
  }
}

@media (width < 180px) {
  .game-mode-toggle {
    display: none !important;
  }
}

.footer-wrapper {
  background-color: var(--color-black);
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  padding: 40px 10px 50px;
  display: flex;
}

.footer-wrapper svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.footer-section-wrapper {
  width: 100%;
}

.copyright-wrapper {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

@media screen and (width >= 800px) {
  .footer-section-wrapper {
    width: 20%;
  }
}

.discord {
  width: 320px;
  height: 70px;
  transition: all .5s ease-in-out;
  display: block;
}

.discord:hover {
  width: 320px;
  height: 250px;
}

