/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    .site-header {
        padding: 0 10px;
        margin: -10px -10px 10px -10px;
    }

    .nav-links {
        gap: 8px;
    }

    .nav-user {
        display: none;
    }

    .admin-cards {
        flex-direction: column;
    }

    .match-card.has-admin-controls {
        padding-right: 10px;
    }

    .admin-controls {
        position: static;
        margin-top: 10px;
        justify-content: center;
    }

    .team-names {
        font-size: 1.5em;
        flex-direction: column;
        gap: 10px;
    }

    .match-score {
        margin: 0;
    }

    .rankings-grid {
        grid-template-columns: 1fr;
    }

    .team-stats {
        flex-direction: column;
    }

    .graph-content.expanded {
        max-height: 400px;
    }

    #scoreProgressionChart {
        max-height: 300px;
    }
}
