
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.card {
    border-radius: 0.75rem;
}

.team-layout {
    width: 100%;
    max-width: 650px;
    margin: auto;
    font-weight: bold;
}

.team-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.team-box {
    padding: 5px 10px;
    font-size: 16px;
    white-space: nowrap;
}

.team-color {
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 6px;
}

.red { background:#ff0000; color:white; }
.green { background:#4f8a10; color:white; }
.blue { background:#3a87ad; color:white; }
.yellow { background:#fff200; color:#000; }
.gray { background:#e0e0e0; color:#000; }

@media (max-width: 600px) {
    .team-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .team-box {
        margin-bottom: 4px;
    }
}
