@font-face {
  font-family: "Orbitron Black";
  src: url("./fonts/OrbitronBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Orbitron Black", "Orbitron", "Segoe UI", system-ui, sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(94, 94, 93);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.center {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}

.center h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.social-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(24px + 12px + 8px - 8px + 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}

.download-links {
  display: inline-flex;
  gap: clamp(12px, 2vw, 20px);
  background: #facc15;
  padding: clamp(14px, 2.5vw, 22px) clamp(18px, 3vw, 28px);
  border-radius: 0;
  backdrop-filter: blur(6px);
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(16px, 3vw, 32px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: clamp(10px, 2vw, 18px) clamp(14px, 2.6vw, 24px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(94, 94, 93);
  color: #ffffff;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.download-button:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.download-icon {
  display: inline-flex;
  width: clamp(20px, 3vw, 32px);
  height: clamp(20px, 3vw, 32px);
}

.download-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-links {
  display: inline-flex;
  gap: 16px;
  background: #facc15;
  padding: 10px 16px;
  border-radius: 0;
  backdrop-filter: blur(6px);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(94, 94, 93);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.social-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-note {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(24px + 12px + 8px - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  opacity: 0.75;
  text-align: center;
  pointer-events: none;
}

.corner-badge {
  position: fixed;
  top: 16px;
  left: 16px;
  background: #facc15;
  color: #ffffff;
  padding: 20px 28px;
  border-radius: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.corner-badge-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bottom-left-rect {
  position: fixed;
  right: 16px;
  bottom: calc(24px + 12px + 8px);
  width: 336px;
  height: 320px;
  background: #facc15;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.bottom-fill {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(24px + 12px + 8px - 8px);
  background: rgb(58, 58, 58);
}

.bottom-left-rect-text {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.region-toggle {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

.region-button {
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  background: rgb(94, 94, 93);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.region-button-active {
  background: #facc15;
  color: #111111;
  border-color: #111111;
}

.region-button:hover {
  border-color: rgba(0, 0, 0, 0.6);
}

.region-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 100%;
}

.region-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.region-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.server-join {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(94, 94, 93);
  color: #ffffff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.server-join:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}
