body {
    background: #0b0c10;
    color: #c5c6c7;
    font-family: 'Press Start 2P', monospace;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

h1 {
    color: #66fcf1;
    text-shadow: 0 0 8px #45a29e;
    text-align: center;
}

.tagline {
    text-align: center;
    color: #b8aaff;
    text-shadow: 0 0 6px rgba(184,170,255,0.8);
    margin-bottom: 20px;
}

.pun-box {
    text-align: center;
    font-size: 14px;
    color: #b8aaff;
    text-shadow: 0 0 6px rgba(184,170,255,0.8);
    margin-bottom: 30px;
}

.filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

select {
    background: #1f2833;
    color: #66fcf1;
    border: 2px solid #45a29e;
    padding: 8px;
    border-radius: 6px;
    font-family: inherit;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #1f2833;
    border: 2px solid #45a29e;
    border-radius: 6px;
    overflow: hidden;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    color: #66fcf1;
    text-shadow: 0 0 6px #45a29e;
}

tr {
    border-bottom: 1px solid #45a29e;
}

tr:hover {
    background: #0b0c10;
    box-shadow: 0 0 10px #45a29e;
}

a {
    color: #45a29e;
    text-decoration: none;
}

a:hover {
    color: #c3073f;
    text-shadow: 0 0 6px #c3073f;
}
.online {
    color: #00ff99;
    text-shadow: 0 0 6px #00ff99;
}

.offline {
    color: #ff0033;
    text-shadow: 0 0 6px #ff0033;
}
.latency-fast {
    color: #00ff99;
    text-shadow: 0 0 6px #00ff99;
}

.latency-medium {
    color: #ffcc00;
    text-shadow: 0 0 6px #ffcc00;
}

.latency-slow {
    color: #ff6600;
    text-shadow: 0 0 6px #ff6600;
}

.latency-timeout {
    color: #ff0033;
    text-shadow: 0 0 6px #ff0033;
}
