body {
  background-color: #131313;
  color: #e5e2e1;
  overflow-x: hidden;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
  line-height: 1;
}

.solar-glow-text {
  text-shadow: 0 0 20px rgba(242, 202, 80, 0.6);
}

.solar-glow {
  box-shadow: 0 0 20px rgba(242, 202, 80, 0.3);
}

.energy-line {
  background: linear-gradient(90deg, transparent, #f2ca50, transparent);
}

.industrial-border {
  border-image: linear-gradient(45deg, #f2ca50, #4d4635) 1;
}

.scanline {
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 228, 240, 0.05) 50%
  );
  background-size: 100% 4px;
}

.scanline-overlay {
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
    linear-gradient(
      90deg,
      rgba(255, 0, 0, 0.06),
      rgba(0, 255, 0, 0.02),
      rgba(0, 0, 255, 0.06)
    );
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

.scanline-heavy {
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
  background-size: 100% 4px;
  pointer-events: none;
}

.corner-bracket {
  position: relative;
}

.corner-bracket::before,
.corner-bracket::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #00e4f0;
}

.bracket-tl::before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}

.bracket-br::after {
  bottom: -2px;
  right: -2px;
  border-left: 0;
  border-top: 0;
}

.bracket-corner {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 80%,
    5% 80%,
    5% 95%,
    95% 95%,
    95% 5%,
    5% 5%,
    5% 20%,
    0 20%
  );
}

.bracket-hud {
  position: relative;
}

.bracket-hud::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00e4f0;
  border-left: 2px solid #00e4f0;
}

.bracket-hud::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #00e4f0;
  border-right: 2px solid #00e4f0;
}

.industrial-grid {
  background-image: linear-gradient(
      rgba(242, 202, 80, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(242, 202, 80, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.mask-gradient {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hud-select:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(242, 202, 80, 0.4);
}
