body {
    background: #0f172a;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.header {
    background: linear-gradient(
        90deg,
        #2563eb,
        #7c3aed
    );
    padding: 25px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.card {
    background: #1e293b;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.stat {
    display: inline-block;
    width: 250px;
    margin: 10px;
    background: #334155;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
}

.stat-number {
    font-size: 42px;
    font-weight: bold;
    color: #facc15;
}

a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #facc15;
}

button {
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background: #1d4ed8;
}

input,
select {
    width: 400px;
    max-width: 100%;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.suits {
    font-size: 30px;
    text-align: center;
    color: #f87171;
}

.standings-table {
    width: 100%;
    border-collapse: collapse;
}

.standings-table th {
    background: #334155;
    padding: 12px;
    border-bottom: 2px solid #475569;
    color: #facc15;
}

.standings-table td {
    padding: 12px;
    border-bottom: 1px solid #475569;
}

.standings-table tr:hover {
    background: #273449;
}

.game-input {
    width: 80px;
    font-size: 16px;
    padding: 6px;
    margin-bottom: 5px;
}

.game-input {
    width: 80px;
    font-size: 16px;
    padding: 6px;
    margin-bottom: 5px;
}
