body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #004d99; font-size: 2.2em; border-bottom: 3px solid #ff6600; padding-bottom: 10px; }
        h2 { color: #0066cc; font-size: 1.8em; margin-top: 30px; }
        h3 { color: #3399ff; font-size: 1.5em; }
        .nav-mobile { display: none; background: #004d99; color: white; padding: 10px; text-align: center; cursor: pointer; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .nav-mobile { display: block; }
        }
        .game-button { display: inline-block; background: #ff6600; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-button:hover { background: #e65c00; }
        .image-container { text-align: center; margin: 25px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        .table-stats { width: 100%; border-collapse: collapse; margin: 20px 0; }
        .table-stats th, .table-stats td { border: 1px solid #ddd; padding: 12px; text-align: left; }
        .table-stats th { background-color: #004d99; color: white; }
        .tag { display: inline-block; background: #e0e0e0; padding: 5px 10px; margin: 5px; border-radius: 15px; }
