* { box-sizing: border-box; }

:root {
  --bg: #050100;
  --panel: rgba(20, 7, 2, 0.92);
  --panel2: rgba(36, 10, 2, 0.92);
  --border: #ff6a00;
  --border2: #8b1e00;
  --fire: #ff8a00;
  --fire2: #ff2d00;
  --gold: #ffd36a;
  --text: #fff4df;
  --muted: #d99b63;
  --dark: #120400;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 106, 0, 0.22), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(255, 45, 0, 0.13), transparent 35%),
    linear-gradient(180deg, #090200, #020000 70%);
  color: var(--text);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  right: 2vw;
  top: 10vh;
  width: 760px;
  height: 760px;
  background: url("https://bobfarm.icu/Downloads/grr1.png") no-repeat center center;
  background-size: contain;
  opacity: 0.13;
  pointer-events: none;
  z-index: -1;
  filter: drop-shadow(0 0 32px rgba(255, 106, 0, 0.35));
}

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

a:hover {
  color: #fff;
  text-shadow: 0 0 12px var(--fire);
}

.header {
  padding: 28px 24px;
  background:
    linear-gradient(135deg, rgba(20, 4, 0, 0.98), rgba(90, 18, 0, 0.85)),
    radial-gradient(circle at 15% 20%, rgba(255, 160, 0, 0.28), transparent 28%);
  border-bottom: 2px solid var(--border);
  box-shadow: 0 0 28px rgba(255, 75, 0, 0.25);
}

.logo {
  font-size: 34px;
  font-weight: 1000;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0 0 8px #ffb000,
    0 0 18px #ff5a00,
    0 0 32px #ff1e00;
}

.logo::before {
  content: "🔥 ";
}

.logo::after {
  content: " ☠";
}

.sub {
  color: var(--gold);
  margin-top: 8px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 100, 0, 0.55);
}

.wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 24px;
}

.search {
  display: flex;
  gap: 10px;
  margin: 24px 0;
  padding: 14px;
  background: rgba(10, 2, 0, 0.72);
  border: 1px solid var(--border2);
  border-radius: 16px;
  box-shadow: inset 0 0 22px rgba(255, 72, 0, 0.08);
}

input {
  width: 100%;
  padding: 15px;
  background: #0b0200;
  border: 1px solid #7a2100;
  color: var(--text);
  border-radius: 10px;
  outline: none;
}

input:focus {
  border-color: var(--fire);
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.35);
}

button {
  padding: 15px 22px;
  background: linear-gradient(180deg, #ffb000, #ff6500 45%, #c62000);
  color: #160400;
  border: 0;
  border-radius: 10px;
  font-weight: 1000;
  cursor: pointer;
  box-shadow:
    0 0 14px rgba(255, 106, 0, 0.55),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

button:hover {
  filter: brightness(1.15);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.card {
  background:
    linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--border2);
  border-top: 1px solid var(--border);
  border-radius: 16px;
  padding: 17px;
  box-shadow:
    0 0 18px rgba(255, 60, 0, 0.13),
    inset 0 0 20px rgba(255, 80, 0, 0.04);
}

.card:hover {
  border-color: var(--fire);
  box-shadow: 0 0 22px rgba(255, 80, 0, 0.28);
}

.label {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.value {
  font-size: 24px;
  font-weight: 1000;
  margin-top: 7px;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.55);
}

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 12px rgba(255, 80, 0, 0.75);
}

h2::before {
  content: "🔥 ";
}

table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(12, 3, 0, 0.92);
  border: 1px solid var(--border2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(255, 60, 0, 0.12);
}

th, td {
  padding: 13px;
  border-bottom: 1px solid rgba(255, 106, 0, 0.18);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--gold);
  background: linear-gradient(180deg, #2c0b00, #150400);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

tr:hover td {
  background: rgba(255, 106, 0, 0.06);
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(8, 2, 0, 0.92);
  border: 1px solid var(--border2);
  border-left: 4px solid var(--fire);
  padding: 16px;
  border-radius: 14px;
  color: #ffe4bd;
  box-shadow: inset 0 0 20px rgba(255, 60, 0, 0.08);
}

.footer {
  color: var(--muted);
  padding: 28px;
  text-align: center;
  font-weight: 900;
}

.footer::before {
  content: "🔥 ";
}

.footer::after {
  content: " 🔥";
}

@media (max-width: 700px) {
  .logo { font-size: 24px; }
  .search { flex-direction: column; }
  .wrap { padding: 14px; }
  th, td { font-size: 13px; }
}

.ping-good {
  color: #62ff6f;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(98, 255, 111, 0.45);
}

.ping-warn {
  color: #ffd36a;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255, 211, 106, 0.45);
}

.ping-bad {
  color: #ff5a2f;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255, 90, 47, 0.55);
}
