@charset "UTF-8";
/* This website uses Sass to compile a stylesheet based on this file Other styles are imported from the _sass directory */
/* Fonts */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/inter/inter-400.woff2?v=3.13") format("woff2"), url("/fonts/inter/inter-400.woff?v=3.13") format("woff"); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/inter/inter-400-italic.woff2?v=3.13") format("woff2"), url("/fonts/inter/inter-400-italic.woff?v=3.13") format("woff"); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/inter/inter-600.woff2?v=3.13") format("woff2"), url("/fonts/inter/inter-600.woff?v=3.13") format("woff"); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 600; font-display: swap; src: url("/fonts/inter/inter-600-italic.woff2?v=3.13") format("woff2"), url("/fonts/inter/inter-600-italic.woff?v=3.13") format("woff"); }
@font-face { font-family: 'Jost'; src: url("/fonts/jost/jost-600.woff2") format("woff2"), url("/fonts/jost/jost-600.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.color--gold, .site-section__heading { background-image: repeating-linear-gradient(135deg, #ffdd9b 0, #fed792 20px, #ffe1ac 40px, white 70px, #fac66b 125px, #f6c26b 160px, #e7b155 175px, #f4c16b 185px, #f1bf6b 220px, #f3be66 235px, #e9b153 250px, #f5be61 280px, #f9bc56 305px, #fffbf5 385px, #fcc362 415px, #fcc379 450px, #ffdd9b 500px); background-clip: text; background-repeat: repeat; background-size: 500px 500px; background-position: center center; -webkit-background-clip: text; color: #ffdd9b; -webkit-text-fill-color: transparent; }

.table--metal-panel thead th, .u-light-zone, .dark-panel__header, .home__developer-updates__posts__header { background-color: #cdcdcf; background-image: repeating-linear-gradient(0deg, #bdbdbf 0, #e1e1e3 3px); background-size: 1px 3px; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px, inset 0 1px 1px rgba(0, 0, 0, 0.25); color: #1b1a1e; text-shadow: none; }
.table--metal-panel thead th strong, .u-light-zone strong, .dark-panel__header strong, .home__developer-updates__posts__header strong, .table--metal-panel thead th b, .u-light-zone b, .dark-panel__header b, .home__developer-updates__posts__header b, .table--metal-panel thead th a, .u-light-zone a, .dark-panel__header a, .home__developer-updates__posts__header a { color: black; }

.minimap__spawnpoint, .servers__list__tooltip__clients__spawn { display: inline-flex; justify-content: center; align-items: center; width: 16px; height: 16px; padding: 0; border: white 2px solid; line-height: 0; font-size: 10px; font-weight: bold; background: black; color: white; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 5px 2px 0 rgba(0, 0, 0, 0.25); }

@keyframes selectionBox { 0% { top: -5px; right: -5px; bottom: -5px; left: -5px; }
  100% { top: -2px; right: -2px; bottom: -2px; left: -2px; } }
a:focus:before, button:focus:before, .button:focus:before, button:focus-within:before, .button:focus-within:before, .site-header a:hover:before, .site-footer a:hover:before { content: ''; position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; border: rgba(255, 255, 255, 0.01) 8px solid; border-image: url("/images/selection-box.svg") 8 8 8 8; border-image-width: 8px; animation: selectionBox 0.75s infinite; }
@media (prefers-reduced-motion) { a:focus:before, button:focus:before, .button:focus:before, button:focus-within:before, .button:focus-within:before, .site-header a:hover:before, .site-footer a:hover:before { animation: none; } }

/* General Styles Styles of base elements */
* { box-sizing: border-box; }

::selection { background: rgba(225, 235, 245, 0.9) !important; color: black !important; text-shadow: black 0 0 0 !important; -webkit-text-fill-color: initial; }

a:focus, button:focus, a:hover, button:hover { outline: none; position: relative; }

a:focus, button:focus, .button:focus, button:focus-within, .button:focus-within { position: relative; }

html, body { font-family: 'Inter', sans-serif; font-variant-numeric: slashed-zero; font-size: 16px; line-height: 170%; color: #e6e6e6; text-shadow: black 0 2px 0; }
@media screen and (max-width: 680px) { html, body { font-size: 14px; } }

html { background-color: #29282d; background-image: url("/images/bg-texture.jpg"); background-size: 600px 600px; }

body { background-position-y: -60px; background-image: url("/images/bg-logos.png"); }

h1, h2, h3, h4, h5, h6 { line-height: 125%; font-family: 'Jost', Futura, sans-serif; color: white; margin: 1.5rem 0 1rem 0; text-shadow: none; }

h1 { font-size: 2.5rem; }

h2 { font-size: 2rem; }

h3 { font-size: 1.6rem; }

h4 { font-size: 1.25rem; }

h5 { font-size: 1.15rem; text-transform: uppercase; letter-spacing: 1px; }

h6 { font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; }

a > h1, a > h2, a > h3, a > h4 { text-decoration: underline; text-decoration-color: #ff1111; text-underline-offset: 0.25rem; }

a:hover > h1, a:hover > h2, a:hover > h3, a:hover > h4 { text-decoration-color: #ff7373; }

a { font-weight: bold; color: white; text-decoration: underline; text-decoration-color: #ff1111; text-underline-offset: 1px; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under; }
a:hover { position: relative; text-decoration-color: #ff7373; }

strong, em { color: white; }

lite-youtube { margin: 1.5rem auto; max-width: 720px; }

fieldset { border: none; margin: 1rem 0; padding: 0; }

label { cursor: pointer; }
label input { margin-right: 0.5rem; }
label input[type="checkbox"], label input[type="radio"] { pointer-events: none; }

input[type="checkbox"], input[type="radio"] { cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; border-width: 1px; border-bottom-color: #4b4b4b; border-right-color: #5a5a5a; border-top-color: #282828; border-left-color: #373737; border-style: solid; width: 0.8rem; height: 0.8rem; border-radius: 4px; background: black; box-shadow: inset rgba(0, 0, 0, 0.75) 2px 2px 2px, rgba(255, 0, 0, 0) 0 0 5px, rgba(255, 0, 0, 0.5) 0 0 0; transition-property: border-color, background-color, box-shadow; transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1); transition-duration: 200ms; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline: none; background: gainsboro; }
input[type="checkbox"]:active, input[type="radio"]:active { outline: none; }
input[type="checkbox"]:checked, input[type="radio"]:checked { background-color: #ff7777; outline: none; border-bottom-color: #964b4b; border-right-color: #b45a5a; border-top-color: #502828; border-left-color: #6e3737; box-shadow: inset rgba(0, 0, 0, 0.5) 2px 2px 2px, red 0 0 25px, rgba(255, 0, 0, 0.5) 0 0 2px; animation-name: glow; animation-iteration-count: infinite; animation-duration: 3000ms; animation-timing-function: linear; }

input[type="radio"] { border-radius: 50%; }

var { font-style: normal; font-weight: bold; }

table { border-spacing: 0; border-collapse: separate; font-variant-numeric: slashed-zero tabular-nums; }

.table--metal-panel { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; background-image: none; }
.table--metal-panel thead th { border-right: rgba(0, 0, 0, 0.25) 1px dotted; border-radius: 2px; }
.table--metal-panel thead th:first-child { border-top-left-radius: 5px; }
.table--metal-panel thead th:last-child { border-top-right-radius: 5px; border-right: none; }
.table--metal-panel td { border-bottom: none; }

thead a { display: flex; justify-content: space-between; align-items: center; letter-spacing: 0.5px; margin-left: -0.25rem; margin-right: -0.25rem; padding: 0.15rem 0.25rem; color: #1c1b1f; text-decoration-color: #1b1a1e; }
thead a:hover { color: black; }

tbody { padding: 0.5rem; }

th { border-bottom: rgba(255, 255, 255, 0.5) 1px solid; padding: 0.25rem 1rem; text-align: left; font-size: 0.85em; font-family: "Jost", "Futura", sans-serif; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.75); }

td { border-bottom: rgba(255, 255, 255, 0.25) 1px dotted; padding: 0.25rem 1rem; }

tr { padding: 0.25rem; }

tr:nth-child(even) { background: rgba(0, 0, 0, 0.25); }

.table--hover-rows tr:hover td { background-color: rgba(255, 201, 100, 0.1); }

pre, code { font-family: Menlo, Consolas, monospace; font-size: 1rem; background: rgba(10, 10, 10, 0.5); color: #c87d7d; padding: 0.15rem 0.5rem; border-radius: 3px; }

pre { overflow: auto; }

dt { margin-top: 1.5rem; margin-bottom: 1rem; font-weight: bold; color: white; }
dt:before { content: ''; display: inline-block; margin: 0 1rem 0 -4px; width: 7px; height: 7px; border-radius: 50%; border: rgba(255, 255, 255, 0.3) 2px solid; }

dd { margin-left: 0; border-left: rgba(255, 255, 255, 0.3) 2px dotted; margin-bottom: 1.5rem; padding-left: 1rem; }

ul { padding-left: 1.5rem; }
ul > li { break-inside: avoid; margin-bottom: 0.2rem; padding-left: 0.25rem; }
ul > li::marker { color: #ffc700; }

hr { border: none; border-top: rgba(255, 255, 255, 0.3) 2px dotted; margin: 1.5rem 0; }

figure { background-color: rgba(255, 255, 255, 0.075); border-style: dashed; box-shadow: rgba(0, 0, 0, 0.33) 1px 1px 0 0; border-color: rgba(255, 255, 255, 0.25); border-width: 1px; border-radius: 3px; margin: 1.5rem 0; padding: 3px; }
figure img, figure video, figure iframe { display: block; width: 100%; }

figcaption { padding: 0.5rem; font-size: 0.875rem; line-height: 150%; text-align: center; }

@keyframes glow { 0% { background-color: #ff7777; }
  50% { background-color: #ff4444; }
  100% { background-color: #ff7777; } }
button, .button { -webkit-appearance: none; display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 0.5rem 1rem; font-weight: bold; font-family: "Jost", "Futura", sans-serif; line-height: 125%; text-decoration: none; color: #f0f0f7; background-color: #0d0d10; border-width: 1px; border-style: solid; border-top-color: #737381; border-right-color: #3c3c4a; border-bottom-color: #32323a; border-left-color: #6e6e7b; border-radius: 3px; vertical-align: middle; box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px, black 0 2px 1px 0, inset 0 1px 2px rgba(0, 0, 0, 0.5); transition: all 250ms; text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0; background-image: radial-gradient(ellipse at 10% 10%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 100%); background-repeat: no-repeat; background-position: center center; }
button > hr, .button > hr { margin: 0.5rem 0; }
button:hover, .button:hover { background-color: #1b1b20; transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.25) 0 0 25px, black 0 4px 1px 0, inset 0 1px 2px rgba(0, 0, 0, 0.5); background-size: 125%; }
@media (prefers-reduced-motion) { button:hover, .button:hover { transform: none; } }
button:disabled, button.button--disabled, .button:disabled, .button.button--disabled { filter: saturate(20%) brightness(75%) contrast(90%); pointer-events: none; }
button:disabled:hover, button.button--disabled:hover, .button:disabled:hover, .button.button--disabled:hover { transform: none; }
button:active, .button:active { transform: translateY(0); box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px, black 0 1px 1px 0, inset 0 1px 2px rgba(0, 0, 0, 0.5); transition: transform 0ms, box-shadow 0ms; }

.icon-button { display: flex; flex-direction: column; align-items: center; padding: 1rem; }
.icon-button .icon { width: 2rem; height: 2rem; margin-bottom: 0.75rem; }

.icon-button__label { min-width: 4.5rem; text-align: center; }

.button--large { font-size: 1.25rem; padding: 1rem 1.25rem; }

.button--primary { color: white; background-color: #b90000; }
.button--primary:hover { background-color: #e10505; }

.button--light { color: black; background-color: #f0f0f7; text-shadow: none; }
.button--light:hover { background-color: white; }

.button--construction { color: black; text-shadow: none; background-color: #f6d346; background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, black 20px, black 50px), repeating-linear-gradient(135deg, transparent, transparent 20px, black 20px, black 50px); background-position: top left, bottom left; background-size: 100% 5px; background-repeat: no-repeat; }
.button--construction .badge { color: black; }
.button--construction:hover { background-color: #f8dc6a; background-size: 100% 5px; }

.button--reddit { color: white; background-color: #d93b00; }
.button--reddit:hover { background-color: orangered; }

.button--twitter { color: white; background-color: #0d8ddc; }
.button--twitter:hover { background-color: #1da1f2; }

.button--facebook { color: white; background-color: #0c65d8; }
.button--facebook:hover { background-color: #1877f2; }

.button--youtube { color: white; background-color: #d90000; }
.button--youtube:hover { background-color: red; }

.button--discord { color: white; background-color: #5470d2; }
.button--discord:hover { background-color: #7289da; }

.button--itch { background-color: #f81e1e; }
.button--itch:hover { background-color: #fa5c5c; }

.button--moddb { background-color: #860000; }
.button--moddb:hover { background-color: #ac0000; }

.button--gamereplays { background-color: #4c4b52; }
.button--gamereplays:hover { background-color: #5f5d66; }

.button--openra-resource { background-color: #243d8b; }
.button--openra-resource:hover { background-color: #2c4aa9; }

.button__icon { margin-left: 0.75rem; }

.button-group { margin-top: 1rem; }
.button-group button, .button-group .button { display: inline-block; margin: 0 0.25rem 0.5rem 0; }
.button-group .radio-button, .button-group .icon-button { display: inline-flex; }

.radio-button--icon { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; }
.radio-button--icon .button__icon { margin: 0 0 0.5rem 0; width: 2rem; height: 2rem; }

input.radio-button__input { margin-top: 0.75rem; margin-right: 0; margin-bottom: -1rem; width: 85%; height: 8px; border-radius: 5px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom: none; }

/* Utility Styles Simple modifiers that can be applied to multiple elements */
.text--tiny { font-size: 0.75rem; line-height: 170%; }

.text--small { font-size: 0.875rem; line-height: 170%; }

.text--medium { font-size: 1rem; line-height: 170%; }

.text--large { font-size: 1.125rem; line-height: 170%; }

.text--caps { font-family: 'Jost', Futura, sans-serif; text-transform: uppercase; }

.text--small-caps { font-variant-caps: all-small-caps; }

.text--hidden { position: absolute; height: 1px; width: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px); overflow: hidden !important; }

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

.text--info { color: #85c9ff; }
.text--info:before { content: 'ℹ️'; }

.text--warning { color: #ffe98f; }
.text--warning:before { content: '⚠️ '; }

.aspect-16-9 { padding-bottom: 56.25%; position: relative; }

.aspect-16-9 > * { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.u-centered-content { max-width: 775px; margin: 0 auto; padding: 0 25px; }
@media screen and (max-width: 1000px) { .u-centered-content { padding-left: 2rem; padding-right: 2rem; } }
@media screen and (max-width: 680px) { .u-centered-content { padding-left: 1rem; padding-right: 1rem; } }

.u-centered-content--small { max-width: 625px; }

.u-centered-content--large { max-width: 925px; }

.u-centered-content--xlarge { max-width: 1075px; }

.u-dark-zone { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; }
@media screen and (max-width: 680px) { .u-dark-zone { margin-left: -25px; margin-right: -25px; } }

.u-light-zone { padding: 0.5rem 1.5rem; }
@media screen and (max-width: 680px) { .u-light-zone { margin-left: -25px; margin-right: -25px; } }
.u-light-zone strong { color: black; }

.u-light-zone + .u-dark-zone { margin-top: 1px; }

.u-light-zone, .u-light-zone a, .u-light-zone h1, .u-light-zone h2, .u-light-zone h3, .u-light-zone h4 { color: #2b2b30; text-decoration-color: currentColor; }

.u-light-zone a:hover { color: black; }

.u-padding { padding: 1.25rem 1.5rem; }

.u--no-padding { padding: 0; }

.u-float-right { float: right; margin-left: 1rem; margin-bottom: 1rem; }

.u-placeholder { display: inline-block; background: currentColor; opacity: 0.25; height: 1rem; width: 50%; border-radius: 2px; }

@media screen and (max-width: 680px) { .u-mobile-full-width { width: 100vw; max-width: 100vw; margin-left: -25px; margin-right: -25px; overflow-x: auto; } }

.u-two-column { column-count: 2; column-gap: 25px; }
@media screen and (max-width: 680px) { .u-two-column { column-count: 1; } }

.list--no-style { list-style-type: none; margin-left: 0; margin-right: 0; padding: 0; }
.list--no-style > li { padding-left: 0; }

.list--horizontal > li { display: inline-block; }

.color--discord { color: #7289da !important; }

.color--itch { color: #fa5c5c !important; }

.color--facebook { color: #1877f2 !important; }

.color--twitter { color: #1da1f2 !important; }

.color--reddit { color: orangered !important; }

.color--youtube { color: red !important; }

.color--playing { color: green; }

.color--waiting { color: orange; }

.color--cnc { color: #ffc700; }

.color--ra { color: #ff1111; }

.color--d2k { color: #ffb155; }

.color--ts { color: #5cff33; }

.badge { background: black; color: white; border-radius: 3px; padding: 0.125rem 0.5rem; text-transform: uppercase; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 0.75rem; font-weight: normal; text-align: center; line-height: 150%; letter-spacing: 0.5px; }

.icon { display: inline-block; color: currentColor; width: 1.1rem; height: 1.1rem; fill: currentColor; vertical-align: -0.1rem; }

.terminal { display: block; white-space: pre-wrap; background: black; color: #d2d2de; border-left: #ff1111 2px solid; border-radius: 3px; padding: 1rem; }

.terminal__prompt { font-weight: bold; color: gold; }

/* Flot */
/* If you don't like this fresh mess of CSS, we need to move away from Flot In order to move away from Flot, we need data in JSON format */
.flot-tick-label { color: white; }

.flot-chart { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; margin-top: 1rem; height: auto !important; }

.flot-chart, .flot-chart > table { width: 100%; }

.flot-chart table td { padding: 0; }

.flot-chart table td:first-child { width: 100%; padding: 1rem 1rem; }

#flotTip { background: white; color: black; text-shadow: none; font-size: 0.875rem; border-radius: 2px; padding: 0.25rem 0.5rem; }

/* Site Styles General site styles */
.site { position: relative; overflow-x: hidden; height: 100%; margin-top: 75px; background-size: 1px 50vh; background-repeat: repeat-x; background-attachment: fixed; }

.site-content { display: flex; flex-direction: column; min-height: calc(100vh - 300px); padding-bottom: 1px; }

.site-header a, .site-footer a { text-decoration: none; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; background: black; background-attachment: fixed; background-image: repeating-linear-gradient(114deg, #0d0d10 0%, #1b1b21 22%, #0d0d10 64%, #111115 100%); box-shadow: rgba(0, 0, 0, 0.75) 0 2px 2px 0, rgba(0, 0, 0, 0.55) 0 10px 7px; line-height: 125%; }
@media screen and (max-width: 680px) { .site-header { position: fixed; top: 0; right: 0; left: 0; } }

.site-header__main { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 1175px; margin: 0 auto; border-left: black 1px solid; border-right: black 1px solid; padding: 0.5rem 25px; box-shadow: rgba(255, 255, 255, 0.075) 0 0 0 1px; }
@media screen and (max-width: 680px) { .site-header__main { justify-content: start; padding: 0.5rem 1.25rem; } }

.site-header__menu-toggle { display: none; margin-right: 0.5rem; }
@media screen and (max-width: 680px) { .site-header__menu-toggle { display: block; } }

.site-header__logo { display: block; width: 150px; height: 48px; }
@media screen and (max-width: 680px) { .site-header__logo { width: 125px; margin-left: 0.75rem; } }

.site-header__hr, .site-footer__hr { margin: 0; border-top: black 1px solid; border-right: none; border-bottom: none; border-left: none; height: 1px; background-color: #28282d; }

.site-header__menu-close { display: none; }
@media screen and (max-width: 680px) { .site-header__menu-close { display: inline-block; } }

@media screen and (max-width: 680px) { .site-header__menu { transform: translateX(-100%); transition-property: transform; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1); position: fixed; top: 0; left: 0; padding: 1.25rem 1.5rem; background: black; } }

@media screen and (max-width: 680px) { .site--menu-active .site-header__menu { transform: translateX(0); } }

.site-header__nav { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: 0 185px; text-align: center; }
@media screen and (max-width: 680px) { .site-header__nav { position: static; display: flex; flex-direction: column; align-items: stretch; transform: none; text-align: left; margin: 1rem 0 0 0; } }

.site-header__nav__link { display: inline-block; padding: 0.25rem 0.5rem; }
@media screen and (max-width: 680px) { .site-header__nav__link { margin: 0.25rem 0; padding: 0.5rem; border-bottom: rgba(255, 255, 255, 0.25) 1px dotted; } }
.site-header__nav__link.is-active { color: #ffc700; }

.site-header__social-nav { flex-shrink: 0; }
@media screen and (max-width: 680px) { .site-header__social-nav .icon { margin-top: 1rem; width: 1.5rem; height: 1.5rem; } }

.site-header__social-nav__row:nth-child(odd) { margin-left: 1rem; }
@media screen and (max-width: 680px) { .site-header__social-nav__row:nth-child(odd) { margin-left: 0; } }

.site-header__social-nav__link { display: inline-block; padding: 0.25rem; }
@media screen and (max-width: 680px) { .site-header__social-nav__link { padding: 0.5rem; } }

.site-header__social-nav .social-link__text { text-indent: -3000px; color: transparent; }

.site-section { flex-grow: 1; display: flex; justify-content: center; align-items: stretch; margin-top: 3rem; margin-bottom: 3rem; }
.site-section:before, .site-section:after { content: ''; display: block; flex-grow: 1; flex-shrink: 1; z-index: 500; margin-top: -3rem; margin-bottom: -3rem; background-image: url("/images/bg-disallowed.png"); }
.site-section:before { transform: translateX(-75px); }
.site-section:after { transform: translateX(75px); }
.site-section h1:first-child, .site-section h2:first-child, .site-section h3:first-child, .site-section h4:first-child, .site-section h5:first-child, .site-section h6:first-child { margin-top: 0; }
@media screen and (max-width: 680px) { .site-section { margin-top: 1.5rem; margin-bottom: 1.5rem; } }

.site-section__content { width: 100%; max-width: 1025px; padding: 0 25px; }
.site-section__content:after { content: ""; display: table; clear: both; }

.site-section__heading { text-align: center; }

.site-section__divider { margin: 0; background: black; height: 2px; border-top: #3a3840 1px solid; border-bottom: #474357 1px solid; background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #7d7d7d 1px, #2d2d2d 3px, #282828 4px); background-attachment: fixed; box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px 0, inset 0 1px 2px black; }

.site-footer { font-size: 0.875rem; background-color: black; background-attachment: fixed; background-image: linear-gradient(114deg, #0d0d10 0%, #1b1b21 22%, #0d0d10 64%, #111115 100%); border-top: black 1px solid; box-shadow: rgba(0, 0, 0, 0.25) 0 -5px 35px; }

.site-footer a { color: white; text-decoration: none; }

.site-footer__main { display: grid; grid-template-columns: repeat(8, 50px); grid-gap: 25px; align-items: center; border-left: black 1px solid; border-right: black 1px solid; padding-top: 1rem; padding-bottom: 3rem; box-shadow: rgba(255, 255, 255, 0.075) 0 0 0 1px; }
@media screen and (max-width: 680px) { .site-footer__main { display: block; } }

.site-footer__logo-link { display: inline-block; grid-column: 1 / 3; }

.site-footer__logo { display: block; width: 125px; }

.site-footer__legal { grid-column: span 6; }

.site-footer__nav, .site-footer__social-nav { grid-column: span 4; columns: 2; column-gap: 25px; }
@media screen and (max-width: 680px) { .site-footer__nav, .site-footer__social-nav { columns: 3; } }
@media screen and (max-width: 480px) { .site-footer__nav, .site-footer__social-nav { columns: 2; } }
.site-footer__nav .icon, .site-footer__social-nav .icon { margin-right: 0.25rem; }

.site-footer__nav { padding-top: 0.5rem; padding-bottom: 0.5rem; }

.site-footer__nav > a { display: inline-block; padding: 0.5rem 0.5rem; }

.site-footer__social-nav { padding-top: 0.5rem; padding-bottom: 0.5rem; }

.site-footer__social-nav > a { display: inline-block; padding: 0.5rem 0.5rem; }

.carousel { position: relative; }

.carousel__items { display: flex; transition: transform 500ms cubic-bezier(0.83, 0, 0.17, 1); will-change: transform; }
@media (prefers-reduced-motion) { .carousel__items { transition: none; } }

.carousel__item__content { transition: transform 500ms cubic-bezier(0.83, 0, 0.17, 1); }
@media (prefers-reduced-motion) { .carousel__item__content { transition: none; } }

.carousel__item--current .carousel__item__content { transform: scale(1); opacity: 1; }

.carousel__next, .carousel__previous { position: absolute; top: calc(50% - 50px); z-index: 25; backface-visibility: hidden; z-index: 99; }

.carousel__previous { left: -1rem; }

.carousel__next { right: -1rem; }

.carousel__previous__button, .carousel__next__button { display: flex; align-items: center; justify-content: center; height: 75px; width: 40px; padding: 0; }

.carousel__pages { border-top: #737381 1px solid; border-bottom: #000 1px solid; position: absolute; bottom: 15px; left: 20px; display: flex; list-style-type: none; margin: 0.5rem 0 0 0; padding: 0 3px; background: #434343; border-radius: 4px; }

.carousel__page { text-indent: -500px; overflow: hidden; display: block; padding: 3px 3px; font-size: 1px; line-height: 1px; }

.carousel__page__indicator { content: ''; display: block; width: 35px; height: 6px; background: #1b1b1b; border-radius: 3px; box-shadow: inset rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.25) 0 0 2px; }

.carousel__page--current .carousel__page__indicator { background: white; }

.win95-dialog { border-width: 2px; border-style: solid; border-color: #e0e0c0 gray gray #e0e0c0; background-color: silver; max-width: 540px; padding: 2px; color: black; text-shadow: none; font-family: arial, verdana, sans-serif; line-height: 115%; box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 0 0; }
.win95-dialog ::selection { background: blue !important; color: white !important; }
.win95-dialog a { color: black; font-weight: normal; text-decoration-color: currentColor; }

.win95-dialog__button { border-width: 2px; border-style: solid; border-color: #e0e0c0 gray gray #e0e0c0; background-color: silver; padding: 4px 5px; color: black; display: inline-block; cursor: pointer; box-shadow: black 1px 1px 0 2px; text-decoration: none; text-align: center; }
.win95-dialog__button:active { transform: translateY(2px); box-shadow: black 0 0 0 1px; }

.win95-dialog__close { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.35rem; padding: 0; box-shadow: none; }

.win95-dialog__header { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px; font-weight: bold; background-color: navy; color: white; }

.win95-dialog__body { display: flex; align-items: flex-start; }

.win95-dialog__body__icon { flex-shrink: 0; flex-grow: 0; margin: 1rem; width: 50px; height: 50px; }

.win95-dialog__body__content { margin: 1rem 1rem 1rem 0; }

.win95-dialog__footer { display: flex; justify-content: center; margin: 1rem; }
.win95-dialog__footer > * { margin: 0 0.5rem; min-width: 100px; }

.minimap { display: flex; justify-content: center; align-items: center; position: relative; width: 220px; height: 220px; padding: 10px; background: #191919; }
@media screen and (max-width: 680px) { .minimap { width: 170px; height: 170px; } }

.minimap__hash { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; display: block; padding: 5px; font-size: 9px; font-weight: bold; font-family: Menlo, monospace; text-align: center; white-space: pre; line-height: 1.25; letter-spacing: 1px; color: rgba(255, 255, 255, 0.15); border: rgba(255, 255, 255, 0.15) 1px solid; text-shadow: none; border-radius: 2px; }

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

.minimap__bounds { /* fade in effect */ opacity: 0; transition-property: opacity; transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1); transition-duration: 350ms; }

.minimap--loaded .minimap__bounds { opacity: 1; }

.minimap__image { display: block; image-rendering: -moz-crisp-edges; image-rendering: pixelated; }
@media screen and (max-width: 680px) { .minimap__image { max-width: 150px; max-height: 150px; } }

.minimap__spawnpoints { list-style-type: none; margin: 0; padding: 0; }

.minimap__spawnpoint { position: absolute; margin: 0; transform: translate(-50%, -50%) scale(1); }
.minimap__spawnpoint--disabled { color: transparent; border-color: #999; background: #222; }
.minimap__spawnpoint--disabled:after { content: ''; position: absolute; top: 50%; width: 12px; height: 3px; background: #999; transform: translateY(-50%) rotateZ(-45deg); }

.dark-panel { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; }
@media screen and (max-width: 680px) { .dark-panel { margin-left: -25px; margin-right: -25px; } }

.dark-panel__header { border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 0.5rem 1.5rem; }
.dark-panel__header > * { margin-right: 1rem; }

.developer-update { padding: 2.5rem; }
.developer-update figure { margin: 0 auto; width: 100%; }
@media screen and (min-width: 738px) { .developer-update figure { width: min-content; } }

.developer-update__header { margin-bottom: 1.5rem; }

.developer-update__heading { margin: 0; }

.developer-update__subheading { opacity: 0.55; }

.developer-update__body img, .developer-update__body video { max-width: 600px; width: auto; }
@media screen and (max-width: 737px) { .developer-update__body img, .developer-update__body video { width: 100% !important; max-width: 100%; } }

.developer-update__body lite-youtube, .developer-update__body iframe { margin: 0 auto; }
@media screen and (min-width: 738px) { .developer-update__body lite-youtube, .developer-update__body iframe { max-width: 100%; width: 600px; } }

.developer-update__footer { margin-top: 3rem; min-height: 350px; }

.hero__header { position: relative; }

.hero__intro-text { filter: none; }

.hero__intro-text__games { white-space: nowrap; color: #1b1a1e; display: block; overflow: hidden; margin: 0 -1rem; padding: 0 1rem; }
.hero__intro-text__games:before, .hero__intro-text__games:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; border-top: #4b4b4b 2px solid; border-radius: 3px; z-index: 20; }
.hero__intro-text__games:before { left: 0; border-left: rgba(255, 255, 255, 0.1) 1px solid; border-right: black 2px solid; }
.hero__intro-text__games:after { right: 0; border-right: rgba(255, 255, 255, 0.1) 1px solid; border-left: black 2px solid; }

.hero__intro-text__game { cursor: pointer; transition: color 500ms cubic-bezier(0.83, 0, 0.17, 1); }
.hero__intro-text__game:hover { color: #0f0e10; transition: color 100ms linear; }

.hero__intro-text__ra.carousel__item--current { color: #ff1111; }

.hero__intro-text__cnc.carousel__item--current { color: #ffc700; }

.hero__intro-text__ts.carousel__item--current { color: #5cff33; }

.hero__intro-text__d2k.carousel__item--current { color: #ffb155; }

.hero__intro-text__tagline { display: block; }

.install { position: absolute; top: 50%; right: 0; z-index: 50; will-change: transform; }
@media screen and (max-width: 720px) { .install { position: static; top: auto; right: auto; } }

.hero-carousel { z-index: 20; margin-top: 1.5rem; margin-bottom: 2.5rem; }
.hero-carousel .carousel__item__content { background: #1b1a1e; }

.hero-carousel__items { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; margin-bottom: 1rem; overflow: hidden; }

.hero-carousel__image { display: block; width: 100%; border-radius: 4px; image-rendering: -moz-crisp-edges; image-rendering: pixelated; opacity: 0.15; transition: opacity 500ms cubic-bezier(0.83, 0, 0.17, 1); }

.carousel__item--current .hero-carousel__image { opacity: 1; }

.hero-carousel .carousel__item { width: 100%; }

.additional-info { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 2rem; }
@media screen and (max-width: 680px) { .additional-info { grid-template-columns: 1fr; grid-gap: 1.5rem; } }

.home__developer-updates__posts__header { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 1.5rem; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.home__developer-updates__posts__header strong, .home__developer-updates__posts__header a { color: black; }

.home__developer-updates__posts { padding: 1px; border-width: 2px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; }

/* Developer Updates List Styles */
.developer-updates__list { margin: 0; }

li.developer-updates__listing { display: flex; align-items: flex-start; justify-content: space-between; margin: 0; padding: 1.25rem 1.5rem; }

.developer-updates__listing:nth-child(even) { background-color: rgba(0, 0, 0, 0.25); }

.developer-updates__listing__title { display: inline-block; margin-bottom: 0.5rem; }

.developer-updates__listing__comments { flex-shrink: 0; }

.about__video-embed { float: right; margin: 0 0 1rem 1.5rem; width: 350px; }
.about__video-embed lite-youtube { margin: 0; }
@media screen and (max-width: 960px) { .about__video-embed { margin-right: 0; width: 275px; } }
@media screen and (max-width: 680px) { .about__video-embed { float: none; width: 100%; margin: 1.5rem 0; } }

.about__mod-list { margin: 0; font-size: 0.875rem; line-height: 170%; }

li.about__mod-list__mod { display: flex; margin: 0; }
li.about__mod-list__mod--alt { flex-direction: row-reverse; background-color: rgba(0, 0, 0, 0.25); }
li.about__mod-list__mod > *:first-child { margin-top: 0; }
li.about__mod-list__mod > *:last-child { margin-bottom: 0; }
@media screen and (max-width: 600px) { li.about__mod-list__mod, li.about__mod-list__mod:nth-of-type(even) { flex-direction: column; } }

.about__mod-list__mod__info { padding: 1.25rem 1.5rem; }

.about__mod-list__mod__icon { width: 2rem; vertical-align: -0.45rem; }

.about__mod-list__mod__images { position: relative; width: 350px; flex-shrink: 0; overflow: hidden; }
@media screen and (max-width: 800px) { .about__mod-list__mod__images { width: 275px; padding-top: 0; } }
@media screen and (max-width: 600px) { .about__mod-list__mod__images { width: auto; padding-top: calc(9 / 16 * 100%); } }
@media screen and (max-width: 480px) { .about__mod-list__mod__images { padding-top: calc(3 / 4 * 100%); } }

.about__mod-list__mod__image { display: block; height: 100%; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); }

li.about__mod-list__under-construction { margin: 0; padding: 0.5rem 1.5rem; color: #1b1a1e; text-shadow: none; background-color: #f6d346; background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, black 20px, black 50px), repeating-linear-gradient(135deg, transparent, transparent 20px, black 20px, black 50px); background-position: top left, bottom left; background-size: 100% 3px; background-repeat: no-repeat; box-shadow: inset rgba(255, 255, 255, 0.4) 0 0 1px 1px; }
li.about__mod-list__under-construction h1, li.about__mod-list__under-construction h2, li.about__mod-list__under-construction h3, li.about__mod-list__under-construction h4, li.about__mod-list__under-construction h5, li.about__mod-list__under-construction h6, li.about__mod-list__under-construction strong, li.about__mod-list__under-construction em { color: black; }

.about__custom-mods__screenshot { float: right; margin: 0 0 1rem 1.5rem; width: 350px; }
@media screen and (max-width: 960px) { .about__custom-mods__screenshot { margin-right: 0; width: 275px; } }
@media screen and (max-width: 680px) { .about__custom-mods__screenshot { float: none; width: 100%; margin: 1.5rem 0; } }

.download-info { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 2rem; }
@media screen and (max-width: 680px) { .download-info { grid-template-columns: 1fr; grid-gap: 1.5rem; } }

.download__os-selector { text-align: center; }
.download__os-selector .radio-button { min-width: 105px; }

.download__os-windows .icon { color: #00adef; }

.download__os-macos .icon { color: #c8c8c8; }

.download__os-linux .icon { color: #efb002; }

.instruction__content { padding: 1.25rem 1.5rem; }

.instruction__download-button { width: 100%; max-width: 320px; }

.instruction__download-button__release { display: block; margin-top: 0.25rem; background: rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15); text-shadow: none; }

.download__community-packages dt { display: flex; align-items: center; }
.download__community-packages dt .icon { margin-right: 0.25rem; }

@keyframes appear { from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); } }
.servers__controls { display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
@media screen and (max-width: 680px) { .servers__controls { flex-direction: column; } }

.servers__filters, .servers__info { margin-bottom: 0.5rem; }

.servers__counts { margin-right: 1rem; }

.servers__list { width: 100%; }

.servers__list__header__status { width: 105px; }

.servers__list__header__players { width: 105px; }

.servers__list__header__location { width: 145px; }

.servers__list__header__sort-toggle { white-space: nowrap; }

.servers__list__header__sort-toggle .icon { opacity: 0.25; transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1); }

.servers__list__header__sort-toggle--descending .icon, .servers__list__header__sort-toggle--ascending .icon { opacity: 1; }

.servers__list__header__sort-toggle--descending .icon { transform: rotateZ(-180deg); }

.servers__list__group { cursor: pointer; }
.servers__list__group > td { background: black; }

.servers__list__group__info { display: flex; align-items: center; min-height: 32px; }

.servers__list__group__mod-icon { flex-shrink: 0; flex-grow: 0; margin-right: 0.5rem; width: 32px; height: 32px; }

.servers__list__group__version { margin-right: 1rem; text-transform: uppercase; font-size: 0.75rem; }

.servers__list__group__mod-link { margin-right: 0.5rem; }

.servers__listing__name .icon { width: 1rem; height: 1rem; vertical-align: -0.1rem; margin-right: 0.5rem; color: rgba(255, 255, 255, 0.5); }

.servers__listing__join { width: 85px; margin-left: 1rem; }

.servers__listing__status__badge--waiting { color: orange; }

.servers__listing__status__badge--playing { color: green; }

.servers__listing__status__badge--empty { color: gray; }

.servers__listing__spectators { margin-left: 0.25rem; color: rgba(255, 255, 255, 0.5); }
.servers__listing__spectators .icon { margin-left: 0.15rem; vertical-align: -0.2rem; }

.servers__list__tooltip-container { position: relative; z-index: 1500; }

.servers__list__tooltip { padding: 1px; border-width: 1px; border-style: solid; border-top-color: #737381; border-right-color: #343442; border-bottom-color: #292936; border-left-color: #6e6e7b; border-radius: 7px; background-color: rgba(0, 0, 0, 0.35); background-size: 150px 150px; background-image: linear-gradient(to right, rgba(7, 3, 3, 0.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(7, 3, 3, 0.35) 1px, transparent 1px); box-shadow: rgba(0, 0, 0, 0.75) 0 4px 2px 0, inset 0 1px 2px black; display: flex; background: black; font-size: 0.75rem; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); animation-name: appear; animation-duration: 250ms; animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1); }
@media (prefers-reduced-motion) { .servers__list__tooltip { animation: none; } }

.servers__list__tooltip__map { width: 220px; border-top-left-radius: 5px; border-right: rgba(255, 255, 255, 0.25) 1px dotted; align-self: stretch; }
@media screen and (max-width: 680px) { .servers__list__tooltip__map { width: 170px; } }

.servers__list__tooltip__map__title { width: 100%; padding: 0.5rem; text-align: center; font-weight: bold; line-height: 1.25rem; }

.servers__list__tooltip__clients { max-height: 330px; min-width: 220px; overflow: hidden; }
.servers__list__tooltip__clients .icon { vertical-align: -0.25rem; }
.servers__list__tooltip__clients table { width: 100%; }
.servers__list__tooltip__clients th { position: sticky; top: 0; }

.servers__list__tooltip__clients__spectator { margin-left: 0.5rem; }

.servers__list__tooltip__clients__spawn { margin-right: 0.5rem; }

.servers__list__tooltip__clients__empty { color: gray; }

.community__section { margin-bottom: 3rem; }
.community__section:last-child { margin-bottom: 0; }

.community__section__content { display: flex; align-items: center; padding: 1.25rem 1.5rem; }
@media screen and (max-width: 680px) { .community__section__content { flex-direction: column-reverse; } }

.community__section__illustration { display: block; margin-left: 1rem; width: 350px; max-width: 100%; flex-shrink: 0; }

.community__section__links { padding: 0.5rem; text-align: center; background: rgba(0, 0, 0, 0.5); }
.community__section__links .button { margin: 0.25rem; min-width: 150px; }

.not-found__win-dialog { margin: 0 auto; }
